Bidirectional Visitor counter using Arduino Project Part 1 (Arduino Series - Part 08) | हिंदी में

  Рет қаралды 64,427

Engineers & Electronics

Engineers & Electronics

Күн бұрын

Пікірлер: 87
@thenews25
@thenews25 3 жыл бұрын
Best knowledgeable video with easy way..... Thanks bro
@umargul5644
@umargul5644 2 жыл бұрын
Great 👍, god bless you sir,
@Jhun16
@Jhun16 5 жыл бұрын
Thank you sir -Student from Philippines
@hariharanm2906
@hariharanm2906 5 жыл бұрын
bro your way of teaching is very nice but i don't know hindi so it is my request to add english subtitles please
@Vishal-J97
@Vishal-J97 6 жыл бұрын
Bhaiya... 😊 nice And pretty Descent Project..!! Mai bhi 3rd year ka Banda hu par... Mai Practical Knowledge ke liye Taras rha hu. Aap Kuch help ya Website ya KZbin Channel bataa sako jo basic Components ke baare aur projects ko bataata hai... To it ll be very Helpful.
@EngineersElectronics
@EngineersElectronics 6 жыл бұрын
I prefer you to visit www.circuitdigest.com this is the best technical website from where I have learnt alot of things
@scienceinshort4316
@scienceinshort4316 3 жыл бұрын
You are great sir please make your next video 👍
@adrirajsaha3730
@adrirajsaha3730 4 жыл бұрын
Pls make a video on how to decode codes from a remote using IR receiver and sending codes to TV from IR transmitter
@jagadishmekap1973
@jagadishmekap1973 Жыл бұрын
Very nice idea❤❤
@shreyapatil4111
@shreyapatil4111 3 жыл бұрын
Pls tell me from where did u get all the components and how much did it cost? because I want to make
@chanchalaghanti134
@chanchalaghanti134 4 жыл бұрын
Sir please servo motor ke saath arduino interfacing ka video banaiye
@prafullshirke4453
@prafullshirke4453 Жыл бұрын
Brother kya Arduino ki jagah atmega328p ic se ye project kaise banaye?
@pritipatil338
@pritipatil338 4 жыл бұрын
Best explanation .. Tysm
@Vishal-J97
@Vishal-J97 6 жыл бұрын
But.. Truly ... Aapki Explanation Kisi Gadhe ko bhi smjh aa jaaygi.!!! 😀 Thnx... For ur Brilliant Explanation.!!
@kavitapandey5517
@kavitapandey5517 2 жыл бұрын
Please explain about the gyroscope sensor how to interface with Arduino Tinkercad in Arduino with led brightness control as soon as possible
@TravelGeekLinux
@TravelGeekLinux 4 жыл бұрын
Hii i need a help I am making bidirectional visitor counter using arduino uno With automatic room light controller I am getting error like When there is no visitor my led was glowing instead of turn on led i need to turn off when there is no visitor and when there is any visitor my led wants to glow Plzz help me This is my code: #include LiquidCrystal lcd(2,3,7,6,5,4); #define in 8 #define out 9 #define led 10 int count=0; void setup() { lcd.begin(16,2); lcd.print("Visitor Counter"); delay(2000); pinMode(in, INPUT); pinMode(out, INPUT); pinMode(led, OUTPUT); lcd.clear(); lcd.print("Person In Room:"); lcd.setCursor(0,1); lcd.print(count); } void loop() { int in_value = digitalRead(in); int out_value = digitalRead(out); if(in_value == LOW) { count++; lcd.clear(); lcd.print("Person In Room:"); lcd.setCursor(0,1); lcd.print(count); delay(1000); } if(out_value == LOW) { count--; lcd.clear(); lcd.print("Person In Room:"); lcd.setCursor(0,1); lcd.print(count); delay(1000); } if(count==0) { lcd.clear(); digitalWrite(led, LOW); lcd.clear(); lcd.print("Nobody In Room"); lcd.setCursor(0,1); lcd.print("Light is Off"); delay(200); } else { digitalWrite(led, HIGH); } }
@kamalswain7728
@kamalswain7728 Жыл бұрын
Pls send part 2
@kunalrai3389
@kunalrai3389 4 жыл бұрын
Big bro ye single seven segment display par possible hai kya ?????relpy please🙏🏼🙏🏼🙏🏼
@arduinocoder247
@arduinocoder247 4 жыл бұрын
we can also use ultrasonic sensor for that?
@devinderkumar7860
@devinderkumar7860 5 жыл бұрын
Pls make video on helicopter transmitter and receiver with the help of arduino
@randomhelper6844
@randomhelper6844 5 жыл бұрын
Can I use my room fans??? Please reply... If no , then please make a video on it.
@EngineersElectronics
@EngineersElectronics 5 жыл бұрын
Yes you can use! For that you have to use 5V relay module for it.
@kikuverma1
@kikuverma1 3 жыл бұрын
Can you please how to interface arduino with ULTRA SONIC SENSOR
@arunkumarrahul1960
@arunkumarrahul1960 2 жыл бұрын
Bro the output of the counter is fluctuating from 0 and 1 how to make that stable? And make it count properly?...
@sumitpal2648
@sumitpal2648 5 жыл бұрын
sir pura circuit bana kar karna hai kya ir sensor check by programming please reply sir
@harman22595
@harman22595 4 жыл бұрын
Bro can we use ultrasonic sensor instead of IR sensor to increase the range? This is my doubt please clear it
@EngineersElectronics
@EngineersElectronics 4 жыл бұрын
yes you can do that
@shubhrapairaikar8100
@shubhrapairaikar8100 6 жыл бұрын
Can you please make video on how to interface arduino with GSM module
@Ur.Podcast_Buddy
@Ur.Podcast_Buddy 4 жыл бұрын
which is best ir sensor or ultrasonic sensor ?
@theottimista8212
@theottimista8212 4 жыл бұрын
Ir sensor are best
@karanneelkanth8318
@karanneelkanth8318 3 жыл бұрын
Sir , ye potentiometer ki value set kese kare ge ?
@satheeshvrvr
@satheeshvrvr 4 жыл бұрын
Hai sir could you please made a code ? I have active low 1 nos ir sensor and 2 nos 5 v dc motor with arduino uno I want to work 1.If sensor is active Frist time - motor 1 work 3 second 2. .If sensor is active Second time - motor 2 work 3 second And repeat
@dibyagupta4466
@dibyagupta4466 3 жыл бұрын
Can u provide a hex file of IR sensor ... According to this project
@prathambarve9552
@prathambarve9552 4 жыл бұрын
Sir what can we do for manipulating multiple lights and fans at a time
@prathambarve9552
@prathambarve9552 4 жыл бұрын
And can we replace IR sensors with RF-id?
@biplabdhakal6477
@biplabdhakal6477 4 жыл бұрын
Hello, I have a task to do and I am new to Arduino. The task is to create a project in Arduino IDE, using the FreeRtos library. Then I have to find all the library files that are included (that belong to RTOS) and combine those parts that are needed into a single file together with the code. How can I do it, any help would be really greatful. Thanks
@priyabratapanda1216
@priyabratapanda1216 4 жыл бұрын
Sir make a video on line follower
@EngineersElectronics
@EngineersElectronics 4 жыл бұрын
Already there
@priyabratapanda1216
@priyabratapanda1216 4 жыл бұрын
@@EngineersElectronics thank you so much
@deepakprajapati1926
@deepakprajapati1926 4 жыл бұрын
Sauper videos
@jagdishchauhan8683
@jagdishchauhan8683 6 жыл бұрын
GSM water pump on off keliye problem batayye
@muhammadyazan3330
@muhammadyazan3330 4 жыл бұрын
We want more videos, please
@technoobscura254
@technoobscura254 6 жыл бұрын
Can u please include oled tutorial
@sreeragaraj2580
@sreeragaraj2580 4 жыл бұрын
How about the delay provided?
@rajibboruah7962
@rajibboruah7962 5 жыл бұрын
can we change led display with MAX7219 for better display ?
@zakirhussain9181
@zakirhussain9181 3 жыл бұрын
Why we have use here two IR sensors.?
@prabhavjaiswal9238
@prabhavjaiswal9238 5 жыл бұрын
Sir can we do this project on aurdino nano
@EngineersElectronics
@EngineersElectronics 5 жыл бұрын
Yes
@praveensabar8481
@praveensabar8481 6 жыл бұрын
Himansu bhai mpu 6050 accelerometer bare me batao please mujhe ek balancing robot project bana hai
@sanjibshee9580
@sanjibshee9580 5 жыл бұрын
What is breadboard Why are you using this in all your project
@jagdishchauhan8683
@jagdishchauhan8683 6 жыл бұрын
GSM water pump keliye program batayye
@asmashaik8731
@asmashaik8731 4 жыл бұрын
Hello! Can I use 12v fan instead of 5v ? It goes with the code or I have to change it?
@cainmatthew4178
@cainmatthew4178 3 жыл бұрын
sorry to be so off topic but does anyone know a method to get back into an instagram account?? I somehow forgot my password. I appreciate any tricks you can offer me
@kasonkyrie1914
@kasonkyrie1914 3 жыл бұрын
@Cain Matthew instablaster :)
@cainmatthew4178
@cainmatthew4178 3 жыл бұрын
@Kason Kyrie thanks for your reply. I got to the site thru google and Im in the hacking process atm. Takes quite some time so I will reply here later when my account password hopefully is recovered.
@cainmatthew4178
@cainmatthew4178 3 жыл бұрын
@Kason Kyrie It did the trick and I actually got access to my account again. I'm so happy:D Thank you so much, you saved my ass!
@kasonkyrie1914
@kasonkyrie1914 3 жыл бұрын
@Cain Matthew Happy to help xD
@ahmedmohamed1340
@ahmedmohamed1340 4 жыл бұрын
thanks man
@rfviratsingh
@rfviratsingh 5 жыл бұрын
bhai please make it with arduino nano.
@EngineersElectronics
@EngineersElectronics 5 жыл бұрын
Everything will be same with Arduino Nano also
@harshrastogi1996
@harshrastogi1996 6 жыл бұрын
Himanshu bhaiyya please next video thoda fast bana lo please. Because I have to make it for my physics project please 😅
@EngineersElectronics
@EngineersElectronics 6 жыл бұрын
Okay we'll upload it now till 10 pm.
@harshrastogi1996
@harshrastogi1996 6 жыл бұрын
@@EngineersElectronics thank you himanshu bhai
@EngineersElectronics
@EngineersElectronics 6 жыл бұрын
It's uploaded now!
@tusharpatil7129
@tusharpatil7129 4 жыл бұрын
How can I connect this to my website?
@poohjaish9466
@poohjaish9466 5 жыл бұрын
Amazing 😍😍😍😍
@zakirhussain9181
@zakirhussain9181 3 жыл бұрын
Hi
@sohammukherjee7446
@sohammukherjee7446 3 жыл бұрын
hello brother can I get the arduino code for this project
@kiranreddyp4262
@kiranreddyp4262 5 жыл бұрын
Hi bro Do you have documentation copy of this project
@EngineersElectronics
@EngineersElectronics 5 жыл бұрын
Nope
@Moonlight_molodies
@Moonlight_molodies 6 жыл бұрын
Can u pllzz send me the link pf this project's program....
@rajdivyani8073
@rajdivyani8073 5 жыл бұрын
Bus aap counter metre Banakar dikha dijiye to
@PallaviGangurde-gu4my
@PallaviGangurde-gu4my 4 жыл бұрын
Where is a next vedio?
@samratramani1611
@samratramani1611 5 жыл бұрын
sir muje iska code chahia
@valjibhaipatel8287
@valjibhaipatel8287 5 жыл бұрын
please give me link of arduino
@razblackdiamond5686
@razblackdiamond5686 5 жыл бұрын
Hey, buddy.could you like to give pdf or mswordfile?
@p0intblank597
@p0intblank597 6 жыл бұрын
1st comment
@rrbrother8154
@rrbrother8154 Жыл бұрын
I want to count the exact number of visitors entering and exiting my museum. Please cooperate. Where can the parts used to make it be found? How much will the price be? How will it cost in total
@jitendrasah8427
@jitendrasah8427 5 жыл бұрын
Hi sir how we can call you?
@jaybhanushali3325
@jaybhanushali3325 4 жыл бұрын
You can contact him on:- +91 9167513363
@thinkdifferent6698
@thinkdifferent6698 5 жыл бұрын
code to de de bhai
Каха и лужа  #непосредственнокаха
00:15
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 46 МЛН
Bidirectional Counter using IR sensors and Arduino.
6:21
MYTECTUTOR
Рет қаралды 44 М.
Automatic Visitor Counter | Arduino Projects
8:01
Tech Trends Shameer
Рет қаралды 12 М.
Arduino Visitors Counter | Automatic Light
6:11
Viral Science - The home of Creativity
Рет қаралды 111 М.
ESP32 CAM - 10 Dollar Camera for IoT Projects
29:39
DroneBot Workshop
Рет қаралды 790 М.
Sensors - which one to use
17:06
Electronoobs
Рет қаралды 1,4 МЛН
Каха и лужа  #непосредственнокаха
00:15