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;
}`
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;
}`