{"id":26198099,"url":"https://github.com/educ8s/esp32-e-paper-thermometer-with-ds18b20-sensor","last_synced_at":"2025-09-02T04:04:04.458Z","repository":{"id":160847023,"uuid":"306342062","full_name":"educ8s/ESP32-E-Paper-Thermometer-with-DS18B20-sensor","owner":"educ8s","description":"This is a simple ESP32 E-Paper Thermometer with DS18B20 sensor. ","archived":false,"fork":false,"pushed_at":"2020-10-22T13:50:13.000Z","size":494,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-02T04:02:36.627Z","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/educ8s.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}},"created_at":"2020-10-22T13:13:53.000Z","updated_at":"2020-10-22T13:50:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"7771519c-a6d0-4f82-beb8-97fdedfef551","html_url":"https://github.com/educ8s/ESP32-E-Paper-Thermometer-with-DS18B20-sensor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/educ8s/ESP32-E-Paper-Thermometer-with-DS18B20-sensor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educ8s%2FESP32-E-Paper-Thermometer-with-DS18B20-sensor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educ8s%2FESP32-E-Paper-Thermometer-with-DS18B20-sensor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educ8s%2FESP32-E-Paper-Thermometer-with-DS18B20-sensor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educ8s%2FESP32-E-Paper-Thermometer-with-DS18B20-sensor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/educ8s","download_url":"https://codeload.github.com/educ8s/ESP32-E-Paper-Thermometer-with-DS18B20-sensor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educ8s%2FESP32-E-Paper-Thermometer-with-DS18B20-sensor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273227972,"owners_count":25067691,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"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":"2025-03-12T02:49:57.639Z","updated_at":"2025-09-02T04:04:04.453Z","avatar_url":"https://github.com/educ8s.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32-E-Paper-Thermometer-with-DS18B20-sensor\nThis is a simple ESP32 E-Paper Thermometer with DS18B20 sensor. The project uses a 1.54\" b/w e-paper display from Waveshare.  At the screen, we display the temperature which is being measured by this temperature sensor the DS18B20. The temperature reading on the screen is updated every 5 seconds. The cool thing is that we don’t refresh the whole screen which is very slow, only part of the screen which is fast and low-power!\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo.jpg\" alt=\"ESP32 E-Paper Thermometer\" width=\"1280\"\u003e\n\u003c/p\u003e\n\n🎥 [Watch the video on YouTube](https://www.youtube.com/watch?v=KKfFgdhtfzk)\n\n# Parts used\n\n🛒 ESP32 ▶ https://educ8s.tv/part/ESP32\n\n🛒 E-Paper Display ▶ https://educ8s.tv/part/EPaper154\n\n🛒 DS18B20 ▶ https://educ8s.tv/part/DS18B20\n\n🛒 Breadboard ▶ https://educ8s.tv/part/SmallBreadboard\n\n🛒 Wires ▶ https://educ8s.tv/part/Wires\n\n💖 Full disclosure: All of the links above are affiliate links. I get a small percentage of each sale they generate. Thank you for your support!\n\n# How to use the E-Paper display\n\nE-Paper or Electronic paper are displays that unlike traditional LCD or OLED displays does not emit light but reflect light. It is like the ink on the paper. This characteristic makes e-paper displays very comfortable to read, and they have excellent readability under direct sunlight. Another great thing about e-paper displays is that they can hold static text and images for months without electricity! Yes, that’s correct, the display can show text and images even when it is off! That makes e-paper displays ideal for low powered projects! Watch the [video review](https://www.youtube.com/watch?v=UBEhod2wxvE) of this display that I have prepared for more info.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo2.jpg\" alt=\"How to use the E-Paper Display\" width=\"1280\"\u003e\n\u003c/p\u003e\n\n🎥 [Watch the video on YouTube](https://www.youtube.com/watch?v=UBEhod2wxvE)\n\n# Schematic Diagram\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Schematic.png\" alt=\"Scematic Diagram\" width=\"640\"\u003e\n\u003c/p\u003e\n\n\n# Credits \u0026 Thanks\n\n  - Kudos to [ZinggJM](https://github.com/ZinggJM) for being the creator of the GxEPD library without which this project would not exist.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduc8s%2Fesp32-e-paper-thermometer-with-ds18b20-sensor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feduc8s%2Fesp32-e-paper-thermometer-with-ds18b20-sensor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feduc8s%2Fesp32-e-paper-thermometer-with-ds18b20-sensor/lists"}