Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.98 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.98 KB

laboite maker

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:

Features

  • Fetching data from lenuage.io web application
  • Store, update and draw the tiles in real time
  • IFTTT enabled pushbutton

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 laboiteMaker.ino example
  6. Follow the guide to configure your laboite device!