SlimeVR / SlimeVR-Tracker-ESP

SlimeVR tracker firmware for ESP32/ESP8266 and different IMUs
Apache License 2.0
840 stars 288 forks source link

tracking issue #316

Open mysterythe opened 6 months ago

mysterythe commented 6 months ago

im using a BMI160 tracker

[INFO ] [SlimeVR] SlimeVR v0.3.3 starting up... [INFO ] [Configuration] Found up-to-date configuration v1 [INFO ] [Configuration] Loaded configuration [INFO ] [BMI160Sensor:0] Connected to BMI160 (reported device ID 0xd1) at address 0x68 [WARN ] [BMI160Sensor:0] No calibration data found for sensor 0, ignoring... [INFO ] [BMI160Sensor:0] Calibration is advised [WARN ] [GyroTemperatureCalibrator:0] No temperature calibration data found for sensor 0, ignoring... [INFO ] [GyroTemperatureCalibrator:0] Temperature calibration is a work-in-progress feature; any changes to its parameters or updates will render the saved temperature curve invalid and unloadable. [INFO ] [BMI160Sensor:0] Calibration data for gyro: not found [INFO ] [BMI160Sensor:0] Calibration data for accel: not found [INFO ] [BMI160Sensor:0] Initialized [INFO ] [BMI160Sensor:1] Connected to BMI160 (reported device ID 0xd1) at address 0x69 [WARN ] [BMI160Sensor:1] No calibration data found for sensor 1, ignoring... [INFO ] [BMI160Sensor:1] Calibration is advised [WARN ] [GyroTemperatureCalibrator:1] No temperature calibration data found for sensor 1, ignoring... [INFO ] [GyroTemperatureCalibrator:1] Temperature calibration is a work-in-progress feature; any changes to its parameters or updates will render the saved temperature curve invalid and unloadable. [INFO ] [BMI160Sensor:1] Calibration data for gyro: not found [INFO ] [BMI160Sensor:1] Calibration data for accel: not found [INFO ] [BMI160Sensor:1] Initialized

and now my tracker wont track or show up, how can i fix this?

nekomona commented 6 months ago

Check if it says anything about server or wifi connection on the later part of the log, everything posted is about sensor initialization and it isn't complaining.