You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
Grafana | 4 years ago | |
Schematics | 4 years ago | |
libraries | 2 years ago | |
.gitignore | 4 years ago | |
.gitmodules | 3 years ago | |
LICENSE | 4 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
esp32-env-monitor.ino | 3 years ago | |
wifi_login.h | 4 years ago |
README.md
esp32-env-monitor
Air quality and other environment data monitoring for an ESP32 board
Hardware Used
- 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
Compiling and Uploading
A Makefile is provided to compile and upload to the board. This Makefile uses:
- arduino-cli for compilation and uploading