How to Make Automatic Stair Light under 500rs using Arduino & IR, Ultrasonic Sensor with Code

Automation Dude
Automation Dude
71.9 هزار بار بازدید - 4 سال پیش - How to Make Automatic Stair
How to Make Automatic Stair Light under 500rs using Arduino & IR, Ultrasonic Sensor || Connection & Code
800 Stair Lights Controller: Automatic Stair Light System | Stair ...
In this video, I have shown how to make your own automatic stair light system using Arduino nano and IR, Ultrasonic, Proximity IR Sensor. If you like the video please share and subscribe.

Jump to  different chapters of video
00:00 -  Introduction
00:20 - component list
01:06 - connection list
---------------------------------------------------------------
🔴Buy Motion Sensor Here:

PIR Wall Mount: https://amzn.to/3dPr6G4

PIR Celling Mount: https://amzn.to/3uHNasX

Microwave: https://amzn.to/3uHNasX

🔴Buy Electronics Here: robu.in

🔴Buy Home Automation Products Here:
👉 BlackT Electrotech website : https://blackt.in/ & http://www.btpro.in/
---------------------------//------------------------------
Code:

int IRSensor = 2;

void setup()
{
 pinMode (IRSensor, INPUT);
 pinMode (6, OUTPUT);
 pinMode (7, OUTPUT);
 pinMode (8, OUTPUT);
 pinMode (9, OUTPUT);
 pinMode (10, OUTPUT);
 pinMode (11, OUTPUT);
 pinMode (12, OUTPUT);
}

void loop()
{
 int statusSensor = digitalRead (IRSensor);
 
 if (statusSensor == 0)
 {
   digitalWrite(6, HIGH);
   delay(100);
    digitalWrite(7, HIGH);
   delay(100);
    digitalWrite(8, HIGH);
   delay(100);
    digitalWrite(9, HIGH);
   delay(100);
    digitalWrite(10, HIGH);
   delay(100);
    digitalWrite(11, HIGH);
   delay(100);
    digitalWrite(12, HIGH);
   delay(10000);
       digitalWrite(6, LOW);
   delay(300);
    digitalWrite(7, LOW);
   delay(300);
    digitalWrite(8, LOW);
   delay(300);
    digitalWrite(9, LOW);
   delay(300);
    digitalWrite(10, LOW);
   delay(300);
    digitalWrite(11, LOW);
   delay(300);
    digitalWrite(12, LOW);
 
 }

 else
 {
    digitalWrite(12, LOW);
    digitalWrite(11, LOW);
    digitalWrite(10, LOW);
    digitalWrite(9, LOW);
    digitalWrite(8, LOW);
    digitalWrite(7, LOW);
    digitalWrite(6, LOW);
 }  
}
---------------------------//------------------------------
🔴 Connect with me on
Instagram: ashish.dahekar
https://www.facebook.com/groups/12880...
---------------------------//------------------------------
Ashish Dahekar youtube channel provide you with genuine and unique electronics and latest technology product review which you will get very rare at one channel on youtube. Please subscribe, we work hard to add Technology values in your life.
All visuals and audios used in our channels are subject to youtube community copyright guidelines.

[You’ll never get these video other than Ashish Dahekar channel]

🔥Click TO Watch Best Timers Review in Market – Digital Timer switch | Timer Switch R...

🔥Click TO Watch All best Night Lights in market Reviews –
Touch Light | Night light as Mirror L...
---------------------------//------------------------------
All the visuals and music subjected to YouTube copyright policies. We have paid stock footage subscription .
led,motion sensor,arduino,stairs controller,automatic staircase lights,staircase led automatic dimming lights,translucent stair riser,stair riser,translucent riser,light installation in riser,stair riser के अंदर light कैसे लगाएं,automatic staircase lighting circuit diagram,stair lighting installation india,staircase lighting circuit diagram,stair lighting controller,automatic stair lighting arduino,staircase lighting installation,stair lighting design,diy

#ashishdahekar
#stairled
#automaticstairlights
4 سال پیش در تاریخ 1399/10/09 منتشر شده است.
71,975 بـار بازدید شده
... بیشتر