Line Following
Car with Obstacle
Avoidance
What is the Aim?
What is the Aim?
The aim is to ensure that the robot follows a
line without deviating and move around an
obstacle if detected and return back to
the line
Materials
Required
Arduino Uno Board
• It is a Microcontroller Board (Mini CPU).
• It can able to Store about 32KB of memory.
• It is programmed and used for various
projects.
• It is programmed by the Arduino Software.
Motor Driver L298
• It receives comments from Arduino UNO.
• It controls the speed of the motors.
• It also used for rotate the model.
Ultrasonic Sensor
• It emits sound waves to find the distance
• The frequency of the sound wave is above
the hearing level of human
IR Sensor and Receiver
• It emits light to sense the object.
• It contains two parts – one send the light
source and another receives the light
Servo Motor
• It is used to rotate the Ultrasonic Sensor.
• It will rotate at the fixed angle, which is
coded on Arduino UNO.
And Motors, Wheels, and Some
Jumper wires
Working Process
The Line following robot detects the
a path, and drive through it.
It follows the path with the help of IR
Sensor attached to it.
• If any object is placed on the
path, by using ultrasonic sensor,
the line follower can detect the
obstacle and change the path to
cross the object and return to
the same path.
Uses
•It can be used in the industry sites to handle the
goods
•In Mining sites, this can used for carry the waste
soil or other things
•So on..
Thank you

Line following + Obstacle avoidance Model.pptx

  • 1.
    Line Following Car withObstacle Avoidance
  • 2.
  • 3.
    What is theAim? The aim is to ensure that the robot follows a line without deviating and move around an obstacle if detected and return back to the line
  • 4.
  • 5.
    Arduino Uno Board •It is a Microcontroller Board (Mini CPU). • It can able to Store about 32KB of memory. • It is programmed and used for various projects. • It is programmed by the Arduino Software.
  • 6.
    Motor Driver L298 •It receives comments from Arduino UNO. • It controls the speed of the motors. • It also used for rotate the model.
  • 7.
    Ultrasonic Sensor • Itemits sound waves to find the distance • The frequency of the sound wave is above the hearing level of human
  • 8.
    IR Sensor andReceiver • It emits light to sense the object. • It contains two parts – one send the light source and another receives the light
  • 9.
    Servo Motor • Itis used to rotate the Ultrasonic Sensor. • It will rotate at the fixed angle, which is coded on Arduino UNO.
  • 10.
    And Motors, Wheels,and Some Jumper wires
  • 11.
    Working Process The Linefollowing robot detects the a path, and drive through it. It follows the path with the help of IR Sensor attached to it.
  • 12.
    • If anyobject is placed on the path, by using ultrasonic sensor, the line follower can detect the obstacle and change the path to cross the object and return to the same path.
  • 13.
    Uses •It can beused in the industry sites to handle the goods •In Mining sites, this can used for carry the waste soil or other things •So on..
  • 14.