An open API service indexing awesome lists of open source software.

https://github.com/p403n1x87/pi-mcqueen

Code repository for a self-driving toy car project using a single-board computer
https://github.com/p403n1x87/pi-mcqueen

car electronics iot single-board-computers

Last synced: 1 day ago
JSON representation

Code repository for a self-driving toy car project using a single-board computer

Awesome Lists containing this project

README

          

# The Pi McQueen project
Code repository for a self-driving toy car project using a single-board computer.

The status is: **WIP**.

## Client

[![Build Status](https://travis-ci.org/P403n1x87/pi-mcqueen.svg?branch=master)](https://travis-ci.org/P403n1x87/pi-mcqueen)

The client code is a native Android application written in Java as a Gradle project. The device on-board gravity sensor is used to control the car. Video is streamed live from the Pi camera to the device screen.

## [Server](server/README.md)

The server runs on a Raspberry Pi and it is written in Python3.

License: GPLv3.