Introduction: 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
Attachments
Step 4: CODE for Car
You should upload this code to your second arduino..

Participated in the
Microcontroller Contest 2017
9 Comments
3 years ago
hellp me, not work why?
3 years ago
hey bro you need to change your PIN numbers i.e modify the code
5 years ago
sir i'm unable to drive it forward and backward.the motor is not going forward and backward
Reply 4 years ago
Me neither. The final code provided is not working. Can you check it again?
THX
5 years ago
not sure i understand... those car pins are overlapping (7,8). is that correct?
6 years ago
Looks fun :)
Reply 6 years ago
Thank you
6 years ago
Super!
Reply 6 years ago
Thanks..