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
Hello @gregtomasch
The question is not a slightly off topic - do you think it is possible to adapt the example code for the MEMS BMI160 + HMC 5883L or LSM303 + L3DG20 sensors?
That is, without a microcontroller on board the debug board.
For fusion sensor use stm32 or esp32 or teensy 4.
As far as I understand, the example code
requires quaternions as input, and standard accelerations, angular velocities and magnetic field strength.
Or is some kind of hidden magic calculated inside the EM7180 / SENtral microcontroller on a board with mems and no other microcontroller can do this?
I tried the https://github.com/jordandcarter/RTIMULib-Arduino algorithm with LSM303 + L3DG20 sensors and the orientation angles were quite good.
Therefore, I am interested in other algorithms and testing them.
Thx!
The text was updated successfully, but these errors were encountered:
Hello @gregtomasch
The question is not a slightly off topic - do you think it is possible to adapt the example code for the MEMS
BMI160
+HMC 5883L
orLSM303
+L3DG20
sensors?That is, without a microcontroller on board the debug board.
For fusion sensor use
stm32
oresp32
orteensy 4
.As far as I understand, the example code
requires quaternions as input, and standard accelerations, angular velocities and magnetic field strength.
Or is some kind of hidden magic calculated inside the
EM7180 / SENtral
microcontroller on a board with mems and no other microcontroller can do this?I tried the https://github.com/jordandcarter/RTIMULib-Arduino algorithm with
LSM303
+L3DG20
sensors and the orientation angles were quite good.Therefore, I am interested in other algorithms and testing them.
Thx!
The text was updated successfully, but these errors were encountered: