Skip to content
/ pyUblox Public
forked from tridge/pyUblox

python Ublox module. Works for python3 and uBlox EVK 8N device

Notifications You must be signed in to change notification settings

NPRA/pyUblox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyUblox

This Python module is a collection of various pieces of codes to read and communicate with uBlox devices

Requirements

  1. Python 3
  2. uBlox device properly connected

Test the device

On OSX/Linux you can test it like this:

$ source venv/bin/activate
# Note that you need to find the correct port/device where the uBlox device is connected
$ python ublox_capture.py --port=/dev/cu.usbmodem144141 --dot

If connected and able to read you should get a bunch of dots on your screen. You could also experiment with the '--show' to get more verbose output for debuging / testing purposes.

About

python Ublox module. Works for python3 and uBlox EVK 8N device

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%