mr_w

  • *
  • 207
    • LibrePilot
Re: FPV Racing features
« Reply #15 on: April 20, 2018, 05:23:14 pm »
Because with dshot encoding, each bit is encoded as transition from high to low, making the single bit time equal the period T for frequency f, where T = 1/f. Therefore, for 1200k bits per second, there are 1200k transitions from high to low, making it equal to 1200khz.

Ah, I suspected it would be something like that.
Btw, does LP have anything on this kalman filter thingie that's all the rave in betaflight/butterflight now a days?

If it ain't broke, don't fix it. Do you have problems with filters?


Sent from my iPhone using Tapatalk

Re: FPV Racing features
« Reply #16 on: April 21, 2018, 03:45:05 pm »
Btw, does LP have anything on this kalman filter thingie that's all the rave in betaflight/butterflight now a days?

INS13 (Attitude->Settings->AttiEstAlgo) is an EKF (Extended Kalman Filter) but don't just blindly enable it.  It requires careful wiring/mag installation and GPS the way we have it coded.  It is coded mainly for GPS flight mode use.