Welcome to Hackster!
Hackster is a community dedicated to learning hardware, from beginner to pro. Join us, it's free!
Ankit Kumar Majhi
Published © GPL3+

Light Intensity Monitoring System

Here we noticed how much intensity of light falls on a region & we also analysis with Data Visualization

BeginnerFull instructions provided1 hour369
Light Intensity Monitoring System

Things used in this project

Hardware components

Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
×1
Breadboard (generic)
Breadboard (generic)
×1
LDR, 5 Mohm
LDR, 5 Mohm
×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

Hand tools and fabrication machines

10 Pc. Jumper Wire Kit, 5 cm Long
10 Pc. Jumper Wire Kit, 5 cm Long

Story

Read more

Custom parts and enclosures

Data Visualization

After All Setup you get some data & a graph is plot like below screenshot

Schematics

Connections for Light monitoring system:

1. Connect one terminal of LDR on breadboard to3.3V
2. Connect the one end of resistor and LDR to A0 pin.
3.Another termial of resistor to GND pin

Code

light_intensity

JavaScript
It is the JavaScript code that is used for your data visualization
setChartLibrary('google-chart');
setChartTitle('Light Intensity Monitor');
setChartType('lineGraph');
setAxisName('Time','Light');
setCrosshair(true);
plotChart("time_stamp","light");

Credits

Ankit Kumar Majhi
1 project • 0 followers
Contact
Thanks to .

Comments

Please log in or sign up to comment.