Ephemeris handling
Take into account that an SD card is needed for saving ephemeris in Waspmote.
Loading ephemeris
It loads the ephemeris from the FILE_EPHEMERIS file into the GPS.
It returns '1' if success, '0' if error.
Example of use:
Saving ephemeris
It saves the ephemeris in the system to the FILE_EPHEMERIS file.
It returns 1 for success, 0 for failure.
Example of use:
Using ephemeris basic example:
http://www.development.libelium.com/gps-02-using-ephemeris
Show ephemeris improvement example:
http://www.developement.libelium.com/gps-03-ephemeris-improvement
Last updated