Updating project AiryLight -
AiryLight displays real time air quality data through kinetic light patterns projected on the ceiling.
It grabs that real time air quality data from airnow.gov, a well-maintained and reliable government website.
Thus it requires a webpage that scrapes airNow for air quality. The Arduino then reads that webpage for the value associated with air quality, and parses that value down to the Arduino. The Arduino then passes this value to the stepper motor...
Step 1: getting a server that will let me put a PHP file up.
- > Using the appFog server! Easy to install and use.
- > for the PHP file that reads from the U.S.'s airnow.gov website.
Hooray!
http://airylight.aws.af.cm/aqscraper.php
Code here:
github.com/aberner6/airyLight
















