Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eigenein/robot
Building a remote-controlled car with Raspberry Pi Pico
https://github.com/eigenein/robot
circuit-python circuitpython fritzing gerber hobby hobby-project pcb pcb-design pcb-layout pi-pico ps2-controller raspberry-pi-pico robot robotics schematics
Last synced: 6 days ago
JSON representation
Building a remote-controlled car with Raspberry Pi Pico
- Host: GitHub
- URL: https://github.com/eigenein/robot
- Owner: eigenein
- License: mit
- Created: 2021-02-24T13:32:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T21:50:14.000Z (over 3 years ago)
- Last Synced: 2024-12-10T16:43:01.133Z (13 days ago)
- Topics: circuit-python, circuitpython, fritzing, gerber, hobby, hobby-project, pcb, pcb-design, pcb-layout, pi-pico, ps2-controller, raspberry-pi-pico, robot, robotics, schematics
- Language: Python
- Homepage:
- Size: 6.64 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yes, it's yet another hobby robot, like many of those based on Arduino. So, to make it more fun, it features:
- Raspberry Pi Pico instead of an Arduino board
- My own tiny asynchronous event loop (since [CircuitPython doesn't have one](https://learn.adafruit.com/welcome-to-circuitpython/frequently-asked-questions))
- Custom «asynchronous» BNO055 driver
- Multiple asynchronous tasks running «at the same time»
- Simple REPL over Bluetooth
- Schematics & PCB design included## Parts
- [Raspberry Pi Pico](https://www.raspberrypi.org/products/raspberry-pi-pico/)
- [Adafruit TB6612 Motor Driver Breakout Board](https://learn.adafruit.com/adafruit-tb6612-h-bridge-dc-stepper-motor-driver-breakout)
- JDY-31 Bluetooth Module
- VL53L1X Distance Sensor Breakout
- BNO055 Absolute Orientation IMU Fusion Breakout
- PS2 Wireless Receiver
- Piezo Buzzer## Schematics
![Schematics image](fritzing/robot_schem.png)
## External resources
- [CircuitPython builds](https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/raspberry_pi_pico/en_GB/)
- [Pi Pico pinout](https://datasheets.raspberrypi.org/pico/Pico-R3-A4-Pinout.pdf)
- [Material – Color – Dark theme](https://material.io/design/color/dark-theme.html)