Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NascentMaker/AirQualityStation
A MagTag-powered air quality monitor for indoor use.
https://github.com/NascentMaker/AirQualityStation
Last synced: 8 days ago
JSON representation
A MagTag-powered air quality monitor for indoor use.
- Host: GitHub
- URL: https://github.com/NascentMaker/AirQualityStation
- Owner: NascentMaker
- License: unlicense
- Created: 2021-12-20T00:53:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T00:54:33.000Z (about 1 year ago)
- Last Synced: 2024-08-02T14:08:08.077Z (3 months ago)
- Language: Python
- Size: 119 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MagTag Air Quality Station
![GitHub release (latest by date)](https://img.shields.io/github/v/release/NascentMaker/AirQualityStation)
[![test](https://github.com/NascentMaker/AirQualityStation/actions/workflows/build.yml/badge.svg)](https://github.com/NascentMaker/AirQualityStation/actions/workflows/build.yml)This application was designed to run on an Adafruit MagTag together with the
PLANTOWER PM25 sensor breakout. This particular guide utilizes the Stemma QT
connectors of the MagTag and the PM25 sensor.## Required hardware
- [Adafruit MagTag][adafruit_magtag]
- [Adafruit PMSA003I Air Quality Breakout - STEMMA QT / Qwiic][adafruit_pmsa003i]
- [Adafruit Sensirion SHT31-D - Temperature & Humidity Sensor][adafruit_sht31d]## Installation
There are a few options for how to use this project:
- Download `aq_magtag.mpy` and place it in your `lib/` directory.
- Clone or download this repository and use it like a normal PyCharm project.## Licenses
For information regarding the licenses of fonts, please see:
- [Tamzen license][tamzen]
- [Fredoka One license][fredoka]---
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/S6S7GJUG3)
[tamzen]: https://github.com/sunaku/tamzen-font/blob/master/LICENSE
[fredoka]: https://fonts.google.com/specimen/Fredoka+One#license
[adafruit_magtag]: https://www.adafruit.com/product/4819
[adafruit_pmsa003i]: https://www.adafruit.com/product/4632
[adafruit_sht31d]: https://www.adafruit.com/product/2857