{"id":13802693,"url":"https://github.com/agners/sht15logger","last_synced_at":"2025-03-30T14:26:41.364Z","repository":{"id":138111378,"uuid":"192423585","full_name":"agners/sht15logger","owner":"agners","description":"MicroPython Temperature and Humidity Logger using Sensirion SHT15","archived":false,"fork":false,"pushed_at":"2019-06-17T22:16:08.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-02T00:36:01.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agners.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-17T21:53:43.000Z","updated_at":"2024-08-04T00:07:36.160Z","dependencies_parsed_at":null,"dependency_job_id":"2f1bbd63-b7a4-4ec3-9c0f-e8d529fa8df0","html_url":"https://github.com/agners/sht15logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agners%2Fsht15logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agners%2Fsht15logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agners%2Fsht15logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agners%2Fsht15logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agners","download_url":"https://codeload.github.com/agners/sht15logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246330137,"owners_count":20760033,"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-08-04T00:01:50.406Z","updated_at":"2025-03-30T14:26:41.324Z","avatar_url":"https://github.com/agners.png","language":"Python","funding_links":[],"categories":["Development"],"sub_categories":["Logging"],"readme":"# SHT15 Logger\n\nTemperature and Humidity Logger using SHT15 written in Python 3 (MicroPython for\nthe PyBoard 1.1).\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your\nlocal machine for development and testing purposes. See deployment for notes on\nhow to deploy the project on a live system.\n\n### Prerequisites\n\n* Sensirion SHT15 Sensor (others probably work too)\n* pyboard v1.1 (other MicroPython boards should work with some adjustments)\n\n### Wiring\n\n| pyboard       | SHT15         |\n| ------------- |---------------|\n| Y5            | GND           |\n| Y6            | SCK           |\n| Y7            | DATA          |\n| Y8            | VCC           |\n\nI recommend to also connect VBACK (P6) to a backup battery. This makes sure that\nthe RTC keeps time when disconnecting the board and connecting it someplace\nelse.\n\n\n### Installing\n\nCopy main.py and lib/sht15.py on a SD-card and plug it into the board or\nthe internal flash (via USB).\n\nThe logger uses the RTC to write down when the measurement has been taken. Make\nsure to set date and time correctly:\n\n```python\nfrom pyb import RTC\nrtc = RTC()\nrtc.datetime((2019, 6, 12, 3, 8, 49, 20, 0)) # y, m, d, weekday, h, m s, ms\nrtc.datetime()\n```\n\n## Built With\n\n* [MicroPython](http://micropython.org/)\n* [SHT15](https://www.sparkfun.com/products/retired/13683) - SHT15 breakout board\n* [upython-aq-monitor](https://github.com/ayoy/upython-aq-monitor) - sht1x.py\n\n## License\n\nThis project is licensed under the MIT License - see the\n[LICENSE](LICENSE) file for details\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagners%2Fsht15logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagners%2Fsht15logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagners%2Fsht15logger/lists"}