PaulStoffregen / NXPMotionSense

NXP Motion Sensors for Teensy and Arduino
69 stars 51 forks source link

Faster baro reads, new example and modified visualizer was added #14

Closed radiohound closed 1 year ago

radiohound commented 1 year ago

This adds some changes to allow for much faster barometer reads (from inside NXPMotionSense), to set local barometer pressure for more accurate altitude calcs, and kalman as well as circular buffer filtering to smooth out altitude results. An example Attitude_AltitudeData2.ino was added to show the use some of the new functions. And a new rocket .pde visualization example was added. Some of these changes came from https://github.com/mjs513/NXPMotionSense