Abhijith P
Published

Capstone Project

It helps to monitor the temperature, and thus helps to maintain the temperature between the thresholds and sends an email if it crosses.

BeginnerProtip3 hours685
Capstone Project

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Temperature Sensor
Temperature Sensor
×1

Software apps and online services

Mailgun
It was used to send mail to the user's account in case the temperature crosses the limit
Bolt Cloud
Bolt IoT Bolt Cloud

Story

Read more

Schematics

CIRCUIT DIAGRAM

BASIC BLOCK DIAGRAM OF THE PROJECT

Code

CODE FOR POLYNOMIAL REGRESSION

JavaScript
It is to be coded in the BOLT IOT cloud platform
setChartLibrary(‘google-chart’); 
setChartTitle(‘Polynomial Regression’);
setChartType(‘predictionGraph’);
setAxisName(‘time_stamp’,’temp’);
mul(0.0977);
plotChart(‘time_stamp’,’temp’);

Credits

Abhijith P
1 project • 0 followers

Comments