https://github.com/jessebraham/icm42670
An embedded-hal driver for the ICM-42670 6-axis IMU
https://github.com/jessebraham/icm42670
embedded-hal embedded-hal-driver imu imu-sensor no-std rust
Last synced: 2 months ago
JSON representation
An embedded-hal driver for the ICM-42670 6-axis IMU
- Host: GitHub
- URL: https://github.com/jessebraham/icm42670
- Owner: jessebraham
- License: apache-2.0
- Created: 2022-01-28T20:41:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T02:13:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-14T19:00:33.169Z (over 1 year ago)
- Topics: embedded-hal, embedded-hal-driver, imu, imu-sensor, no-std, rust
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 10
- Watchers: 3
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# icm42670

[](https://crates.io/crates/icm42670)
[](https://docs.rs/icm42670)


An `embedded-hal` driver for the ICM-42670 6-axis IMU.
While this device supports communication via I²C, SPI, and I3C, presently only I²C is supported. In its current state we are able to read the accelerometer, gyroscope, and temperature sensor data and perform basic configuration of the device. Reading packets from the FIFO is not currently supported.
If there is a feature which has not yet been implemented and which you are interested in, please feel free to open an issue and/or a pull request!
## Examples
Examples demonstrating how to use this driver can be found in the [icm42670-examples] repository.
[icm42670-examples]: https://github.com/jessebraham/icm42670-examples
## Resources
- [ICM-42670 Product Page](https://invensense.tdk.com/products/motion-tracking/6-axis/icm-42670-P/)
- [ICM-42670 Datasheet](https://3cfeqx1hf82y3xcoull08ihx-wpengine.netdna-ssl.com/wp-content/uploads/2021/07/DS-000451-ICM-42670-P-v1.0.pdf)
## License
Licensed under either of:
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
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.