Air quality and other environment data monitoring for an ESP32 board
Go to file
Cedric Girard 5adbc0c4e2
Add Makefile
2019-05-07 17:12:48 +02:00
libraries Update U8g2 to latest version 2019-05-07 15:28:01 +02:00
.gitignore Add Makefile 2019-05-07 17:12:48 +02:00
.gitmodules Add Air Quality sensor readings 2019-05-02 16:27:48 +02:00
LICENSE Initial commit 2019-05-02 14:04:19 +02:00
Makefile Add Makefile 2019-05-07 17:12:48 +02:00
README.md Add Makefile 2019-05-07 17:12:48 +02:00
esp32-env-monitor.ino switch to u8g2 over u8x8 2019-05-07 16:09:15 +02:00
wifi_login.h init sketch file with Wifi connection 2019-05-02 15:06:21 +02:00

README.md

esp32-env-monitor

Air quality and other environment data monitoring for an ESP32 board

Hardware Used

Compiling and Uploading

A Makefile is provided to compile and upload to the board. This Makefile uses:

  • arduino-cli for compilation
  • esptool.py shipped with the arduino core for uploading (while this issue is not resolved)