Skip to content

Arduino Uno, Reading Light Sensor using Light-Dependent Resistor or Photoresistor.

Notifications You must be signed in to change notification settings

ayinmursalin/arduino-uno-light-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is created as my journey on Learning IoT.

Description

Things

  • Arduino Uno
  • LCD with i2c
  • LDR Module

LDR (Light-Dependent Resistor) Module or, photoresistor, is a type of resistor where resitant value change with intensity of light. This module has 4 pin:

  • VCC
  • GND
  • DO (Digital)
  • AO (Analog)

Digital Value is to dectect is there any light emitted to Sensor, which we can control the threshold from Potentiometer on the module. While Analog Value is calculate to amount of Light emitted, where lower value means high intensity of light and vice versa.

image

Result

Light Sensor

Libraries

About

Arduino Uno, Reading Light Sensor using Light-Dependent Resistor or Photoresistor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages