A weather displaying clock with a waveshare ePaper screen and an espressif microcontroller
Go to file
Paul Warren 10101ba618 Give up after 2 missing data points in temperature data 2022-03-01 19:23:24 +11:00
images Other build script updated! 2022-01-29 08:08:15 +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 2022-01-29 08:14:50 +11:00
bom_rrd.py Add current internal and external temperatures 2019-12-30 15:54:43 +11:00
bom_rrd2.py Give up after 2 missing data points in temperature data 2022-03-01 19:23:24 +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 R1 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.

I've also put in bom_rrd2.py which uses the 'weather-au' library from pip and also pulls some current temperatures from some MQTT sensors I have around the house.

Required Arduino 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!