Skip to main content

Posts

Featured

Arduino #9 - Adaptive Dark Sensor using Arduino | Conditionals in arduino

Hello friend's, welcome to the another tutorial of How to Electro. In this tutorial, we will know about adaptive dark sensor, and also make it using arduino. We will also know about some of the functions of arduino, along with conditionals statements. So friend's, lets begin..... H.T.E Highlighted - Above is the video of the whole tutorial in hindi. Adaptive Dark Sensor ( Introduction ) A Dark Sensor is an electronic circuit, which detects darkness or low light in it's surroundings, and gives certain output. e.g. Automatic Street Light ( It automatically turns on in the darkness, and turn off in the bright light ). An Adaptive Dark Sensor is also a dark sensor, whose sensitivity can be manually adjusted with the help of a potentiometer. This helps the dark sensor to adapt itself according to different light conditions at different place. Step 1 - Things Needed Arduino UNO - 1 piece. ( Amazon.in / Banggood.com / Gearbest.com ) Potentiometer (10K)

Latest

Arduino #8 - Using Potentiometer with arduino | analogRead() function, variables and Serial function

Arduino #7 - Calculating Light Intensity using LDR | analogRead, delay and Serial function

Arduino #6 - LDR With Arduino ( Light Sensor ) | Introduction to LDR #1

Arduino #5 - Combining Resistor with LED | Resistor value calculation + Power Rating

Arduino #4 - Blinking Multiple LEDs using Arduino | Led Chaser Explanation

Arduino #3 - Blink Example Breakdown | First Arduino Program