I'm sorry for my bad english my mother tongue is dutch
For my school project i'm going to build a gsm system with an Arduino, and for this i'm using an arduino Uno r3 replica.
But i need to connect a 4x4 matrix, a 16x2 lcd display, a gsm shield and 2 Signales to it so do i have enough pins for this on My Arduino? I know there is a method to connect the matrix with only 1 or 2 pins. But can i connect all of this to the Arduino without this matrix method?
Thanks
This is a connection plan i found maybe this helps?
Or if you would like to pay, get my phi-panel lcd backpack that comes with 4x4 keypad connector. Just use soft serial with it. It does the lcd and keypad by itself.
You are seriously running out of pins, 6 lcd, 8 keypad, 2 sensors, gsm 2 pins, 2 pin serial, no spare pin for anything. You could also try to create your own backpack, or at least serial keypad controller, with another arduino. It's actually not hard. Just keep doing keypad.getKey() and send anything to serial port for the main arduino to see.