Hi,
I have this model of FONA 808
https://www.adafruit.com/product/2542
I have used an example project in arduino, the GPS is working, but for GPRS I got 0.0000 0.0000 position
AT+CIPGSMLOC=1,1
+CIPGSMLOC: 0,0.000000,0.000000,2020/09/04,20:06:46
I googled for +CIPGSMLOC: 0,0.000000,0.000000 and I found that, is not longer supported by google service:
http://www.embeddedadvice.com/t/sim800- ... on/1878/22
The solution for SIM 800 could be Firmware update
module: SIM 800 formware: 1418B05SIM800L24, and using "AT+CLBS=1,1" instead, but this firmware is not even at official producer web:
https://simcom.ee/documents/?dir=SIM800L
Can you please help to identify, what to do?
I am afraid to use SIM800 firmware to SIM808 module as it has additional GPS an I dont want to lose it.