Arduino Remote Control Car (w/ Nrf24l01 and L298n)

10K2911

Intro: Arduino Remote Control Car (w/ Nrf24l01 and L298n)

Hey! Do you want make own your remote control car?

We will use this parts;

1- 2 pcs Arduino

2- 2 pcs Nrf24l01+with antenna

3- l298n motor driver

4- Some batteries

5- 2 axis joystick

and of course a car..:)

STEP 1: COMMAND PINS

First of all we will connect true pins;

For command;

CE=7

CSN=8

SCK=13

MOSI=11

MISO=12

GND= GND

VCC= 3.3V

(JOYSTICK)

VRX=A0

VRY=A1

GND=GND

VCC(+5V)=5V

see next step..

STEP 2: CAR PINS

PINS ON THE CAR;

CE=7

CSN=8

SCK=13

MOSI=11

MISO=12

GND= GND

VCC= 3.3V

(L298N)

PIN1:D5

PIN2:D6

PIN3:D7

PIN4:D8

(You know; you must connect l298n's gnd to arduino's gnd)

STEP 3: Code for Controller;

YOU MUST HAVE RF24 LÄ°BRARY

STEP 4: CODE for Car

You should upload this code to your second arduino..

9 Comments

hey bro you need to change your PIN numbers i.e modify the code

sir i'm unable to drive it forward and backward.the motor is not going forward and backward

Me neither. The final code provided is not working. Can you check it again?

THX

not sure i understand... those car pins are overlapping (7,8). is that correct?