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.
Grab running_average_dust_sensor.ino
script and flash it to an Arduino Uno (or clone). Wire it up and you are done.
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:
Borrowed from here
Image for wiring up the LCD:
Borrowed from here