You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the RTDOA example. Is there any way to enable support for the LIS2DH12 accelerometer? I see that in the syscfg.yml for the RTDOA example, there are parameters LSM6DSL_ONB, LIS2MDL_ONB, and LPS22HB_ONB, but unfortunately not for DWM1001's onboard LIS2DH12.
Looking through the code, I see that IMU data is periodically printed out. Is the IMU data used at all in the RTDOA solution, or is it just informational? If it isn't needed by the RTDOA algorithm, then I won't be concerned so much.
The text was updated successfully, but these errors were encountered:
I also needed access to the IMU. Luckily, Apache mynewt already has a working driver for the LIS2DH12 accelerometer, one just has to get it to load and power up.
See my PR for how to do this, and an example application making use of it.
I'm using the RTDOA example. Is there any way to enable support for the LIS2DH12 accelerometer? I see that in the syscfg.yml for the RTDOA example, there are parameters LSM6DSL_ONB, LIS2MDL_ONB, and LPS22HB_ONB, but unfortunately not for DWM1001's onboard LIS2DH12.
Looking through the code, I see that IMU data is periodically printed out. Is the IMU data used at all in the RTDOA solution, or is it just informational? If it isn't needed by the RTDOA algorithm, then I won't be concerned so much.
The text was updated successfully, but these errors were encountered: