I buyed a Arduino GSM Shield on Arduino Web Store, back in March/2013.
I tested it (examples) and it does everything I want to.
Now, I have my software almost done and the last piece was the GSM part... So I take the shield out of box and started to test it again (with examples on IDE).
Initially, it takes too much time to establish connection to network and give me feedback... I needed to restart the process (resetting) but it ends to work.
But now, a few tests later (in about an hour), the modem doesn't power up anymore. Status LED doesn't light up.
I'm using the shield with original Arduino Mega 2560, Pins 2 and 10 are connected and SIM card is into the bracket. I tested powered Arduino with 9V DC adapter and only by USB port.
With debug enabled, on TestGPRS example, I received this: "AT%13%".
I've read about jumper CTRL/D7 pad, which power the modem. Mine is soldered by default. I can try to remove the solder and use Power button but I don't want to touch anything before an opinion.
Today I tried to power up the shield again.
It really started like a normal, but only once
When modem tries to reconnect (first connection was successfully done), status LED goes off and never light up again. I removed power cable and tried connected it again... nothing.
I tested with UNO and I already tried to remove solder from CTRL/D7 to use Power button. The symptoms are the same.
I tested your code. The modem started and responded (indicator LEDs worked properly).
After 2 resets, the process failed. Your code is listening commands on shell but indicator LEDs are both off, and the modem isn't responding...
If I try this today again, probably I can't get nothing. If I will test tomorrow, maybe the modem starts one time. I really don't know whats going on. Maybe an intern defect, don't know.
Does anyone can give me a "privileged" contact? Someone inside Arduino team...
I have a ticket waiting since the day I opened this thread... The status is the same for weeks: "This request is currently being processed by our staff".
I still have my GSM Shield with the same problems...
I'm having the same issue ( basically the status led does blink only 5-6 times when I first power it up but then is completely OFF)
did you finallu solve it?
any hint would be much appreciated
I tried by powering the UNO with 12V 1.25A and then by powering only the shield itself (through Vin, unplugged from the UNO) with the same power supply, but nothing new happened.