Hi,
I need some help with this project. I will document the progress with photos here. Planned is a "Tron Dance". See here if you don't know this: YouTube
To reduce costs and to keep it simple, the suits will be fitted with EL Wire instead of LED Strips. There will be 4 "regions" on the suit (Head, upper body, legs, hands). The Arduino has enough pins, so it should be easy to control 4 drivers with Mosfets.
The suits are not a problem, I need help with the RF. One Arduino should act as a "Master TX".
XBee is too expensive, there will be 5 suits. There are wireless DMX pcb modules, but I cannot find much information about these.
So I chose the Nrf24l01 modules and ordered some of them.
The idea is, that the Master TX is the only one that sends information. The other 5 on the suits will be RX only.
As you can see on the video, there are sequences like: "Upper Body Suit 1" on for 0.5s, then "Legs suit 2" on for 300ms.
So I thought that the Master TX Arduino will send the commands to all RX Arduinos (same Channel and same address?). The RX Arduinos then decide if they are mentioned in the command.
How about the timing? If all suits should light up, it should happen synchronously. How about ACK? Any tips regarding the configuration of Nrf24l01 pcbs?
Thanks
Bests Jan