{"id":16603280,"url":"https://github.com/dbrgn/shtcx-rs","last_synced_at":"2025-09-28T17:31:11.559Z","repository":{"id":54422150,"uuid":"230282704","full_name":"dbrgn/shtcx-rs","owner":"dbrgn","description":"Platform agnostic Rust driver for the Sensirion SHTCx temperature/humidity sensors.","archived":false,"fork":false,"pushed_at":"2024-05-13T11:47:51.000Z","size":217,"stargazers_count":13,"open_issues_count":2,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-11T18:46:52.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbrgn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-26T15:04:33.000Z","updated_at":"2024-08-22T11:43:56.000Z","dependencies_parsed_at":"2023-12-19T01:01:55.043Z","dependency_job_id":"f0a96fe0-f7e9-4011-8265-7de8eb1b639f","html_url":"https://github.com/dbrgn/shtcx-rs","commit_stats":{"total_commits":81,"total_committers":3,"mean_commits":27.0,"dds":"0.19753086419753085","last_synced_commit":"637c033497f6e5a1b80ac32dcac61e0fb2341551"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fshtcx-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fshtcx-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fshtcx-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fshtcx-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbrgn","download_url":"https://codeload.github.com/dbrgn/shtcx-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234544900,"owners_count":18850159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T00:48:55.052Z","updated_at":"2025-09-28T17:31:06.270Z","avatar_url":"https://github.com/dbrgn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust SHTCx / SHTWx Driver\n\n[![Build status][workflow-badge]][workflow]\n[![Crates.io Version][crates-io-badge]][crates-io]\n[![Crates.io Downloads][crates-io-download-badge]][crates-io-download]\n![No Std][no-std-badge]\n\nThis is a platform agnostic Rust driver for the Sensirion SHTCx and SHTWx\ntemperature / humidity sensor series, based on the\n[`embedded-hal`](https://github.com/rust-embedded/embedded-hal) traits.\n\nTested with the following sensors:\n\n- [SHTC1](https://www.sensirion.com/shtc1/)\n- [SHTC3](https://www.sensirion.com/shtc3/)\n- [SHTW2](https://www.sensirion.com/shtw2/)\n\nDocs: https://docs.rs/shtcx\n\n## The Device\n\nThe Sensirion SHTCx series offers low-power high-precision digital temperature\nand humidity sensors that communicate over the I²C bus.\n\nThe SHTWx series uses the same protocol, but in a wafer-level chip-scale\npackage (WLCSP).\n\n## Status\n\n- [x] Measure temperature and humidity\n- [x] Get device identifier\n- [x] Sleep / Wakeup commands\n- [x] Soft reset command\n- [x] Support for low power mode\n- [x] CRC checks\n- [x] Docs\n\n## Examples\n\nThere are a few examples in the `examples` directory: The `linux-\u003ctarget\u003e`\nexample queries the sensor a few times using `linux-embedded-hal`, while the\n`monitor-\u003ctarget\u003e` example implements a terminal based real-time graphical\ntemperature/humidity monitoring tool.\n\n![gif](monitor.gif)\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n   http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or\n   http://opensource.org/licenses/MIT) at your option.\n\n### Contributing\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n\n\n\u003c!-- Badges --\u003e\n[workflow]: https://github.com/dbrgn/shtcx-rs/actions?query=workflow%3ACI\n[workflow-badge]: https://img.shields.io/github/actions/workflow/status/dbrgn/shtcx-rs/ci.yml?branch=main\n[crates-io]: https://crates.io/crates/shtcx\n[crates-io-badge]: https://img.shields.io/crates/v/shtcx.svg?maxAge=3600\n[crates-io-download]: https://crates.io/crates/shtcx\n[crates-io-download-badge]: https://img.shields.io/crates/d/shtcx.svg?maxAge=3600\n[no-std-badge]: https://img.shields.io/badge/no__std-yes-blue\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Fshtcx-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbrgn%2Fshtcx-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Fshtcx-rs/lists"}