Compare commits

...

10 Commits
a0.1 ... master

Author SHA1 Message Date
Hendrik Schutter
d52cb4c62a Merge pull request #1 from Seil0/patch-1
Update README.md
2017-04-30 14:55:25 +02:00
Jannik
f92184f552 Update README.md 2017-04-07 14:01:04 +02:00
Hendrik Schutter
b80b59000a Update README.md 2016-11-15 23:43:45 +01:00
Hendrik Schutter
4acfef6d3e Update README.md 2016-11-15 23:43:09 +01:00
Hendrik Schutter
acf562a705 Update README.md 2016-11-15 23:34:56 +01:00
Hendrik Schutter
1639376c58 Update README.md 2016-11-15 23:34:41 +01:00
Hendrik Schutter
a5dd053026 Update README.md 2016-11-15 23:34:18 +01:00
Hendrik Schutter
30abfd7d2d Update README.md 2016-11-15 23:33:38 +01:00
Hendrik Schutter
4247324060 Update README.md 2016-11-15 23:31:06 +01:00
Hendrik Schutter
c4e995b130 Update README.md 2016-11-15 23:30:30 +01:00

View File

@ -1,22 +1,26 @@
# TrackFPV # TrackFPV
Use your Fatshark or Skyzone goggles as a virtual reality headset. Use your Fatshark or Skyzone goggles as a virtual reality headset.
Fast overview: Use an Arduino Micro as a Joystick for OpenTrack with the input of your FPV-Headtracker. #### Fast overview: Use an Arduino Micro as a Joystick for OpenTrack with the input of your FPV-Headtracker.
Hardware: [![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/lgsw95ZyV68/0.jpg)]
• Arduino Micro (ATmega32U4 = featuring a built-in USB which makes the Micro recognizable as a joystick) (https://www.youtube.com/watch?v=lgsw95ZyV68)
• 3,5 mm phone jack from your goggle
• Mirroring the Computer-Screen to the goggle with a HDMI to AV converter
Software: ## 1.Hardware:
• install the latest OpenTrack software https://github.com/opentrack/opentrack/releases - Arduino Micro (ATmega32U4 = featuring a built-in USB which makes the Micro recognizable as a joystick)
• install latest Arduino IDE and drivers - 3,5 mm phone jack from your goggle
- Mirroring the Computer-Screen to the goggle with a HDMI to AV converter
Libraries used in this project: ## 2.Software:
• Joystick.h https://github.com/MHeironimus/ArduinoJoystickLibrary - install the latest OpenTrack software https://github.com/opentrack/opentrack/releases
• CPPM.h https://github.com/jmparatte/CPPM - install latest Arduino IDE and drivers
Installation: 1. prepare Hardware. Ground to Ground and the PPM-Pin to D4 (it´s the ICP-Pin) ## 3.Libraries used in this project:
- Joystick.h https://github.com/MHeironimus/ArduinoJoystickLibrary
- CPPM.h https://github.com/jmparatte/CPPM
### Installation:
1. prepare Hardware. Ground to Ground and the PPM-Pin to D4 (it´s the ICP-Pin)
2. Install the libraries 2. Install the libraries
3. Upload the sketch to the Arduino 3. Upload the sketch to the Arduino
4. Check if the Arduino is detected from the computer (Windows Control Panel >> Hardware >> Devices >> Arduino Micro 4. Check if the Arduino is detected from the computer (Windows Control Panel >> Hardware >> Devices >> Arduino Micro