Karan B
Published © GPL3+

Light Intensity Detection

Detecting the intensity of light in our surrounding using LDR sensor.

BeginnerFull instructions provided2 hours519
Light Intensity Detection

Story

Read more

Schematics

Circuit connection

Connecting one end of LDR to 5V of Bolt
Connecting other end of LDR to A0 of Bolt
Connecting resistor with the GND pin of Bolt
Connecting resistor with the GND pin of Bolt

Code

use this code to run the project

JavaScript
setChartLibrary('google-chart');
setChartTitle('Your Graph Title');
setChartType('lineGraph');
setAxisName('time_stamp','light');
plotChart('time_stamp','light');

Credits

Karan B

Karan B

1 project • 0 followers

Comments