Project on Obstacle Avoiding Robot |Part# 07|Tinkercad Series.....

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2020
  • If you don't have Arduino hardwares then don't think too much. You can start learning Arduino, though the Tinkercad online platform.This platform is absolutely free for all. In this video you will Make Project on Obstacle avoiding robot through Tinkercad virtual software. I hope you'll enjoy it.
    Code and Connection:-drive.google.com/drive/folder...
    link for tinkercad:
    www.tinkercad.com/things/cyZ2...
    //for Robot in Tinkercad
    Previous part#6: • Robot in Tinkercad |Pa...
    Previous part#4: • Ultrasonic Distance Se...
    Previous part#3: • LCD Display(16*2) with...
    Previous part#2: • Tinkercad Serial Commu...
    Previous part#1: • Introduction of Tinker...
    Subscribe करके रखे क्यूंकि और बहुत अच्छे videos आने वाले है इसलिए आपको सबसे पहले notification आये | so click on Bell button
    #Tinkercad #RobotArduino #ObstacleAvoidingRobot #MotorDriver #L293D #LCDDisplay #UltrasonicSensor #arduinoProject #arduinoProgramming #Science #Engineering #Technology #Arduinoprogramming #Microcontroller
    #Microprocessor #arduinoRobot #arduinobasic #arduinoTutorial #Tinkercadtutoral #Tinkercad

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

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

    Sir, can I used motor driver instead of l298 ic in a breadboard?

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

    thanx a lot sir , you just saved my lot of time .

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

    Sir, what software have you used in the project. Sir, tell me the name of a circuit diagram software you have used?

  • @noorcreates_23
    @noorcreates_23 9 วันที่ผ่านมา

    Can we design obstacle detection and guidance system for drones using tinker cad ?

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

    I want to make a object following robot ... can u please tell me what all changes do u i have to make to execute it ...... i have done most of the changes but the results are a little different than expected

  • @AITrendsetter
    @AITrendsetter 2 ปีที่แล้ว

    Can make your own arduino rfid door lock with keypad also used lcd in tinkercad

  • @SukRajLimboo-ww6il
    @SukRajLimboo-ww6il 11 หลายเดือนก่อน

    thank u so much my friend'

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

    sir i did all the connections properly, codes also error free, still my lcd is not working

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

    Sir, can you tell me the components of this project, I need to make this project. By the way, this is so cool project.

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

    Sir could you please tell me why you have used potentiometer

  • @sarthak3499
    @sarthak3499 3 ปีที่แล้ว

    sir can you please give the full code hear because while typing it is not happning
    eg[ xyz(1m1,low);
    abc(1m2,high); ]

  • @ayushagarwal4958
    @ayushagarwal4958 3 ปีที่แล้ว

    Can you please share the new link for the project?

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

    Sir, can l used l298n motor driver instead of l298 ic the circuit diagram and the code as well in the project.

  • @brijeshgupta7008
    @brijeshgupta7008 2 ปีที่แล้ว

    Can you please share your link here because my circuit and some of codes have some issues in it and tomorrow is my submission

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

    How to add servo motor for this

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

    Sir, can I use servo motor in the robot as well as in the coding? Will the robot work, if I connect the robot with servo motor as well as in the coding.

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

      Yes you try it will work

  • @sanjaysakthi684
    @sanjaysakthi684 3 ปีที่แล้ว

    The tinkercad link is not opening,its showing link expired can u give the new one

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

    Can you put the link of code in the comments , because the link doesn't open

  • @mayurrathod5601
    @mayurrathod5601 3 ปีที่แล้ว

    Can anyone share his tinkercad link . I am having some issue in this.

  • @pothnaksukrith8103
    @pothnaksukrith8103 2 ปีที่แล้ว

    Can you please send the link of code again coz it is not opening

  • @himanipatil9198
    @himanipatil9198 3 ปีที่แล้ว

    My LCD screen is not showing anything... Can someone help plz!!!!

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

    Sir plz can you make colour detecting robot on tinkercad

  • @saifsayyad7975
    @saifsayyad7975 2 ปีที่แล้ว

    Bro code ki link kam nahi kar rahi

  • @TechLogyhub
    @TechLogyhub  3 ปีที่แล้ว

    for Code
    drive.google.com/drive/folders/1Jrs1jFUXgHurq3XPTxIT2fb4Xa49LIdh?usp=sharing

  • @dragosc.5743
    @dragosc.5743 3 ปีที่แล้ว +1

    Please could you share the code here ? My lcd is not working. Thanks in advice

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

      //Coded By TechLogy Hub
      // This code is for a OBSTACLE AVOIDING ROBOT
      #include
      LiquidCrystal lcd(8, 9, 10, 11, 12, 13);
      long cm, duration;
      const int echoPin = 7;
      const int trigPin = 6;
      const int lm1 = 2;
      const int lm2 = 3;
      const int rm1 = 4;
      const int rm2 = 5;
      // Above is the motor driver pin connection. lm1, lm2, rm1 and
      //rm2 are the digital input pins from arduino to the motor driver.
      void setup()
      {
      pinMode(lm1, OUTPUT);
      pinMode(lm2, OUTPUT);
      pinMode(rm1, OUTPUT);
      pinMode(rm2, OUTPUT);

      pinMode(trigPin, OUTPUT);
      pinMode(echoPin, INPUT);

      Serial.begin(9600);
      lcd.begin(16, 2);
      }
      void loop()
      {
      // the distance ahead using an ultrasonic sensor
      digitalWrite(trigPin, LOW);
      delayMicroseconds(2);
      digitalWrite(trigPin, HIGH);
      delayMicroseconds(5);
      digitalWrite(trigPin, LOW);
      duration = pulseIn(echoPin, HIGH);
      // converting the time into a distance in Centimetre

      cm = duration*0.034/2;

      if(cm < 20)
      {
      stop_bot();
      delay(2000);

      go_back();
      delay(2000);

      stop_again();
      delay(1000);

      go_left();
      delay(1000);
      }

      else
      {
      go_straight();
      delay(1000);
      }

      // For Serial Monitor
      Serial.print("Distance:CM ");
      Serial.println(cm);

      }
      // Here are the functions that are used in the program
      void go_straight()
      {
      lcd.setCursor(0,0);
      lcd.print("NOTHING AHEAD");
      lcd.setCursor(0,1);
      lcd.print("MOVING FORWARD");

      digitalWrite(lm1,HIGH);
      digitalWrite(lm2,LOW);
      digitalWrite(rm1,HIGH);
      digitalWrite(rm2,LOW);
      }
      void go_back()
      {
      lcd.clear();
      lcd.setCursor(0,0);
      lcd.print("TAKING REVERSE");
      lcd.setCursor(0,1);
      lcd.print(cm);

      digitalWrite(lm2,HIGH);
      digitalWrite(lm1,LOW);
      digitalWrite(rm2,HIGH);
      digitalWrite(rm1,LOW);
      }
      void stop_bot()
      {
      lcd.clear();
      lcd.setCursor(0,0);
      lcd.print("SOMETHING AHEAD");
      lcd.setCursor(0,1);
      lcd.print("STOP!!");

      digitalWrite(lm1,LOW);
      digitalWrite(lm2,LOW);
      digitalWrite(rm1,LOW);
      digitalWrite(rm2,LOW);
      }
      void stop_again()
      {
      lcd.clear();
      lcd.setCursor(0,0);
      lcd.print("BREAK FOR TURN");

      digitalWrite(lm1,LOW);
      digitalWrite(lm2,LOW);
      digitalWrite(rm1,LOW);
      digitalWrite(rm2,LOW);
      }
      void go_left()
      {
      lcd.clear();
      lcd.setCursor(0,0);
      lcd.print("TURNING LEFT");
      lcd.setCursor(0,1);
      lcd.print(cm);

      digitalWrite(lm1,LOW);
      digitalWrite(lm2,LOW);
      digitalWrite(rm1,HIGH);
      digitalWrite(rm2,LOW);
      }
      void go_right()
      {
      lcd.clear();
      lcd.setCursor(0,0);
      lcd.print("TURNING RIGHT");
      lcd.setCursor(0,1);
      lcd.print(cm);

      digitalWrite(lm1,HIGH);
      digitalWrite(lm2,LOW);
      digitalWrite(rm1,LOW);
      digitalWrite(rm2,LOW);
      }

    • @dragosc.5743
      @dragosc.5743 3 ปีที่แล้ว

      @@TechLogyhub thank you!

  • @mayurrathod5601
    @mayurrathod5601 3 ปีที่แล้ว

    My LCD starts but it can't show anything. What I do now?

    • @TechLogyhub
      @TechLogyhub  3 ปีที่แล้ว

      Check your pin connection with arduino

    • @mayurrathod5601
      @mayurrathod5601 3 ปีที่แล้ว

      @@TechLogyhub Yess I check all the pin connection
      www.tinkercad.com/things/gwkLfYHZO57-attempt-2-of-14-12-2020/editel?sharecode=3Cnu7OY-rvhFdy-Emg5ngeTqqoHElMKi3Q_u3_618m8
      Please look into it I have to submit it. Thanks in advance!

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

      check your VCC(power). it should be connected to the positive bus of the breadboard. in the video, i think he forgot to change it. he connected it on the negative side.

    • @brijeshgupta7008
      @brijeshgupta7008 2 ปีที่แล้ว

      Can you please share your link it's not working properly tomorrow is my project submission

  • @pranavsharma5689
    @pranavsharma5689 3 ปีที่แล้ว

    The tinkercad link is not opening, please could you share the code here

    • @pranavsharma5689
      @pranavsharma5689 3 ปีที่แล้ว

      Even I have the same problem, the LCD screen is blank

    • @TechLogyhub
      @TechLogyhub  3 ปีที่แล้ว

      Ok

    • @pranavsharma5689
      @pranavsharma5689 3 ปีที่แล้ว

      @@TechLogyhub please could you share the code here

    • @TechLogyhub
      @TechLogyhub  3 ปีที่แล้ว

      @@pranavsharma5689 www.tinkercad.com/things/9tZgZ2yHTyb-copy-of-obstacle-avoiding-robot-/editel?sharecode=DUO7mugiTqfxP1d0J8zxwSqGBYdLz4e8chu47aWMi1Q

  • @sateeshavula7454
    @sateeshavula7454 3 ปีที่แล้ว

    I was not getting output on lcd its showing nothing can u please share link from direct where u performed please 🙏

    • @sateeshavula7454
      @sateeshavula7454 3 ปีที่แล้ว

      Tinkercad link

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

      Ok

    • @sateeshavula7454
      @sateeshavula7454 3 ปีที่แล้ว

      I've my review tomorrow can u please share that link asap 🙏

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

      @@sateeshavula7454 www.tinkercad.com/things/4aS252RBhED-copy-of-obstacle-avoiding-robot-/editel?sharecode=rMEymzhzQIprXEtwoOtvh62j-Cd26VKLyHNxSAz1X9E

    • @sateeshavula7454
      @sateeshavula7454 3 ปีที่แล้ว

      Thank you so much 💓

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

    i hope it will help you
    www.tinkercad.com/things/cyZ2NyNAhiZ

  • @sanjaysakthi684
    @sanjaysakthi684 3 ปีที่แล้ว

    The tinkercad link is not opening,its showing link expired can u give the new one.

    • @TechLogyhub
      @TechLogyhub  3 ปีที่แล้ว

      Ok

    • @TechLogyhub
      @TechLogyhub  3 ปีที่แล้ว

      www.tinkercad.com/things/k8sXTr6ffH2-copy-of-copy-of-robot-drive/editel?sharecode=xHk7IWlQCFXyIrrrvCjNT_EoUbuDpXNteJTvc-sOSxI

    • @zidawelsh6955
      @zidawelsh6955 3 ปีที่แล้ว

      @@TechLogyhub hello please share another link for tinker-cad. Thank you !

    • @zidawelsh6955
      @zidawelsh6955 3 ปีที่แล้ว

      @@TechLogyhub and code too , thank you 🙏 I

    • @dineshs3198
      @dineshs3198 2 ปีที่แล้ว

      Can u share a new link ,it's showing link has expired...