Giter Club home page Giter Club logo

novatel_oem4_python's Introduction

Welcome to NovatelOEM4 GPS Library's documentation!

Date: 24 Jul 2018
Version: 0.4
Author: Bruno Tibério
Contact: [email protected]

This is an attempt to create a library to communicate with Novatel Flexpak G2 GPS device as part of a project. Is still a lot incomplete.

Read the documentation at: NovatelOEM4 Python <http://novatel-oem4-python.readthedocs.io/en/latest/>

Changelog

version 0.4:Moved from optoparse to argparse module. Changed Queue to make it compatible with python3 queue. Backwards compatibility is maintained. Restructured default location. Moved from Lib folder to base path. Moved examples to proper folder. This cause backwards compatibility problems. On import, replace import Lib.NovatelOEM4 with simply import NovatelOEM4
version 0.3:logging configuration as moved outside module to enable user to use already configured logging handler. Check multimodule logging docs
version 0.2:data from bestxyz message is now placed into a Queue.Queue() FIFO
version 0.1:initial release

This module contains a few functions to interact with Novatel OEM4 GPS devices. Currently only the most important functions and definitions are configured, but the intention is to make it as much complete as possible.

A simple example can be run by executing the main function wich creates a Gps class object and execute the following commands on gps receiver:

  • begin: on default port or given port by argv[1].
  • sendUnlogall
  • setCom(baud=115200): changes baudrate to 115200bps
  • askLog(trigger=2,period=0.1): ask for log bestxyz with trigger ONTIME and period 0.1
  • wait for 10 seconds
  • shutdown: safely disconnects from gps receiver

Example:

$python NovatelOEM4.py

novatel_oem4_python's People

Contributors

brtiberio avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.