Shruthi Chandra
Published © GPL3+

Light intensity monitoring system

This actually measures how much the light is bright within the limited area.

BeginnerProtip1 hour409
Light intensity monitoring system

Things used in this project

Hardware components

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

Software apps and online services

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

Story

Read more

Schematics

circuit connection for light intensity monitoring system

To the Bolt Iot wifi module,connect the ldr(one end to the 3v3 and the other to A0).
Now connect 10k resistor(one end to GND and other to the A0)
Before connecting it with the usb cable,make sure that the components do not touch each other(other wise it leads to short circuit).

Code

code for light intensity monitoring system

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

Credits

Shruthi Chandra

Shruthi Chandra

2 projects • 5 followers

Comments