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

  Рет қаралды 46,235

PendTech

PendTech

Күн бұрын

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 :-
drive.google.c...
📌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/rBH7
---------------------------------------------------------------------
🔘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

Пікірлер: 140
@HimanshuRaj-x2f
@HimanshuRaj-x2f 8 ай бұрын
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); } } }
@Indiatractortochan80681
@Indiatractortochan80681 6 ай бұрын
@hottriksmaths2657
@hottriksmaths2657 5 ай бұрын
Bhai ye code run kare raha hai
@generalknowledgeworld6091
@generalknowledgeworld6091 4 ай бұрын
Ye kahan kis app se upload karna hai 😢
@rajeshaggrawal3670
@rajeshaggrawal3670 3 ай бұрын
Arduinodroid​@@generalknowledgeworld6091
@koshalroykoshalkumar6549
@koshalroykoshalkumar6549 3 ай бұрын
Bhai ye code bhj de
@runbehera2138
@runbehera2138 10 ай бұрын
Thank❤❤, you are the best no body in you tub gives code but you given in your chanel ,. Thanks very much😊😊😊😊😊❤❤❤❤❤
@PendTech
@PendTech 10 ай бұрын
It's my pleasure.. thanks
@Ramjiyadav_12345
@Ramjiyadav_12345 6 ай бұрын
@PendTech
@prajapatidhaval9696
@prajapatidhaval9696 5 ай бұрын
​@@PendTech send coding
@FlokasFootballer
@FlokasFootballer 7 ай бұрын
Thank you brother, that was so helpful
@totalfactsandshorts839
@totalfactsandshorts839 8 ай бұрын
Thanks broo. Nobody gave code in youtube but you did ❤️ may god gives you a long and healthy lifee
@sensorchannel
@sensorchannel 10 ай бұрын
Super bro👍👍👍
@PendTech
@PendTech 10 ай бұрын
Thank you
@NasrinHossainTania
@NasrinHossainTania 10 ай бұрын
Wil it work if we use 5v relay modeul 3 chanel
@PendTech
@PendTech 10 ай бұрын
hmm koraga
@NasrinHossainTania
@NasrinHossainTania 10 ай бұрын
Thank you
@amrita.....
@amrita..... 10 ай бұрын
🙏🙏🙏🙏🙏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 10 ай бұрын
set the IR sensor distance according your eye.. either you can use eye blinking sensor instant of IR sensor
@GaneshSahu-nh6fz
@GaneshSahu-nh6fz 2 ай бұрын
The code is wrong
@UTTAM_BOY_yt_10k
@UTTAM_BOY_yt_10k 21 күн бұрын
Same problem please help kar do
@amrita.....
@amrita..... 21 күн бұрын
Haan Mera problem solve ho gaya. Maine basic coding sikha phir khud code kiya toh work ho raha hai.😊 Ye mere bhai ke liye banana tha. Zada time nahin tha toh kuch idea nahin aaya isliye iss video se idea le liya.
@KrishVaddi
@KrishVaddi 10 ай бұрын
Super bro💙
@PendTech
@PendTech 10 ай бұрын
Thanks dude 🤟🏻
@Naveen22278
@Naveen22278 10 ай бұрын
Bro challenge for you do a solar charge and battery. Do a cooler are thing in summer only with solar energy
@PendTech
@PendTech 10 ай бұрын
Ok I will do for you
@RajkumarRaju-wn9gz
@RajkumarRaju-wn9gz 6 ай бұрын
Thanks for video ❤😊
@PendTech
@PendTech 6 ай бұрын
My pleasure 😊
@sureshYadav-pv9ou
@sureshYadav-pv9ou 10 ай бұрын
Please sir one project Arduino UNO use anti sleep drive project please sir
@runbehera2138
@runbehera2138 10 ай бұрын
Audino R3 SMD hoga ki
@PendTech
@PendTech 10 ай бұрын
hoga
@Taajmohammad5566
@Taajmohammad5566 Ай бұрын
Suppr bro😊😊
@ChinniECIL
@ChinniECIL 7 ай бұрын
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
@poojatiwari521
@poojatiwari521 6 ай бұрын
😂
@shardadevi6137
@shardadevi6137 2 ай бұрын
Can we use 4 volt battery on the place of phone battery
@yadavviensh7978
@yadavviensh7978 6 ай бұрын
We can use jumper wires
@prajapatidhaval9696
@prajapatidhaval9696 5 ай бұрын
Yes
@Namander_blox
@Namander_blox 2 ай бұрын
Bhaiya mera pass eye. Blink sensor ha please usko kese joint karna ha wo guide kigea
@vankudothdev6770
@vankudothdev6770 7 ай бұрын
Bro can we use board rather then arduino company
@mlp9982
@mlp9982 6 ай бұрын
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??
@Gaming-14-t
@Gaming-14-t 4 ай бұрын
Bhai anti sleep alarm project ke saman general Store me milege
@NaRutoGamerzofficialonfire1231
@NaRutoGamerzofficialonfire1231 8 ай бұрын
Can we make it without Relay Module
@NaRutoGamerzofficialonfire1231
@NaRutoGamerzofficialonfire1231 8 ай бұрын
@Pendtech
@PendTech
@PendTech 8 ай бұрын
yes.. you can use single Relay
@ayushjadhav9984
@ayushjadhav9984 2 ай бұрын
Which type wires are used
@pradeepgupta948
@pradeepgupta948 3 ай бұрын
Lekin bhaiya aise toh bich me gadi rukne se accident bhi ho sakta hai na
@NamanVerma-ty1rv
@NamanVerma-ty1rv 7 ай бұрын
The motor is working alternatively while buzzer is working well
@Abhayupadhyay-
@Abhayupadhyay- 3 ай бұрын
Sensor Ulta work kr rha h aankh khulne pe Awaz aa rha h band hone pe nahi aa rha h plzzz reply 😢
@TheBijoyGamerz
@TheBijoyGamerz 9 ай бұрын
Bro how did u do the coding in phone???
@PendTech
@PendTech 9 ай бұрын
using ArduinoDroid mobile app
@TheBijoyGamerz
@TheBijoyGamerz 9 ай бұрын
No, how did u connect the usb?☺️
@TheBijoyGamerz
@TheBijoyGamerz 9 ай бұрын
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 6 ай бұрын
​@@PendTechpls tell me how I can coding in phone I don't know
@grcycling4699
@grcycling4699 2 ай бұрын
Bro how to use powerbank as power supply for the project
@SradhanjliJena-k8n
@SradhanjliJena-k8n 5 ай бұрын
Kya yah project dhup mein bahar kam kar sakta hai
@ashutoshkumar-gm6el
@ashutoshkumar-gm6el 6 ай бұрын
From where can I study about full component and connection
@Eaghpd5kz
@Eaghpd5kz 9 ай бұрын
brother please make a video about how to make fire fighting robot.
@PendTech
@PendTech 9 ай бұрын
ok next video for you 👍🏻
@gautamborkar2833
@gautamborkar2833 8 ай бұрын
Bro Maine same connection Arduino Uno par kiya but motor nahi chal rahi hai sensor work kar raha hai
@rajeshvishwakarma9362
@rajeshvishwakarma9362 5 ай бұрын
Is projejct me kya 2 lagna h please uski jankari den.
@AnujPratap-w2w
@AnujPratap-w2w 5 күн бұрын
Intro sahi karo start ( 0 से 1.5 सेकंड समझ नहीं आया 👍
@unique_avi_
@unique_avi_ 8 ай бұрын
Bro what is the budget of this project
@avijitsom106
@avijitsom106 8 ай бұрын
600-700
@divyanshu-aI
@divyanshu-aI 6 ай бұрын
Approx 1000
@vijaysargar3942
@vijaysargar3942 8 ай бұрын
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
@vijaysargar3942
@vijaysargar3942 8 ай бұрын
Reply kro jaldi
@RavinaChaudhary-y7v
@RavinaChaudhary-y7v 4 ай бұрын
Which cable use ????
@purish1
@purish1 10 ай бұрын
❤👍
@PendTech
@PendTech 10 ай бұрын
🤟🏻👍🏻
@NaRutoGamerzofficialonfire1231
@NaRutoGamerzofficialonfire1231 8 ай бұрын
​@@PendTechCan we make without relay module
@KaushalKishoreGiri-i2u
@KaushalKishoreGiri-i2u 3 ай бұрын
Kya Arduino UNO use kar sakte with same connection
@DarlingYogiGaming
@DarlingYogiGaming 3 ай бұрын
U can use
@chilgoza6699
@chilgoza6699 8 ай бұрын
motor is running continuosly and buzzer also
@GaneshSahu-nh6fz
@GaneshSahu-nh6fz 3 ай бұрын
Bro please respond,the Arduino code which you have given is not working properly,please check it and see if it is correct or not, please help ,and bro will the code work if we use eye blibk sensor instead of ir sensor🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@PendTech
@PendTech 2 ай бұрын
okay, change the video description. I will provide the another code.
@ganeshsahu4412
@ganeshsahu4412 2 ай бұрын
When i open The eye, buzzer still works, i think either the circuit diagram or the code is wrong, please help me
@pratapbarik3050
@pratapbarik3050 2 ай бұрын
Bro ye dhup(🌞) me kya kam rarega​ pleasereply😢😢😢😢😢😢@@PendTech
@Tejusvlog12345
@Tejusvlog12345 Ай бұрын
From which app we have to do coding
@PendTech
@PendTech 29 күн бұрын
video description me link diya hai
@PendTech
@PendTech 29 күн бұрын
arduinodroid
@Tejusvlog12345
@Tejusvlog12345 24 күн бұрын
@@PendTech okay
@bhavishorkhanal728
@bhavishorkhanal728 8 ай бұрын
top of the code there is written pend tech we have to copy that or not
@lsonaoaobaj
@lsonaoaobaj 8 ай бұрын
Karo yaa mat karo usase kuch nahi ho raha
@tameshwarsahu4648
@tameshwarsahu4648 5 ай бұрын
Coding ke liye konsa cable lagayenge plz help
@PendTech
@PendTech 5 ай бұрын
Arduino cable
@deepakdeepu5247
@deepakdeepu5247 6 ай бұрын
Sir relay module is not working
@rajnishsingh530
@rajnishsingh530 6 ай бұрын
My also
@Eaghpd5kz
@Eaghpd5kz 9 ай бұрын
please brother make a alcohol detection car and auto cut of engine using arduino ❤
@HemchandraPandit
@HemchandraPandit 4 ай бұрын
You make wireless project please
@kunalpatil2252
@kunalpatil2252 5 ай бұрын
If we blink our eyes then also it will sound the alarm
@augustinemlelwa
@augustinemlelwa 10 ай бұрын
The project is unavailable in Amazon
@carttonspk
@carttonspk 3 ай бұрын
Please bhaiya help me Mera science exhibition 17 October ko hai
@carttonspk
@carttonspk 3 ай бұрын
Bhai code upload karne per ulta work ho raha hai, kya Kare
@iramshaikh1993
@iramshaikh1993 Ай бұрын
Bhai saman kha milaga please say ❤
@Kavita-qo6bk
@Kavita-qo6bk 5 ай бұрын
Kya ye sahi coading hai please koi batao
@MohdSalman-ve8ub
@MohdSalman-ve8ub 4 ай бұрын
order nahi ho pa raha hai plz
@TECNO_RAJA
@TECNO_RAJA 5 ай бұрын
Hello song is project Mein kya-kya Saman aaega
@bakaullahshaikh1138
@bakaullahshaikh1138 2 ай бұрын
Kya flipkart pe aap ka model pura bana hua milega 2221rps me
@PendTech
@PendTech 2 ай бұрын
no.. dusra company ka haa. but app la sakti a hoo
@rohidas5401
@rohidas5401 4 ай бұрын
Bahi ye work to karege na
4 ай бұрын
My project is not work Please help me
@KitchenChronicles-f2u
@KitchenChronicles-f2u 5 ай бұрын
Sir aurdino board ka full name plzzzz
@ayushjadhav9984
@ayushjadhav9984 Ай бұрын
Code was not working
@sarasmishra6900
@sarasmishra6900 7 ай бұрын
Your Program is not working problem line 53 and 69
@Rajcoachingcentre-j6l
@Rajcoachingcentre-j6l 27 күн бұрын
sir mere project ki coding nahi ho rahi hai
@PendTech
@PendTech 25 күн бұрын
you can use PC or can take anyone help
@sunitamishra5449
@sunitamishra5449 9 ай бұрын
Bhai plese wireless anti sleep alarm banao
@PendTech
@PendTech 9 ай бұрын
ok obviously I pick your comment
@crazykings6062
@crazykings6062 Ай бұрын
whos here for engineering project
@papiatung3842
@papiatung3842 5 ай бұрын
motor is nót Working pls help
@BimlaDevi-m4g4b
@BimlaDevi-m4g4b 4 ай бұрын
Bhaiya ji mujhe bhi Doge project banane ke Saman
@ddeepakkumar1682
@ddeepakkumar1682 4 ай бұрын
Aap apna mobile bhejiye mujhe nahin Banane a raha hai 25 tarikh ko Le Jana Hai Mera
@sangeetha5216
@sangeetha5216 2 ай бұрын
Bhaiya humko yah project school mein diye aap humko contact kar sakte hain kya please
@BAJAJWALA
@BAJAJWALA Ай бұрын
​@@sangeetha5216simple ha mam yeh bnana
@uttambhowmik4981
@uttambhowmik4981 8 ай бұрын
Bro i need your help
@sanjuktasahu8486
@sanjuktasahu8486 4 ай бұрын
Cost please
@PendTech
@PendTech 4 ай бұрын
you can check the video description
@chilgoza6699
@chilgoza6699 8 ай бұрын
please do something
@Rajcoachingcentre-j6l
@Rajcoachingcentre-j6l 27 күн бұрын
plzz sir reply degiye
@Naveen22278
@Naveen22278 10 ай бұрын
Hlo
@PendTech
@PendTech 10 ай бұрын
👍🏻
@DarlingYogiGaming
@DarlingYogiGaming 2 ай бұрын
Guys don't do this project it is not working 😢😢😢😢
@MeenuSuman-dc7nq
@MeenuSuman-dc7nq 4 ай бұрын
Sir aap ni mila
@yashvardhan4079
@yashvardhan4079 6 ай бұрын
All in fake
Почему Катар богатый? #shorts
0:45
Послезавтра
Рет қаралды 2 МЛН
Building a Working LEGO Laptop...
33:42
Brick Machines
Рет қаралды 1,3 МЛН
Face Tracking Turret made with Arduino and Open CV2
2:36
Owen O'Brien
Рет қаралды 43 М.
I put ChatGPT on a Robot and let it explore the world
15:24
Nikodem Bartnik
Рет қаралды 1,3 МЛН
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 6 МЛН
Anti Sleep Alarm Detector For Drivers | Telugu Experiments | Science Project accident avoiding
12:06
The BEST Mechanical Display You've EVER Seen!!!
13:51
Tin Foil Hat
Рет қаралды 586 М.
How to Make Anti Sleep Glasses
6:33
Shubham Suresh
Рет қаралды 119 М.
Почему Катар богатый? #shorts
0:45
Послезавтра
Рет қаралды 2 МЛН