Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.08 KB

File metadata and controls

19 lines (12 loc) · 1.08 KB

RC-Car-Controlled-remotely-with-glove

Description:

Our project can be divided into two parts: The first part is the glove that is used to read the difference in x-axis and y-axis in order to determine the direction The second part is the robot car that delivers the signal from the glove and move in the direction which is determined by the glove So that the car direction can be changed by changed the glove direction

Project components:

Two Arduino uno

MPU6050

Two NRF24l01

Dual H-bridge motor driver (L298)

DC motors

Wheels

Code:

the code divides into two parts: First part transmitter code which is used to read the difference in two axes and send data to robot car The second part receiver code which receives data and moves robot car