Skip to content

JoTioTech/fw-lib-esp32-ublox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 GPS library for ublox library

Following codebase is in early development stage and is not yet ready for production use. Basic functionality like getting position, velocity or changing basic parameters work. However even to access the data user must know form of internal structures requiring some deeper knowledge of ublox protocol and this codebase. Everything is designed primarily from Ublox M9V module, however given that UBX protocol is quite universal it should work with other Ublox devices as well.

Basic parser structure has been forked from UBLOX_read.

Roadmap

  • functions that extract basic information easily
  • dead reckoning
  • geofencing
  • gyro access

Hot start

  • Save-on-shutdown: page 58 of integration manual

About

ublox component for ESP32C6. Uses UBX protocol transmitted over serial line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages