Skip to content

JoshMcguigan/mpu9250

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
This branch is 2 commits ahead, 1 commit behind japaric:master.

Latest commit

 

Git stats

Files

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

mpu9250

A WIP, no_std, generic driver for the MPU9250 (accelerometer + gyroscope + magnetometer IMU)

What works

  • Reading the accelerometer, gyroscope and temperature sensor
  • Reading the WHO_AM_I register

TODO

  • Access to magnetometer data
  • Make sure this works with the spidev crate (i.e. with the Raspberry Pi)
  • Configuration. e.g. selecting the accelerometer sensing range.
  • How to make the API compatible with device specific features like DMA?
  • Sensor fusion?
  • ???

Examples

You should find at least one example in the blue-pill repository. If that branch is gone, check the master branch.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A WIP, no_std, generic driver for the MPU9250 (accelerometer + gyroscope + magnetometer IMU)

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.3%
  • Shell 2.7%