GitXplorerGitXplorer
z

FormulaPiClient

public
4 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
ea3cc40109c03f536d7a87a05689693c3879ea9d

Update README.md

committed 8 years ago
Unverified
3aa6b95a9f521077b9fe8c5f2c6d5a4d98f7fa33

add link

committed 8 years ago
Unverified
2829cba6f4a9d28429478601c6058f82556a72ad

Update README.md

committed 8 years ago
Unverified
a31f4050b4e67bc967a7d0b8fd74de5e898bbace

updated links

committed 8 years ago
Unverified
e12b42a89d99d642235044493330c7eb7f6a982b

Added video streaming code

committed 8 years ago
Unverified
75ea754cf12860282c25e81c939495ce42435e8a

Create README.md

committed 8 years ago

README

The README file for this repository.

FormulaPiClient

This is the RaspberryPi client side of a distributed version of the FormulaPi code running remotely on a PC. The core FormulaPi code is not open source, so I can't share it, but this is my own code to modify it. You can get the full FormulaPi code by signing up here: http://formulapi.com/

This code runs on a RaspberryPi on the rover, while the actual FormulaPi code runs on a remote PC for processing effeciency. They talk to each other over WiFi using a standard TCP socket method.

This is designed to work with a RasPiRobot V3 motor driver board (https://www.adafruit.com/product/1940) but can be easily modified for any other motor driver board.

The video is sent from the RPi to the PC using this method. http://petrkout.com/electronics/low-latency-0-4-s-video-streaming-from-raspberry-pi-mjpeg-streamer-opencv/