#19 Ultrasonic sensor tinkercad with led in English | Distance measure | tinkercad circuits | code

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ส.ค. 2021
  • Hello guys, We are providing you all the robotics classes here we have uploaded the Tinkercad introduction video. this is our first video. I hope you will like the video. Here we are getting started with TinkerCad.
    Tinkercad is a free online web browser & Simple to simulate the electronic project
    Electrical & Electronic project Visit our website
    techatronic.com/blog/
    Learn Robotic Class contact me on Whatsapp 8574853421
    Tinkercad Website Link :- www.tinkercad.com/
    Buy our Robotics ebook:- techatronic.com/arduino-ebook/​
    #1 Getting Started With Tinkercad in English || This Tutorial for Complete Beginners
    • #1 Getting Started Wit...
    Getting started with Tinkercad In Hindi
    • Getting started with T...
    Arduino Tutorial at Tinkercad in Hindi / English
    Our motive is to teach robotics to the students. if you have any doubt you can ask from the comment section.
    #arduino # ultrasonic #tinkercad

ความคิดเห็น • 48

  • @baogioasoryuucuoigoiminhday
    @baogioasoryuucuoigoiminhday หลายเดือนก่อน +1

    Thank you sir ❤️‍🔥❤️‍🔥❤️‍🔥❤️‍🔥❤️‍🔥 I was watching your video about 6 hours before my exam and it helps me a lot ❤️‍🔥❤️‍🔥❤️‍🔥

  • @rexfarell
    @rexfarell 3 หลายเดือนก่อน +5

    I learnt more in 15 mins than in 11 years at school.

  • @notdeeq
    @notdeeq ปีที่แล้ว +3

    God Bless you Brother

  • @yingcracker365
    @yingcracker365 2 หลายเดือนก่อน +1

    thank you man, you made my day.

  • @OiGaki
    @OiGaki 2 ปีที่แล้ว +6

    Thank you sir 🙏🙏

  • @adambeedle
    @adambeedle 2 ปีที่แล้ว +4

    Nice bro nice 👍

  • @user-hf3ud3gg1k
    @user-hf3ud3gg1k 4 หลายเดือนก่อน +1

    THANK YOU SOO USEFULL

  • @yatilahoty187
    @yatilahoty187 4 หลายเดือนก่อน +1

    Thank you Sir!

    • @eazytronic9394
      @eazytronic9394  4 หลายเดือนก่อน

      Most welcome 🤗🤗

  • @elanchezhiyan4530
    @elanchezhiyan4530 2 ปีที่แล้ว +2

    Thanks sir

  • @saanvipvijapur9767
    @saanvipvijapur9767 หลายเดือนก่อน

    Thank you very much kind sir🙏

  • @ThatWeirdLegoBuilder
    @ThatWeirdLegoBuilder หลายเดือนก่อน +1

    THANK YOU!

  • @feryalabujaber
    @feryalabujaber ปีที่แล้ว +4

    Thanks..
    I copy this code to arduino ide and make it in hardware but one led is on, mabey my ultrasonic is not work how i can make test to the ultrasonic?

    • @eazytronic9394
      @eazytronic9394  ปีที่แล้ว +2

      Code is working

    • @eazytronic9394
      @eazytronic9394  ปีที่แล้ว +3

      If you have problem then send me Circuit on whatsapp

  • @phatnguyengia967
    @phatnguyengia967 ปีที่แล้ว +1

    What is this ultrasound about?

    • @eazytronic9394
      @eazytronic9394  11 หลายเดือนก่อน +2

      Ultrasound is a noninvasive imaging test that shows structures inside your body using high-intensity sound waves. Healthcare providers use ultrasound exams for several purposes, including during pregnancy, for diagnosing conditions and for image guidance during certain procedures.

  • @shaggyyy6990
    @shaggyyy6990 10 หลายเดือนก่อน

    Sir do you have c++ code for this

    • @eazytronic9394
      @eazytronic9394  10 หลายเดือนก่อน

      // C++ code
      //
      int val = 0;
      long readUltrasonicDistance(int triggerPin, int echoPin)
      {
      pinMode(triggerPin, OUTPUT); // Clear the trigger
      digitalWrite(triggerPin, LOW);
      delayMicroseconds(2);
      // Sets the trigger pin to HIGH state for 10 microseconds
      digitalWrite(triggerPin, HIGH);
      delayMicroseconds(10);
      digitalWrite(triggerPin, LOW);
      pinMode(echoPin, INPUT);
      // Reads the echo pin, and returns the sound wave travel time in microseconds
      return pulseIn(echoPin, HIGH);
      }
      void setup()
      {
      Serial.begin(9600);
      pinMode(8, OUTPUT);
      pinMode(9, OUTPUT);
      pinMode(10, OUTPUT);
      }
      void loop()
      {
      val = 0.01723 * readUltrasonicDistance(6, 5);
      Serial.println(val);
      if (val

  • @ysfhanikai995
    @ysfhanikai995 6 วันที่ผ่านมา +1

    it works , not that perfect but thank you at all mr

  • @artistrecognize3714
    @artistrecognize3714 ปีที่แล้ว

    can you send code please sir?

  • @thimapagowda4005
    @thimapagowda4005 2 ปีที่แล้ว +1

    plz send text code

    • @eazytronic9394
      @eazytronic9394  ปีที่แล้ว

      Okk mail me easytronic9580@gmail.com

  • @rizky5654
    @rizky5654 4 หลายเดือนก่อน +1

    Where is the code?

    • @eazytronic9394
      @eazytronic9394  3 หลายเดือนก่อน

      It's a block coding
      Take screenshot of block then make it

  • @sanaehsan7985
    @sanaehsan7985 ปีที่แล้ว +1

    ??

  • @corinneyl
    @corinneyl ปีที่แล้ว +2

    Send code

    • @eazytronic9394
      @eazytronic9394  ปีที่แล้ว

      Code link also given.
      Again you have problem then WhatsApp me +917007651787

  • @royalgamer6488
    @royalgamer6488 ปีที่แล้ว +1

    Plzz send text code

    • @eazytronic9394
      @eazytronic9394  ปีที่แล้ว

      a1office.co/solutions/shared/view?fileKey=ultrasonic+code-7a18a4fe23b5f8f544f25bcfd963bab9.txt

    • @eazytronic9394
      @eazytronic9394  ปีที่แล้ว

      Give your mail id

  • @sanaehsan7985
    @sanaehsan7985 ปีที่แล้ว

    LEd on nai hoti

    • @eazytronic9394
      @eazytronic9394  ปีที่แล้ว

      Check your connection. Led on ho gi

  • @lichnguyenviet7314
    @lichnguyenviet7314 2 ปีที่แล้ว +1

    send text code

    • @eazytronic9394
      @eazytronic9394  ปีที่แล้ว

      Ok I I'll send it on mail easytronic9580@gmail.com

    • @rudrarana1510
      @rudrarana1510 ปีที่แล้ว

      @@eazytronic9394 pls send code on comments