Automatic Door Opening Using IR Sensor | Arduino Projects

Поділитися
Вставка
  • Опубліковано 23 сер 2024
  • Automatic Door Opening Using IR Sensor
    In this experiment we are using Arduino Uno, IR Sensor, Servo Motor. When the IR sensor detects any object, it will trigger the servo motor to rotate and the servo motor will be back to its original position after 2 seconds
    Required Components
    ==================
    1. Arduino Uno
    2. IR Sensor
    3. Servo Motor
    Components Link
    ===============
    1. Arduino Uno - robu.in/produc...
    2. IR Sensor - robu.in/produc...
    3. Servo Motor - robu.in/produc...
    Software Required
    ===============
    1. Arduino IDE - www.arduino.cc...
    2. Programming Language - C Language
    Source Code
    ===========
    github.com/Tec...
    Reference Video of Arduino Experiments
    ======================================
    1. Control LED from Mobile using Blynk App
    • Control LED from Mobil...
    2. How to display text in TFT LCD Display
    • How to display text in...
    3. Control Bulb using RFID
    • Control Bulb Using RFI...
    4. Rain Monitoring System
    • Rain Monitoring System...
    5. Rain Alarm Notification in Mobile
    • Rain Alarm Notificatio...
    6. Smoke Detector Alarm Without Arduino
    • Smoke Detector Without...
    7. RFID Security System with LCD
    • RFID Security System W...
    8. Fire Alarm Without Using Arduino for 80 Rs.
    • Fire Alarm Without Ard...
    9.Temperature Monitoring System | IOT Projects
    • Temperature Monitoring...
    10. Fire Alarm Notification in Mobile
    • Fire Alarm Notificatio...
    11. Motion Sensor Control ElectriC Bulb | Home Automation
    • Motion Sensor Control ...
    12. Motion Sensor Control LED
    • Motion Sensor Control ...
    13. Contactless Doorbell | Home Automation
    • Contactless Doorbell |...
    14. Touch Control Electric Bulb
    • Touch Control Electric...
    15. Facial Expressions Display using Arduino Uno
    • Facial Expression Disp...
    16. Smart Irrigation System
    • Smart Irrigation Syste...
    17. Remote Control LED
    • Remote Control LED usi...
    18. Electronic Voting Machine
    • Electronic Voting Mach...
    19. RFID Security System
    • RFID Security System u...
    20. KeyPad Security System
    • KeyPad Security System...
    Music: www.bensound.com
    ♥ Facebook: / techtrendsshameer
    ♥ Instagram: / tech_trends_shameer

КОМЕНТАРІ • 80

  • @manii_xx
    @manii_xx 4 місяці тому +2

    What is the full coding of the ir sensor?😅

  • @Abhishek6855
    @Abhishek6855 11 місяців тому +1

    sir this project is very nice . but i want to ,when door is open . or closed.then i want door closed 20 second , how it will happen . sir plz reply

    • @TechTrendsShameer
      @TechTrendsShameer  11 місяців тому +1

      Change the delay in the below code. If you want 20 sec, change to delay(20000);
      if (val==0)
      {
      tap_servo.write(0);
      delay(2000);
      tap_servo.write(180);
      }

  • @perezviaromart3178
    @perezviaromart3178 2 роки тому +1

    Sir my servo isnt stopping rotating what shoupd i do?

  • @rajeshraj4076
    @rajeshraj4076 2 роки тому +1

    Tysm ,for making my day so special ....we got good marks in our project...

    • @TechTrendsShameer
      @TechTrendsShameer  2 роки тому +1

      Thank you. Keep Supporting and share with your friends about the channel.

  • @chirlaramareddy9923
    @chirlaramareddy9923 2 роки тому +2

    Sir the servo motor is rotating without stopping what should i do i have used the same code

  • @sarmascollections204
    @sarmascollections204 2 роки тому +1

    Hi sir,
    If car is continuously stopped at the sensor, gate is closed or not?

    • @TechTrendsShameer
      @TechTrendsShameer  2 роки тому

      Door will be open, if the car is at the same point near to the sensor.

  • @adambeedle
    @adambeedle 3 роки тому +1

    Awesome bro 👍

  • @rajeshagarwal9600
    @rajeshagarwal9600 2 роки тому +2

    Thank you for this project

  • @stdfgaming5340
    @stdfgaming5340 Рік тому +1

    Thanks

  • @fatimaalketbi5525
    @fatimaalketbi5525 6 місяців тому +1

    If I took the computer it we’ll keep working???

  • @kamalikabandara2592
    @kamalikabandara2592 Рік тому +1

    Thank you sir

  • @aquamarine_editz
    @aquamarine_editz Рік тому +1

    Hi,
    My ir sensor is working but he servo is not moving why?

  • @shineky
    @shineky 10 місяців тому +1

    Arduino nano bisa nggak?

  • @tanugupta1170
    @tanugupta1170 2 роки тому +1

    Sir , what to do if we have to rotate only 90 deg

    • @TechTrendsShameer
      @TechTrendsShameer  2 роки тому

      Try this please
      void loop(){
      val = digitalRead(sensor_pin);
      Serial.println(val);
      if (val==0)
      {
      tap_servo.write(0);
      delay(2000);
      tap_servo.write(90);
      }
      }

  • @rbtgaming9292
    @rbtgaming9292 6 місяців тому

    Sir how to use 9v battery here

  • @ganeshganu295
    @ganeshganu295 10 місяців тому +1

    We can put 2 ir sensors

  • @ashvinpatel7088
    @ashvinpatel7088 11 місяців тому +2

    ERROR CODE UPLODING EXIT STATUS 1

  • @joydeepbhandary902
    @joydeepbhandary902 7 місяців тому +1

    only usefull for class 6 school projects

  • @gunjandhakate8363
    @gunjandhakate8363 7 місяців тому +1

    can i get the pinout diagram for the circuit

  • @yaswanth4822
    @yaswanth4822 Рік тому

    I have little doubt regarding this, will you clarify it

  • @best_baswanth_projects4785
    @best_baswanth_projects4785 2 роки тому +1

    Sir project program pettandi plz

  • @user-oc5uz2yv8f
    @user-oc5uz2yv8f 4 місяці тому +1

    You can get the Arduino code

  • @user-hq7et9fd9i
    @user-hq7et9fd9i Рік тому +1

    Bro code not working and no open no downlod

    • @TechTrendsShameer
      @TechTrendsShameer  Рік тому

      Try this
      github.com/Tech-Trends-Shameer/Arduino-Projects/tree/main/Automatic-Door-Opening-Using-IR-Sensor

  • @shahrulnizam1478
    @shahrulnizam1478 Рік тому +1

    sir..

  • @amruthalakshmy1123
    @amruthalakshmy1123 Рік тому +1

    Sir program

  • @techstudent1038
    @techstudent1038 7 місяців тому +1

    Can we use Esp8266 module instead of Arduino?

  • @aditisemwal3660
    @aditisemwal3660 Рік тому +1

    Can you send me code if i wanna add lcd display which will indicate if door open display will write door ope ned and close also

  • @vimalagavarriah4931
    @vimalagavarriah4931 6 місяців тому +1

    Sir can you send me the code please

  • @tanugupta1170
    @tanugupta1170 2 роки тому +1

    Sir, i have made smart parking using two ir sensor along with servo..the hardware connection is all correct but my servo is not rotating as per the codee...what to dooo Sir 🥺🥺😭😭

    • @TechTrendsShameer
      @TechTrendsShameer  2 роки тому +1

      Can you please check the servo with a simple program and make sure servo motor is working fine ?

    • @tanugupta1170
      @tanugupta1170 2 роки тому +1

      @@TechTrendsShameer yes sir i checked actually when a vehicle comes in the front of first ir sensor..servo do not rotate to 90 degre..then after some delay it rotates but as it come in front of second ir sensor servo have to come back to 0 deg ..
      But not working sir !!

    • @TechTrendsShameer
      @TechTrendsShameer  2 роки тому

      Can you please send a message in my Instagram

  • @stdfgaming5340
    @stdfgaming5340 Рік тому

    sirt em18 door lock plz sir video 25 date last date plz sirr

  • @GullNasreen-lk8su
    @GullNasreen-lk8su 7 місяців тому +1

    Coding send kare plz

  • @ruru_ce
    @ruru_ce 2 роки тому +1

    sir, I can't access the code sir : (

    • @TechTrendsShameer
      @TechTrendsShameer  2 роки тому

      Please check this
      github.com/Tech-Trends-Shameer/Arduino-Projects/tree/main/Automatic-Door-Opening-Using-IR-Sensor

  • @mang122
    @mang122 2 роки тому +1

    hello i messaged your ig acc because my project works but the motor dosent spin

  • @TrueknowledgeNothingfake-cd9lj
    @TrueknowledgeNothingfake-cd9lj 9 місяців тому

    This door used by his mom...

    • @TechTrendsShameer
      @TechTrendsShameer  9 місяців тому +1

      come on instagram. you Bloody idiot. Reveal your original id and comment it. Not mine yours. Stupid.

  • @vimalagavarriah4931
    @vimalagavarriah4931 6 місяців тому +1

    Sir can you send me the code please