Posts

Showing posts from December, 2018
Image
How to create a remote control car with micro-controller and RF module. We can basically divide the project into two parts: 1. The remote with transmitting system(tx) 2. The  toy car itself with receiving system(rx) Requirements For remote: 2 DPDT switches  flpkrt Arduino UNO R3  flpkrt Tx module 433Hz  flpkrt Connecting wires  flpkrt Box for housing Switch (SPST) x1 9V battery and DC jack  flpkrt   flpkrt   For Car: ---Mechanical--- Chasis 4 Wheels ---Electronic--- Arduino UNO  flpkrt Rf module 433Hz  flpkrt L293D Motor driver module  flpkrt 300 RPM motors x4  flpkrt Duracell Heavy duty 9V x1 for powering motors  flpkrt Economical 9V cell x1 for powering Arduino  flpkrt Connecting wires Switch (SPST) x2  DIY - a hood to your car Programming Goto my GitHub repository :  https://github.com/ApoorvaRajBhadani/rc-car first of all download the Virtual Wire Library and import it into your Arduino IDE as zip file from the fi