Aman Namdev
Published © GPL3+

Prediction of Temperature Using Polynomial Regression

Here we're using LM35 for sensing the temperature and then using the polynomial regression technique we are able to predict the temperature.

BeginnerFull instructions provided1,124
Prediction of Temperature Using Polynomial Regression

Things used in this project

Hardware components

LM 35 Temprautre sensor
×1
Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Male/Female Jumper Wires
Male/Female Jumper Wires
×1

Software apps and online services

Bolt Cloud
Bolt IoT Bolt Cloud

Story

Read more

Schematics

hardware connections

Code

Code for temprature prediction

JavaScript
setChartLibrary('google-chart');
setChartTitle('Polynomial Regression');
setChartType('predictionGraph');
setAxisName('time_stamp','temp');
mul(0.0977);
plotChart('time_stamp','temp');

Credits

Aman Namdev

Aman Namdev

8 projects • 2 followers
Smart solutions for complex practical problems.

Comments