Automatic Visitor Counter | Arduino Projects

Поділитися
Вставка
  • Опубліковано 16 лип 2020
  • 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
  • Наука та технологія

КОМЕНТАРІ • 59

  • @ENGR_KAYBEE
    @ENGR_KAYBEE Рік тому +1

    Hi sir, how to use two ultrasonic sensors(ultrasonic one for person IN and ultrasonic two for person OUT .

  • @p1dtcodm41
    @p1dtcodm41 3 роки тому +1

    Thankssss.....This project is 100% workinggggg😁

  • @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

  • @TechNode23
    @TechNode23 Рік тому

    IN counter continously counting..please help

  • @kingofluck7728
    @kingofluck7728 7 місяців тому

    Is this project on tinkercard to simulate online?

  • @nagaarjun8925
    @nagaarjun8925 3 дні тому +1

    How to install Library for wire

    • @TechTrendsShameer
      @TechTrendsShameer  3 дні тому

      The Wire library is bundled with Arduino AVR Boards. If you installed the Arduino board, then you no need to install this library.

  • @aqilidris4034
    @aqilidris4034 2 роки тому +1

    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

  • @balakumar6670
    @balakumar6670 Рік тому +1

    salam rocky bhai........

  • @amansinjali5584
    @amansinjali5584 3 роки тому +1

    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!!

  • @nikitaambiger9575
    @nikitaambiger9575 3 роки тому +1

    Could u please share the code of this bidirectional visitors counter

  • @adrianpatruta8002
    @adrianpatruta8002 4 роки тому +2

    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.

  • @nirajdeshmukh8982
    @nirajdeshmukh8982 3 роки тому +1

    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.

  • @starmagicthuglife4649
    @starmagicthuglife4649 Рік тому +1

    Bro vcc supply voltage .

  • @jvnx1137
    @jvnx1137 7 місяців тому +1

    Sir can we use this with IR sensor ?

  • @aidilazman1364
    @aidilazman1364 2 роки тому +1

    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);
      }

      }

  • @messielaa1734
    @messielaa1734 2 роки тому +1

    bro code open aka mattuthu pls send pannuga bro 1week tha time irukku

  • @OO-tj7xv
    @OO-tj7xv 2 роки тому +1

    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 5 місяців тому

      He is saying program sir.

  • @sarans7163
    @sarans7163 6 місяців тому +1

    Sir my LCD display ON aagamatinguthu enna pananum

    • @TechTrendsShameer
      @TechTrendsShameer  6 місяців тому

      Check power supply and circuit connection

    • @sarans7163
      @sarans7163 6 місяців тому +1

      @@TechTrendsShameer sir all connections is correct ahh than iruku power supply corect ahh than iruku but display ON aagala 😥

    • @TechTrendsShameer
      @TechTrendsShameer  6 місяців тому

      Adjust the potentiometer in I2C and try.

  • @thalapathi623
    @thalapathi623 Рік тому +1

    Bro circuit diagram please

  • @tamilarasanv8881
    @tamilarasanv8881 9 місяців тому

    Sir program uploaded successful but not showing LCD display

  • @veenodran1393
    @veenodran1393 6 місяців тому +1

    Bro programing

  • @jvnx1137
    @jvnx1137 7 місяців тому +1

    Sir where did you buy all the components?

    • @TechTrendsShameer
      @TechTrendsShameer  7 місяців тому

      Please check video description for components link.

  • @AswinSurya-yr8no
    @AswinSurya-yr8no 4 місяці тому +1

    Workaha current thevaiya anan

  • @Raghuyash.
    @Raghuyash. 7 місяців тому +1

    Bro where is power supply

  • @electronicsideas1361
    @electronicsideas1361 3 роки тому +1

    boss nedd voice in ENGLISH

    • @TechTrendsShameer
      @TechTrendsShameer  3 роки тому +1

      Sure Sir. This is an old video. Right now for all the videos I am doing in English.

  • @tamilarasanv8881
    @tamilarasanv8881 11 місяців тому +1

    Sir unga contact number venum