You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Arduino micro controller based robot which first analyzes the maze in the dry run by following lines through IR sensors and then calculates the shortest path from the source to the destination.
It is designed to find a path without any assistance or help. As a type of autonomous robot, it has to decode the path on its own to solve the maze successfully.
The aim of the project was achieved by programming the microcontrollers combined with a sensor, wireless communication, data logger and motor drive circuit. The project consisted of programming the main robot to solve a maze, map it, store the map and transmit it to a follower robot. This allowed the follower robot to use the instructions receiv…