[solved]"Arduino GSM Shield" + Mega ADK cannot send SMS with SendSMS.ino

Hi Eeveryone,

I've already followed this note for the shield and board connection: http://arduino.cc/en/Guide/GSMShieldLeonardoMega
Now i'm trying to use some example code provided with the GSM library (IDE 1.0.4).

  • "ReciveSMS.ino" : it is hanging after printing "SMS Messages Receiver"
  • "SendSMS.ino" :Sometime it is hanging after printing "SMS Messages Sender", but sometimes it is showing "COMPLETE" but the message is not received; Also the LED "STATUS" and "NET" on the shield has switched to OFF
  • "TestModem.ino" is working, it is showing the IMEI, but also the LED "STATUS" and "NET" on the shield has switched to OFF after.

Before entering anything on the Serial Monitor, the LED "STATUS" is ON, and "NET" is blinking but they turn to off just after th line "sms.print(txtMsg)"
Please HELP!

I put attached some printout from the Serial monitor with debug activated.

con.png

smsSendOK_KO.log (911 Bytes)

ReceveSMS_KO.log (390 Bytes)

smsSendKO.log (1.36 KB)

Hi :slight_smile:

I don't know THIS shield, but all the GSM shields I've seen need external power supply, the USB power is not enough.
Give it a try :slight_smile:

HTH,
JF

Thanks alnath ;),
That has solved my problem..