Skip to content

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

About

Utilizing ESP32 and BME688 Sensor for Air Quality Index Determination

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages