← All Projects
ESP32 WiFi-Controlled Robotic Car
79 viewsMarch 10, 2026
ESP32WiFiRoboticsMotorsPWMWeb Server
Build a high-torque WiFi-controlled robotic car using an ESP32 and L298N motor driver. Features a custom web-based dashboard for real-time smartphone control, two-wheel drive with a caster for agile maneuvering, and Li-ion power management.
Components & Supplies
Circuit Connections
The Architecture
This project uses the ESP32 to host a local web server, providing a virtual joystick or button interface accessible via any browser on the same WiFi network. The ESP32 sends PWM signals to the L298N H-bridge driver, which controls the speed and direction of two DC gear motors.
Hardware emphasizes stability and torque, utilizing a 3S Li-ion battery pack stepped down via a Buck module to power the logic while providing full voltage to the motors.
Hardware Stack
Key Components:
- ESP32: WiFi handling and PWM logic.
- L298N: Dual H-bridge motor driver (up to 2A per channel).
- Gear Motors: High torque motors for driving wheels.
- Buck Module: DC-DC step down to keep ESP32 safe from 12V battery.