Dhivya Dharshni
Published © GPL3+

Light monitoring system

In this project using the light dependent resistor, the intensity of the light falling will be collected and stored as cloud data.

BeginnerFull instructions provided2 hours630
Light 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
Resistor 10k ohm
Resistor 10k ohm
×1
USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
×1

Software apps and online services

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

Story

Read more

Schematics

Simple light monitoring system

This project is very productive to know how bright the light is at a particular direction and the variation of intensity of light.

Area graph of the project

Code

Simple JS code for light monitoring system

JavaScript
Here we use google library on bolt to represent data in graph form.
setChartLibrary('google-chart');
setChartTitle('Light Intensity Monitor')
setChartType('area Graph');
setAxisName('Time','Light');
setCrosshair(true);
plotChart("time_stamp","light");

Credits

Dhivya Dharshni

Dhivya Dharshni

1 project • 0 followers
Web developer

Comments