ODrive: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Added some more links under the "External Links" section)
(Updated the page to the more recent formatting style)
Line 29: Line 29:
*Make it integrated with the servo motor in a 3d printed or cnc machined case
*Make it integrated with the servo motor in a 3d printed or cnc machined case


=See Also=
=Internal Links=
*[[Stepper Motor]]
*[[Stepper Motor]]
*[[Servo Motor]]
*[[Servo Motor]]
Line 35: Line 35:
*[[Stepper and Servo Motor Comparison]]
*[[Stepper and Servo Motor Comparison]]


=Useful Links=
=External Links=
*[https://odriverobotics.com/ Their Main Website]
*[https://odriverobotics.com/ Their Main Website]
*[https://www.youtube.com/channel/UC0vmOsLFTCTsaYcL2PmWscA Their Youtube Channel]
*[https://www.youtube.com/channel/UC0vmOsLFTCTsaYcL2PmWscA Their Youtube Channel]
*[https://discourse.odriverobotics.com/ Their Community Page]
*[https://discourse.odriverobotics.com/ Their Community Page]
*[https://github.com/madcowswe/ODriveHardware/blob/master/v3/v3.5docs/schematic_v3.5.pdf The v3.5 PCB Schematic]
*[https://github.com/madcowswe/ODriveHardware/blob/master/v3/v3.5docs/schematic_v3.5.pdf The v3.5 PCB Schematic]

Revision as of 05:50, 6 October 2020

Basics

  • An open source Motor Controller designed to turn hobby brushless dc motors into brushless dc servo motors
  • Thus open source and/or hobby level products can use these instead of stepper motors and have the advantages of servo motors
  • According to This it is no longer open hardware, only software post v3.4 ?
  • How cheap can this be made assuming diy (milled/etched) pcb's ? OTS is ~159.00USD for the board
    • Need to find an older BOM, and do some guestimation
  • Also can it be scaled up/down in motors/board, current is two motors per board
    • ie small single on-motor board, piles of motors for a single board -> cnc machine application etc

Purchase Link

Design Files

OSE Replication

Basic Process

Phase 1

  • Purchase Board
  • Dowload Software, get familiar with it, and find the best software

Phase 2

  • Scale Circuitry up to something that can be Milled , or something that can be etched using a pen plotter based mask as well as easily soldered
  • Get OSE Board Working to the Same Specs

Phase 3

  • Move on to higher specs (higher voltage etc)
  • Use OSE Motors
  • Make it integrated with the servo motor in a 3d printed or cnc machined case

Internal Links

External Links