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.
Mine is similar. Just setup as a test right now.
![]()
From this picture I don't see power to the terminal block for the pwm
Yup. Currently you have no power running thru the pwm circuit. You only have the board poweredSo i need to power the board up via the two screw terminals? 5v there?
Your wiring is correct from what I see. You don't have to power the breakout board via separate terminal. You need it when you use it to power the electronic load directly (like servo motors or led that's directly hooked to the board)in your use case you only need it for control signal, I.e. your light has a dedicated power source .I also don't have any output (0-5v) yet on my pca9685 board.
I do have a 10volt supply.Your wiring is correct from what I see. You don't have to power the breakout board via separate terminal. You need it when you use it to power the electronic load directly (like servo motors or led that's directly hooked to the board)in your use case you only need it for control signal, I.e. your light has a dedicated power source .
Your configuration is wrong, this is due to me changing code recently, check my example couple of post before , that usesjacks instead of channels . or just wait till I finish the refactoring, by weekend and then you can use the UI directly toconfgure channels.
Do you have a 10v powersupply? If not you should get one,since you have to convert the 5v pwm to 10v.
Yes that is correct. Alternately you can power the v+ on the pwm terminals from the driver, but i prefer to use the terminal block
From your clip of the config file, it looks like yours. Is enable PWM set true at the top of the config file?How does your code look?
From your clip of the config file, it looks like yours. Is enable PWM set true at the top of the config file?
Not yet. I thought he said i didnt have too.did you power the terminal with 5v?
If you look at the picture of my set up you will see that I have the block powered by the pi (black and white). You can pull 5 volts and ground from pi for testing purposes

I am using .07 i believe. How can i make sure?@Ranjib are you saying that the pwm signal is powered from the pi connection via vcc, and the terminal block is only a power supply for the V+ buss? I guess when looking at it as servo based that would make sense to me....
@Brad Cox what version of reef-pi are you running? Evidently I am running a now "old" version, although I will say it has been very stable for lighting.![]()

