I have a problem with my 1400 gsm board. I tried different configurations, it is USB powered and a 3000mah LIPO. The sim carrier is vodafone italia (work perfectly on my phone). If I try the GsmSSLWebClient.ino (example sketch) file, for example, I have the following output:
Starting Arduino web client.
AT
OK
AT+IPR=921600
OK
AT
OK
AT+UPSV=3
OK
AT+CPIN?
ERROR
AT+CPIN?
ERROR
AT+CPIN?
ERROR
AT+CPIN?
+CPIN: READY
OK
AT+CMGF=1
OK
AT+UDCONF=1,1
OK
AT+CTZU=1
OK
AT+UDTMFD=1,2
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
AT+CREG?
+CREG: 0,0
OK
And the code crashes remains locked. I tried to power the card with 5v 3a on vin, but I have the same problem. I also can't change the reception band whit the test sketch I get after 2 minutes:
Configuring band GSM850_EGSM_PCS_UMTS_MODE
Error while changing band
Current band:UNDEFINED
I don't know what to try anymore. Can someone help me? Thanks