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
- Host: GitHub
- URL: https://github.com/vs4vijay/airsense
- Owner: vs4vijay
- License: mit
- Created: 2024-01-25T17:03:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T19:51:33.000Z (about 1 year ago)
- Last Synced: 2025-01-10T16:43:43.625Z (4 months ago)
- Topics: aqi, aqi-monitor, bme680, bme688, bme68x, esp, esp32, firmware
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```