I have a SainSmart LCD Keypad Shield (looks like the one here: Gravity: 1602 LCD Keypad Shield For Arduino - DFRobot ) and want to connect another Arduino using the i2c on Analog pins 4 and 5. Unfortunately, I can't find figure out how to access the pins with the shield still attached. It is only actually using A0 as most of these shields do, so I think there's a way to use them, but I'm not sure how. Any help is greatly appreciated.
It looks like DF Robot has two very similar shields and their 'Manual' seems to be a bit confusing. Your pinout diagram is shown in the manual but the photo directly above that pinout shows a slightly different shield.
If you have the one in the photo then you should be able to access the analog pins using the holes in the lower right corner. If you have the one in the drawing then you may have to solder to the pins coming up from the Arduino.
In any case stay away from the LCD4bit library. If you want to know why then just unzip it and read the comments.
The actual pins look like the pin out form I showed. Does that mean soldering the wire to the arduino is the best option? I can do that and was thinking about it, but wasn't sure if it would damage anything. Thanks for the help!
Does that mean soldering the wire to the arduino is the best option?
That's not what I meant. From the photo it looks like all of the analog pins come up from the Arduino to the shield even though they only use one of them. The others look like they are right there ready to be soldered to. You could probably even solder on some sort of female header strip.
I'm using a sensor shield to get access to the UNO's analog pins and the same 16x2 shield for user feedback and control. Then any 3 pin "bricks" can easily connect. Just remember A0 is the keypad...
The previous post caused me to take a closer look at the washed out 'pinout' diagram. It looks like the other five analog pins are right there near the lower right corner, at the 'bottom' of each of the five columns of three pins.
floresta:
The previous post caused me to take a closer look at the washed out 'pinout' diagram. It looks like the other five analog pins are right there near the lower right corner, at the 'bottom' of each of the five columns of three pins.
Don
Those are where the pins that connect to the arduino are located, my current plan is soldering the wire to those pins, but I feel like there has to be an easier way since those pins come up slightly.