VFD using MCPWM

bmakovecki
Posts: 4
Joined: Fri Nov 03, 2017 9:20 pm

VFD using MCPWM

Postby bmakovecki » Fri Nov 03, 2017 10:00 pm

I'm planing to make 3-phase variable frequency drive with esp32.

I would like to generate 3 high-side hardware PWM and inverted 3 low-side hardware PWM with inserted dead time to charge bootstrap capacitor.

I've been playing with MCPWM library on arduino IDE.

My questions are:

1. How can I produce inverted PWM signal with dead time between the top and bottom switches to avoid phase shortcut ?
2. How can I acheve frequency grater than 312K Hz ?
3. Is there a way to insert few short pulses at begining and end of each phase to limit current.
4. If i change duty cycle by 1% at high frequeny, duty cycle doesn't change smootly it jumps every 10%

If I can achieve something like this would be perfect:
VFD.jpg
VFD.jpg (40.76 KiB) Viewed 5211 times
Regards,
Boris Makovecki

Lucas.Hutchinson
Posts: 79
Joined: Tue Apr 26, 2016 5:10 am

Re: VFD using MCPWM

Postby Lucas.Hutchinson » Sun Nov 05, 2017 8:34 pm

I am not sure what the ESP32 pwm hardware supports,

But if it doesnt support dead time insertion etc, then going with a FET driver that has cross conduction (dead time) logic and a few other protection features might be a good path forward.

Something like this from ST(or any other manufacturer, this is just a part number that i remember) shoudl do the trick:
http://www.st.com/content/st_com/en/pro ... l6230.html

this only required 3 pwm signals, and it generates the complementary PWM outputs for you.

Who is online

Users browsing this forum: No registered users and 69 guests