Skip to content

Latest commit

 

History

History
96 lines (56 loc) · 3.74 KB

README.md

File metadata and controls

96 lines (56 loc) · 3.74 KB

THDM for air quality monitoring

THDM (Temperature, Humidity and Dust density Monitoring) is for air quality monitoring through the internet. Temperature, humidity and dust density are currently supported.

Features and screen shot

Version 0.0.2 (May 2016)

  • Getting sensor data (temperature, humidity and dust density) for air quality measurement
  • Periodic reporting sensor data via Socket.io to server (THD Server)
  • Storing reported sensor data to database (mongodb)
  • Visualizing instantaneous and past sensor data via internet (monitoring web page)

Version 0.0.5 (July 2016)

  • Standalone operation (no need Raspberry pi or any kind of servers)
  • Status lookup via 3 color LED
  • Wifi network configurations

Web page (Web server operates on Arduino board)

  • Main Page

THD web page

  • Graph page

THD web page - Graph

  • Table page

THD web page - Table

Arduino board (THD Sensor)

THD sensor

A list of hardware components for THDM Sensors:

Connections of hardware components:

  • WeMos D1

    A0 - Input from dust sensor part (PIN5 of GP2Y1010AU0F)
    D3 - Output to dust sensor part (PIN3 of GP2Y1010AU0F)
    D4 - Output/input with temperature and humidity sensor module (PIN S of KY-015)
    D5 - Output to 3 color LED (RED pin)
    D6 - Output to 3 color LED (GREEN pin)
    D7 - Output to 3 color LED (BLUE pin)
    3.3V - Vcc to all the components (dust sensor part and temperature and humidity sensor module)
    GND - Ground to all the components

Software components (including libraries):

History

  • Uploaded a snapshot (v0.0.2) of THD Sensor and Server codes in the examples directory. (2016-05-21)
  • Uploaded a snapshot (v0.0.5) of THD Sensor in the examples directory. (2016-07-15)