Skip to content

This is a solo project that I completed for CSCE-462 (Microcontroller systems) last semester. It involves taking an original RC car from amazon and converting it to be controlled remotely via SSH. It also features camera streaming capabilities.

Notifications You must be signed in to change notification settings

elijahcox/Wifi-Controlled-RC-Car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Wifi-Controlled-RC-Car

This is a project that I completed for CSCE-462 (Microcontroller systems) last semester. It involves taking an original RC car from Amazon.com and converting it to be controlled remotely via SSH. It also features camera streaming capabilities.

I achieved this by using a Raspberry Pi, a Pi camera module, two L298N motor drivers, a 12V rechargeable batttery, and a 3000 mAH portable power supply for the Pi. For video streaming, I used Mjpg-streamer (https://github.com/jacksonliam/mjpg-streamer).

This script governs every aspect of control. Startup initiates an SSH request, starts MJPG-streamer, and automatically opens the stream on the client side. It uses Pythons multiprocessing library to run a few processes simultaneously in order to take forward/reverse, left/right, and stop stream controls with minimal latency.

In order to accurately control the car and to account for latency issues, pulse width modulation is utilized.

To see a demo video with me presenting my project, please see https://www.youtube.com/watch?v=mvWpP7YVMHQ. This includes a first person view of driving the RC car.

About

This is a solo project that I completed for CSCE-462 (Microcontroller systems) last semester. It involves taking an original RC car from amazon and converting it to be controlled remotely via SSH. It also features camera streaming capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages