Eiren Rain cfbca0a491 Added support for serial port commands
Added support to set WiFi credentials with serial command
SlimeVR-Tracker-ESP#6
2021-06-19 08:49:18 +03:00
2021-06-17 19:18:02 +03:00
2021-05-23 08:30:11 +03:00
2020-12-30 17:45:31 +03:00

SlimeVR Tracker ESP firmware

Firmware for ESP8266 microcontroller and different IMU sensors to use them as a vive-like trackers in VR.

Requires SlimeVR Server to work with Steamvr and resolve pose.

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
  • BNO080
    • Using any fusion in internal DMP. Doesn't have BNO085's ARVR stabilization, but still gives good results.
  • BNO055
    • Work in progress. Should be roughly equal BNO080, but cheaper
  • 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
Description
No description provided
Readme 12 MiB
Languages
C++ 75.4%
C 23.9%
Python 0.6%
Nix 0.1%