Skip to content

tazitoo/arduino_air_quality_sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino air quality sensor

My wife is a coffee roaster. During the roasting process, byproducts are encouraged by forced air to leave via the duct work and get exhausted to the outside while the tasty roasted beans stay in the roaster.

Consider:

  • No ventilation is perfect
  • Particulate matter is bad for you - see e.g. how longevity in Pittsburgh increased after the steel plants closed down.
  • I love my wife

I wired up this dust sensor as an attempt to measure the change in air quality in the roasting house during one of her roasting sessions. The dust sensor is the shiny metal rectangle in the upper right hand corner of the image.
all wired up

TL;DR:

Grab running_average_dust_sensor.ino script and flash it to an Arduino Uno (or clone). Wire it up and you are done.

My process

I built it up in steps - see the scripts in component_sketches:

  • make the dust sensor work via the console
  • make the lcd print anything
  • make the dust sensor print to the lcd
  • add running average to script to smooth out measurement
  • add conversion from dust density to 'air quality'

Image for wiring up the dust sensor:
alt text
Borrowed from here

Image for wiring up the LCD: alt text
Borrowed from here

About

use a Sharp GP2Y1010AU0F to measure air quality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages