CabrilloRoboticsClub / cabrillo_rov_2023

Cabrillo College Robotics Club repo for the MATE ROV 2023 competition
GNU Affero General Public License v3.0
10 stars 5 forks source link

Spinny thing™ #225

Closed steph1111 closed 6 months ago

steph1111 commented 6 months ago

Task summary

Implement some code which spins the spinny thing™ bidirectionally given inputs from the left and right dpad. It is on the Adafruit PCA9685 16-Channel Servo Driver on the Pi hat

steph1111 commented 6 months ago

The final iteration of the spinny thing™ differs significantly from the original plan. Initially, it was meant to be integrated into the I2C mega node, but we encountered difficulties in getting ServoKit to provide any recognizable output to any of the pins. As a result, we relocated it to an RPi GPIO pin, made it its own node, and utilized PWM to drive it. It spins.

tinymassi commented 6 months ago

The spinny thing code has been written and merged to main yeehaw!