vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 709 forks source link

GPS Get Coordinates when not having GPRS #701

Open ajmartins86 opened 1 year ago

ajmartins86 commented 1 year ago

Hi, i have SIM7000 and im using it to track my car and save it to a server via GSM.

One problem i found was that if i loose GPRS signal, i cant get coordinates, but if i dont try to connect GPRS, i cant get the coordinates.

How can i get the coordinates if i dont have GPRS? Tried modem.gprsDisconnect();, but still dont work, only way is if i dont ever call the modem.Connect(apn, user, pass).