Automatic Visitor Counter | Arduino Projects

  Рет қаралды 11,215

Tech Trends Shameer

Tech Trends Shameer

4 жыл бұрын

Required Components
==================
1. Arduino Uno
2. Ultrasonic Sensor
3. LCD Display
4. Potentiometer - 10 K Ohm
5. Type A to B USB Cable
6. Connecting Wires
7. Breadboard
Source Code
===========
github.com/Tech-Trends-Shamee...
Circuit Diagram
=============
Reference Video of Arduino Setup
============================
1. Rain Alarm System
• Rain Alarm System | Ar...
2. Dancing Light
• Dancing Light | Arduino
3. Control LED using Sound
• Control LED using Soun...
4. Traffic Light Controller
• Traffic Light Controll...
5. How to Control a Bulb using Mobile?
• How to Control a Bulb ...
6. LED Chaser using arduino uno
• LED Chaser using ardui...
7. Distance Measurement Using Ultrasonic Sensor
• How to measure Distanc...
8. How to Display Text in LCD Display using Arduino Uno | English
• How to Display Text in...
Previous Vlogs
============
1. How to Type Tamil/Malayalam in WhatsApp | Native Languages in WhatsApp
• How to Type Tamil/Mala...
2. Gmail Features | Tamil
• Gmail Features | Tamil
3. Gmail Keyboard Shortcuts
• Video
4. SQL Best Practices - Part 1
• SQL Best Practices - P...
5. Cheap and Good Quality Wireless Earphones | boAT Wireless Headset
• Cheap and Good Quality...
6. Popular Brands and their Abbreviations
• Popular Brands and the...
7. Healthy Snacks That Can Help You Lose Weight
• Healthy Snacks That Ca...
8. This is the only way to reduce many illnesses
• This is the only way t...
9. How to monitor your body weight and fat?
• How to monitor your bo...
10. Is Tea or Coffee good for you? | Which is the healthier drink?
• Is Tea or Coffee good ...
Music: www.bensound.com
♥Facebook: / techtrendsshameer
#Arduino, #automaticvisitorcounter, #arduinounoprojects, #visitorcounter, #bidirectionalvisitorcounter, #rainalert, #latesttechnology, #arduinobasics, #arduinoforbeginners, #arduinointamil, #arduinotamil, #technewstamil, #technews, #tamilvlogs, #technologyvlogs, #newarduinoprojects, #schoolprojects2020, #arduino2020, #amazingarduinoprojects, #top10amazingarduino, #top10arduinoprojects, #arduinoprojects2020, #collegeprojects, #collegeprojects2020, #newscienceprojects2020 #simpleexperiments #simpleexperimentswitharduino #scienceexperiments #Diy #howtomake #simplescienceexperiments
#top10arduinoprojects #toparduinoprojects

Пікірлер: 57
@p1dtcodm41
@p1dtcodm41 3 жыл бұрын
Thankssss.....This project is 100% workinggggg😁
@TechTrendsShameer
@TechTrendsShameer 3 жыл бұрын
Thank you so much
@ENGR_KAYBEE
@ENGR_KAYBEE Жыл бұрын
Hi sir, how to use two ultrasonic sensors(ultrasonic one for person IN and ultrasonic two for person OUT .
@Hk-or1cn
@Hk-or1cn 7 ай бұрын
i have a doubt bro ...how to display both image and text in tft dispaly i want code and video for this project...pls bro help me
@kingofluck7728
@kingofluck7728 7 ай бұрын
Is this project on tinkercard to simulate online?
@balakumar6670
@balakumar6670 Жыл бұрын
salam rocky bhai........
@TechTrendsShameer
@TechTrendsShameer Жыл бұрын
Hi
@TechNode23
@TechNode23 Жыл бұрын
IN counter continously counting..please help
@nirajdeshmukh8982
@nirajdeshmukh8982 3 жыл бұрын
Where is circuit diagram? The description link contain only your video thumbnail image
@TechTrendsShameer
@TechTrendsShameer 3 жыл бұрын
Sorry. Please check the link now. By mistake I have uploaded the thumbnail image instead of circuit. If you have any clarifications, please let me know.
@adrianpatruta8002
@adrianpatruta8002 4 жыл бұрын
Hi Shameer, thanks for sharing the code for Visitor counter circuit. Would you be kind to tell me why is 29.1 in distance formula? I know it is related to sound, still can't figure out why is that. Also, can you explain why the counter for Total inside (or the code itself) allows negative values as it is now?
@TechTrendsShameer
@TechTrendsShameer 4 жыл бұрын
Thanks for your comment. Please check the below explanation 1. To measure the distance, I used the formula Distance = (Speed of Sound * Time)/2. Speed of sound is 0.034 µs. In the formula I used 1/29.1 which will give the same result. Divide by 2 indicates, the sound needs to travel back and forth. 2. In this experiment it will give negative value. But in real time it is not possible. For example consider a supermarket entrance. If a person enter into the supermarket, then only he will exit. Without any entry, there won't be any exit in real time. If you have any further clarifications, please feel free to comment.
@amansinjali5584
@amansinjali5584 3 жыл бұрын
Hi thank you for this video but i want to ask whether if this project could be done using a LED matrix board instead of a LCD display? i would really appreciate a quick response!!
@TechTrendsShameer
@TechTrendsShameer 3 жыл бұрын
Yes you can. You need to modify the program
@aqilidris4034
@aqilidris4034 2 жыл бұрын
Can you show the circuit using tinker cad and paste the code here because i cant access the link. Hope to get the response asap
@TechTrendsShameer
@TechTrendsShameer 2 жыл бұрын
Circuit Diagram: bit.ly/3vN5u4e Source Code: bit.ly/30j4U0n
@jvnx1137
@jvnx1137 7 ай бұрын
Sir can we use this with IR sensor ?
@TechTrendsShameer
@TechTrendsShameer 7 ай бұрын
Yes. You can.
@nikitaambiger9575
@nikitaambiger9575 3 жыл бұрын
Could u please share the code of this bidirectional visitors counter
@TechTrendsShameer
@TechTrendsShameer 3 жыл бұрын
Please check description for source code.
@aidilazman1364
@aidilazman1364 2 жыл бұрын
Hi sir how to make limit for 10 people inside
@TechTrendsShameer
@TechTrendsShameer 2 жыл бұрын
Please try this code //Tech Trends Shameer //Visitor Counter #include #include #define trigPin 13 //Sensor Echo pin connected to Arduino pin 13 #define echoPin 12 //Sensor Trip pin connected to Arduino pin 12 #define buzzer 7 //Create Liquid Crystal Object called LCD LiquidCrystal lcd(11, 10, 5, 4, 3, 2); int counter = 0; int currentState1 = 0; int previousState1 = 0; int currentState2 = 0; int previousState2 = 0; int inside = 0; int outside = 0; void setup() { // Initialize the LCD lcd.begin(16,2); //Tell Arduino to start your 16 column 2 row LCD //Serial.begin (9600); pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT); pinMode(buzzer, OUTPUT); } void loop() { lcd.setCursor(0, 0); //Set cursor to first column of first row lcd.print("IN: "); lcd.setCursor(8, 0); lcd.print("OUT: "); lcd.setCursor(0, 1); //Set cursor to first column of second row lcd.print("Total Inside: "); long duration, distance; digitalWrite(trigPin, LOW); delayMicroseconds(2); digitalWrite(trigPin, HIGH); delayMicroseconds(10); digitalWrite(trigPin, LOW); duration = pulseIn(echoPin, HIGH); distance = (duration/2) / 29.1; if (distance 7 && distance 10 || counter < 0) { lcd.setCursor(14, 1); lcd.print(counter); digitalWrite(buzzer, HIGH); delay(100); lcd.clear(); } else { digitalWrite(buzzer, LOW); } }
@starmagicthuglife4649
@starmagicthuglife4649 Жыл бұрын
Bro vcc supply voltage .
@TechTrendsShameer
@TechTrendsShameer Жыл бұрын
VCC = 5 v
@OO-tj7xv
@OO-tj7xv 2 жыл бұрын
Hello sir Shameer can i ask or could you please share the processing code for this project
@TechTrendsShameer
@TechTrendsShameer 2 жыл бұрын
The source is provided in the video description. There is no processing code for this project.
@victoriousvedanti2614
@victoriousvedanti2614 4 ай бұрын
He is saying program sir.
@jvnx1137
@jvnx1137 7 ай бұрын
Sir where did you buy all the components?
@TechTrendsShameer
@TechTrendsShameer 7 ай бұрын
Please check video description for components link.
@thalapathi623
@thalapathi623 Жыл бұрын
Bro circuit diagram please
@TechTrendsShameer
@TechTrendsShameer Жыл бұрын
Please watch the full video.
@messielaa1734
@messielaa1734 2 жыл бұрын
bro code open aka mattuthu pls send pannuga bro 1week tha time irukku
@TechTrendsShameer
@TechTrendsShameer 2 жыл бұрын
Bro. Instagram la message panunga. Code anupren
@sarans7163
@sarans7163 6 ай бұрын
Sir my LCD display ON aagamatinguthu enna pananum
@TechTrendsShameer
@TechTrendsShameer 6 ай бұрын
Check power supply and circuit connection
@sarans7163
@sarans7163 6 ай бұрын
@@TechTrendsShameer sir all connections is correct ahh than iruku power supply corect ahh than iruku but display ON aagala 😥
@TechTrendsShameer
@TechTrendsShameer 5 ай бұрын
Adjust the potentiometer in I2C and try.
@tamilarasanv8881
@tamilarasanv8881 9 ай бұрын
Sir program uploaded successful but not showing LCD display
@tamilarasanv8881
@tamilarasanv8881 9 ай бұрын
Blank screen how to solve this problem?
@reshmiharisudha
@reshmiharisudha 8 ай бұрын
Same problem here 😭
@Raghuyash.
@Raghuyash. 7 ай бұрын
Bro where is power supply
@TechTrendsShameer
@TechTrendsShameer 7 ай бұрын
Connect to laptop or power banker.
@AswinSurya-yr8no
@AswinSurya-yr8no 4 ай бұрын
Workaha current thevaiya anan
@TechTrendsShameer
@TechTrendsShameer 4 ай бұрын
Yes. Needed.
@AswinSurya-yr8no
@AswinSurya-yr8no 4 ай бұрын
@@TechTrendsShameer how to connect anna
@TechTrendsShameer
@TechTrendsShameer 4 ай бұрын
Connect the other end of the cable to the laptop or power banker.
@AswinSurya-yr8no
@AswinSurya-yr8no 4 ай бұрын
@@TechTrendsShameer I want contact you anan
@TechTrendsShameer
@TechTrendsShameer 4 ай бұрын
instagram.com/tech_trends_shameer/
@veenodran1393
@veenodran1393 6 ай бұрын
Bro programing
@TechTrendsShameer
@TechTrendsShameer 6 ай бұрын
Check video description.
@electronicsideas1361
@electronicsideas1361 3 жыл бұрын
boss nedd voice in ENGLISH
@TechTrendsShameer
@TechTrendsShameer 3 жыл бұрын
Sure Sir. This is an old video. Right now for all the videos I am doing in English.
@tamilarasanv8881
@tamilarasanv8881 11 ай бұрын
Sir unga contact number venum
@TechTrendsShameer
@TechTrendsShameer 11 ай бұрын
Connect me in instagram
Wireless Notice Board Using Arduino | Wireless Notice Board Using Bluetooth
6:37
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 64 МЛН
터키아이스크림🇹🇷🍦Turkish ice cream #funny #shorts
00:26
Byungari 병아리언니
Рет қаралды 27 МЛН
Bidirectional Visitor Counter using IR sensors and Arduino
5:37
Anto's ATL E-Logger
Рет қаралды 1,8 М.
DIY sonar scanner (practical experiments)
14:30
bitluni
Рет қаралды 1 МЛН
IoT Based Bidirectional Visitor Counter using ESP8266 & MQTT
7:50
How To Electronics
Рет қаралды 16 М.
Smart Notice Board | IOT Projects
5:10
Tech Trends Shameer
Рет қаралды 20 М.
How To Unlock Your iphone With Your Voice
0:34
요루퐁 yorupong
Рет қаралды 28 МЛН
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00
Корнеич
Рет қаралды 3,3 МЛН
YOTAPHONE 2 - СПУСТЯ 10 ЛЕТ
15:13
ЗЕ МАККЕРС
Рет қаралды 120 М.
APPLE совершила РЕВОЛЮЦИЮ!
0:39
ÉЖИ АКСЁНОВ
Рет қаралды 4,3 МЛН
Что не так с Sharp? #sharp
0:55
Не шарю!
Рет қаралды 95 М.