Coder Social home page Coder Social logo

skytraq's Introduction

Skytraq

Skytraq Venus 6 GPS binary log protocol implentation

Purpose

I've bought a nameless GPS USB DATA LOGGER on ebay (ref: SJ-5282-DL). This GPS device outputs NMEA messages using a USB to serial port converter. It also has the ability to store gps logs (date, position and speed) to its internal memory. To acces those gps logs, this device was sold with a proprietary software called GPS Photo Tagger, that only works on windows. My goal was to be able to access those logs using linux and Mac OS, in order to add gps data to my pictures. After some research, it appeared that this device was using a Skytraq Venus 6 GPS module (many other gps modules uses Skytraq Venus 6 module, so it might work with other devices as well). 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
  • read data logs from device
  • configure serial port speed
  • probe serial port speed
  • write ephemeris data (agps) to device (UNTESTED)

TODO

  • read/write data logging parameters
  • read/write nmea output configuration
  • read/write output format
  • read/write position output rate
  • restart system
  • reset to factory default

Usage

  • to extract log data a sample program extract_log.py is provided. It dumps the logs from the device and generate a dump.gpx file.
  • to update ephemeris data use agps.py (UNTESTED)

Reference to other similar projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.