ESC_BLDC_HARDWARE

BLHELI_S Electronic Speed Controller Hardware Design

ESC Information:

\[Igate(max) = {Vgate \over Rgate}\]
    4S Lipo Battery Vgate = 16V, Rgate = 10 Ohm and Igate(max) = 1.5A
\[Igate = {Qfet \over Tswitch}\]
     For a MOSFET with Qtotal = 50nC Tswtich = 500nS and Igate(needed) = 0.1A.
     Therefore, a 100 Ohm gate resistor is populated.

esc1

esc1

esc2

BLHELI_S Firmware Flashing Guide

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.

  1. Open “Make interfaces” section
  2. Select the Arduino board that will be used as programmer.
  3. Click “Arduino 4way-interface” and flash it to arduino. (Now arduino became a 4wire programmer)

  4. Select “SILABS C2 (4way if)”
  5. Connect Arduino to Custom ESC GND to GND 3.3v to 3.3v Arduino Pin12 to C2D Arduino Pin11 to C2CK
  6. Open ESC Setup section and connect to esc and click Flash BLHeli (choose suitable version, my custom quadcopter esc v2 is working with C type)

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.