Skip to content

USB Documentation Resources

Cameron Sinko edited this page Oct 20, 2019 · 3 revisions
  • USB Specification

  • Interface with USB devices with Python

    • Very detailed powerpoint presentation on getting up and running of interfacing with USB devices in a Python program. The presentation keeps in mind things like bandwidth requirements for data streaming
  • USB in a NutShell

    • A good goto for looking up reference information (not implementation) of the USB protocol without needing to pull up the spec sheet
  • USB HS With STM32

    • Information on how to wire the STM32 with a USB phy for HS operations