Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.19 KB

YMFC-AL - MNK

YMFC/YMFC-AL is an auto pilot project by Joop Brokking (http://www.brokking.net/ymfc-al_main.html).

In this repo i have made couple of small improvement to keep my copter flying according to what i am used to from my experience with cleanflight and betaflight.

DONE:

  • wire switch (port 3) for auto level / acro (no level) modes
  • LED indicator of acro mode when not armed
  • RC rates for YAW, PITCH and ROLL (independent)
  • wait 1 second before disarming - to prevent accidental disarms while flying
  • control MIN BATTERY WARNING LEVEL via a constant
  • remove ESC proding when idle - not necessary with BLHELI ESCs
  • disable auto level function and PID loop on min throttle to prevent flips on the ground
  • beeper support via timer interrupt
  • ADD battery low beeper (port 13)
  • ADD beeps when behind on the mainloop

TODO: