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.
No worries, sorry for your trouble.I did not work... below is the result
Thanks for taking the time!
![]()
/usr/bin/reef-pi -version
Yes :-) I like pi zero more than pi 3, it small, takes less power and 10$ . You can use everything that reef-pi provides , with pi zero.Update pizer0 is running... Assume I was screwed when I bought that PI a few years ago... Very sorry for your loss of time...
Since a have a few days to wait for the pi3 to come in, can I work with pizer0 for now?
Still cannot get anything on the browser...
Yes :) I like pi zero more than pi 3, it small, takes less power and 10$ . You can use everything that reef-pi provides , with pi zero.
I would just advice disabling the gui in pi zero. It takes lots of cpu/memory. You can do it either by installing raspbian lite or by disabling the gui systemd target in normal raspbian (after you have set up everything)
http://ask.xmodulo.com/disable-desktop-gui-raspberry-pi.html
For upgrade, I have always just installed the new version on top of the old...whats the process to upgrade reef-pi since i'm on 1.0.
also still trying to trouble shoot the pwm or atleast brainstorm the issue, did you recall what PWM frequency it runs at?
sudo dpkg -i reef-pi-1.1-pi3.deb
sudo apt-get remove reef-pi --purge
sudo rm -rf /var/lib/reef-pi/reef-pi.db
do i have to kill the service first? or can i just log in via putty download the new version and install right over and reboot?For upgrade, I have always just installed the new version on top of the old...
If you want to uninstall completely and reinstall...Code:sudo dpkg -i reef-pi-1.1-pi3.deb
Beware that this will delete all outlets, timers, telemetry, pins etc... that are in the .db file.Code:sudo apt-get remove reef-pi --purge sudo rm -rf /var/lib/reef-pi/reef-pi.db
Last time I tested PWM was ~540Hz. I believe Ranjib saw something similar on his.
Oh que oui!!!! I got my lights running via pwm!just type the ip of pi zero in your brower.
In the past I haven't killed it. Not sure if there is a good reason to kill it first though.do i have to kill the service first? or can i just log in via putty download the new version and install right over and reboot?
uninstaller itself will do that for you.In the past I haven't killed it. Not sure if there is a good reason to kill it first though.
You are right, you dont need a separate power supply for the pca9685 board.I have a hardware question, it's possible it's answered somewhere in here, but with so many replies the search feature doesn't work fantastically well. =)
My initial reefPi setup will be used to control my lights - eventually I'll add some controllable outlets and a temperature sensor, but we're starting off with just the light. I have the PCA9685 board and a pi3. I'm using Meanwell LDD drivers (some of the 700 mA variety, some of the 1000 mA variety), set up on their own board (this one), with power to the LEDs coming from an independent power supply (this one). In searching through various forum threads related to the PCA9685 board, some people state that it needs to be powered with its own 5v power supply, but since most people are saying that in the context of controlling servos, I'm not sure if that applies. Do I need to give that board its own power supply, or will the signal (3.3v, I believe) coming from the pi3 be sufficient for the PWM signal for dimming the drivers?
Photo :-) ?Oh que oui!!!! I got my lights running via pwm!
Thank you so much!!! This thing is amazing!
https://github.com/kidoman/embd/blob/master/controller/pca9685/pca9685.go#L24For upgrade, I have always just installed the new version on top of the old...
If you want to uninstall completely and reinstall...Code:sudo dpkg -i reef-pi-1.1-pi3.deb
Beware that this will delete all outlets, timers, telemetry, pins etc... that are in the .db file.Code:sudo apt-get remove reef-pi --purge sudo rm -rf /var/lib/reef-pi/reef-pi.db
Last time I tested PWM was ~540Hz. I believe Ranjib saw something similar on his.
I have a hardware question, it's possible it's answered somewhere in here, but with so many replies the search feature doesn't work fantastically well. =)
My initial reefPi setup will be used to control my lights - eventually I'll add some controllable outlets and a temperature sensor, but we're starting off with just the light. I have the PCA9685 board and a pi3. I'm using Meanwell LDD drivers (some of the 700 mA variety, some of the 1000 mA variety), set up on their own board (this one), with power to the LEDs coming from an independent power supply (this one). In searching through various forum threads related to the PCA9685 board, some people state that it needs to be powered with its own 5v power supply, but since most people are saying that in the context of controlling servos, I'm not sure if that applies. Do I need to give that board its own power supply, or will the signal (3.3v, I believe) coming from the pi3 be sufficient for the PWM signal for dimming the drivers?