Skip to product information
NaN of -Infinity

REES52

Make an IoT Based Robotic Wi-Fi Car Using L298N Motor Driver Module and NodeMCU ESP8266-12e Wi-Fi Board - KT563

Make an IoT Based Robotic Wi-Fi Car Using L298N Motor Driver Module and NodeMCU ESP8266-12e Wi-Fi Board - KT563

SKU:KT563

49 in stock

Regular price Rs. 1,499.00
Regular price Sale price Rs. 1,499.00
Sale Sold out
Shipping calculated at checkout.

Pickup available at REES52 OFFICE

Usually ready in 24 hours

For refund/return/replacement, call us at +91 95995 94524 , +91 95995 94520 or mail us at support@rees52.com

  • Delivery time with the Express Shipping option is 2-3 working days, and with the Standard Shipping option is 5-6 working days. It varies based on location, reliant on courier services.

  • Delivery time if the order item is on Preorder Status is 15-20 working days.
  • For COD you have to pay extra charges of Rs 350/- before the shipment. (We will share the company QR Code, UPI ID or Account details for the same)
View full details

INTRODUCTION

In this project, we will make an Iot-based wireless Wi-fi robot car using the Nodemcu ESP8266-12e Wi-Fi board with the L298n Motor driver module. We will interface this Wi-fi Car with the Mert Arduino application, in which you can control it by entering the IP address, and you can control it by giving the directional command using the smartphone.

HARDWARE REQUIRED

SOFTWARE REQUIRED

Arduino IDE 1.8.10 (programmable platform for Arduino)

Click here to download the software

arduino uno

SPECIFICATIONS

L298N Motor Driver Module:

The L298N is a dual-channel H-Bridge motor driver capable of driving a pair of DC motors. That means it can individually drive up to two motors, making it ideal for building two-wheel robot platforms.

l298n

NodeMCU ESP8266 CP2102 Module:

  • ESP8266 CP2102 NodeMCU LUA ESP-12E WIFI Serial Wireless Module
  • Built-in Micro-USB, with flash and reset switches, easy to program
  • Full I/O port and Wireless 802.11 supported, direct download, no need to reset
  • Arduino compatible works great with the latest Arduino IDE/Mongoose IoT/Micro Python

REQUIRED LIBRARY

Before uploading the code, you must install this library:

After downloading all these libraries, go to Sketch -> Include Libraries -> Add .zip libraries

REQUIRED APPLICATION

Mert Arduino for robot car- Click to open 👈

HOW TO INSTALL ESP BOARDS

CIRCUIT CONNECTION

  • Connect the ENA pin of the L298N Motor Driver module to the D5 pin of the NodeMCU board.
  • Connect the ENB pin of the L298N Motor Driver Module to the D6 pin of NodeMCU board.
  • Connect the IN1 pin of the L298n motor driver module to the D8 pin of the NodeMCU board.
  • Connect the IN2 pin of the L298n motor driver module to the D7 pin of the NodeMCU board.
  • Connect the IN3 pin of the L298n motor driver module to the D4 pin of the NodeMCU board.
  • Connect the IN4 pin of the L298n motor driver module to the D3 pin of the NodeMCU board.
  • Connect the GND pin of the L298n motor driver module to the GND pin of the NodeMCU board.
  • Connect the VCC pin of the L298N motor driver module to the Vin pin of NodeMCU board.
circuit connection

CODE

Before uploading the code, you need to check the IP address that we will enter in the Arduino application, Mert Arduino.

Check the IP address.

Click to open in Drive 👈

After uploading, check out the serial monitor where you will get the IP address, now enter this IP address into the application.

ip address

Now, upload the main code-

Click to open in Drive 👈

 

 

WORKING AND OUTPUT

  • After uploading the code, open the application.
  • The wi-fi address for the phone and board should be the same.
  • The operating system of the smart mobile phone in Android, and we develop a remote control program. The program connected with wi-fi to communicate with the robot. Wireless control is the most important basic need of all people. Wireless network-controlled robots use wi-fi modules.
  • Arduino blue control android application will transmit commands using wi-fi to the car so that it can move in the required direction, like moving forward, reverse, turning left, turning right and stop.