Trybotics Logo

Arduino Remote Control Car (w/ Nrf24l01 and L298n)

DESCRIPTION

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..:)

Description:

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..

Description:

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)

Description:

YOU MUST HAVE RF24 LİBRARY

Attachments

Description:

You should upload this code to your second arduino..

Attachments


YOU MIGHT ALSO LIKE