Greetings everyone, I'm totally new to this stuff. Could you guys tell me how to connect GSM Shield to Yun? I read the guide on Leonardo but I quite don't get it. I need kind of "baby explanation" like:
pin 8 on gsm shield -> digital pin on arduino yun and so on.
I own a SIM900 chip and I simply hook it up to the usb host port on the Linux side (through usb/serial converter); I can write my AT commands to /dev/ttyUSB0 ...
Your shield has the same SIM900 chip as I have; I can't power it from an Arduino (it takes up to 2.5A at 5V when it is transmitting or receiving); can't you power it externally? b.t.w. a SoftSerial interface should work fine for RX/TX.
Hi, I can't plug directly to USB cause I don't have the cable and with software serial, it seems to having same problem. I'm using pin 7 and 8 as RX/TX but meh, no RX TX signals at all.