Firmware code for AirSense which uses ESP32 and BME688 Sensor to determine Air Quality Index.
pip install -U platformio
pio run
- firmware will be at
.pio/build/*
directory
- Install esptool.py -
pip install -U esptool
python -m esptool write_flash -z 0 firmware.bin
pio device list