Hello!
I'm having some trouble running the "gprs.attachGPRS(GPRS_APN, GPRS_LOGIN, GPRS_PASSWORD)" function.
The GSM works fine, sent some SMS everything went as expected.
The problem is that when I try to attach to GPRS with my APN the comand hangs and never leaves this state.
By placing Degub outputs on this funcion, I've managed to track the command that blocks the message.
In the "GSM3ShieldV1DataNetworkProvider.cpp" file,
in function : void GSM3ShieldV1DataNetworkProvider::attachGPRSContinue()
The command: theGSM3ShieldV1ModemCore.print('\r');
No Error message, just blocks in this function.
Any solutions? By the way, what is the functionality of the "power button" in the shield? Nothing seems to happen when i press it.
I'm running the shield on top of Arduino UNO with 12V/1A power supply.
Thank you very much