Skip to content

jfim/air-quality-monitor-firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Air quality monitor firmware

Firmware for the air quality monitor project I built. See the blog post for more details.

Building

You'll need PlatformIO installed. The project can be built using the usual PlatformIO CLI or the VSCode extension.

Flashing

For USB flashing, make sure to edit platformio.ini to use the esptool upload method. Once flashed, the firmware can be updated over the air if ENABLE_NETWORK is defined.