siteswapjuggler / smartball-firmware

Smartball ESP8266 firmware
GNU General Public License v3.0
2 stars 0 forks source link

[IMU] acquisition frequency #11

Open siteswapjuggler opened 4 years ago

siteswapjuggler commented 4 years ago

IMU refresh rate is set to 142.85 Hz a value probably choosen to slower the WiFi data transmission but I could probably go higher. I should take care of two limits :

Adding a IMU settings :

siteswapjuggler commented 4 years ago

The chipset sample rate is 1kHz in most case and depends on a DLPF filter which I set manually in the library. Sources:

What I need to know is the IMU filter processing time to get a better idea of the maximum sample rate I will be able to use.

siteswapjuggler commented 4 years ago

Seems like 150 Hz is a good compromise