Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d52cb4c62a | ||
|
f92184f552 | ||
|
b80b59000a | ||
|
4acfef6d3e | ||
|
acf562a705 | ||
|
1639376c58 | ||
|
a5dd053026 | ||
|
30abfd7d2d | ||
|
4247324060 | ||
|
c4e995b130 |
28
README.md
28
README.md
@ -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:
|
[]
|
||||||
• 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
|
||||||
|
Loading…
Reference in New Issue
Block a user