Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pwm
#1
Is there away to add more channels for lighting control?
Reply to top
#2
Yeah you can add an extra pca9685 module, this will give you 16 extra 0-5v PWM outputs. It's important to keep the I2C cables to the controller under 12".

https://www.amazon.com/10Gtek-PCA9685-Ch...s_li_ss_tl

If you need 0-10v PWM or Analog outputs you would need to add this as well.

https://www.robo-tank.ca/Arduino-Devices...verter-Kit
Reply to top
#3
How would I go about setting that up?
Reply to top
#4
I think I got it. What pins are the i2c?
Reply to top
#5
On the main controller there are 4 header pins, under then it says I2C. That's where you would connected. Then in reef-pi you go to "configuration" then "drivers" and add a new pca9685 driver, you'll have to change the address on the module you get using the solder pads, then scan with i2cdetect -y 1 in SSH terminal to get the new address, this is what you use in reef-pi. After you add the driver you can go to "connectors" tab and add "jacks" using the new driver you added. After this you need to go to "admin" tab and press the "reload" button. Finally you can start adding them to the light tab.

Another option I forgot to mention, are you using all the DC ports, if not do you have enough for extra LED channels? If so you can get 0-5v PWM from the DC backup port, I can explain that if it's enough.
Reply to top
#6
I ordered the pca9685 so I will wait for it to arrive. I'm sure I'll be back with questions lol.
[-] The following 1 user Likes adammac1's post:
  • Rob F
Reply to top
#7
Great, if you need any help let me know.
Reply to top


Forum Jump:

Current time: 04-19-2024, 03:35 PM