/laboite-epd

laboite "maker edition" is a connected clock that displays a lot of information from the Internetz

Primary LanguageC++GNU General Public License v2.0GPL-2.0

laboite EPD

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:

Features

  • Fetching data from lenuage.io web application
  • Store, update and draw a tile on the e-ink display

Installation guide

This firmware can be uploaded using Arduino IDE, here is a step-by-step guide:

  1. Install ESP32 toolchain by following this guide
  2. Install the libraries mentionned before using Library manager
  3. Download this repo as a .zip
  4. Unzip the archive into your Arduino /libraries folder
  5. Upload the laboiteEPD.ino example
  6. Follow the guide to configure your laboite device!