I am currently working on a stage for a friend and I have been considering using an Arduino to control the lighting. Here is a conceptual rendering.
There are 33 cubes that must be lit and all must be RGB capable. I've been told this is a reasonable amount.
I'll be the first to admit that I am a complete beginner when it comes to electronics and I have several friends helping in this department but I'd like to ask around first.
Is an arduino a sound choice / a feasible option for this project?
Are there LEDs bright enough that they will be able to light up these cubes through a thin plastic film (they let roughly the same amount of light through as paper)?
Controlling 33 RGB-leds with an arduino is certainly possible, several methods exist.
You will need some extra electronics to drive 33x3 lights though.
Don't worry about the brightness of LEDs. There's a complete range from barely visible to Led-Lamps used to illuminate complete stadiums by now.
Electronically it's all possible, one thing that strikes me as rather important, how would you like to integrate it in an existing installation and do you have protocols in mind to run the installation ?
It probably will not be to difficult for someone with a little experience to write a program mimicking the video shown, but... a lot more may be possible. A project that big having DMX512- capabilities might be a lot more interesting and may be possible as well.
Thank you for your replies. After talking to a few people about this, I think I've decided against using an Arduino. Spending money seems to be the safest way to go here.
We will probably end up using a DMX interface (through ARTNET and interacting with Quartz), which will go to several DMX Dimmers and from there to the LEDs. I realize this is an Arduino forum but does anybody have any tips or warnings to give me?