{"id":23744885,"url":"https://github.com/stm32duino/sht40-ad1b","last_synced_at":"2025-04-12T07:02:59.774Z","repository":{"id":193056065,"uuid":"671916707","full_name":"stm32duino/SHT40-AD1B","owner":"stm32duino","description":"Arduino library to support the SHT40-AD1B digital humidity and temperature sensor","archived":false,"fork":false,"pushed_at":"2023-09-11T08:06:22.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-31T12:50:23.638Z","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":"bsd-3-clause","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":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-28T12:46:10.000Z","updated_at":"2024-12-03T08:19:05.000Z","dependencies_parsed_at":"2023-09-06T15:43:48.318Z","dependency_job_id":null,"html_url":"https://github.com/stm32duino/SHT40-AD1B","commit_stats":null,"previous_names":["stm32duino/sht40-ad1b"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FSHT40-AD1B","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FSHT40-AD1B/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FSHT40-AD1B/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FSHT40-AD1B/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stm32duino","download_url":"https://codeload.github.com/stm32duino/SHT40-AD1B/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239898461,"owners_count":19715212,"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-12-31T12:50:36.145Z","updated_at":"2025-02-20T19:18:52.769Z","avatar_url":"https://github.com/stm32duino.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SHT40-AD1B\nArduino library to support the SHT40-AD1B digital humidity and temperature sensor\n\n## API\n\nThis sensor uses I2C to communicate.\nFor I2C 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 when the I2C bus is used following the procedure below:  \n\n    SHT40AD1BSensor sensor(\u0026Wire);\n\nThe access to the sensor values is done as explained below:  \n\n  Read temperature and humidity.\n\n    float tmp,hum;\n    sensor.GetTemperature(\u0026tmp);\n    sensor.GetHumidity(\u0026hum);\n\n## Examples\n\n* SHT40AD1B_DataLog_Terminal: This application shows how to get data from SHT40-AD1B humidity and temperature and print them on terminal.\n\n## Documentation\n\nYou can find the source files at  \nhttps://github.com/stm32duino/SHT40-AD1B\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fsht40-ad1b","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstm32duino%2Fsht40-ad1b","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fsht40-ad1b/lists"}