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
- Host: GitHub
- URL: https://github.com/p403n1x87/pi-mcqueen
- Owner: P403n1x87
- License: gpl-3.0
- Created: 2018-02-10T16:52:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T18:36:27.000Z (over 8 years ago)
- Last Synced: 2025-03-26T08:47:56.820Z (over 1 year ago)
- Topics: car, electronics, iot, single-board-computers
- Language: Python
- Size: 101 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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.