ckflight / ESC_BLDC_HARDWARE

BLDC 3 phase motor speed controller hardware design working with open source BLHeli_S firmware.
71 stars 27 forks source link

Is there any info about the max Voltage this can handle? #1

Closed MxFrs closed 1 year ago

ckflight commented 1 year ago

If you can check the schematic pdf file you will see that l78l12 regulator is used which is capable of handling input voltage up to 35 V volts.

catphish commented 1 year ago

I believe the specified MOSFETs are rated for an absolute maximum of 30V Vds. This means that overall, as designed, the maximum practical voltage is going to be 30V. Given that this design is likely to be used to switch voltage from lithium batteries, and allowing a margin of safety, it looks like it should be good for up to 6S (25.2V at 100% SoC).

With regard to minimum voltage, if I'm understanding correctly, the driver requires an absolute minimum of 5.4V, and the 12V regulator has a dropout voltage of 1.7V, so the absolutely minimum operating voltage would be 7.1V. Again, assuming lithium batteries and a small margin of safety, this would equate to a minimum of 3S (9V at 0% SoC).

I hope you don't mind me resurrecting this thread. I thought it might be worth mentioning these conditions in the README.