#temperature-humidity #humidity #temperature #sensirion #humidity-sensor #embedded-hal-driver

no-std shtcx

Platform agnostic Rust driver for the Sensirion SHTCx series temperature/humidity sensors

4 releases (breaking)

0.11.0 Dec 29, 2022
0.10.0 Oct 23, 2020
0.9.0 Feb 11, 2020
0.1.0 Jan 25, 2020

#1081 in Embedded development

Download history 344/week @ 2023-11-29 484/week @ 2023-12-06 428/week @ 2023-12-13 220/week @ 2023-12-20 70/week @ 2023-12-27 189/week @ 2024-01-03 157/week @ 2024-01-10 199/week @ 2024-01-17 221/week @ 2024-01-24 235/week @ 2024-01-31 183/week @ 2024-02-07 195/week @ 2024-02-14 200/week @ 2024-02-21 252/week @ 2024-02-28 238/week @ 2024-03-06 187/week @ 2024-03-13

899 downloads per month
Used in 2 crates

MIT/Apache

47KB
686 lines

Rust SHTCx / SHTWx Driver

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

This is a platform agnostic Rust driver for the Sensirion SHTCx and SHTWx temperature / humidity sensor series, based on the embedded-hal traits.

Tested with the following sensors:

Docs: https://docs.rs/shtcx

The Device

The Sensirion SHTCx series offers low-power high-precision digital temperature and humidity sensors that communicate over the I²C bus.

The SHTWx series uses the same protocol, but in a wafer-level chip-scale package (WLCSP).

Status

  • Measure temperature and humidity
  • Get device identifier
  • Sleep / Wakeup commands
  • Soft reset command
  • Support for low power mode
  • CRC checks
  • Docs

Examples

There are a few examples in the examples directory: The linux-<target> example queries the sensor a few times using linux-embedded-hal, while the monitor-<target> example implements a terminal based real-time graphical temperature/humidity monitoring tool.

gif

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.

Dependencies

~71KB