Actions

Sensors

From The Munich Maker Lab's Wiki

(Redirected from Airrohr-NG)

This Wiki Page is a summary of different Sensors we have in the lab.

Scope: Measure different environment data and make them available via Statusboard or locally via LCD displays.

   
Lab Sensors

Release status: stable [box doku]

Description Indoor air quality, temperature and humidty measurement
Author(s)  Milian, Chris B

Original: German (& Severin)

Download  3D printing files: https://github.com/munichmakerlab/space-infrastructure/tree/main/sensors

Sensors

Name Location ID IP Details Status
Sensor Wendy Workshop (yellow housing) 976222 10.10.20.31
  • SDS011 to measure the particulate
  • BME280/BMP280 for the temperature/humidity
  • OLED SSD1306
  • Software: sensor.community
  • Data: send to tbd
  • Case & Breakout Board: from HomeOfMaking
  • Brain: Node MCU v3
Data:
Sensor Luke Lasercutter & 3D-Printing Lounge (orange housing) 1970800 10.10.20.32
  • SDS011 to measure the particulate
  • BME280/BMP280 for the temperature/humidity
  • OLED SSD1306
  • Software: sensor.community
  • Data: send to tbd
  • Case & Breakout Board: from HomeOfMaking
  • Brain: Node MCU v3


Data:

Sensor Charles Community Area Front 9037909 10.10.20.33
  • BME280/BMP280 for the temperature/humidity
  • OLED SSD1306
  • Software: sensor.community
  • Data: send to tbd
  • Case: sligthly adapted and hot glue fixed version of this
  • Brain: Wemos D1 Mini

Data:

Sensor Kim Kitchen 9037703 10.10.20.34
  • BME280/BMP280 for the temperature/humidity
  • OLED SSD1306
  • Software: sensor.community
  • Data: send to tbd
  • Case: sligthly adapted and hot glue fixed version of this
  • Brain: Wemos D1 Mini

Data:

Sensor Yuri Not in use at the moment 3159041 10.10.20.35
  • BME280/BMP280 for the temperature/humidity => later for outside DS18B20
  • Software: sensor.community
  • Data: madavi, ...
  • Case: sligthly adapted and hot glue fixed version of this
  • Brain: Node MCU v2
Todo:
  • Temporary on top of the workshop for temperatur tests.
  • Later for the yard Calibration needed!


Data:

Sensor Charles the second Community Area Outside Lasercube 1973214 10.10.20.36
  • DS18B20 for temperature
  • OLED SSD1306
  • SDS011 to measure the particulate
Data:
Sensor Bernd Basement 1972554 10.10.20.37
  • OLED SSD1306
  • SDS011 to measure the particulate
Data:

Challenges

  • the BME280 sensor have a accuracy around +/-1°C. On the small temperatur/huminity sensors (e.g. Charles and Kim): Nevertheless, the ESP2866 is heating quite a lot inside the case. Therefore we needed to move out the sensor of the smaller housing and also added wholes to the 3D printed housing for better ventiliation in general for the micro controller On the dust sensors (Wendy and Luke), the situation is still not perfect.
  • callibration was done with infrared thermometer and adjusted in the sensor community software

Pictures

Wendy: Workshop
Luke: Lasercutter


Luke: Lassercutter
Charles: Community Area
Sensor Kim


ToDos & Ideas

  • Adjust Temperature Sensors => Done by Phier
  • Fix BME280 Lasercutter and Workshop => Done by Milian
  • Mount sensors again => Done
  • Send Data to Influx DB => in progress by Milian => issues with Influx DB v2, need to check with new Firmware version
  • Integrate Sensors into new home-assistant setup => Milian & Chris => in progress
  • add new sensor for Community area (just humidity and temperature) => done
  • improve sensors - better measurement result => done
  • fix dust sensor in laser cube => done
  • add new outdor dust sensor => in progress
  • add basement sensor => done
  • add community sensor 2 => done
  • Create dashboard internally and also externally
  • write summary about issues e.g. with different sensor versions
  • Add the files for new housings and alarm sensors to github

Community Sensor

Related old projects: Pure Air-Rohr Sensors (compare page history), Archive:Airrohr Air-Rohr Sensors:

Sensor Community (Base project): https://sensor.community/en/sensors/airrohr

Makerlab version with PCB by HomeOfMaking: https://www.instagram.com/p/CUUc7UTtHhS/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==

Integrate Air-Rohr into Home Assistant: https://github.com/lichtteil/local_luftdaten

Dust Alarm

TODO

Background knowledge

Different BMP-280/BME-280 Sensor types:


https://homematic-forum.de/forum/viewtopic.php?t=68558

Differences BME-280 and BMP-280; Source: https://homematic-forum.de/forum/viewtopic.php?t=68558

https://www.jmargolin.com/newprojects/mytx4/difference_bme-280_bmp280.htm

BME-280 provides also humidity and BMP-280 does not have this feature.