laboite "maker edition" is a connected clock that displays 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
- Adafruit GFX Library: core graphics library
- X Window System bitmap font: custom font that need to be placed in
/Fonts
directory in Adafruit GFX library - Max72xxPanel Library: hardware-specific library for the dot matrix driven by Max7219 controllers
- Fetching data from lenuage.io web application
- Store, update and draw the tiles in real time
- IFTTT enabled pushbutton
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 laboiteMaker.ino example
- Follow the guide to configure your laboite device!