https://github.com/drewbatchelor/m0-airqualitymonitor
An Air Quality Monitor using an Adafruit M0 feather, 7003, Particulate sensor, GPS, LCD and SD card
https://github.com/drewbatchelor/m0-airqualitymonitor
Last synced: 3 months ago
JSON representation
An Air Quality Monitor using an Adafruit M0 feather, 7003, Particulate sensor, GPS, LCD and SD card
- Host: GitHub
- URL: https://github.com/drewbatchelor/m0-airqualitymonitor
- Owner: DrewBatchelor
- License: gpl-3.0
- Created: 2020-07-25T18:27:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T18:33:33.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T06:58:11.922Z (5 months ago)
- Language: C++
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# M0-AirQualityMonitor
An Arduino based Air Quality Monitor using an Adafruit M0 feather, PMS7003 Particulate sensor, GPS, TFT Screen, SErial Output and SD card data loggingThis uses a bunch of libraries:
#include // Core graphics library
#include // Hardware-specific library for ST7735
#include
#include // For SD card
#include // For GPS
#include // required before wiring_private.h
#include // pinPeripheral() function for sercom
#include // Partical Sensor PMS7003