Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.33 KB

Skytraq

Skytraq Venus 8 GPS binary protocol implentation

Purpose

This is the repository that gives sample codes for testing S1216F8 Skytrack GPS/GNSS module. This GPS device outputs NMEA messages which can be read in the PC using a USB to serial port converter. It also has the ability to store gps logs (date, position and speed) to its internal memory. Skytraq uses a proprietary binary protocol to communicate with the module. This protocol is specified in two application notes:

Status

Working features:

  • read/write navigation mode
  • read/write waas status
  • read software version / crc
  • configure serial port speed
  • probe serial port speed
  • write ephemeris data (agps) to device
  • enable/disable NMEA output
  • restart system ( hot start, warm start, gps warmstart)

TODO

  • read/write output format
  • read/write position output rate
  • reset to factory default

Usage

  • to update ephemeris data use agps.py (UNTESTED)

Reference to other similar projects