Nithyashree R
Published © GPL3+

Component Testing and Light Monitoring Circuit

The circuit checks for the working of a component, say LDR or Temperature detector etc. and also works as a Light Intensity Monitor.

IntermediateFull instructions provided10 hours440
Component Testing and Light Monitoring Circuit

Things used in this project

Hardware components

USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
×1
Bolt WiFi Module
Bolt IoT Bolt WiFi Module
×1
Jumper wires (generic)
Jumper wires (generic)
×1
Buzzer
Buzzer
×1
5 mm LED: Red
5 mm LED: Red
×1
Resistor 10k ohm
Resistor 10k ohm
×1
LDR, 5 Mohm
LDR, 5 Mohm
×1
Breadboard (generic)
Breadboard (generic)
×1

Software apps and online services

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

Story

Read more

Schematics

Component Testing and Light Monitoring System

The circuit checks for the working of a component , say LDR or Temperature detector etc. and also works as a Light Intensity Monitor. On the deploying the configuration and running the code, the buzzer buzzes and LED glows indicating the proper functioning of the component connected (be it LDR or Temperature sensor or Ultrasonic sensor, in this case LDR) and also plots the data recorded.

Code

Component Testing and Light Monitoring System

JavaScript
The circuit checks for the working of a component , say LDR or Temperature detector etc. and also works as a Light Intensity Monitor. On the deploying the configuration and running the code, the buzzer buzzes and LED glows indicating the proper functioning of the component connected (be it LDR or Temperature sensor or Ultrasonic sensor, in this case LDR) and also plots the data recorded.
setChartLibrary('google-chart');
setChartTitle('Light Monitrong System');
setChartType('lineGraph');
setAxisName("time_stamp","light");
plotChart("time_stamp","light");
if("light") {
  analogWrite(0,150); 
  analogWrite(1,250);
      }
if(!"light"){
    analogWrite(0,0);
    analogWrite(1,0)
}
  

Credits

Nithyashree R

Nithyashree R

1 project • 0 followers

Comments