Hi everybody,
I am totally new to Arduino and have been researching it for the past couple of weeks. I am wanting to create a LED matrix display of 5 groups of 8 x 8 LEDs. I am following instructions from Harrison at Volpin Props here:
but I am having some trouble as the Yellowjacket he used is not made anymore and he doesn't go into huge detail about the board interface. I already have his boards, using the MAX7221CWG chip to control each 8 x 8 matrix.
What I would ultimately like to do is have these chips linked to insert Arduino wonder here which allows me to control the matrix wirelessly. What I mean by that is, I want to be able to write code out on my Mac, send it to an app (iOS or Android) and then on my mobile device, use that app to recall these codes and send them wirelessly to the Arduino.
I have found all kinds of different possible solutions around the internet such as the Arduino bluetooth (which seems to have the most promise) and XBee but I cannot quite understand the full end to end components. Both the RedBack (yellowjacket replacement as far as I can tell) and the XBee need separate boards to connect to but the Bluetooth doesn't?
Any guidance would be greatly appreciated.