https://github.com/pyaillet/bma423-rs
Embedded Rust driver for the BMA423 accelerometer
https://github.com/pyaillet/bma423-rs
accelerometer driver embedded rust
Last synced: about 1 year ago
JSON representation
Embedded Rust driver for the BMA423 accelerometer
- Host: GitHub
- URL: https://github.com/pyaillet/bma423-rs
- Owner: pyaillet
- License: apache-2.0
- Created: 2022-02-19T07:21:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T08:56:58.000Z (over 1 year ago)
- Last Synced: 2025-04-29T09:58:15.008Z (about 1 year ago)
- Topics: accelerometer, driver, embedded, rust
- Language: Rust
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# BMA423 Rust driver
This is an experimental Rust driver for the BMA423 accelerometer.
What's working:
- Getting x, y, z axis acceleration values
- The motion detection feature
- The tap detection feature
- Configuring the interrupt pins
- Mapping features to the interrupt pins (as outputs)
- Remapping the axes
What's missing:
- The step counter and step detection features
- Activity classification feature
- Wrist wakeup feature
- Auxiliary interface configuration
- FIFO configuration
## Examples
You can find an example usage in this project: [TTGO T-Watch v1 rust example](https://github.com/pyaillet/twatch-idf-rs).
## Contributing
This project is open to contributions of any form, do not hesitate to open an issue or a pull-request
if you have questions or suggestions.