Skip to content

SIM800 Series GNSS board #8

@kortos

Description

@kortos

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;

}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions