4.2 "EPD E-Ink Display + ESP8266 - Wetter + Google Calendar
A combined weather station + Calendar based on a esp8266 microcontroller with 4.2 "ePaper Disply.
Specification
- ESP8266 microcontroller
- 4,2″ ePaper Display
- inductive charging by the back cover
- 1000mAh LiPo Battery
- 100-day period in one update per hour between 6: 00h and 22: 00h
- OTA Funktionionalität (limited by Schlafmodus9
- Google Calendar Synchronization
- Priority decoder for calendar entries
- Localization of the data (German)
- NTP date and time incl. Summer / winter time
- Weather for "Current / 3 hours / 6 hours"
- Vollacrylgehäuse
The quiescent current in sleep mode is about 30-35uA.
Project on Github: ESP8266 EPD Weather Google Calendar
I followed the instructions from GitHub, but:
What do I have where to connect so that the correct symbol is activated?
I have a LiPo at 5V and GND mini on D1. Do I need to install a resistor from 5V to A0 and if so what kind of resistance? Unfortunately, this is not documented.
Hello I have the 4.2 display of Waveshare, test programs run properly. But here I only have at the center a pixelated i in a circle, pixelated bottom black background with barely legible text "SSID. SmartEPD ..." and otherwise only now and then pixels that give an idea that I am on the right track ... .. 🙁
Hello Google in the script I can not know what name I have to schedule. Could you explain more?
cordially
The google-api documentation will help on this:
https://developers.google.com/calendar/v3/reference/calendarList/list#auth
Execute this call via “Try this API” in the web-console and check the live-output. Calendar name is equivalent to the summary field.
"summary": "Friends' Birthdays",
Hi! I’ve written to you at youtube and the arduino forum.
I also got the same display. Could you maby show more in dept how you connected it? It was stuck to a PCB-board, did you rip it off or did you handle it in any other way?
Would love to se more close up pictures and steps of how you did it.
Please send me an email if you answer 🙂
I tried to do as your project but It’s many error. Could you please give me your email for ask a question?
You may use the issue tracker on Github-Issue-Tracker on GitHub as well.
Super exactly THAT I wanted!
But: Pulling appointments from Google calendar (needs script at Google site) -> how does this script?
Thank you!
I've updated the documentation / I updated the documentation on GitHub:
https://github.com/doctormord/ESP8266_EPD_Weather_Google_Calendar
there are some where a complete manual, component list, loftwarelinks for a replica?
I put the code online:
ESP8266 EPD Weather & Google Calendar on GitHUB