Flat Preloader Icon LOADING....

MFathan

Robotic | Bluetooth Controller

This Bluetooth Controller Robot project is a simple robotics project that combines hardware, electronics, and Python programming. The robot uses a micro:bit V2 as its main controller, an HC-05 Bluetooth module to receive commands from a smartphone, two DC gear motors to move the robot, wheels, a battery holder with 18650 batteries, jumper wires, and a robot chassis. By using Bluetooth, the robot can be controlled wirelessly to move forward, backward, left, right, and stop.

To make this project, we started by preparing and assembling all the components onto the robot chassis. After connecting the motors, batteries, micro:bit, and HC-05 Bluetooth module, we programmed the micro:bit using Python to read commands received through Bluetooth and control the motors. Finally, we connected the robot to a smartphone and tested each movement to make sure everything worked correctly. This project helped us learn about robotics, Bluetooth communication, electronics, and Python programming.