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.
Michael shows how to chain them using his converters in his build.
Please link it here when you do. We love to read through the build threads as it help us understand wha to improve, what’s working well etcWell done @Urtoo .. post a link to your build page I'll follow it with interest.
edit: its ok ive just spotted the big blue build thread button :)
Anyone running 6 or more light channels on their reef pi?
None that I’m aware of.
How are you powering the pca9685? If its an adadruit board theres a header to seperately power the channels vs powering thru the piIs there any reason why PCA9685 wouldn't be able to do 5+ channels of pwm lights? Really trying to figure this out before I lose my mind.
How are you powering the pca9685? If its an adadruit board theres a header to seperately power the channels vs powering thru the pi
Do you know the current draw from each of pca9685 pin? I would be very concerned if you are not powering it with dedicated 5v line.Back-powered from Mikes Reef-pi hat v2. The actual power source is a 2.1A 12v adapter to a buck converter --->5v. Right now lights are the only things connected to the pi.
Do you see any thing under /sys/bus/w1/devices folder?Good evening all. Need a little direction on chasing a bug. Since re-installing reef-pi, I have and an issue with my Temperature sensors vanishing after programming. I will get them programmed, and after some time (hours, Minutes) when I go back to check they have stopped updating graphs. checking the configs on them, in the temp programming there no longer show where you select them. I cannot select them either. reload or reboot does not help. what has helped is disconnecting and then reconnecting the wire connection, but they go away after a while. I even tried a Brand new probe and same issue.
This was one of the original circuits I made as shown in m y build thread. from the circuit, it goes into a cat 5 cable out to the tank where it is broken back out to allow me to connect the three wires on the probes. I have not changed anything physically aside from unpluggin the Cat 5 once to clear a wire.
where can i go that might direct me as to why reef-pi loses the connection with these?
from the errors log:\
Oct 6 08:38:14
temperature sub-system. Failed to read sensor TANK. Error:eek:pen /sys/bus/w1/devices/28-01131e872049/w1_slave: no such file or directory
Oct 6 08:39:14
temperature sub-system. Failed to read sensor Sump Temp. Error:eek:pen /sys/bus/w1/devices/28-0213169a87aa/w1_slave: no such file or directory
Oct 6 08:39:14
temperature sub-system. Failed to read sensor Room Temp. Error:eek:pen /sys/bus/w1/devices/28-021316a280aa/w1_slave: no such file or directory
Oct 6 21:15:26
temperature sub-system. Failed to read sensor Sump Temp. Error:eek:pen /sys/bus/w1/devices/28-01131e7b9804/w1_slave: no such file or directory
ls /sys/bus/w1/devices
Your current setup is missing some resistors. Essentially you have two options for this, solder some resistors in, or use a program to set the pi built in resistors.
If you go for the solder route, it should be something like this.
R1 is a current limiting resistor for the safety of the system
R2 is a pull down resistor to keep the pin from floating somewhere randomly between 0 & 3.3V
![]()
The Inventronics driver takes a 0(1)-10VDC for dimming.
This is no problem for reef-pi. It should be able to run off of the same circuit that I built for my SbReeflights.
It will use the 12V from the driver, step it down to 10V for the dimming circuit, and then use the PWM from the pi to control the dimming.
It may be able to run straight from a 10V PWM, if not a simple RC circuit will smooth out to get an "analog" dimming.
The other light is a big ???