Hi guys
I want to control a PMSM with the ODrive.
The spec of the PMSM is below
Rated input voltage: 60V (I guess this value is phase voltage not VDC)
Rated rev.: 3000RPM
Rated output: 200W
However, I am facing three problems.
-
Could I just series two 48V power supplies to get higher voltage?
Like the first fig in this link.
Because when Vbus = 40 V, the speed is only 20 RPS.
And I want to use 100V Vbus to reach 50 RPS.
(I know I need to replace the gate and gate driver first) -
How much the max phase voltage ODrive can output?
I saw this post said ODrive could output16.6V line voltage
with24V Vbus
.
Base online voltage = sqrt(3) * phase voltage
.The phase voltage = 9.6V
.
But I also find some papers saidthe phase voltage = 1/2 * 1.15 * Vbus
.
Consider about leave 20% duty cycle for measuring the current.
the phase voltage = 1/2 * 1.15 * Vbus * 0.8 = 1/2 * 1.15 * 24 * 0.8 = 11V
.
which value is correct? 9.6V or 11V? -
Could I buy a STM32F405 MCU and flash it with v0.5.4 firmware?
because I want to make a custom board but I heard the newest firmware can’t compatible with it.