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

https://github.com/frc4564/sashapi

Sasha - A Raspberry-Pi based FIRST FRC robot
https://github.com/frc4564/sashapi

maestro python raspberry-pi robot xbox

Last synced: 8 months ago
JSON representation

Sasha - A Raspberry-Pi based FIRST FRC robot

Awesome Lists containing this project

README

          

# Sasha Pi
![Sasha](https://github.com/FRC4564/images/blob/master/sasha.jpg)

Sasha is a FIRST FRC competition robot that was converted over to a Raspberry Pi based control system. Sasha was initially designed to throw frisbees and later had pneumatic T-shirt cannons added. The original Texas Instruments Jaguar motor controllers and some Spike relays drive motors and solenoids. A Pololu Maestro servo controller sends PWM signals to the motor controllers. A custom Pi Hat runs the Spike relays and interfaces with limit switches, and a XBox 360 controller is used for driving, aiming and shooting. See these repositiories for more details into the hardware and associated Python classes.

- [Maestro](https://github.com/FRC4564/Maestro)
- [PiIO](https://github.com/FRC4564/PiIO)
- [Xbox](https://github.com/FRC4564/Xbox)

Setting up a Raspberry Pi based bot is actually quite simple. Check out [**PiBot**](https://github.com/FRC4564/BasicPiBot) for details on getting started.