Archive:Airrohr: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 22: Line 22:
* a USB / Power-Plug
* a USB / Power-Plug


Instructions to assemble can be found here: [https://github.com/opendata-stuttgart/meta/wiki | https://github.com/opendata-stuttgart/meta/wiki]
Instructions to assemble can be found here: [https://github.com/opendata-stuttgart/meta/wiki https://github.com/opendata-stuttgart/meta/wiki]


Code for the Firmware can be found here: [https://github.com/opendata-stuttgart/sensors-software/tree/master/airrohr-firmware | https://github.com/opendata-stuttgart/sensors-software/tree/master/airrohr-firmware]
Code for the Firmware can be found here: [https://github.com/opendata-stuttgart/sensors-software/tree/master/airrohr-firmware https://github.com/opendata-stuttgart/sensors-software/tree/master/airrohr-firmware]


== Results ==
== Results ==
* The ESP provides a web server with the current data: [http://feinstaubsensor-1251799.local/ | http://feinstaubsensor-1251799.local/] (works only within the Lab's Wifi
* The ESP provides a web server with the current data: [http://feinstaubsensor-1251799.local/ http://feinstaubsensor-1251799.local/] (works only within the Lab's Wifi
* Live-Tracking the Luftdaten-Map: [http://muenchen.maps.luftdaten.info/#11/48.1400/11.5600 | http://muenchen.maps.luftdaten.info/#11/48.1400/11.5600] our ID is 3655
* Live-Tracking the Luftdaten-Map: [http://muenchen.maps.luftdaten.info/#11/48.1400/11.5600 http://muenchen.maps.luftdaten.info/#11/48.1400/11.5600] our ID is 3655


[[Category:Project]]
[[Category:Project]]

Revision as of 12:22, 20 June 2017

 
Airrohr

Release status: unknown [box doku]

Description Building an Airrohr and participating in http://luftdaten.info/
Author(s)  Severin, Matthias

The OK Lab Stuttgart has developed a kit to measure air pollution, especially particulate. It is easy to build, provides the necessary firmware and gathers the data on a geographical map for everyone to follow.

More information on http://luftdaten.info/

We built one for the lab and put it in front of our building.

Sensors

  • SDS011 to measure the particulate
  • DHT22 for the temperature

Building

It needs more or less:

  • a NodeMCU (ESP8266) so that their firmware is running out of the box (support automatic update of the firmware).
  • some pipes from the Baumarkt and
  • a USB / Power-Plug

Instructions to assemble can be found here: https://github.com/opendata-stuttgart/meta/wiki

Code for the Firmware can be found here: https://github.com/opendata-stuttgart/sensors-software/tree/master/airrohr-firmware

Results