the pi-zero is no hero. the pi3 is for me!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Im doing macros, ph, 4 channels of lighting, 8 equipment outlets and 3 temp sensors on a pi zero and not a hiccup. Memory at 8 percent, cpu barely hits .15 percent.the pi-zero is no hero. the pi3 is for me!
Hey guys I am trying to find the wiring diagram to connect up a Jebao slave dosing pump to the PC9685 to be controlled with reef-pi. I am sure I have seen it here somewhere but it is probably buried.
Hey guys I am trying to find the wiring diagram to connect up a Jebao slave dosing pump to the PC9685 to be controlled with reef-pi. I am sure I have seen it here somewhere but it is probably buried.
I'm struggling to get Reef-Pi to recognize my PWM coming off my Leviathan board.
Raspberry Pi0->Leviathan->Mars Aqua with ML PWM Mars Aqua Converter Board.
When I try to install the lighting jack via PCA9685 I get an "error failed to create, error:remote i/o error http 500"
Also when running i2cdetect it does not pick up anything just blanks for all lines.
I am clueless so may be missing something, one thing that stuck out was I have 10v on each lighting channel coming off the Leviathan board but I believe the ML Board is expecting less voltage to convert.
If i2c detect is not showing any address then it means it’s a hardware or circuit issue. Reef-pi error is expected in that case. Check if @Schreiber can help diagnosing the problem
Based off your user name, I assume this is Jeff, right? If so, you're still all good, right?
I just now saw this post on R2R, but (again, assuming this is Jeff) it sounds like you swapped out Pis & it's working now hard to track who I've helped & with what when Facebook & R2R names don't match, lol.
{"error":"open /sys/bus/w1/devices/28-011430077478/w1_slave: no such file or directory"} | HTTP 404 |
Hey guys I am trying to find the wiring diagram to connect up a Jebao slave dosing pump to the PC9685 to be controlled with reef-pi. I am sure I have seen it here somewhere but it is probably buried.
It's almost certainly fine to run your lights and doser on the same PCA9685. I've been doing the same thing for quite some time now. I'm using 800 Hz to control Mars Aqua, Viparspectra, and Jebao doser.Fellows, is there any reason not to run my lights also on the PCA9685 as my doser takes up 4 channels already, I only need to use four for the lights. I was using an Arduino Uno with stormx firmware, I blew it up last week, I got the replacement Uno, now it seems the RTC and PCA 9685 got damaged too! I can't wait another week for the parts to turn up, it should take only 2-3 hours get hook up on the pi I guess.
We've made significant changes to reef-pi in 3.0 compared to 2.0. I recommend backing up your reef-pi.db configuration (or even the whole SD card) before upgrading. The latest release is 3.4 and includes many new drivers and several bug fixes.Hi Everyone, I am currently on 2.0 RC2, is there anymore to upgrading than running this code and re configuring sensors?
wget -c https://github.com/reef-pi/reef-pi/releases/download/3.0/reef-pi-3.0-pi0.deb
sudo dpkg -i reef-pi-3.0-pi0.deb
Thanks
sudo systemctl stop reef-pi.service
sudo cp /var/lib/reef-pi/reef-pi.db /var/lib/reef-pi/reef-pi.db.bak
sudo rm -rf /var/lib/reef-pi/reef-pi.db
wget -c https://github.com/reef-pi/reef-pi/releases/download/3.4/reef-pi-3.4-pi0.deb
sudo dpkg -i reef-pi-3.4-pi0.deb
It's almost certainly fine to run your lights and doser on the same PCA9685. I've been doing the same thing for quite some time now. I'm using 800 Hz to control Mars Aqua, Viparspectra, and Jebao doser.
It does depend on the frequency, but it should be fine as long as the lights and doser can work with the same pwm frequency.
What’s the max current draw on the 2803?