Skip to content

An Air Quality Monitor using an Adafruit M0 feather, 7003, Particulate sensor, GPS, LCD and SD card

License

Notifications You must be signed in to change notification settings

DrewBatchelor/M0-AirQualityMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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 <Adafruit_GFX.h> // Core graphics library #include <Adafruit_ST7735.h> // Hardware-specific library for ST7735 #include <SPI.h> #include <SD.h> // For SD card #include <Adafruit_GPS.h> // For GPS #include <Arduino.h> // required before wiring_private.h #include <wiring_private.h> // pinPeripheral() function for sercom #include <PMS.h> // Partical Sensor PMS7003

About

An Air Quality Monitor using an Adafruit M0 feather, 7003, Particulate sensor, GPS, LCD and SD card

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages