Hello all. I've gotten myself in a bit over my head and sold the idea of making an arduino based fireworks sequencer that can be synced to music. This went over so well that now the plan is for a sequencer that can handle ~100 cues, and can be initiated wirelessly. Electronics aren't exactly my forte, but I'm no stranger to a soldering iron either.
I've done some googling and found several threads with similar ideas but with much fewer cues. From what I've found I believe I either need several Mega 2560's or some way to increase the pwm output's with a breadboard or something.
As I understand it, the Mega can handle 13 pwm outputs at 5v which I believe will be enough to set off the e-matches I intend to use link. But I've also heard that you can run the board at higher voltage (ex 9v), and it will regulate that down to 5v. But I'm not sure if the full voltage makes it to the pwm outputs.
I'm thinking I can daisy chain several Mega's together to make up the total number of cues, using the digital pins as the link between boards.
The display will be on a floating platform about 100 ft from shore, so I'll need a way to start the sequence wirelessly. I'm thinking a bluefruit ez-link module, but that seems a bit overkill for just starting the sequence.
As far as the software, I was just planning on manually programming each board with its own delay/pin to sync to the music, but if there is a better option please let me know.
Cost isn't a major factor, but I dont want to go too crazy.
Any ideas/suggestions/recommendations/telling me I'm an idiot for getting in this far over my head are welcome.
Thanks