Skip to content

AntoineLaporte/CircuitPython-GPS-logger-uBlox

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 

CircuitPython-GPS-logger-uBlox

CircuitPython GPS logger uBlox with NAV-PVT message parsing

This is a Circuitpython program that has to be run with a uBlox compatible GPS chip running on a battery. It is recording the data at 5Hz in a csv format made for speed sports.

boot.py is unmounting the CIRCUITPY drive USB is connected so we can write on the drive and mounting the drive when USB is not connected so the program can log the data on the drive. This USB detection is made by a voltage divider made of two 100Kohm resistors

In the files there is also the Debugging .txt with the 2 procedures:

  • one to unlock the drive by renaming the boot.py
  • the other to format the drive and start with a clean install

About

CircuitPython GPS logger uBlox with NAV-PVT message parsing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages