{"id":23291498,"url":"https://github.com/guycole/perky-thermometer","last_synced_at":"2026-02-23T01:32:22.626Z","repository":{"id":141769001,"uuid":"496092780","full_name":"guycole/perky-thermometer","owner":"guycole","description":"BeagleBone Black using the DHT20 thermometer/humidity sensor","archived":false,"fork":false,"pushed_at":"2022-06-04T03:51:57.000Z","size":4757,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T13:26:16.329Z","etag":null,"topics":["beaglebone-black","dht20","i2c","thermometer"],"latest_commit_sha":null,"homepage":"","language":null,"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/guycole.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}},"created_at":"2022-05-25T05:20:44.000Z","updated_at":"2022-05-25T05:22:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"41bb8795-af33-42f6-a9c0-876964b841d4","html_url":"https://github.com/guycole/perky-thermometer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guycole/perky-thermometer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guycole%2Fperky-thermometer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guycole%2Fperky-thermometer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guycole%2Fperky-thermometer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guycole%2Fperky-thermometer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guycole","download_url":"https://codeload.github.com/guycole/perky-thermometer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guycole%2Fperky-thermometer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29734468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T20:09:16.275Z","status":"ssl_error","status_checked_at":"2026-02-22T20:09:13.750Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["beaglebone-black","dht20","i2c","thermometer"],"created_at":"2024-12-20T05:18:13.982Z","updated_at":"2026-02-23T01:32:22.585Z","avatar_url":"https://github.com/guycole.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# perky-thermometer\nBeagleBone Black using the DHT20 thermometer/humidity sensor.\n\n\n## Pins\n    | Header | Pin | Name      | Description |\n    |--------|-----|-----------|-------------|\n    | P9     |  1  | DGND      | DHT20 Pin 3 |\n    | P9     |  4  | VDD_3V3   | DHT20 Pin 1 |\n    | P9     | 19  | I2C2_SCL  | DHT20 Pin 4 |\n    | P9     | 20  | I2C2_SDA  | DHT20 Pin 2 |\n\ni2c address = 0x38\n\nroot@altoid:~# i2cdetect -y -r 2\n     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f\n00:          -- -- -- -- -- -- -- -- -- -- -- -- -- \n10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- \n20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- \n30: -- -- -- -- -- -- -- -- 38 -- -- -- -- -- -- -- \n40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- \n50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- \n60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- \n70: -- -- -- -- -- -- -- --                         \nroot@altoid:~# \n\ni2cdump -y 2 0x38 b\n     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f    0123456789abcdef\n00: 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18    ????????????????\n10: 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18    ????????????????\n20: 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18    ????????????????\n30: 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18    ????????????????\n40: 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18    ????????????????\n50: 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18 18    ????????????????\n\ni2cset -y -r 2 0x38 0x71 0x01\ni2cget -y 2 0x38 0x71 \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguycole%2Fperky-thermometer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguycole%2Fperky-thermometer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguycole%2Fperky-thermometer/lists"}