Building a Bluetooth-Controlled Car Using ESP32
by Webotricks in Circuits > Arduino
12 Views, 0 Favorites, 0 Comments
Building a Bluetooth-Controlled Car Using ESP32
.png)
This guide project demonstrates how to build a Bluetooth-controlled car using an ESP32 module, an L298N motor driver, and a readily available 4WD car chassis kit. The project utilizes the freely available "Dabble" mobile app for control, compatible with both Android and iOS devices.
Supplies
Assembly
Mounting the Motors and Chassis
Secure the motors onto the chassis using the provided connectors and screws.
Attach and secure the chassis plates.
Wire the motors: connect red wires together and black wires together.
Attach the L298N motor driver to the chassis using double-sided tape.
Circuit Connections
.png)
L298N Motor Driver to Motors
Right-side motors → OUT1 & OUT2 (L298N)
Left-side motors → OUT3 & OUT4 (L298N)
L298N VCC → 12V Battery
L298N GND → Common GND
ESP32 to L298N Motor Driver
ESP32 receives 5V and GND from the L298N.
Motor control pins connected based on circuit diagram.
Uploading the Code
Before uploading the code, ensure you have installed the ESP32 board support package and the Dabble ESP32 library in the Arduino IDE.
Connecting With Dabble App
Download & Install the Dabble mobile app.
Pair with ESP32: Connect to "My Bluetooth Car."
Control the Car: Use the app’s gamepad controls for movement.
Final Demonstration
The car responds to Bluetooth commands sent from the Dabble app, allowing real-time control via a smartphone.