Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

SerialTracker

Alternative firmware code for the Relativty head tracker that uses the MPU6050 (or MPU9150) sensor.

Getting started

Arduino Due (and Uno) boards haven't been tested yet, I don't own a Due so it's up to you.

Hardware

Connect the sensor corresponding to the defines in the SerialTracker.ino sketch, here are the defaults:

SensorINTSDASCLVCCGND
BoardINT_PINSDA_PINSCL_PINVCC_PIN
Due220215GND
STM32PA1PB6PB7PB5G
ESP32IO17IO18IO19IO5GND
Uno2A4A55GND

Software

  1. Install Arduino IDE
  2. Install Arduino IDE support for your board:
  3. Install additional libraries for Arduino IDE
    • I2CDevLib, for installation simply copy the I2Cdev, MPU6050 and MPU9150 folders (below the Arduino folder in the archive) to your Arduino/libraries directory.
  4. Put the folder containing this README.md (and SerialTracker.ino) in your Arduino directory.
  5. Start Arduino IDE, open sketch and upload.

About

Alternative firmware code for the Relativty head tracker

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages