https://github.com/andycb/airqualitymonitor
Code used on my Indoor Air Quality Monitor
https://github.com/andycb/airqualitymonitor
Last synced: over 1 year ago
JSON representation
Code used on my Indoor Air Quality Monitor
- Host: GitHub
- URL: https://github.com/andycb/airqualitymonitor
- Owner: andycb
- License: mit
- Created: 2019-11-29T00:30:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T22:36:41.000Z (over 6 years ago)
- Last Synced: 2025-01-13T20:26:54.014Z (over 1 year ago)
- Language: Python
- Homepage: https://andybradford.dev/2019/11/29/monitoring-my-indoor-air-quality/
- Size: 57.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AirQualityMonitor
A Python script and Arduino sketch reading an logging indoor air quality. For the full write up of this project, see https://andybradford.dev/2019/11/29/monitoring-my-indoor-air-quality.
This repo is intended as a reference for what I built. If you want to build something similar, feel free to use this as is or add / change your own stuff. If you do something cool, I'd love to hear about it, you can tweet me at [@andycb](https://twitter.com/andycb) or leave a comment on the above blog post
## Setup
1) Make sure you have Python 2 instaled
1) Install the [Adafruit IO library](https://github.com/adafruit/Adafruit_IO_Python) for Python 2 by running `pip install adafruit-io`.
1) Get an aPI key for Adafruit IO: https://io.adafruit.com/api/docs/#authentication
1) Paste your API key into [RunMonitor.py](RunMonitor.py)
## Run
Run `python RunMonitor.py` to run the script.
## Third Party Work Included
### Font
The Nunito font used is Nunito by Vernon Adams, check it out on Google Fonts: https://fonts.google.com/specimen/Nunito