AlkaMotors / AM32-MultiRotor-ESC-firmware

Firmware for stm32f051 based speed controllers for use with mutirotors
GNU General Public License v3.0
827 stars 289 forks source link

Request for outputing the ERPM on a GPIO #155

Open ahmad-kassem opened 1 week ago

ahmad-kassem commented 1 week ago

The control loop in Rotorflight uses the rpm signal of the rotor to implement filtering, the rpm in the telemetry stream is not reliable.

Can we get an ERPM output on a GPIO that flips each time the the brushless motor rotor has completed one turn.

I think that is only a few lines of code, but it will help us verry much.

We are now using an external rpm sensor to solve the issue.