BLDC 3 phase motor speed controller hardware design working with open source BLHeli_S C configuration firmware C_H_30.
The ESC is tested on a real quadcopter with brushless motors at 40 Ampere current rating.
TPN2R703NL Power MOSFETs are used on this design, which are capable of delivering current up to 45 Ampere for normal operation and 90 Ampere peak for short pulse.
MP1907 High Frequency Half Bridge Gate driver is used for controlling the Power MOSFETs. High power MOSFET transistors have high Q and capacitance values. To open the gate it requires high amount of current in short amount of time where current requirement decreases exponentially. This is the reason for using a Gate Driver. Also an extra gate resistor is populated at the input of MOSFET gate pin.
4S Lipo Battery Vgate = 16V, Rgate = 10 Ohm and Igate(max) = 1.5A
For a MOSFET with Qtotal = 50nC Tswtich = 500nS and Igate(needed) = 0.1A.
Therefore, a 100 Ohm gate resistor is populated.
When esc is new assembled the EFM8BB2 does not have BLHeli_S Bootloader. For the first time flashing, 4wire interface is used by using C2CK, C2D, 3.3v and GND pins where it will load both bootloader and firmware to esc. After this step, esc can be flashed with 1-Wire interface (Esc’s pwm pin).
####Flashing ESC for the first time.
Click “Arduino 4way-interface” and flash it to arduino. (Now arduino became a 4wire programmer)
Now the esc is both flashed with blheli bootloader and the blheli firmware, therefore 1wire interface can be used which is the esc’s pwm pin. Or flight controller can be used in passthrough mode.