sgp41

Crates.iosgp41
lib.rssgp41
version0.1.1
sourcesrc
created_at2021-11-05 12:16:24.126101
updated_at2021-11-05 12:38:53.064906
descriptionRust driver for the Sensirion SGP41 series. VOC and NOx Sensor.
homepage
repositoryhttps://github.com/aectaan/sgp41
max_upload_size
id477289
size31,411
Egor Markov (aectaan)

documentation

https://docs.rs/sgp41

README

Sensirion SGP41 Driver

Platform agnostic Rust device driver for Sensirion SGP41.

Rust

This library provides an embedded no_std driver for the Sensirion SGP41 sensor. This driver was built using embedded-hal traits. The implementaion is based on scd4x and sgp40-rs.

Sensirion SGP41

The SGP41 is Sensirion’s new VOC and NOx sensor designed as digital smart switch and regulation unit for air treatment devices such as air purifiers.

Further information: Datasheet Gas Sensors SGP41

Usage

See an example using linux-embedded-hal in examples/linux.rs.

cargo run --example linux

Development Status

The driver is in an development and testing state.
VOC index scale and NOx index scale not implemented yet.

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.

Commit count: 9

cargo fmt