Air quality and other environment data monitoring for an ESP32 board
Go to file
Cedric Girard 6ec1755994
Add Grafana dashboard
2019-08-01 15:36:11 +02:00
Grafana Add Grafana dashboard 2019-08-01 15:36:11 +02:00
libraries update SGP30 lib 2019-07-29 16:51:05 +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 compile produces an elf file as well 2019-05-09 16:08:01 +02:00
README.md Add datasheets links 2019-05-07 20:55:29 +02:00
esp32-env-monitor.ino filter abnormal values 2019-07-31 21:37:31 +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)