Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)