-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
hi,
i' testing with an sim800 GNSS board with a different AT instruction set. GSM works great, GPS doesnt work.
Can you help me with this issue or do you know a solution.
With a small change i got gps started, but possition data is incorrect:
`int ModuleSerialGps::enablev2()
{
if (!core->writeCommand("AT+CGNSPWR=1", "OK", 2000))
return GPS_FAIL;
if (!core->writeCommand("AT+CGNSPWR=0", "OK", 2000))
return GPS_FAIL;
return GPS_ENABLED;
}`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels