8000 GitHub - vs4vijay/AirSense: Utilizing ESP32 and BME688 Sensor for Air Quality Index Determination
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Languages

0