Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sea-me-coss/des-piracer-assembly
Basic setting for piracer
https://github.com/sea-me-coss/des-piracer-assembly
piracer raspberrypi
Last synced: about 1 month ago
JSON representation
Basic setting for piracer
- Host: GitHub
- URL: https://github.com/sea-me-coss/des-piracer-assembly
- Owner: SEA-ME-COSS
- License: cc-by-sa-4.0
- Created: 2023-09-11T08:27:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T21:40:14.000Z (about 1 year ago)
- Last Synced: 2024-04-16T07:19:19.387Z (9 months ago)
- Topics: piracer, raspberrypi
- Language: Python
- Homepage:
- Size: 12.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **DES Project - PiRacer Assembly**
---
# Result
# Introduction
The PiRacer is a compact, single-board computer-based racing car that uses the Raspberry Pi computer as its brain. In this project, we will assemble and test PiRacers.
# Project Description
- Raspberry Pi computer
- Motors and wheels
- Batteries and battery holder
- Soldering iron and soldering wire
- Multimeter
- Python programming language
- Any other necessary components, as specified in the kit guide# Project Usage
1. Follow the [setting folder](./setting). Check raspberrypi GPIO map and OS version
2. Try examples code. You can use by :
```bash
python3 example.py
```
# References
- [Piracer-py](https://github.com/twyleg/piracer_py)