Skip to content

Kaivalya192/WallMazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Wall Maze Solver with PID Algorithm

This project is a wall maze solver implemented using an Arduino board and a PID algorithm. The goal is to navigate through a maze by following the walls while avoiding collisions.

Description

The wall maze solver utilizes sensors to detect walls and navigate through the maze autonomously. The PID (Proportional-Integral-Derivative) algorithm is employed to adjust the motion of the robot based on the feedback from the sensors, allowing for smooth and efficient navigation.

Hardaware

image

  • L298N
  • Arduino Uno
  • 2 BO (100 rmp) Motor with wheels and Castor wheel
  • 2 Ultrasonic Sensor
  • 2 Li ion cell (6.4 v) and switch
  • Breadboard as chassis
  • Jumper wire and connetion wires

Circuit Diagram

image

References

Project
Advanced

Releases

No releases published

Packages

No packages published

Languages