mirror of
https://github.com/SlimeVR/SlimeVR-Tracker-ESP.git
synced 2026-04-06 02:01:57 +02:00
Update README
This commit is contained in:
15
README.md
15
README.md
@@ -1,7 +1,18 @@
|
||||
# SlimeVR Tracker ESP firmware
|
||||
|
||||
Firmware for ESP8266 microcontroller and MPU9250 MUI sensor to use them as a vive-like trackers in VR.
|
||||
Firmware for ESP8266 microcontroller and different IMU sensors to use them as a vive-like trackers in VR.
|
||||
|
||||
Requires [SlimeVR Server](https://github.com/Eirenliel/SlimeVR-Server) to work with Steamvr and resolve pose.
|
||||
|
||||
Partiall compatible with and based on [owoTrack](https://github.com/abb128/owo-track-driver) and [AprilTag Trackers](https://github.com/ju1ce/April-Tag-VR-FullBody-Tracker). See server repo for more details.
|
||||
|
||||
## Compatibility
|
||||
|
||||
Compatible and tested with these IMUs (select during compilation):
|
||||
* BNO085
|
||||
* Using any fusion in internal DMP. Best results with ARVR Stabilized Game Rotation Vector or ARVR Stabilized Rotation Vector if in good magnetic environment
|
||||
* MPU-9250
|
||||
* Using Mahony sensor fusion of Gyroscope, Magnetometer and Accelerometer, requires good magnetic environment
|
||||
* MPU-6500
|
||||
* Using internal DMP to fuse Gyroscope and Accelerometer, can be used with MPU-9250, can drift substantially
|
||||
* MPU-6050
|
||||
* Same as MPU-6500
|
||||
|
||||
Reference in New Issue
Block a user