Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miek/sht3x-rs
Rust driver for Sensirion SHT3x series digital temperature/humidity sensors
https://github.com/miek/sht3x-rs
Last synced: 6 days ago
JSON representation
Rust driver for Sensirion SHT3x series digital temperature/humidity sensors
- Host: GitHub
- URL: https://github.com/miek/sht3x-rs
- Owner: miek
- Created: 2018-03-16T17:34:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T22:31:11.000Z (about 2 years ago)
- Last Synced: 2024-11-02T10:52:37.142Z (13 days ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 7
- Watchers: 1
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [SHT3x](https://crates.io/crates/sht3x)
A platform agnostic driver to interface with the Sensirion SHT3x-DIS temperature/humidity sensor via I2C.
This driver was built using [`embedded-hal`] traits.
[`embedded-hal`]: https://docs.rs/embedded-hal/
## Documentation
Read the detailed documentation [here](https://docs.rs/sht3x/)## What works
- Take a temperature & humidity measurement
- Read the status register
- Reset command## TODO
- [ ] Implement ALERT functionality
- [ ] Implement periodic measurements
- [ ] Heater command
- [ ] Add an option to use the hardware reset pin## 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.
## Resources
The following resources were consulted when making this driver:
- https://sensirion.com/media/documents/213E6A3B/61641DC3/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf