A simple display used in our shared flat to display upcoming events and keep track of expenses. Based on an esp32 with an e-ink display. The esp goes to sleep after a few seconds and only wakes up when a button is pressed and at 01:00 am to refresh upcoming events. The api is deployed on Google cloud and uses Google APIs to push meal counts to out google sheet and pull events from our calendar.
Counts |
Events (during sleep) |
- Create config.h
cp config.h.example config.h - Fill in you Wi-Fi and api credentials
- Build using PlatformIO
pio build

