bitdump / BLHeli

BLHeli for brushless ESC firmware
GNU General Public License v3.0
1.94k stars 1.09k forks source link

Simple ESC #370

Open Andybotjustice opened 5 years ago

Andybotjustice commented 5 years ago

Has anyone found or made a simple version of BLheli that can be compiled to just run a brushless motor forward/reverse? I was thinking something like a DSHOT setup that takes no calibration and simply will run forward for a range of inputs and reverse for a range of inputs. No protection / telemetry / etc... turn the BLDC into something controlled more like a normal brushed motor. Needed for other BLDC projects that calibration / special features cause an issue for...

I posted the task on freelancer but really didn't see anyone interested and capable of doing it...

danyaPostfactum commented 4 years ago

It's quite easy. Just remove initial beeps, arming check and calibration procedure from the code. I need almost the same thing, but I'd like to control a motor by a potentiometer (one direction).

bartwaw commented 2 years ago

Someone managed to modify the firmware in this way ?