Difference between revisions of "K-Scale Motor Controller"

From Humanoid Robots Wiki
Jump to: navigation, search
(Requirements: fix odrive category placement)
m (Requirements)
Line 11: Line 11:
 
**** STM32F405RG
 
**** STM32F405RG
 
***** Used by [[ODrive]]
 
***** Used by [[ODrive]]
 
+
***MCUs (without integrated motor control)
*** MCUs (without integrated motor control)
 
 
**** RP2040
 
**** RP2040
  

Revision as of 21:48, 6 May 2024

This is the K-Scale Motor Controller design document.

Requirements

  • Microcontroller
    • STM
    • Other:
      • Integrated motor control MCUs
        • Infineon XMC4800[1]
        • NXP LPC1549[2]
        • STM32F405RG
      • MCUs (without integrated motor control)
        • RP2040
  • Power supply
    • Assume we will have 48 volt power to the board
  • Communication
    • CAN bus
      • Other
        • Texas Instruments ISO1050DUBR [3]
    • 1 mbps
  • Sensing
    • Temperature
      • Other
        • Maxim Integrated DS18B20 [4]
    • Absolute (single turn) position
      • Other
        • Infineon TLE5012B [5]
        • AMS AS5047P [6]
    • Current sensing
      • Other
        • Allegro ACS770 [7]
  • Programming port
    • USB C

Design

References