Understanding Low Pass Filter to attenuate the noise created by accelerometer during tilt measure

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024

Комментарии • 6

  • @PhaneendraYalla
    @PhaneendraYalla 9 месяцев назад

    what if we implement a physical low pass filter on breadboard, before sending data to SDA of ESP32?

  • @RixtronixLAB
    @RixtronixLAB 2 года назад +1

    Nice video, thank you :)

  • @jeanpaulberrios5024
    @jeanpaulberrios5024 2 года назад +1

    Thank you, what about degree error once is calibrated only one time? How often have to be to recalibrate after many turn on/off to the same angle tetha values

    • @others-makingofrpgvideogam4262
      @others-makingofrpgvideogam4262  2 года назад

      BNO055 doesn't have any memory to store the calibration details. So every restart system needs to be calibrated. Atleast for accelerometer and magnetometer (to find true north). Somewhere I read that we can capture the calibration details and reset it to the sensor. Honestly I don't know how does it work, I will figure that out later. If I find solution, I will let you know.
      So for the time being calibration is required every restart. BNO055 calibration process is fast, it takes only sec instead of minutes. So don't worry about the process.
      Later on I will implement battery with the suit to avoid restarting, so please stay tune. Thank you.

    • @others-makingofrpgvideogam4262
      @others-makingofrpgvideogam4262  2 года назад +1

      Hi Jean, we can save the calibration offset in bno. I have figured it out. I will implement that soon. Please stay tune