esp32-env-monitor/README.md

21 lines
949 B
Markdown
Raw Normal View History

2019-05-02 14:04:19 +02:00
# esp32-env-monitor
2019-05-02 16:39:10 +02:00
Air quality and other environment data monitoring for an ESP32 board
## Hardware Used
* Board: Espressif ESP32
* [Espressif chip page](https://www.espressif.com/en/esp-wroom-32/resources)
* [DOIT ESP32 page](https://docs.zerynth.com/latest/official/board.zerynth.doit_esp32/docs/index.html) (I am using this version)
* [Useful Pin detailling page](https://www.learnarduinoraspberrypi.com/2018/08/doit-esp32-devkit-getting-started-programming.html)
* Display: Waveshare 1.5 Oled Display (based on a SDD1327 chip)
* Temperature, pressure and humidity sensor: BME280
* Air Quality Sensor: SGP30
2019-05-07 17:12:48 +02:00
## Compiling and Uploading
A Makefile is provided to compile and upload to the board. This Makefile uses:
* [arduino-cli](https://github.com/arduino/arduino-cli) for compilation
* `esptool.py` shipped with the arduino core for uploading (while this [issue](https://github.com/arduino/arduino-cli/issues/163) is not resolved)