A weather displaying clock with a waveshare ePaper screen and an espressif microcontroller
Go to file
Paul Warren 44e5191999 Quick check of the weather-au forecasts 2022-01-29 08:03:03 +11:00
images New images derived from BOM svgs 2019-12-01 19:19:43 +11:00
.gitignore Initial import after n embarassing credentials incidient :) 2019-11-22 19:34:26 +11:00
LICENSE Initial import after n embarassing credentials incidient :) 2019-11-22 19:34:26 +11:00
README.md README updates 2019-12-01 19:25:00 +11:00
bom_rrd.py Add current internal and external temperatures 2019-12-30 15:54:43 +11:00
bom_rrd2.py daytime bugfixes for bom_rrd2 2022-01-29 06:54:49 +11:00
bom_xml.py Adjust weather image placement 2019-12-01 19:18:20 +11:00
build.sh Build script updates for newer arduino and esp packages 2022-01-29 07:58:34 +11:00
darksky.py Working 3 day temperature forecast 2019-11-23 20:21:10 +11:00
epd.cpp Initial import after n embarassing credentials incidient :) 2019-11-22 19:34:26 +11:00
epd.h Initial import after n embarassing credentials incidient :) 2019-11-22 19:34:26 +11:00
esp_time.ino Build script updates for newer arduino and esp packages 2022-01-29 07:58:34 +11:00
quick_check.py Quick check of the weather-au forecasts 2022-01-29 08:03:03 +11:00

README.md

EPClock

ESP8226 Arduino based ePaper clock, using NTP and showing the weather.

Using a Waveshare 4.3" UART module and an ESP8226 R1 Mini from Jaycar Australia, which is a D1 Mini in the Arduino program.

The ESP8266 doesn't really have enough RAM to be able to parse the XML available from the Autralian Bureau of Meteorology, so the bom_xml.py script does that and spits out some simplified json I've put that json on my home web server, and set the script to run hourly.

Required Libraries

Timezone: https://github.com/JChristensen/Timezone

NTPClient: https://github.com/arduino-libraries/NTPClient

AltSoftSerial https://github.com/PaulStoffregen/AltSoftSerial

ArduinoJson https://github.com/bblanchon/ArduinoJson.git

Connections

  • WakeUp -> D7
  • Reset - D8
  • DOUT -> D5
  • DIN -> D6

Creating Images for each digit

Use Images/create_images.py edit for font choice! The current images are in FreeMono.

Weather Icons

I have derived some from the Australian Bureau of Meteorology, Feel free to use those, or make some better ones!