Shivani Nagar
Published © LGPL

Light Intensity Detection

Its an IoT project built with Bolt IoT devices. it can detect the intensity of light.

IntermediateFull instructions provided1 hour491
Light Intensity Detection

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
LDR, 5 Mohm
LDR, 5 Mohm
×1
Resistor 10k ohm
Resistor 10k ohm
×1
Jumper wires (generic)
Jumper wires (generic)
×1
Breadboard (generic)
Breadboard (generic)
×1

Software apps and online services

Bolt IoT Android App
Bolt IoT Android App

Story

Read more

Custom parts and enclosures

Closed view .

Schematics

Whole setup of device.

you just see it and connect your harware components according to it

Code

Light intensity code.

JavaScript
YOU JUST NEED TO WRITE THIS CODE IN THE CODE SECTION OF BOLT CLOUD.CHOOSE OPTION OF JS .
setChartLibrary('google-chart');
setChartTitle('Your Graph Title');
setChartType('lineGraph');
setAxisName('time_stamp','light');
plotChart('time_stamp','light');

Credits

Shivani Nagar
1 project • 2 followers
pursuing b.tec 1st year cs student in collaboration with IBM.

Comments