Air quality and other environment data monitoring for an ESP32 board
- Board: Espressif ESP32
- Espressif chip page
- DOIT ESP32 page (I am using this version)
- Useful Pin detailling page
- Display: Waveshare 1.5 Oled Display (based on a SDD1327 chip)
- Temperature, pressure and humidity sensor: BME280
- Air Quality Sensor: SGP30
A Makefile is provided to compile and upload to the board. This Makefile uses:
- arduino-cli for compilation and uploading