Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 2.6 KB

README.md

File metadata and controls

71 lines (54 loc) · 2.6 KB

Line Maze Solver Robot


  • Maze solving is an important field of robotics and is based on one of the most important areas of robotics which is decision making.

  • A maze solver must navigate from the starting of the maze to the end of the maze.

  • The robot solves the maze made of lines i.e. 2 dimensional maze.
    The line is of black color and the background is of brighter color.


The hardware components used to build the maze solver robot are:
Arduino Uno Microcontroller
Four Infrared Sensors

L293D Motor Driver
2 BO Motors with Wheels
Power Supply is provided with the help of four 9V batteries.


Demo

Circuit Diagram

#CircuitDiagram