svm40 0.0.2

Rust driver for the Sensirion SVM40 sensor.
Documentation

svm40-rs

Platform agnostic Rust device driver for Sensirion SVM40 development board

Build status Crates.io Version Crates.io Downloads No Std

Platform agnostic Rust driver for Sensirion SVM40 device with gas, temperature and humidity sensors based on the embedded-hal traits.

Sensirion SVM40

Sensirion SVM40 has 2nd generation low-power accurate SGP40 gas sensor for air quality application and SHT40 sensor measuring temperature and humidity. The sensor uses I²C interface and measures VOC (Total Volatile Organic Compounds)

Evaluation board: https://www.sensirion.com/cn/environmental-sensors/evaluation-kit-sek-svm40/

Development status

The sensor supports starting and stopping measurement as well as gathering the values but there are still work to do:

  • Moving into using Embedded-hal 1.x
  • Improve crate module tests
  • Maybe add async support (most waits are so short that it might not make sense)

License

Licensed under either of

Contributing

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.