{"id":20486407,"url":"https://github.com/oldhammade/esp8266-oled-dht-micropython-seriesly","last_synced_at":"2026-04-15T16:04:34.201Z","repository":{"id":139698431,"uuid":"90513900","full_name":"OldhamMade/ESP8266-OLED-dht-micropython-seriesly","owner":"OldhamMade","description":"Temperature/Humidity OLED display using MicroPython and Seriesly","archived":false,"fork":false,"pushed_at":"2017-09-10T20:51:25.000Z","size":142,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T21:30:25.431Z","etag":null,"topics":["dht22","esp8266","micropython","oled-display","wemos-d1-mini"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/OldhamMade.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":"2017-05-07T06:40:56.000Z","updated_at":"2019-05-28T08:53:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9259448-8407-40fb-8907-e4e7f90623ce","html_url":"https://github.com/OldhamMade/ESP8266-OLED-dht-micropython-seriesly","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/OldhamMade%2FESP8266-OLED-dht-micropython-seriesly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OldhamMade%2FESP8266-OLED-dht-micropython-seriesly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OldhamMade%2FESP8266-OLED-dht-micropython-seriesly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OldhamMade%2FESP8266-OLED-dht-micropython-seriesly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OldhamMade","download_url":"https://codeload.github.com/OldhamMade/ESP8266-OLED-dht-micropython-seriesly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242061539,"owners_count":20065762,"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":["dht22","esp8266","micropython","oled-display","wemos-d1-mini"],"created_at":"2024-11-15T16:36:16.472Z","updated_at":"2026-04-15T16:04:29.180Z","avatar_url":"https://github.com/OldhamMade.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Temperature/Humidity Display using MicroPython and Seriesly\n\nA small project to display and send temperature and humidity information\nto the timeseries database [Seriesly][1] for later study. Built\nfor ESP8266/Wemos-D1 boards running MicroPython.\n\n![Example Image][example_image]\n\n## Hardware\n\nFor this project, I used the following items:\n\n- [Wemos D1 mini pro][6]\n- [Wemos DHT Pro shield][7]\n- [Wemos OLED shield][8]\n\n## Installing MicroPython\n\nYou'll need to install the correct drivers for your OS and board. You should\nthen be able to proceed by following the [MicroPython install instructions][3].\n\n## Installing the code\n\nThe easiest way to do this is to connect to the board using something like\n[picocom][4], enable the `webrepl`, and use the [MicroPython webrepl tool][5]\nto upload the files to the board. Remember to update the `settings.py` file\nas necessary with network and pin settings before uploading.\n\nI can also recomment using [adafruit-ampy][9] if you prefer transferring files\ndirectly over your wired connection.\n\nOnce you've installed the dependencies, rebooting the board should kick things\noff and you should immediately see an `ONLINE` message on your OLED display,\nfollowed by some temperature/humidity readings, and entries should start\nappearing in your Seriesly server.\n\n### Dependencies\nBefore the code will run, you'll need to install the dependencies below by\naccessing the MicroPython REPL and running the following commands:\n\n    \u003e\u003e\u003e import upip\n    \u003e\u003e\u003e upip.install('micropython-logging')\n\n\n[1]: https://github.com/dustin/seriesly/\n[3]: https://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/intro.html\n[4]: https://github.com/npat-efault/picocom\n[5]: http://micropython.org/webrepl/\n[6]: https://www.wemos.cc/product/d1-mini-pro.html\n[7]: https://www.wemos.cc/product/dht-pro-shield.html\n[8]: https://www.wemos.cc/product/oled-shield.html\n[9]: https://github.com/adafruit/ampy\n[example_image]: https://raw.githubusercontent.com/OldhamMade/ESP8266-OLED-dht-micropython-seriesly/master/example.jpg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldhammade%2Fesp8266-oled-dht-micropython-seriesly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foldhammade%2Fesp8266-oled-dht-micropython-seriesly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldhammade%2Fesp8266-oled-dht-micropython-seriesly/lists"}