Update README.md

This commit is contained in:
Eiren Rain
2021-06-23 14:35:00 +03:00
committed by GitHub
parent 553446e897
commit da9f762de0

View File

@@ -1,14 +1,13 @@
# SlimeVR Tracker ESP firmware
# SlimeVR Tracker firmware for ESP
Firmware for ESP8266 microcontroller and different IMU sensors to use them as a vive-like trackers in VR.
Requires [SlimeVR Server](https://github.com/SlimeVR/SlimeVR-Server) to work with Steamvr and resolve pose.
Firmware for ESP8266 / ESP32 microcontrollers and different IMU sensors to use them as a vive-like trackers in VR.
Requires [SlimeVR Server](https://github.com/SlimeVR/SlimeVR-Server) to work with SteamVR and resolve pose. Should be compatible with [owoTrack](https://github.com/abb128/owo-track-driver), but is not guaranteed.
## Compatibility
Compatible and tested with these IMUs (select during compilation):
* BNO085
* BNO085, BNO086
* Using any fusion in internal DMP. Best results with ARVR Stabilized Game Rotation Vector or ARVR Stabilized Rotation Vector if in good magnetic environment
* BNO080
* Using any fusion in internal DMP. Doesn't have BNO085's ARVR stabilization, but still gives good results.
@@ -20,3 +19,5 @@ Compatible and tested with these IMUs (select during compilation):
* Using internal DMP to fuse Gyroscope and Accelerometer, can be used with MPU-9250, can drift substantially
* MPU-6050
* Same as MPU-6500
Firmware can work with both ESP8266 and ESP32. Please edit defines.h and set your pinout properly according to how you connected the IMU.