Skip to content

Simple script for plotting the results of the GNSS location data extracted from a Quectel BG96 module

Notifications You must be signed in to change notification settings

LordGuilly/quectel_bg96_gnss_plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Quectel BG96 GNSS plotter

Pair of scripts for plotting the GNSS results of the BG96.

Instructions:

  1. adjust the settings at bg96-gps.py (COM port, baudrate)
  2. connect the BG96 to the selected COM port, and turn it on
  3. run the bg96-gps.py script, and capture the output into a text file python bg96-gps.py > capture.log
  4. drive, walk, stay quite, whatever, while the unit captures data
  5. finish the data capture with Ctrl+C
  6. run the bg96-gps-plotter.py script, using the capture text file as input python bg96-gps-plotter.py < capture.log
  7. a new file should be generated, "map.html", with the movement path.

About

Simple script for plotting the results of the GNSS location data extracted from a Quectel BG96 module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages