Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulgreg/headtracking-from-kris
Headtracking device built with a Teensy + IMU breakout
https://github.com/paulgreg/headtracking-from-kris
Last synced: about 2 months ago
JSON representation
Headtracking device built with a Teensy + IMU breakout
- Host: GitHub
- URL: https://github.com/paulgreg/headtracking-from-kris
- Owner: paulgreg
- Created: 2015-12-26T11:37:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T11:32:51.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T03:58:05.744Z (9 months ago)
- Language: Arduino
- Homepage: https://hackaday.io/project/8952-elite-dangerous-headtracker
- Size: 18.6 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# headtracking-from-kris
That project is about to build a head tracking device from an Teensy (Arduino clone) and an IMU Breakout (accelerometer + magnetometer).
The code comes from http://planetkris.com/2014/12/easier-better-arduino-imu-head-tracker/ with little updates. Many thanks to him !
You’ll find more informations on [hackaday project page](https://hackaday.io/project/8952-elite-dangerous-headtracker).
To compile,you’ll need :
- [Teensyduino](https://www.pjrc.com/teensy/teensyduino.html)
- [L3G Libray 1.2.2](https://github.com/pololu/l3g-arduino)
- [the ‘older’ LSM303 Library 1.4.4](https://github.com/pololu/lsm303-arduino/archive/1.4.4.zip)You can test the device with [jstest-gtk](https://github.com/Grumbel/jstest-gtk).