Skip to content

whatiskeptiname/Robo-Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Robo-Maze

Robo-Maze is a simple maze solving bot made during Dristi event organized by Kathmandu Engineering College.

Components Used

  1. Arduino Uno
  2. Ultrasonic Sensor HC-SR04 *3
  3. Motor Driver L298N
  4. BO motor *4
  5. LiPo battery

Working

This bot uses three ultrasonic sensors to detect the presence of walls. If the forward distance between bot and wall is between a threshold value, the bot will compare the left and right proximity and rotates to the direction of higher proximity. If the distance bot and wall in any direction is greater then 100 cm the bot will stop as the bot will not be inside the maze. If non of the above conditoins matches, the bot will move forward.

Releases

No releases published

Packages

No packages published

Languages