bgkatz / motorcontrol

motor controller firmware
MIT License
234 stars 100 forks source link

Is it compatible with Steadywin mini cheetah motor? #10

Open nyxrobotics opened 2 years ago

nyxrobotics commented 2 years ago

I purchased my actuator from Aliexpress 2 years ago. I was building the firmware in Keil MDK at the time. I am trying to migrate to Cube MX. I have two questions.

old version new version(?)
driver_v1 driver_v2
bgkatz commented 2 years ago

This is compatible with my board designs, but I have no idea if the aliexpress versions of the drive are pin-compatible.

nyxrobotics commented 2 years ago

Thanks for the reply. The module I am using (old version) worked correctly with the previous Keil MDK firmware (v1.9). So I think the pinout is correct. I will try to debug it some more.

kkdlau commented 1 year ago

Thanks for the reply. The module I am using (old version) worked correctly with the previous Keil MDK firmware (v1.9). So I think the pinout is correct. I will try to debug it some more.

following up on your issues, did you figure out why your motor didn't work fine at the end? If so how you solve the issues?