An open API service indexing awesome lists of open source software.

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

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 logging

This 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