A very simple FPV remote control car. I always wanted to build an FPV remote control car since I was kid. Naturally the first thing we made when we got a Raspberry Pi.

Updates
11 Insights
Creating a clone of the SD card using mac
posted 2 years, 5 months ago by Alex JV

Reference used - http://computers.tutsplus.com/articles/how-to-clone-raspberry-pi-sd-cards-using-the-command-line-in-os-x--mac-59911 .
This process is excruciatingly slow. Need to find an alternative.

Remote control the Raspberry Pi
posted 2 years, 5 months ago by Alex JV

For remotely controlling the raspberry pi we wrote a simple script that can be executed from the terminal. Keys A, W, S and D control the direction of the car ...

read more
Weight balance
posted 2 years, 5 months ago by Alex JV

Notice that the phone was mounted at the very front of the car. Ours is a 3 wheeled car. 2 powered wheels at the back and one ball castor at ...

read more
Achieving FPV
posted 2 years, 5 months ago by Alex JV

Nexus 4 was used as the camera. Used an app called Wifi camera - https://play.google.com/store/apps/details?id=teaonly.droideye. Using this app when connected on the ...

read more
Grounding the 2 supply
posted 2 years, 5 months ago by Alex JV

Since we are using 2 power source (Lipo and portable battery bank), for the circuits to work properly the grounds of the 2 supplies needs to be connected.

Separate power line for Raspberry Pi
posted 2 years, 5 months ago by Alex JV

Since Lipo-L293d combination is ill suited for Raspberry Pi we looked for an alternate solution. Portable mobile battery was found to be an excellent solution. It gives exact 5V power ...

read more
Raspberry Pi power requirements
posted 2 years, 5 months ago by Alex JV

Raspberry Pi also runs on 5V. So initially we collected it to the supply 5V rail that we created for L293d from the Lipo battery. Raspberry Pi model B requires ...

read more
5V supply for l293d
posted 2 years, 5 months ago by Alex JV

To create a 5v supply for L293d we used a 7805. 7805 dropped the battery voltage from 8.8V to 5V for the L293d

Motion logic
posted 2 years, 5 months ago by Alex JV

To move forward - Both left motor and right motor turn on. To turn right, Left motor turn on, right motor turn off. To turn left, left motor turn off and ...

read more
Motor driver
posted 2 years, 5 months ago by Alex JV

We used L293d as our motor driver. L293d gives up to 600mA of current, which was good enough for driving our motors.

Other parts used
posted 2 years, 5 months ago by Alex JV

8 volts Lipo used to power the robot
Portable battery used for cell phones.
Nexus 4

0 Files
0 Documentations