Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 525 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 525 Bytes

Arduino code for a bluetooth controlled Sumo Robot

This repository contains the Arduino code for a bluetooth controlled Sumo Robot. The code allows the car to move forward, backward, left and right, based on commands received from a Bluetooth module connected to an Arduino microcontroller. The project uses an Arduino Uno board, a HC-05 Bluetooth module, and a L298N motor driver to control the robot's motors. The code is commented and well-organized making it easy to understand and customize as per your requirements.