Best knowledgeable video with easy way..... Thanks bro
@umargul56442 жыл бұрын
Great 👍, god bless you sir,
@Jhun165 жыл бұрын
Thank you sir -Student from Philippines
@hariharanm29065 жыл бұрын
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-J976 жыл бұрын
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.
@EngineersElectronics6 жыл бұрын
I prefer you to visit www.circuitdigest.com this is the best technical website from where I have learnt alot of things
@scienceinshort43163 жыл бұрын
You are great sir please make your next video 👍
@adrirajsaha37304 жыл бұрын
Pls make a video on how to decode codes from a remote using IR receiver and sending codes to TV from IR transmitter
@jagadishmekap1973 Жыл бұрын
Very nice idea❤❤
@shreyapatil41113 жыл бұрын
Pls tell me from where did u get all the components and how much did it cost? because I want to make
@chanchalaghanti1344 жыл бұрын
Sir please servo motor ke saath arduino interfacing ka video banaiye
@prafullshirke4453 Жыл бұрын
Brother kya Arduino ki jagah atmega328p ic se ye project kaise banaye?
@pritipatil3384 жыл бұрын
Best explanation .. Tysm
@Vishal-J976 жыл бұрын
But.. Truly ... Aapki Explanation Kisi Gadhe ko bhi smjh aa jaaygi.!!! 😀 Thnx... For ur Brilliant Explanation.!!
@kavitapandey55172 жыл бұрын
Please explain about the gyroscope sensor how to interface with Arduino Tinkercad in Arduino with led brightness control as soon as possible
@TravelGeekLinux4 жыл бұрын
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 Жыл бұрын
Pls send part 2
@kunalrai33894 жыл бұрын
Big bro ye single seven segment display par possible hai kya ?????relpy please🙏🏼🙏🏼🙏🏼
@arduinocoder2474 жыл бұрын
we can also use ultrasonic sensor for that?
@devinderkumar78605 жыл бұрын
Pls make video on helicopter transmitter and receiver with the help of arduino
@randomhelper68445 жыл бұрын
Can I use my room fans??? Please reply... If no , then please make a video on it.
@EngineersElectronics5 жыл бұрын
Yes you can use! For that you have to use 5V relay module for it.
@kikuverma13 жыл бұрын
Can you please how to interface arduino with ULTRA SONIC SENSOR
@arunkumarrahul19602 жыл бұрын
Bro the output of the counter is fluctuating from 0 and 1 how to make that stable? And make it count properly?...
@sumitpal26485 жыл бұрын
sir pura circuit bana kar karna hai kya ir sensor check by programming please reply sir
@harman225954 жыл бұрын
Bro can we use ultrasonic sensor instead of IR sensor to increase the range? This is my doubt please clear it
@EngineersElectronics4 жыл бұрын
yes you can do that
@shubhrapairaikar81006 жыл бұрын
Can you please make video on how to interface arduino with GSM module
@Ur.Podcast_Buddy4 жыл бұрын
which is best ir sensor or ultrasonic sensor ?
@theottimista82124 жыл бұрын
Ir sensor are best
@karanneelkanth83183 жыл бұрын
Sir , ye potentiometer ki value set kese kare ge ?
@satheeshvrvr4 жыл бұрын
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
@dibyagupta44663 жыл бұрын
Can u provide a hex file of IR sensor ... According to this project
@prathambarve95524 жыл бұрын
Sir what can we do for manipulating multiple lights and fans at a time
@prathambarve95524 жыл бұрын
And can we replace IR sensors with RF-id?
@biplabdhakal64774 жыл бұрын
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
@priyabratapanda12164 жыл бұрын
Sir make a video on line follower
@EngineersElectronics4 жыл бұрын
Already there
@priyabratapanda12164 жыл бұрын
@@EngineersElectronics thank you so much
@deepakprajapati19264 жыл бұрын
Sauper videos
@jagdishchauhan86836 жыл бұрын
GSM water pump on off keliye problem batayye
@muhammadyazan33304 жыл бұрын
We want more videos, please
@technoobscura2546 жыл бұрын
Can u please include oled tutorial
@sreeragaraj25804 жыл бұрын
How about the delay provided?
@rajibboruah79625 жыл бұрын
can we change led display with MAX7219 for better display ?
@zakirhussain91813 жыл бұрын
Why we have use here two IR sensors.?
@prabhavjaiswal92385 жыл бұрын
Sir can we do this project on aurdino nano
@EngineersElectronics5 жыл бұрын
Yes
@praveensabar84816 жыл бұрын
Himansu bhai mpu 6050 accelerometer bare me batao please mujhe ek balancing robot project bana hai
@sanjibshee95805 жыл бұрын
What is breadboard Why are you using this in all your project
@jagdishchauhan86836 жыл бұрын
GSM water pump keliye program batayye
@asmashaik87314 жыл бұрын
Hello! Can I use 12v fan instead of 5v ? It goes with the code or I have to change it?
@cainmatthew41783 жыл бұрын
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
@kasonkyrie19143 жыл бұрын
@Cain Matthew instablaster :)
@cainmatthew41783 жыл бұрын
@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.
@cainmatthew41783 жыл бұрын
@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!
@kasonkyrie19143 жыл бұрын
@Cain Matthew Happy to help xD
@ahmedmohamed13404 жыл бұрын
thanks man
@rfviratsingh5 жыл бұрын
bhai please make it with arduino nano.
@EngineersElectronics5 жыл бұрын
Everything will be same with Arduino Nano also
@harshrastogi19966 жыл бұрын
Himanshu bhaiyya please next video thoda fast bana lo please. Because I have to make it for my physics project please 😅
@EngineersElectronics6 жыл бұрын
Okay we'll upload it now till 10 pm.
@harshrastogi19966 жыл бұрын
@@EngineersElectronics thank you himanshu bhai
@EngineersElectronics6 жыл бұрын
It's uploaded now!
@tusharpatil71294 жыл бұрын
How can I connect this to my website?
@poohjaish94665 жыл бұрын
Amazing 😍😍😍😍
@zakirhussain91813 жыл бұрын
Hi
@sohammukherjee74463 жыл бұрын
hello brother can I get the arduino code for this project
@kiranreddyp42625 жыл бұрын
Hi bro Do you have documentation copy of this project
@EngineersElectronics5 жыл бұрын
Nope
@Moonlight_molodies6 жыл бұрын
Can u pllzz send me the link pf this project's program....
@rajdivyani80735 жыл бұрын
Bus aap counter metre Banakar dikha dijiye to
@PallaviGangurde-gu4my4 жыл бұрын
Where is a next vedio?
@samratramani16115 жыл бұрын
sir muje iska code chahia
@valjibhaipatel82875 жыл бұрын
please give me link of arduino
@razblackdiamond56865 жыл бұрын
Hey, buddy.could you like to give pdf or mswordfile?
@p0intblank5976 жыл бұрын
1st comment
@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