IOT Room Sensor: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Fixed a Category Link)
(Added an external link)
Line 19: Line 19:
*[https://www.youtube.com/watch?v=esY_OtDLv7g A Video by the Youtube Channel "How To Mechatronics" Titled "DIY Air Quality Monitor - PM2.5, CO2, VOC, Ozone, Temp & Hum Arduino Meter"]
*[https://www.youtube.com/watch?v=esY_OtDLv7g A Video by the Youtube Channel "How To Mechatronics" Titled "DIY Air Quality Monitor - PM2.5, CO2, VOC, Ozone, Temp & Hum Arduino Meter"]
*[https://howtomechatronics.com/projects/diy-air-quality-monitor-pm2-5-co2-voc-ozone-temp-hum-arduino-meter/ The Post on Their Website on the Project]
*[https://howtomechatronics.com/projects/diy-air-quality-monitor-pm2-5-co2-voc-ozone-temp-hum-arduino-meter/ The Post on Their Website on the Project]
==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)


=Internal Links=
=Internal Links=

Revision as of 00:02, 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