Skip to content

Utilizing ESP32 and BME688 Sensor for Air Quality Index Determination

License

Notifications You must be signed in to change notification settings

vs4vijay/AirSense

Repository files navigation

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