How to Make Automatic Stair Light under 500rs using Arduino & IR, Ultrasonic Sensor || Connection & Code
800 Stair Lights Controller: [ Ссылка ]
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: [ Ссылка ]
PIR Celling Mount: [ Ссылка ]
Microwave: [ Ссылка ]
🔴Buy Electronics Here: robu.in
🔴Buy Home Automation Products Here:
👉 BlackT Electrotech website : [ Ссылка ] & [ Ссылка ]
----------------------------//-------------------------------
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
[ Ссылка ]
[ Ссылка ]
----------------------------//-------------------------------
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 – [ Ссылка ]
🔥Click TO Watch All best Night Lights in market Reviews –
[ Ссылка ]
----------------------------//-------------------------------
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
Ещё видео!