Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop firmware for SubjuGator 9 Actuator Board #1151

Open
5 tasks
cbrxyz opened this issue Mar 5, 2024 · 0 comments
Open
5 tasks

Develop firmware for SubjuGator 9 Actuator Board #1151

cbrxyz opened this issue Mar 5, 2024 · 0 comments

Comments

@cbrxyz
Copy link
Member

cbrxyz commented Mar 5, 2024

What needs to change?

Develop the firmware for SubjuGator 9 Actuator Board:

  1. Handle receiving packets from USB (maybe use tinyUSB?)
  2. Rotate the servo as necessary
  3. Mark the servo as actuated in some internal data structure
  4. Send a return packet

Your board will also need to support polling for the status of an actuator.

How would this task be tested?

To test, you can send packets from the sub9_actuator_board library. The listing of these packets is here: https://uf-mil.github.io/docs/subjugator/reference.html#actuatorboard.

You could use these packets like so (code not necessarily guaranteed to work):

from sub_actuator_board import ActuatorSetPacket, ActuatorPacketId
import serial

device = serial.Serial("...")
device.write(bytes(ActuatorSetPacket(ActuatorPacketId.BALL_DROP, True)))

Contacts

  • We need help from the mechanical team.
  • We need help from the electrical team.
  • We need help from Dr. Schwartz or other faculty.
  • We need help from a company or an organization.
  • We need help from another UF staff member or organization (ex, facilities).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants