Posted on February 14, 2018 at 20:16 Hello to all, I'm trying to get run the MotionFX library using STM32F4 Discovery board and STEVAL-MKI159V1 board (which consists of 9 axes LSM9DS1 inertial module). I represent this module as a combination of ...
Posted on February 17, 2018 at 11:40 I was trying to use 6X algorithm instead of 9X and it just hangs after the first iteration Also the application with 9X just hangs in a random moment and I need to reset the MCU to run it again. And this happe...
Posted on February 16, 2018 at 13:54Miroslav, changing the orientation to NEU changed nothing. It still behaves in the same way.I was performing rotation along each 3 axis to calibrate magnetometer but it was unsuccessful yet.The MotionFX initializa...
Posted on February 16, 2018 at 11:13Hello Miroslav,Thanks for your reply.Here's my code of configuration the MotionFx module:void MotionFX_manager_init(void *handle){ uint8_t instance; MotionFX_initialize(); MotionFX_getKnobs(ipKnobs); ipKnobs->...
Posted on February 15, 2018 at 18:02Thank you very much for clarifications.I left the knobs as the were in the original DataLogFusion example, just changed the orientation (maybe incorrectly though, but I tried different variants, the result is the ...
Posted on February 15, 2018 at 15:49Hi Jaime,I am using exactly this example which I've changed a bit to run it with the available hardware.I read the Quick guide but haven't found there anything that can help me.Is it possible that this weird behav...