Skip to content

circuitdojo/air-quality-wing-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Air Quality Wing Code!

Render

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.

To get yours go 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!

Quick Start:

This quick start assumes you have Particle Workbench installed.

  1. Clone this repo onto a place on your machine: git clone git@github.com:circuitdojo/air-quality-wing-code.git
  2. Change directory to air-quality-wing-code
  3. Init the library submodule using git git submodule update --init --recursive
  4. Open the repo with Visual Code: (code . using the command line, or file->open)
  5. Open /src/AirQualityWing.ino
  6. Select your target device in the lower bar (Options are: argon and boron)
  7. Hit cmd + shift + p to get the command menu
  8. Select Compile application (local). You can also choose Cloud flash as long as board.h has not been modified.
  9. 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.

License

See included LICENSE file.

About

Deprecated C++ Code for the Air Quality Wing Use it with Particle Argon, Xenon, Boron or with Adafruit feather.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published