vs4vijay / AirSense

Utilizing ESP32 and BME688 Sensor for Air Quality Index Determination

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AirSense

Firmware code for AirSense which uses ESP32 and BME688 Sensor to determine Air Quality Index.

Setup Development Environment

pip install -U platformio

Compile Firmware

pio run
  • firmware will be at .pio/build/* directory

Flash Firmware

Option-I: Using esptool

  • Install esptool.py - pip install -U esptool
python -m esptool write_flash -z 0 firmware.bin

Development Notes

pio device list

About

Utilizing ESP32 and BME688 Sensor for Air Quality Index Determination

License:MIT License


Languages

Language:C++ 100.0%