Obstacle Avoiding Car


Summary

This obstacle avoiding car uses an ultrasonic sensor for its movement. Arduino microcontroller connects with motors and ultrasonic sensor. The ultrasonic sensor is attached in front of the car. The car turns automatically when the sensor detects an obstacle.

What You Will Learn in This Project?

You will learn how to use the ultrasonic range finder to measure distance, and find the best algorithm to make a turn.

Things You Will Use in This Project

Hardware components:

  • Arduino Uno
  • Car Chassis
  • 2 Motors
  • 3 wheels
  • Breadboard
  • Ultrasonic Sensor
  • L298P Motor Driver
  • 9V battery

Software apps and online services:

  • Arduino IDE

Back to Projects

Back to Top