I’d like to have a computer control an 8x8 RGB LED matrix and synchronize the display with music. Because of this I’d like to have latency within a few milliseconds.
Is this feasible with rainbowduino? If so, what hardware would I need to make it happen? It looks like I need to buy everything on the [Rainbowduino related] page. Is the seeduino required, or can I go directly from a computer to the rainbowduino?
it will be as fast as if an arduino was hooked up.
using that pretty much makes the rainbowduino a standard arduino. you will have to adjust the baud on your code on the rainbowduino but as far as speed, its just like dealing with serial communication to an arduino.