670 likes | 2.18k Views
MAZE SOLVING ROBOT. Prepared By: I’tidal Rashdan Yasmeen Amer Submitted To: Dr. Raed Al- Qadi Eng. Haya Samaaneh Dr. Lua Malhis. Maze Solving Robot (Micro-Mouse). Outline. Background System Requirements Design Challenges System Overview Hardware and Software Q/A. BackGround.
E N D
MAZE SOLVING ROBOT Prepared By: I’tidalRashdan YasmeenAmer Submitted To: Dr. Raed Al-Qadi Eng. HayaSamaaneh Dr. Lua Malhis
Outline • Background • System Requirements • Design Challenges • System Overview • Hardware and Software • Q/A
BackGround • Micro mouse competitions began in the late 1970s. In this event, a 16x16 maze is used and solved by small robot mice. These competitions are held worldwide and most popular in UK, U.S., Japan, Singapore, India and South Korea. • The current world records are around 4 seconds and are held by Ng BengKiat.
Motivation • Building a Smart Machine that can find its way out of any maze.
Main Objective • The aim of this project is to design a robot that is capable of leading itself to solve a maze using the wall follower algorithm.
System Requirements • Being able to detect obstacles for short distances depending on the width of the path in the maze. • Move according to the algorithm its programmed with. • Saving that was taken into a stack. • Cost should be within the budget
Design Challenges • Sensors Ranges. • Size of Maze. • Accuracy of Robots turns. • Controlling simple DC Motors is really Hard.
Hardware and Software Components Hardware Components: • Sensors • H-Bridge • Arduino Uno • Motors • Tank-Styled Chassis • Photointerrupter
Sensors • Sharp IR Sensors
Software and Hardware Components Software Components: • Maze Solving Algorithm. • Saving the shortest path.
Shortest Path Shortest Path rules: • LBR=B • SBL=R • LBS=R • SBS=B • RBL=B • LBL=S