Hi Every One!
Im a bit Nebwie with Arduino, and recently buy Rainbowduino to test, cause my primary interest on duinos are LED applications(a kind off little games mostly), then I want know if my first try its possible and have the right tools.
The Challenge:
Try to make a little game(start easy) 4 columns of 20 LEDs each all off by default, 4 pushbuttons corresponding to each column, if you press first button, the first column power on the first led a little delay then the second until five leds on, a little pause, then start to power off backwards (if can play a sound or a tone with a buzzer, each led on/off nice!), the seccond button makes the same but until 10 LEDS on, so on until 4 button and 20 led on(on the 4th column). The target its to make the kids start to count up/down until 20 and have 4 kids at the same time.
The Tools:
Arduino Duemilanove 328: for programing and to control (if I read ok, maybe in command mode the Rainbouduino)
Rainbowduino 328: to control led(I havent LED Matrix!!!, soon I need to buy one to make test easy!!!, but looking a step by step tutorial to control individual LEDs)
Resistors:not needed, I think maybe just for push buttons.
Leds: alot, RGB common anode, RED, BLUE, GREEN, YELLOW, WHITE, High Brigth and SuperFlux(to play a little)
Wires.
Push buttons(maybe the final use seeedstudio.com/depot/electr … Path=48_69 and 4 Big button switch)
Not much time to play around??? ja ja ja…
The thinkering on how to:
Arduino as physical/logic interface, controlling push buttons(maybe all at the same time or in turns) then sending commands to Rainbowduino.
Rainbowduino to control up to 100 leds(maybe in RGB mode like vumeter, or simply in color for each column) I think (if its possible) to tell a command(dont know all commands, well none!, if any one know a good point to start read all functions or most common used, be great) like start matrix from 1 to 5 led, then send start from secon pushbutton from 21 to 31, and so on. power on/off by the case.
Arduino play a tone in the buzzer(how to sync LED with Buzzer Arduino with Rainbowduino)
Then, hands on…
Any help by the way be appreciated!