IOT Room Sensor: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Added an external link)
(Added an external link)
Line 21: Line 21:


==Misc==
==Misc==
*[https://create.arduino.cc/projecthub/58229/air-meter-making-4-complete-f35147?ref=search&ref_id=%20air%20quality&offset=2 "Air Meter Making #4: Complete © GPL3+" ] ( [[Arduino]] + [[ESP32]] based)
*[https://create.arduino.cc/projecthub/58229/air-meter-making-4-complete-f35147?ref=search&ref_id=%20air%20quality&offset=2 "Air Meter Making #4: Complete © GPL3+" ] ( [[Arduino]] + [[ESP32]] based)
*[https://create.arduino.cc/projecthub/256867/atmospheric-air-analyser-c467b1?ref=similar&ref_id=53397&offset=5 Atmospheric Air Analyser MIT ] (similar as the above, but uses a 3d printed enclosure (and some different sensors?) )


=Internal Links=
=Internal Links=

Revision as of 00:04, 31 January 2021

Basics

  • An IOT "Cube" / "Brick" that can measure the following information and relay it to the system:
    • At Least:
      • Temperature
      • Humidity
    • Additional Data, But Will Add Some Cost:
      • Carbon Dioxide Concentration
      • Light Level Sensing
      • Nitrogen Dioxide Concentration
      • Ozone Concentration
      • Particulate Matter
      • PIR Based Occupancy Sensing
      • TVOC Concentration
  • Some form of basic display would be nice, preferably low power such as a basic LCD screen, labels and Seven Segment Displays / Nine Segment Displays , or an E-Ink Screen
  • Leave Smoke Detectors / Carbon Monoxide Detectors as a seperate unit / units?

Existing Open Source Designs

"How to Mechatronics" Design

Misc

Internal Links

External Links