mathiasvr / bluejay

:bird: Digital ESC firmware for controlling brushless motors in multirotors
GNU General Public License v3.0
487 stars 51 forks source link

variable pwm #6

Open Quick-Flash opened 3 years ago

Quick-Flash commented 3 years ago

Some sort of way to make the pwm dynamic. This has been implemented in am32 and is called variable pwm. Something worth looking into if it isn't to difficult, but I do understand how difficult a lot of this coding must be.

mathiasvr commented 3 years ago

I think this will be difficult on the BBs if it's even possible. I don't know much about variable pwm so it will probably be long before I can take a look at this. Let's keep tracking it here, maybe someone has more information.

senbax-admin commented 2 years ago

AM32 has support for variable PWM and is open-source. Maybe this gives some hints on how to implement variable PWM: https://github.com/AlkaMotors/AM32-MultiRotor-ESC-firmware