{"id":23744869,"url":"https://github.com/stm32duino/hts221","last_synced_at":"2026-03-08T02:05:39.644Z","repository":{"id":54852605,"uuid":"97944748","full_name":"stm32duino/HTS221","owner":"stm32duino","description":"Arduino library to support the HTS221 capacitive digital sensor for relative humidity and temperature","archived":false,"fork":false,"pushed_at":"2023-11-28T09:39:37.000Z","size":28,"stargazers_count":5,"open_issues_count":0,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-09-04T19:43:02.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stm32duino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-21T12:19:44.000Z","updated_at":"2023-05-19T13:09:25.000Z","dependencies_parsed_at":"2025-09-04T19:32:16.355Z","dependency_job_id":"570106ff-6c13-43ff-8d26-3562ab002f8b","html_url":"https://github.com/stm32duino/HTS221","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/stm32duino/HTS221","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FHTS221","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FHTS221/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FHTS221/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FHTS221/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stm32duino","download_url":"https://codeload.github.com/stm32duino/HTS221/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FHTS221/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30242405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"online","status_checked_at":"2026-03-08T02:00:06.215Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-31T12:50:22.864Z","updated_at":"2026-03-08T02:05:39.616Z","avatar_url":"https://github.com/stm32duino.png","language":"C","readme":"# HTS221\nArduino library to support the HTS221 capacitive digital sensor for relative humidity and temperature\n\n## API\n\nThis sensor uses I2C to communicate. It is then required to create a TwoWire interface before accessing to the sensors:  \n\n    TwoWire dev_i2c(I2C_SDA, I2C_SCL);  \n    dev_i2c.begin();\n\nAn instance can be created and enabled following the procedure below:  \n\n  For the humidity sensor:  \n\n    HTS221Sensor HumTemp(\u0026dev_i2c);\n    HumTemp.begin();\n    HumTemp.Enable();  \n\nThe access to the sensor values is done as explained below:  \n\n  Read humidity and temperature.  \n\n    float humidity;\n    float temperature;\n    HumTemp.GetHumidity(\u0026humidity);  \n    HumTemp.GetTemperature(\u0026temperature);  \n\n## Documentation\n\nYou can find the source files at  \nhttps://github.com/stm32duino/HTS221\n\nThe HTS221 datasheet is available at  \nhttp://www.st.com/content/st_com/en/products/mems-and-sensors/humidity-sensors/hts221.html\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fhts221","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstm32duino%2Fhts221","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fhts221/lists"}