forked from pocketmoon/MPU-6050-Arduino-Micro-Head-Tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
16 lines (11 loc) · 733 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
============================================================================
Note: for more details about this project, please visit:
http://reprapdad.wordpress.com/
And watch the excellent video overview put together by Dan (aka Brumster)
https://www.youtube.com/watch?v=_oqLwCtMCKc&list=UUhhdxi3tHTrmpB4y4m3i0GA
============================================================================
A low cost Head Tracker For Elite Dangerous (or any other application).
Based on a Sparkfun Pro Micro/Arduino Micro or other ATMEGA32U4 clone plus an
MPU-6050 6-axis accelerometer/gyroscope (InvenSense)
Requires the i2cdevlib from Jeff Rowberg https://github.com/jrowberg,
specifically the Arduino MPU6050 and the I2CDev library.