yogesh gunjal
Published

Temperature prediction using Bolt Iot

In his project I have done the prediction of my Room temperature using Polynomial ML prediction algorithm and in hardware, Bolt iot is used

IntermediateFull instructions provided2 hours616
Temperature prediction using Bolt Iot

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
LM 35 temperature sensor
×1
Female/Male jumper wires
×3
USB Cable, Micro USB Type B Plug
USB Cable, Micro USB Type B Plug
×1

Software apps and online services

Bolt Cloud
Bolt IoT Bolt Cloud

Story

Read more

Schematics

predicted graph of room temperature

Code

code to plot and predict the Graph

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

Credits

yogesh gunjal
1 project • 0 followers

Comments