Wi-Fi Controlled Car Using NodeMCU ESP8266, Blynk, and L298N Motor Driver
Ever imagined controlling a car without wires or a traditional remote Just operated remotely using a smartphone application via a Wi-Fi connection!
How the Wi-Fi Controlled Car Works ?
⇒ Blynk App sends signal (ON/OFF) via Wi-Fi to the Blynk Cloud Server when buttons are pressed.
⇒ NodeMCU ESP8266, a microcontroller with built-in Wi-Fi capabilities, establishes wireless communication with the Blynk app.
⇒ The NodeMCU ESP8266 is connected to the same Wi-Fi network as the smartphone. It constantly listens for incoming commands from Blynk.
⇒ When a command is received, the NodeMCU processes the commands and activates specific GPIO Pins.
⇒ The L298N Motor Driver is used to regulating the speed and rotation of the motors.
⇒ The L298N driver takes the signal from the NodeMCU and adjusts the polarity and power of the DC Motors, allowing the car to move forward, backward, left, or right.
Required Components for Wi-Fi Controlled Car Project
⇒ NodeMCU ESP8266 - Wi-Fi-enabled microcontroller that Acts as the brain of the car⇒ L298N Motor Driver Module - Controls the motors based on the NodeMCU’s signals acts as muscle of car
⇒ DC Gear Motors (4x) - For moving the car
⇒ Wheels and Chassis - Base structure for the car
⇒ Power Source - 7.4V-12V battery pack
⇒ Jumper Wires - For connections
Overview of NodeMCU ESP8266
The NodeMCU ESP8266 is a powerful Built-in Wi-Fi-enabled microcontroller that has become a favorite among DIY electronics enthusiasts. The ESP8266 chip inside the NodeMCU is a game-changer for IoT projects. It is easy to connect the projects to the internet and It is Easy to Program with the Arduino IDE, making it perfect for home automation, remote control systems.Key Features of NodeMCU ESP8266
⇒Microcontroller: ESP-12E (ESP8266-based)- Handles all processing & Wi-Fi functions⇒TCP/IP stack – Allows internet communication
⇒Operating Voltage: 3.3V
⇒Voltage Regulator (AMS1117 3.3V)- Converts 5V (from USB or VIN) to 3.3V
⇒Processor - 32-bit (Runs at 80MHz, can overclock to 160MHz)
⇒Wi-Fi Support: 802.11 b/g/n (Direct internet access)
⇒Flash Memory: 4MB-Stores program code and data
⇒GPIO Pins: 11 (for connecting sensors, buttons, motors, LEDs, and more.)
⇒Analog Input (A0)- for reading sensor data(temperature sensors, LDRs)
⇒Supports PWM (Pulse Width Modulation) for controlling brightness/motor speed
⇒Supports I2C and SPI for external module communication
⇒CP2102/CH340G- Converts USB signals to UART serial communication
⇒Communication Interfaces: UART, SPI, I2C
⇒Micro USB Port- Provides power and programming interface
⇒Flash Button- Helps in flashing firmware or debugging
⇒Reset Button (RST)- Manually resets the NodeMCU when pressed
⇒Power Pins (VIN, 3.3V, GND)- Provides power input/output options
Pin configuration of NodeMCU ESP8266
Pin Name | GPIO Number | Function |
---|---|---|
D0 | GPIO16 | Can be used as a digital I/O (No PWM or I2C support) |
D1 | GPIO5 | I2C SCL, PWM, Digital I/O |
D2 | GPIO4 | I2C SDA, PWM, Digital I/O |
D3 | GPIO0 | PWM, Digital I/O (Pull-up, boot mode sensitive) |
D4 | GPIO2 | PWM, Digital I/O (Pull-up, boot mode sensitive) |
D5 | GPIO14 | SPI SCK, PWM, Digital I/O |
D6 | GPIO12 | SPI MISO, PWM, Digital I/O |
D7 | GPIO13 | SPI MOSI, PWM, Digital I/O |
D8 | GPIO15 | SPI CS, PWM, Digital I/O (Pull-down, boot mode sensitive) |
RX | GPIO3 | Serial RX (Can be used as I/O but avoid if using Serial) |
TX | GPIO1 | Serial TX (Can be used as I/O but avoid if using Serial) |
A0 | ADC0 | Analog Input (0-3.3V) |
3V3 | - | 3.3V Power Output |
GND | - | Ground (Common ground with other components) |
VIN | - | Power Input (Can be 5V–12V for powering NodeMCU) |
Overview of L298N Motor Driver
The L298N Motor Driver is a high-power dual H-Bridge motor driver module it can control DC motors or stepper motor.It can handle high currents and voltages while providing smooth motor control.Since microcontrollers (like NodeMCU/Arduino..) Output is very low current and voltage , it cannot directly power DC motors, so we need a motor driver like the L298N which receives low-power control signals from the microcontroller and translating into high-power motor movements.
Key Features of L298N Motor Driver
⇒Operating Voltage: 5V–35V⇒Output Current: Up to 2A per channel
⇒Dual H-Bridge Design: Allows independent control of two DC motors
⇒Logic Voltage: 5V (compatible with most microcontrollers)
⇒PWM (Pulse Width Modulation) Support: Enables variable speed control
⇒Motor Controls- Two Dc Motors Independently or a stepper motor
Pin Configuration & Connections of L298N Motor Driver
The L298N motor driver has multiple pins that control motor movement.Understanding these pins is essential for wiring it correctly in your Wi-Fi-controlled car.Pin Name | Function |
---|---|
VCC | Main power supply for motors (5V to 35V) |
GND | Ground connection |
5V | Provides a 5V output |
IN1 & IN2 | Controls Motor 1 direction |
IN3 & IN4 | Controls Motor 2 direction |
ENA (Enable A) | Controls speed of Motor 1 (via PWM) |
ENB (Enable B) | Controls speed of Motor 2 (via PWM) |
OUT1 & OUT2 | Output for Motor 1 |
OUT3 & OUT4 | Output for Motor 2 |
Building the Chassis for Wi-Fi Controlled Car
The chassis serves as the foundation, holding all components like the motors, motor driver (L298N), NodeMCU, battery pack, and wheels together .So a sturdy and well-designed chassis is essential for ensuring stability and smooth movement of the car.⇒Some common Chassis materials: PVC Sheet, Acrylic Sheet, MDF Board
Assembling the Car Chassis
⇒Mark the Positions – Plan where the motors, motor driver, and NodeMCU , battery will be placed.⇒Attach the Motors – Fix Geared DC Motors using screws or glue.
⇒Fix the Wheels – Attach them to the motor shafts securely.
⇒Mount the L298N Motor Driver – Secure it with screws or adhesive tape.
⇒Place the NodeMCU ESP8266 – Mount it securely with screws or adhesive tape.
⇒Attach the Battery Holder – Secure it in a position that balances the car.
Circuit Diagram for Wi-Fi Controlled Car
This guide provides a detailed explanation of the circuit, pin connections, wiring, and power requirements to ensure smooth and error-free assemblyMotor Connections-Connect L298N Motor Driver to Motors
Front Left & Rear Left Motor
L298N Output | Motor Terminal |
---|---|
L298N OUT1 | Motor A Terminal 1 Motor B Terminal 2 |
L298N OUT2 | Motor A Terminal 2 Motor B Terminal 1 |
Front Right & Rear Right Motor
L298N Output | Motor Terminal |
---|---|
L298N OUT3 | Motor C Terminal 1 Motor D Terminal 2 |
L298N OUT4 | Motor C Terminal 2 Motor D Terminal 1 |
Connections between L298N Motor Driver & NodeMCU ESP8266
L298N Pin | NodeMCU Pin |
---|---|
IN 1 | D1 (GPIO5) |
IN 2 | D0(GPIO16) |
EN A | D2 (GPIO4/PWM) |
IN 3 | D7 (GPIO13) |
IN 4 | D6(GPIO12) |
EN B | D5(/GPIO14PWM) |
Here, a Detailed circuit diagram showing the exact wiring between all components.
Click on the Download buttons to download the Circuit Diagram.
Power Connections between all components
NodeMCU Power
L298N Motor Driver Power
Important Power Notes:
Setting Up Arduino IDE for NodeMCU ESP8266
Step 1: Download and Install Arduino IDE
Step 2: Add ESP8266 Board to Arduino IDE
Step 3: Install Blynk Libraries
Configure the Blynk Web Dashboard
Step-1: Log in to Blink
Step-2: Create a New Template
Step-3: Setting Up Datastream
Step-4: Adding Widgets to the Web Dashboard
Step-5:Configure each Widget Button
Step-6: Generate an Auth Token
Upload the Code to NodeMCU
Configuring the Wi-Fi Connection
Upload the Code to the NodeMCU ESP8266
Setting Up the Blynk App to Control the Car
Step-1: Download Blynk App
Step-2: Log In to Blynk app
Step-3: Add Widgets to Blynk
Step-4: Set Button Properties
Step-5: Customize the Button
Testing and Controlling the Car
Step 1: Powering the Car
Step 2: connect the car with the Blynk App
Step 3: Controlling the Car Using Blynk
Step By Step Video Tutorial Of Building a Wi-Fi car using NodeMCU ESP8266, Blynk, and L298N Motor Driver
Conclusion
Frequently Asked Questions
What is NodeMCU ESP8266?
NodeMCU is an open-source development board built around the ESP8266 Wi-Fi module. It combines a microcontroller with Wi-Fi capability, making it perfect for IoT projects like home automation, smart devices, and Wi-FI-controlled cars.
How to program NodeMCU?
NodeMCU can be programmed using the Arduino IDE. Just install the ESP8266 board package and Blynk library. Then, upload the code, select NodeMCU 1.0 (ESP-12E Module) as the board, select the correct COM port and hit Upload.
Which microcontrollers can be used with Blynk?
NodeMCU ESP8266/ESP32, Arduino Uno/Mega/Nano, Raspberry Pi
How many motors can be controlled with L298N?
2 DC motors independently or 1 stepper motor (bipolar, 4-wire) or large DC motor using both channels for more current.
Thank you for being a part of this " Wi-Fi Controlled Car Using NodeMCU ESP8266, Blynk and L298N " project.
Happy Building!
Warm regards
Diy Tech Shop
Good explanation
ReplyDelete