Vinayak Shantaram Joshi
Published © MIT

Humidity and Temperature Monitoring System

A quick and easy system to monitor the Humidity and Temperature of your environment.

BeginnerFull instructions provided30 minutes16,662
Humidity and Temperature Monitoring System

Things used in this project

Story

Read more

Schematics

Circuit connections.

IF you are using the Boltduino, just skip the part for using wires for Bolt WiFi module

Circuit Connections

Code

Product Code

JavaScript
Remember to name the code, and set it as js
var lineGraph1 = new boltGraph();
lineGraph1.setChartType("lineGraph");
lineGraph1.setAxisName('X-Axis Name','Temperature->');
lineGraph1.plotChart('time_stamp','Temperature');
var lineGraph2 = new boltGraph();
lineGraph2.setChartType("lineGraph");
lineGraph2.setAxisName('X-Axis Name','Humidity->');
lineGraph2.plotChart('time_stamp','Humidity');

Credits

Vinayak Shantaram Joshi

Vinayak Shantaram Joshi

11 projects • 63 followers

Comments