Preetha Anbu
Published

Light intensity prediction (ML) using BOLT

By making use of polynomial regression algorithm, the values of light intensity is predicted.

BeginnerFull instructions provided378
Light intensity prediction (ML) using BOLT

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
LDR
×1
Resistor 10k ohm
Resistor 10k ohm
×1
USB CABLE
×1

Software apps and online services

Bolt IoT Android App
Bolt IoT Android App
Bolt Cloud
Bolt IoT Bolt Cloud

Story

Read more

Code

light prediction

JavaScript
setChartLibrary('google-chart');
setChartTitle('Your Graph Title');
setChartType('predictionGraph'); 
setAxisName('X-axis Name','Y-axis Name'); //give suitable axis names to appear on the graph.
plotChart('time_stamp','light_data'); 

Credits

Preetha Anbu
1 project • 0 followers
Contact

Comments

Please log in or sign up to comment.