GPS Programming Guide
Development website
  • Initial page
  • Introduction
  • Hardware
  • General considerations
  • Initialization
  • Getting information
  • Ephemeris handling
  • Advanced functions
  • Code examples and extended information
  • API changelog
  • Certifications
Powered by GitBook
On this page

Was this helpful?

Advanced functions

Some advanced functions have been developed to treat sentences returned by the GPS module. These functions are used by previously explained functions, to treat NMEA sentences and ephemeris.

In case a developer wants to use these functions, please see "WaspGPS.h" and "WaspGPS.cpp". These functions are:

  • parseRMC()

  • parseGGA()

  • parseGSA()

  • parseGSV()

  • checksum()

  • getChecksum()

  • setChecksum()

PreviousEphemeris handlingNextCode examples and extended information

Last updated 4 years ago

Was this helpful?