I've been working on a project with arduino UNO and GSM Shield.
I'm uploading to Internet data every 30 minutes from a maxbotix sensor. Code hangs and loops continuously with the serial monitor showing gsm.begin() waiting for reply.
I have read very carefully all the related forums and rewrote the library file GSM3ShieldV1AccessProvider.cpp as per http://forum.arduino.cc/index.php?topic=233137.0
Unfortunatelly this doesn't solve the problem. With gsm debug set to true it stucks on the the infamous AT%13% (post http://forum.arduino.cc/index.php?topic=233137.0)
This is driving me mad as it ruins the whole project. Anyone has find a workaround?