Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 927 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 927 Bytes

stmbl

###AC Servo Driver for STM32F4

####Things that work

  • Synchronous AC servos with resolver
  • DC servos with encoder
  • IRAMXv2 Hardware testet up to 150V

####TODO

  • autophasing for Synchronous AC servos with encoder
  • AC Async
  • saving parameters to flash

####Directories

  • hw/eagle/ Eagle board files and schematics
  • hw/spice/ Spice simulation for resolver interface
  • src/ STM32 code
  • term/ Terminal with scope and local history. Supports UHU servo and stmbl.

####Building the firmware

Requirements
Flashing

Add gcc and stlink to your $PATH

make
make burn

####Building Servoterm

Requirements
Compiling
cd term/
mkdir build/
cmake ../
make