The Air Quality Wing (Previously Particle Squared) is a circuit board that helps you monitor the air quality around you. This repository is the code for the Air Quality Wing which enables you to monitor humidity, temperature, air particulates, and TVOC in one small package. You can use it with an Adafruit Feather compatible board. For more information click here.
Update 10/27/2019: This example now uses the Air Quality Wing Library! Search for AirQualityWing
in ParticleWorkbench to install. It's also available on Github. Have fun!
This quick start assumes you have Particle Workbench installed.
- Clone this repo onto a place on your machine:
git clone [email protected]:circuitdojo/air-quality-wing-code.git
- Change directory to
air-quality-wing-code
- Init the library submodule using
git git submodule update --init --recursive
- Open the repo with Visual Code: (
code .
using the command line, orfile
->open
) - Open
/src/AirQualityWing.ino
- Select your target device in the lower bar (Options are:
argon
andboron
) - Hit
cmd
+shift
+p
to get the command menu - Select
Compile application (local)
. You can also chooseCloud flash
as long asboard.h
has not been modified. - Enjoy playing around with your Air Quality Wing!
This example has been tested with DeviceOS 3.1.0. It's recommended to upgrade if you have problems.
See included LICENSE
file.