Interfacing Multiple Ultrasonic Sensors With Arduino | Amazing Project to Make

Поделиться
HTML-код
  • Опубликовано: 18 дек 2022
  • #arduinoproject #tooyoungtolearnall #arduino This is an Amazing Interfacing of multiple Ultrasonic sensors. In this project, there are three Ultrasonic sensors used. Along with some Piezzo buzzers. ENJOY the Project :)
    The Code Of This Project - docs.google.com/document/d/1D...
    These are the resources that I use to make each video(Buying any of these products helps this channel):
    Elegoo Arduino Kit: amzn.to/3OZgd5Y
    Best Arduino I like: amzn.to/3AFhkUa
    Camera I use: amzn.to/3c8QBoM
    ╔═╦╗╔╦╗╔═╦═╦╦╦╦╗╔═╗
    ║╚╣║║║╚╣╚╣╔╣╔╣║╚╣═╣
    ╠╗║╚╝║║╠╗║╚╣║║║║║═╣
    ╚═╩══╩═╩═╩═╩╝╚╩═╩═╝
    -----------------------------------------------------------------------------------------------------------------------
    These are The resources I use to record and finalize my videos.
    Camera I use: amzn.to/3c8QBoM
    Elegoo Arduino Kit: amzn.to/3OZgd5Y
    Best Arduino I like: amzn.to/3AFhkUa
    -------------------------------------------------------------------------------------------------------------------------
    Learn high-demand skills in the industry levels today in Too Young To Learn All. Learn the basics to more advance as the progression from Robotics to 3D modelling, VFX to photoshop to Music and song production.
  • НаукаНаука

Комментарии • 1

  • @Projecttejtech
    @Projecttejtech  Год назад +1

    Here is the schematics and the wirings to the Arduino:
    ____________THE THREE ULTRASONIC SENSORS
    trigPin1 --> 6; //this is for first sensor Trig Pin of the Ultrasonic sensor going to digital pin 6 on the Arduino
    echoPin1 --> 7; //this is for first sensor echo pin of the Ultrasonic sensor going to digital pin 7 on the Arduino
    int trigPin2 --> 8; //this is for second sensor trig pin of the Ultrasonic sensor going to digital pin 8 on the Arduino
    int echoPin2 --> 9; //this is for second sensor trig pin of the Ultrasonic sensor going to digital pin 9 on the Arduino
    int trigPin3 --> 10; //this is for third sensor trig pin of the Ultrasonic sensor going to digital pin 10 on the Arduino
    int echoPin3 --> 11; //this is for third sensor echo pin of the Ultrasonic sensor going to digital pin 11 on the Arduino
    ___________ TO CONNECT THE THREE PIRZZO BUZZERS
    buzzer1 --> 12; // This is the first piezo buzzer that is connected to the first sensor and is attached to the digital pin 12 on the Arduino
    buzzer2 --> 13; // This is the second piezo buzzer that is connected to the second sensor and is attached to the digital pin 13 on the Arduino
    buzzer3 --> 5; // This is the third piezo buzzer that is connected to the third sensor and is attached to the digital pin 5 on the Arduino
    ____________
    Hope that helped.
    Thanks so much for watching, hope you liked it. It means a lot :)