An open API service indexing awesome lists of open source software.

https://github.com/vs4vijay/airsense

Utilizing ESP32 and BME688 Sensor for Air Quality Index Determination
https://github.com/vs4vijay/airsense

aqi aqi-monitor bme680 bme688 bme68x esp esp32 firmware

Last synced: 3 months ago
JSON representation

Utilizing ESP32 and BME688 Sensor for Air Quality Index Determination

Awesome Lists containing this project

README

        

# AirSense

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

## Setup Development Environment

```bash

pip install -U platformio

```

## Compile Firmware

```shell

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

```bash

pio device list

```