Difference between revisions of "K-Scale Motor Controller"

From Humanoid Robots Wiki
Jump to: navigation, search
(Requirements: formatting)
Line 5: Line 5:
 
* '''Microcontroller'''
 
* '''Microcontroller'''
 
** STM
 
** STM
** Other options:
+
** Other:
 
*** Integrated motor control MCUs
 
*** Integrated motor control MCUs
 
**** Infineon XMC4800<ref>https://www.infineon.com/cms/en/product/microcontroller/32-bit-industrial-microcontroller-based-on-arm-cortex-m/32-bit-xmc4000-industrial-microcontroller-arm-cortex-m4/xmc4800/</ref>
 
**** Infineon XMC4800<ref>https://www.infineon.com/cms/en/product/microcontroller/32-bit-industrial-microcontroller-based-on-arm-cortex-m/32-bit-xmc4000-industrial-microcontroller-arm-cortex-m4/xmc4800/</ref>

Revision as of 21:45, 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]
      • MCUs
        • RP2040
        • STM32F405RG
  • 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