Archive:Environmental Monitor: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
|status = experimental
|status = experimental
|description = Sort of like a weather station, but for more than the weather
|description = Sort of like a weather station, but for more than the weather
}}[[User:Tiefpunkt|Severin]] bought a [http://www.seeedstudio.com/depot/Grove-Starter-Kit-for-LinkIt-ONE-p-2028.html kit full of different Grove sensors] a while back, to build a device to measure air quality and other things.
}}
 
== Sensors ==
=== Particulate Matter ===
==== Sharp GP2Y1010AU0F ====
* http://sensorapp.net/sharp-dust-sensor-and-arduino/
* http://www.howmuchsnow.com/arduino/airquality/
* Datasheet: https://www.sparkfun.com/datasheets/Sensors/gp2y1010au_e.pdf
* Application Note: http://www.sharp-world.com/products/device/lineup/data/pdf/datasheet/gp2y1010au_appl_e.pdf
 
==== Shinyei PPD42NS ====
* http://www.howmuchsnow.com/arduino/airquality/grovedust/
* http://aqicn.org/sensor/shinyei/
* http://www.takingspace.org/make-your-own-aircasting-particle-monitor/
* http://www.seeedstudio.com/wiki/images/4/4c/Grove_-_Dust_sensor.pdf
* http://takingspace.org/wp-content/uploads/ShinyeiPPD42NS_Deconstruction_TracyAllen.pdf
 
== Revisions ==
=== First prototype ===
[[User:Tiefpunkt|Severin]] bought a [http://www.seeedstudio.com/depot/Grove-Starter-Kit-for-LinkIt-ONE-p-2028.html kit full of different Grove sensors] a while back, to build a device to measure air quality and other things.


Currently, it only runs an Arduino sketch to output measurements to the serial port. But the ultimate idea is to build something similar to AirCasting.
Currently, it only runs an Arduino sketch to output measurements to the serial port. But the ultimate idea is to build something similar to AirCasting.


== Sensors ==
=== Station at CCCamp15 ===
Reviving the idea, a small weather & air quality station was built at CCCamp15, with these parts. It used not all sensors, but measured UV, temperature, humidity, air pressure, and PM2.5, uploading all that to OpenSenseMap. Code is here: https://github.com/tiefpunkt/airqualitystation
==== Sensors ====
* UV [http://www.seeedstudio.com/wiki/Grove_-_UV_Sensor]
* UV [http://www.seeedstudio.com/wiki/Grove_-_UV_Sensor]
* Light [http://www.seeedstudio.com/wiki/Grove_-_Light_Sensor]
* Light [http://www.seeedstudio.com/wiki/Grove_-_Light_Sensor]
Line 17: Line 38:
* "Air Quality" [http://www.seeedstudio.com/wiki/Grove_-_Air_Quality_Sensor]
* "Air Quality" [http://www.seeedstudio.com/wiki/Grove_-_Air_Quality_Sensor]


== Station at CCCamp15 ==
=== Home Prototype ===
Reviving the ideal, a small weather & air quality station was built at CCCamp15, with these parts. It used not all sensors, but measured UV, temperature, humidity, air pressure, and PM2.5, uploading all that to OpenSenseMap. Code is here: https://github.com/tiefpunkt/airqualitystation
In order to test the particulate matter sensor, a prototype with a Shinyei PM sensor, a DHT22, a fan, and an ESP8266 was build.
 
[[Category:Project]]
[[Category:Project]]

Revision as of 02:44, 10 March 2016

 
Environmental Monitor

Release status: experimental [box doku]

Description Sort of like a weather station, but for more than the weather
Author(s)  Severin, Heiko

Sensors

Particulate Matter

Sharp GP2Y1010AU0F

Shinyei PPD42NS

Revisions

First prototype

Severin bought a kit full of different Grove sensors a while back, to build a device to measure air quality and other things.

Currently, it only runs an Arduino sketch to output measurements to the serial port. But the ultimate idea is to build something similar to AirCasting.

Station at CCCamp15

Reviving the idea, a small weather & air quality station was built at CCCamp15, with these parts. It used not all sensors, but measured UV, temperature, humidity, air pressure, and PM2.5, uploading all that to OpenSenseMap. Code is here: https://github.com/tiefpunkt/airqualitystation

Sensors

Home Prototype

In order to test the particulate matter sensor, a prototype with a Shinyei PM sensor, a DHT22, a fan, and an ESP8266 was build.