MX 6f19c6d062 Fix UART deinit issues in multiple apps il y a 1 an
..
icons 0bf9767883 API 31 / unzip sources il y a 2 ans
images 0bf9767883 API 31 / unzip sources il y a 2 ans
img 8e523fbb5c Add Screenshots il y a 2 ans
.gitignore 0bf9767883 API 31 / unzip sources il y a 2 ans
LICENSE 0bf9767883 API 31 / unzip sources il y a 2 ans
README.md 0bf9767883 API 31 / unzip sources il y a 2 ans
airmon.c e71aa91689 bump versions for catalog apps il y a 1 an
airmon_10px.png 0bf9767883 API 31 / unzip sources il y a 2 ans
airmon_aqi.c 0bf9767883 API 31 / unzip sources il y a 2 ans
airmon_aqi.h 0bf9767883 API 31 / unzip sources il y a 2 ans
airmon_pms.c 6f19c6d062 Fix UART deinit issues in multiple apps il y a 1 an
airmon_pms.h 36601389c3 FIXES FIXED - Fixed by RogueMMX WILL BE IN LATEST RELEASE 2024 il y a 2 ans
application.fam e71aa91689 bump versions for catalog apps il y a 1 an

README.md

Airmon for Flipper Zero

A simple Flipper Zero air quality monitoring application. It displays measured PM1.0/PM2.5/PM10 Particulate Matter concentrations and calculated Air Quality Index (AQI).

Hardware setup

Connect the Plantower PMS5003/PMS7003/PMS9003 sensor according to the wiring diagram below.

Flipper Pin Sensor Pin
1 (5V) 1 (5V)
11 (GND) 2 (GND)
13 (TX) 4 (RX)
14 (RX) 5 (TX)

Building and installing

  1. Clone airmon repository using git clone https://github.com/3cky/flipperzero-airmon command.
  2. Install uFBT Flipper Build Tool.
  3. Compile application running ufbt command in the cloned directory root.
  4. Install and start airmon application on Flipper attached over USB using ufbt launch command.

Application controls

Use left/right arrows for PM/AQI display mode switching. Flipper LED will blink green once every successful sensor reads.

License

Airmon is available under the GPL 3 license. See the LICENSE file for more info.