CO2-Ampel-Octopus/README.md

33 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2020-09-25 23:40:56 +00:00
# CO2 Ampel mit Sensor SCD30 und Octopus als Mikrocontroller
## Bauteile die benötigt werden:
* https://www.tindie.com/products/FabLab/iot-octopus-badge-for-iot-evaluation/
* https://www.sensirion.com/de/umweltsensoren/kohlendioxidsensor/kohlendioxidsensoren-co2/
* Oder https://www.seeedstudio.com/Grove-CO2-Temperature-Humidity-Sensor-SCD30-p-2911.html
* (Optional) MQTT Broker
* (Optional) NodeRED auf einem Raspberry Pi oder anderen Rechner
## Datenblatt für den SCD30
* https://www.mouser.de/datasheet/2/682/Sensirion_CO2_Sensors_SCD30_Datasheet-1510853.pdf
## Enhalten sind in diesem Repository:
* INO-File für Ardunio IDE und zur Programmierung des Octopus
* NodeRED Flow zur Anzeige von CO2/Temperatur/Luftfeuchte inkl. Dashboard
2020-10-14 14:19:38 +00:00
* INO-File für Arduino IDE für MQTT Befehle zur Programmierung des Octopus
2020-09-25 23:40:56 +00:00
## Weiterführende Informationen zu dem Projekt gibt es hier:
* https://www.umwelt-campus.de/forschung/projekte/iot-werkstatt/ideen-zur-corona-krise
* WICHTIG Kalibrierung des Sensor https://www.youtube.com/watch?v=od_XsBE6hU4
2023-03-02 21:50:08 +00:00
![Screenshot](https://git.unixweb.net/unixweb/CO2-Ampel-Octopus/raw/branch/master/images/Die-CO2-Ampel.jpg)
2020-09-25 23:40:56 +00:00
2023-03-02 21:50:08 +00:00
![Screenshot](https://git.unixweb.net/unixweb/CO2-Ampel-Octopus/raw/branch/master/images/SCD30-CO2-Ampel.jpg)
2020-09-25 23:40:56 +00:00
2023-03-02 21:50:08 +00:00
![Screenshot](https://git.unixweb.net/unixweb/CO2-Ampel-Octopus/raw/branch/master/images/CO2-Ampel-mit-NodeRED-Dashboard.png)
2020-09-25 23:40:56 +00:00