Skip to content

tstellanova/ublox-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ublox-core

An embedded hal (no_std) driver for communicating with Ublox position devices (M8 or later)

Status

This is work-in-progress

  • Basic support for USART (serial) reads
  • library builds ok
  • release library builds ok
  • Parsing of a few key message types: UBX-NAV-PVT, UBX-NAV-DOP, UBX-MON-HW
  • SPI support (stubbed out)
  • USB support
  • I2C support

Examples

Build example for eg Durandal stm32h743 board target:

cargo build --example monitor --target thumbv7em-none-eabihf 

License

BSD-3-Clause, see LICENSE file.

About

Ublox GPS M8 driver for embedded no_std rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors