I am attempting to build a large scale LED matrix that is controlled by reading a sensor. The aim is to play around with a number of sensors, but for this instance lets say the sensor is to determine volume changes in sound.
I am fairly new to using the Arduino, and especially coding, so here is a break down of what I have so far.
I'm using an ArduinoMega 2560.
I'm looking to build an 8 x 56 LED MATRIX.
First, can I place the rows directly to the Arduino mega, or will I have to use 1 x 75HC595 to drive the 8 rows? And have 7 x TPIC6C595 to drive the columns.
LEDs (10mm 3.0 - 3.2 / 24mA), so am I right in thinking 82ohm resistors for each column?
As I understand, I need to multiplex the LEDs - so activating one column (i.e. TPIC6C595 pin). The more columns, the time needed to refresh will become greater and so the display will have more of a flicker.
I have found this post that shows the initial build of the MATRIX: Toys + Me = Fun.
As for finding/writing code, and implementing a sensor to the read data I am clueless. I'm not sure where to start here.
I don't want scrolling text, I want to have random dotting that grows as incoming data value increases.
Something like this, but a lot faster: LED Matrix Effects - YouTube
Is there MATRIX ANIMATION software I can use which is easy to implement into an existing arduino code?
Any direction would much appreciated.
Thank you!