K-Scale Motor Controller

From Humanoid Robots Wiki
Revision as of 21:13, 6 May 2024 by Matt (talk | contribs) (Requirements: add sub categories)
Jump to: navigation, search

This is the K-Scale Motor Controller design document.

Requirements

  • Microcontroller
    • STM
    • Other options:
      • integrated motor control MCUs
        • Infineon XMC4800[1]
        • NXP LPC1549
      • MCU's
        • RP2040
  • Power supply
    • Assume we will have 48 volt power to the board
  • Communication
    • CAN bus
    • 1 mbps
  • Sensing
    • Temperature
    • Relative position
    • Absolute (single turn) position
    • Current sensing
  • Programming port
    • USB C

Design

References