Hello members,
I am starting my first project with Arduino having a few experience or not at all, so please apologize any possible longing from me.
This is the idea:
- Using an Arduino board and GSM Shield to receive an SMS
- Scrolling the received SMS text on 4 max7219 Led matrix
To achieve this, I want to connect the Arduino board (let's say Arduino Uno) both to the GSM Shield and to the hardware to interface the Led Matrix. I guess I could use the Maxim Hardware as shown here:
http://playground.arduino.cc/Main/MAX72XXHardware#WiringArduino
On this page I read:
The three signal lines (DIn,CLK,Load(/CS)) [of the MAX7219] have to be connected to three digital outputs on the Arduino board.
I am wondering now if it is possible to achieve this, connecting the outputs of the board to the Maxim Hardware, with the board already connected to the GSM Shield? I have been browsing and googling since days now without finding any answer.
And also is there anything special I should keep in mind? Or some analog project / documentation to read?
Thank you in advance
Have a great day
Filippo