Air Quality Monitor
Last updated
Last updated
In a time when our environment is changing faster than ever before, it can be vital to know how the area around you is changing. In this project, we will set up an environmental sensor to detect changes in air quality that might result from fires or drastic climate events.
For this project our equation will look like the below:
We first need to add a "when" statement by tapping the blue plus button and choosing logic. Tap "when this happens."
Next, tap "this happens" in the sentence, choose "environment" and create a comparison where "aqi is less than 50"
After this, tap "do this" and set glow to "green."
According to the EPA, an AQI measurement of 0-50 is "good," an AQI of 51-100 is "moderate," 101-150 is "unhealthy for sensitive groups", 151-200 is "unhealthy," and anything much above 200 enters the realm of "hazardous." Repeat the above steps for the other AQI ranges until you have the equation pictured above.
Now, let's add one more layer of use to this air quality monitor - a mobile notification when the AQI measured passes into the "hazardous" zone.
Once you have the air quality monitor working, you can add further features. Here are some ideas to get you started:
Place multiple sensors around a building or space and check them against each other - receive a notification only when more than half of them meet a certain level / threshold.
Gather a data set by having the Devices store the AQI data every hour. Map out air quality of a campus, city block, or neighborhood.