Anti Sleep Alarm System For Drivers (Simple) | Arduino Projects For Engineering Students

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • Anti Sleep Alarm System For Drivers (Simple) | Best Science Project. Arduino Projects For Engineering Students..
    Welcome to our channel "PendTech"
    I'm .Puspendu Ghosh...
    🔘ABOUT THIS VIDEO ..
    In this video I'm going to explain.. how to make a Anti Sleep Alarm System For Drivers using Arduino. Is making process are really simple compare the another video and working model. It's amazing school science project. Or inspire award project also. Watch the entire video You can make it in home easily..
    --------------------------------------------------------------------
    ✳️COMPONENTS ..
    ▪️IR Sensor :- www.flyrobo.in...
    ▪️Glasses 🕶️
    ▪️Arduino nano :- www.flyrobo.in...
    ▪️5v Relay Module :- www.flyrobo.in...
    ▪️Motor & Wheel :- www.flyrobo.in...
    ▪️Buzzer :- www.flyrobo.in...
    ▪️9v Battery (2)
    ©️ ARDUINO CODE :- docs.google.co...
    📌CIRCUIT DIAGRAM :- www.instagram....
    ---------------------------------------------------------------------
    AMAZON BUY LINK
    Eye Blink Anti Sleep Alarm Project (READY TO USE PROJECT) amzn.to/3HkueZO
    Eye Blink Anti Sleep Alarm Project (DIY KIT) amzn.to/48Bc024
    FLIPKART LINK
    Anti Sleep Alarm Project(READY TO USE PROJECT) shorturl.at/rzBH7
    SRROBOTICS (FREE SHIPPING)
    READY PROJECT shorturl.at/gvMS5
    DIY KIT shorturl.at/iuQS4
    ---------------------------------------------------------------------
    🔘OTHER VIDEO LINK ..
    ⏯️ • Automatic Smart Door (...
    ⏯️ • Automatic Irrigation S...
    ⏯️ • Automatic Smart Street...
    ---------------------------------------------------------------------
    🔘SOCIAL LINK ..
    ◾Other Channel :- / @pendtech_vlogs
    ◾Instagram :- / pendtech
    ◾Facebook :- / pendtech
    ◾Telegram :- t.me/Pend_Tech
    ---------------------------------------------------------------------
    🔍QUERIES :-
    • useful arduino projects for home
    • science project working model
    • arduino projects for school students
    • arduino security system projects
    • how to make electric science project
    • best arduino projects for science exhibition
    • how to make science project with sensor
    • simple science project
    • arduino projects for beginners
    • automatic fire extinguisher project using arduino
    • Simple Inventions
    -------------------------------------------------------------------
    I hope you like this Video..
    Thank You.. 🙏
    #AntiSleepAlarm #ScienceProject #bestscienceproject #inspireawardproject #bestschoolproject #PendTech #DiyProjects
  • НаукаНаука

Комментарии • 100

  • @HimanshuRaj-x2f
    @HimanshuRaj-x2f 5 месяцев назад +28

    All is good but coding is wrong right ✅️ coding is
    const int sensorPin = 2; // Pin connected to the IR sensor (or eye detection sensor)
    const int motorPin = 8; // Pin connected to the motor
    const int buzzerPin = 9; // Pin connected to the buzzer
    unsigned long eyesOpenTime = 0; // Variable to store the time when eyes were first detected open
    void setup() {
    pinMode(motorPin, OUTPUT); // Set motorPin as an OUTPUT
    pinMode(buzzerPin, OUTPUT); // Set buzzerPin as an OUTPUT
    pinMode(sensorPin, INPUT); // Set sensorPin as an INPUT
    digitalWrite(motorPin, HIGH); // Turn on the motor initially
    }
    void loop() {
    if (!digitalRead(sensorPin)) {
    // Eyes are closed, reset the timer
    eyesOpenTime = 0;
    // Start buzzer if eyes are closed for 2 seconds
    delay(2000);
    if (!digitalRead(sensorPin)) {
    digitalWrite(buzzerPin, HIGH);
    }
    // Stop motor if eyes are closed for 4 seconds
    delay(2000); // Additional delay after starting buzzer
    if (!digitalRead(sensorPin)) {
    digitalWrite(motorPin, LOW);
    }
    } else {
    // Eyes are open, reset the timer and turn off buzzer
    eyesOpenTime = millis();
    digitalWrite(buzzerPin, LOW);
    // Turn on motor if eyes were closed for less than 4 seconds
    if (millis() - eyesOpenTime < 4000) {
    digitalWrite(motorPin, HIGH);
    }
    }
    }

    • @Sachinyadav80681
      @Sachinyadav80681 2 месяца назад +1

    • @amrita.....
      @amrita..... 2 месяца назад +1

      Will this code be work ? 🙏🙏🙏Because when I open my eyes ,buzzer beeps & motor starts and when I close my eyes, buzzer stops , motor also stops. What to do please tell me 🙏🙏🙏🙏 on 7th August there's an exhibition. Plzzz help 🙏🙏🙏🙏

    • @hottriksmaths2657
      @hottriksmaths2657 Месяц назад

      Bhai ye code run kare raha hai

    • @generalknowledgeworld6091
      @generalknowledgeworld6091 27 дней назад

      Ye kahan kis app se upload karna hai 😢

    • @rajeshaggrawal3670
      @rajeshaggrawal3670 4 дня назад

      Arduinodroid​@@generalknowledgeworld6091

  • @totalfactsandshorts839
    @totalfactsandshorts839 4 месяца назад +2

    Thanks broo. Nobody gave code in youtube but you did ❤️ may god gives you a long and healthy lifee

  • @FlokasFootballer
    @FlokasFootballer 4 месяца назад +2

    Thank you brother, that was so helpful

  • @ddeepakkumar1682
    @ddeepakkumar1682 13 дней назад +2

    Aap apna mobile bhejiye mujhe nahin Banane a raha hai 25 tarikh ko Le Jana Hai Mera

  • @runbehera2138
    @runbehera2138 6 месяцев назад +3

    Thank❤❤, you are the best no body in you tub gives code but you given in your chanel ,. Thanks very much😊😊😊😊😊❤❤❤❤❤

  • @amrita.....
    @amrita..... 2 месяца назад +2

    🙏🙏🙏I put the IR sensor on a distance from my eyes as you said. But now, when the buzzer beeps ,motor starts and when buzzer stops motor also stops. What to do please tell me 🙏🙏🙏🙏 on 7th August there's an exhibition and I want this project to work fine. I have checked the circuit 4 to 5 times there is no fault. Is there any fault in code ? Plzzz let me know 🙏🙏

    • @papiatung3842
      @papiatung3842 Месяц назад +1

      Are Young Solve the problem? I have the same problem

  • @amrita.....
    @amrita..... 6 месяцев назад +3

    🙏🙏🙏🙏🙏I had made this project but buzzer works alternatively. When I opens my eyes after 3 second it beeps . But when I close my eyes it doesn't beeps. While motor works properly. I have rechecked 4 to 5 times but there is no circuit fault, what should I do ? Plzzz let me know... 🙏🙏🙏🙏🙏

    • @PendTech
      @PendTech  6 месяцев назад +2

      set the IR sensor distance according your eye..
      either you can use eye blinking sensor instant of IR sensor

    • @amrita.....
      @amrita..... 2 месяца назад +2

      I put it on a distance from my eyes. But now, when the buzzer beeps ,motor starts and when buzzer stops motor also stops. What to do please tell me 🙏🙏🙏🙏 on 7th August there's an exhibition and I want this project to work fine

  • @ChinniECIL
    @ChinniECIL 3 месяца назад +4

    I have made this project and it worked but the motor is not stable i.e. it is not stopping can u plz help me

  • @Tejan444
    @Tejan444 6 месяцев назад +1

    Bro challenge for you do a solar charge and battery. Do a cooler are thing in summer only with solar energy

    • @PendTech
      @PendTech  6 месяцев назад

      Ok I will do for you

  • @NasrinHossainTania
    @NasrinHossainTania 6 месяцев назад +2

    Wil it work if we use 5v relay modeul 3 chanel

  • @sureshYadav-pv9ou
    @sureshYadav-pv9ou 6 месяцев назад +1

    Please sir one project Arduino UNO use anti sleep drive project please sir

  • @mlp9982
    @mlp9982 2 месяца назад

    pero por que no te lo pones bien a los anteojos ??? veo que lo sostenes con las mano y no te lo pones normalmente por que??

  • @RajkumarRaju-wn9gz
    @RajkumarRaju-wn9gz 2 месяца назад +1

    Thanks for video ❤😊

    • @PendTech
      @PendTech  2 месяца назад

      My pleasure 😊

  • @trog-ff
    @trog-ff 20 дней назад

    Bhai anti sleep alarm project ke saman general Store me milege

  • @ashutoshkumar-gm6el
    @ashutoshkumar-gm6el 2 месяца назад

    From where can I study about full component and connection

  • @NamanVerma-ty1rv
    @NamanVerma-ty1rv 4 месяца назад

    The motor is working alternatively while buzzer is working well

  • @vankudothdev6770
    @vankudothdev6770 4 месяца назад

    Bro can we use board rather then arduino company

  • @HemchandraPandit
    @HemchandraPandit 19 дней назад

    You make wireless project please

  • @rajeshvishwakarma9362
    @rajeshvishwakarma9362 Месяц назад

    Is projejct me kya 2 lagna h please uski jankari den.

  • @gautamborkar2833
    @gautamborkar2833 4 месяца назад

    Bro Maine same connection Arduino Uno par kiya but motor nahi chal rahi hai sensor work kar raha hai

  • @carttonspk
    @carttonspk 6 дней назад

    Bhai code upload karne per ulta work ho raha hai, kya Kare

  • @TECNO_RAJA
    @TECNO_RAJA 2 месяца назад +1

    Hello song is project Mein kya-kya Saman aaega

  • @deepakdeepu5247
    @deepakdeepu5247 2 месяца назад +2

    Sir relay module is not working

  • @unique_avi_
    @unique_avi_ 4 месяца назад +2

    Bro what is the budget of this project

  • @RavinaChaudhary-y7v
    @RavinaChaudhary-y7v 26 дней назад

    Which cable use ????

  • @yadavviensh7978
    @yadavviensh7978 2 месяца назад +1

    We can use jumper wires

  • @augustinemlelwa
    @augustinemlelwa 6 месяцев назад

    The project is unavailable in Amazon

  • @SradhanjliJena-k8n
    @SradhanjliJena-k8n 2 месяца назад

    Kya yah project dhup mein bahar kam kar sakta hai

  • @NaRutoGamerzofficialonfire1231
    @NaRutoGamerzofficialonfire1231 5 месяцев назад +1

    Can we make it without Relay Module

  • @Eaghpd5kz
    @Eaghpd5kz 6 месяцев назад +1

    brother please make a video about how to make fire fighting robot.

    • @PendTech
      @PendTech  6 месяцев назад

      ok next video for you 👍🏻

  • @TheBijoyGamerz
    @TheBijoyGamerz 5 месяцев назад +2

    Bro how did u do the coding in phone???

    • @PendTech
      @PendTech  5 месяцев назад

      using ArduinoDroid mobile app

    • @TheBijoyGamerz
      @TheBijoyGamerz 5 месяцев назад

      No, how did u connect the usb?☺️

    • @TheBijoyGamerz
      @TheBijoyGamerz 5 месяцев назад

      I wana talk to u do u have what's app
      Cuz i am having some confusion and my science fest is soon. ☺️

    • @Jayshandilya
      @Jayshandilya 2 месяца назад

      ​@@PendTechpls tell me how I can coding in phone I don't know

  • @runbehera2138
    @runbehera2138 6 месяцев назад +2

    Audino R3 SMD hoga ki

  •  27 дней назад

    My project is not work
    Please help me

  • @kunalpatil2252
    @kunalpatil2252 2 месяца назад

    If we blink our eyes then also it will sound the alarm

  • @BimlaDevi-m4g4b
    @BimlaDevi-m4g4b 23 дня назад

    Bhaiya ji mujhe bhi Doge project banane ke Saman

  • @ISLAMIC.WAY.78656
    @ISLAMIC.WAY.78656 Месяц назад

    Sir aurdino board ka full name plzzzz

  • @Eaghpd5kz
    @Eaghpd5kz 5 месяцев назад

    please brother make a alcohol detection car and auto cut of engine using arduino ❤

  • @rohidas5401
    @rohidas5401 Месяц назад

    Bahi ye work to karege na

  • @chilgoza6699
    @chilgoza6699 5 месяцев назад

    motor is running continuosly and buzzer also

  • @Kavita-qo6bk
    @Kavita-qo6bk Месяц назад

    Kya ye sahi coading hai please koi batao

  • @vijaysargar3942
    @vijaysargar3942 4 месяца назад

    hello
    Mera project achhe se run nhi ho raha jab aankh band krr leta huu alarm aur gear motor dono ghumne lagte hain aur jab bhi kholta huu dono band ho jate hai

  • @sarasmishra6900
    @sarasmishra6900 3 месяца назад

    Your Program is not working problem line 53 and 69

  • @MohdSalman-ve8ub
    @MohdSalman-ve8ub Месяц назад

    order nahi ho pa raha hai plz

  • @KrishVaddi
    @KrishVaddi 6 месяцев назад

    Super bro💙

    • @PendTech
      @PendTech  6 месяцев назад

      Thanks dude 🤟🏻

  • @tameshwarsahu4648
    @tameshwarsahu4648 Месяц назад

    Coding ke liye konsa cable lagayenge plz help

  • @sensorchannel
    @sensorchannel 6 месяцев назад

    Super bro👍👍👍

    • @PendTech
      @PendTech  6 месяцев назад +1

      Thank you

  • @bhavishorkhanal728
    @bhavishorkhanal728 5 месяцев назад

    top of the code there is written pend tech we have to copy that or not

    • @lsonaoaobaj
      @lsonaoaobaj 5 месяцев назад

      Karo yaa mat karo usase kuch nahi ho raha

  • @papiatung3842
    @papiatung3842 Месяц назад

    motor is nót Working pls help

  • @sunitamishra5449
    @sunitamishra5449 5 месяцев назад +1

    Bhai plese wireless anti sleep alarm banao

    • @PendTech
      @PendTech  5 месяцев назад

      ok obviously I pick your comment

  • @uttambhowmik4981
    @uttambhowmik4981 4 месяца назад

    Bro i need your help

  • @purish2
    @purish2 6 месяцев назад +1

    ❤👍

  • @sanjuktasahu8486
    @sanjuktasahu8486 27 дней назад

    Cost please

    • @PendTech
      @PendTech  27 дней назад

      you can check the video description

  • @Tejan444
    @Tejan444 6 месяцев назад +1

    Hlo

  • @chilgoza6699
    @chilgoza6699 5 месяцев назад

    please do something

  • @MeenuSuman-dc7nq
    @MeenuSuman-dc7nq 11 дней назад

    Sir aap ni mila

  • @yashvardhan4079
    @yashvardhan4079 2 месяца назад +1

    All in fake