Skip to content

Tinker-Twins/Swarm_Robotics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Swarm Robotics

This project exhibits the "Master Follow Algorithm" of Swarm Robotics. It uses 2 robots - Master Robot and Slave Robot. The two robots communicate with each other using Bluetooth (UART communication protocol). The Master Robot is programmed to move in an orderly fashion at a regular interval of 5 seconds. This data is transferred over the Bluetooth to the Slave Robot, which then imitates the master's operation.