vivek sinha
Published

Light Intensity Monitoring System

Light Intensity Monitoring System Monitors the Intensity of the light at a particular area, how bright light is at a location.

BeginnerFull instructions provided1 hour1,719
Light Intensity Monitoring System

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Resistor 10k ohm
Resistor 10k ohm
×1
LDR, 5 Mohm
LDR, 5 Mohm
×1
USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
×1

Software apps and online services

Bolt IoT Android App
Bolt IoT Android App

Story

Read more

Schematics

Circuit diagram

in this bolt IOT module 1st, we will insert the LDR in the slot A0 and 3v3

and we will put the resistor in A0 and Gnd pin.
Please make sure 3v3 and gnd wire do not touch each other.

Code

Simple Code for Light Intensity Monitoring

JavaScript
setChartLibrary('google-chart');
setChartTitle('Light Intensity Monitor')
setChartType('lineGraph');
setAxisName('Time','Light');
setCrosshair(true);
plotChart("time_stamp","light");

Credits

vivek sinha

vivek sinha

2 projects • 1 follower

Comments