GPS functions implementations. More...
Functions | |
uint8_t | enable_gps () |
enables the GPS functionality of the SIM808 module More... | |
uint8_t | get_gps_location (char *coordinates) |
checks if the module has a GPS fix, if yes, it querries the GPS module for the current position. The format of the output is longitude,latitude Example: 3937.656010,1406.059400 More... | |
GPS functions implementations.
uint8_t enable_gps | ( | ) |
enables the GPS functionality of the SIM808 module
uint8_t get_gps_location | ( | char * | position | ) |
checks if the module has a GPS fix, if yes, it querries the GPS module for the current position. The format of the output is longitude,latitude Example: 3937.656010,1406.059400
coordinates | is an array that will store the GPS position. |