esp32-env-monitor/README.md

949 B

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)