christophe
New elf
Hello everyone, is there a way to control servos through xlight. Pixel data to servo. I have about 100 servos I would like to control. I want them to rotate 90 degree when pixel is on in xlight. Thank you
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.
I have google cast at homedo you use home assistant ?
FPP running on a Raspberry Pi can support a PCA9685 16-Channel Servo Driver.
Maybe something better suited would be an Arduino and that running as a serial (USB) controller from FPP/xLights.
Could even program an Arduino to receive DMX and outputs to the servos.
XLights can certainly send data for 200 servos without any issue however FPP and the PCA9685 is not a cost effective solution, Not sure you are going to want to buy 13 raspberry pis. What Mark said would probably be a better solution using an Arduino to receive e1.31 data and daisy chaining a bunch of TLC5940s chips and controlling them with SPI.Thank you for your replies. My aim is to build one as per picture attached. I want to have lights behind it and controlled through xlights. As the lights get activated, the respective servo gets activated. Do you guys think i can control around 200 servos with xlights? Or there is a limitation? Thank you
You can daisy chain the PCA9685's as well. Up to 62 of them. A single Pi could control the entire chain. Definitely a pain to configure though.XLights can certainly send data for 200 servos without any issue however FPP and the PCA9685 is not a cost effective solution, Not sure you are going to want to buy 13 raspberry pis. What Mark said would probably be a better solution using an Arduino to receive e1.31 data and daisy chaining a bunch of TLC5940s chips and controlling them with SPI.
Thanks for the correct, Didn't realise you could add more than 1 PCA9685. Might be less of a pain than trying to write code for an Arduino though.You can daisy chain the PCA9685's as well. Up to 62 of them. A single Pi could control the entire chain. Definitely a pain to configure though.
Thank you. I will definitely give it a try as I have some PCA9685 at home.You can daisy chain the PCA9685's as well. Up to 62 of them. A single Pi could control the entire chain. Definitely a pain to configure though.