laboite "EPD edition" is a connected electronic paper display that shows a lot of information from the Internetz. This repository contains the ESP32/Arduino firmware that can connect to lenuage.io (a web app that collect data for you and send it back to your laboite device)!
This is the core library providing connectivity, parsing and debug. You will have to install the following libraries to get your laboîte device up and running:
- ArduinoJson Library v5: json parsing library
- ESP32 Waveshare EPD Library: core EPD library
- Fetching data from lenuage.io web application
- Store, update and draw a tile on the e-ink display
This firmware can be uploaded using Arduino IDE, here is a step-by-step guide:
- Install ESP32 toolchain by following this guide
- Install the libraries mentionned before using Library manager
- Download this repo as a .zip
- Unzip the archive into your Arduino
/libraries
folder - Upload the laboiteEPD.ino example
- Follow the guide to configure your laboite device!