Welcome to Hackster!
Hackster is a community dedicated to learning hardware, from beginner to pro. Join us, it's free!
Samnit Mehandiratta
Published © MIT

Light Intensity Monitoring System

A very easy light intensity monitoring system using the Bolt IoT Wi-Fi module.

BeginnerFull instructions provided1 hour327
Light Intensity Monitoring System

Things used in this project

Hardware components

LDR, 5 Mohm
LDR, 5 Mohm
×1
Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×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

Story

Read more

Schematics

Circuit Diagram

Connect the components in the following manner.

Code

light_mon

JavaScript
Paste this code in your Bolt Cloud Code tab.
setChartLibrary("google-chart");
setChartTitle("Light Intensity Monitor");
setAxisName("Time", "Light Intensity");
setCrosshair("true");
setChartType("areaGraph");
plotChart("time_stamp", "light");

Credits

Samnit Mehandiratta
2 projects • 0 followers
Contact
Thanks to Bolt IoT and VisualPharm.com.

Comments

Please log in or sign up to comment.