carrascoacd / ArduinoSIM800L

Arduino HTTP & FTP client for SIM800L/SIM800 boards to perform GET and POST requests to a JSON API as well as FTP uploads.
159 stars 58 forks source link

RSTPin isn't working #18

Closed jonathangaldino closed 5 years ago

jonathangaldino commented 5 years ago

When should the library reset the GPS? I'm having issues with the GPS getting stuck sometimes and the arduino stops working. It is getting stuck when setting AT+SAPBR=2,1,"IP ADDRESS".

OK
AT

OK
AT+CREG?

+CREG: 0,1

OK
AT+SAPBR=3,1,"Contype","GPRS"

OK
AT+SAPBR=3,1,"APN","timbrasil.br"

OK
AT+SAPBR=2,1

+SAPBR: 1,3,"0.0.0.0"

OK
AT+SAPBR=1,1

OK
AT+SAPBR=2,1

+SAPBR: 1,1,"100.69.91.245"

OK
carrascoacd commented 5 years ago

The library does not implement anything related to GPS.