Quick question about second IMU #261

Closed
opened 2026-04-05 17:52:22 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @StarlightIbuki on 7/7/2023

I don't find an answer in the documentation.

  1. What is the purpose to support a second IMU? To drive 2 trackers with 1 wifi chip or to minimize error? From what I see in the code it seems to be no.1.
  2. I skimmed the code, it seems if we do not have a second IMU, it will consider the first IMU "the second IMU".
    In that case, the logic for the first IMU will be run 2 times for every event, which reports the same data twice. This does not seem correct.(It seems the difference is made by the INT pins?)
*Originally created by @StarlightIbuki on 7/7/2023* I don't find an answer in the documentation. 1. What is the purpose to support a second IMU? To drive 2 trackers with 1 wifi chip or to minimize error? From what I see in the code it seems to be no.1. 2. I skimmed the code, it seems if we do not have a second IMU, it will consider the first IMU "the second IMU". In that case, the logic for the first IMU will be run 2 times for every event, which reports the same data twice. This does not seem correct.(It seems the difference is made by the INT pins?)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#261