Compare commits
No commits in common. "master" and "a0.1" have entirely different histories.
28
README.md
28
README.md
@ -1,26 +1,22 @@
|
|||||||
# 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:
|
||||||
(https://www.youtube.com/watch?v=lgsw95ZyV68)
|
• Arduino Micro (ATmega32U4 = featuring a built-in USB which makes the Micro recognizable as a joystick)
|
||||||
|
• 3,5 mm phone jack from your goggle
|
||||||
|
• Mirroring the Computer-Screen to the goggle with a HDMI to AV converter
|
||||||
|
|
||||||
## 1.Hardware:
|
Software:
|
||||||
- Arduino Micro (ATmega32U4 = featuring a built-in USB which makes the Micro recognizable as a joystick)
|
• install the latest OpenTrack software https://github.com/opentrack/opentrack/releases
|
||||||
- 3,5 mm phone jack from your goggle
|
• install latest Arduino IDE and drivers
|
||||||
- Mirroring the Computer-Screen to the goggle with a HDMI to AV converter
|
|
||||||
|
|
||||||
## 2.Software:
|
Libraries used in this project:
|
||||||
- install the latest OpenTrack software https://github.com/opentrack/opentrack/releases
|
• Joystick.h https://github.com/MHeironimus/ArduinoJoystickLibrary
|
||||||
- install latest Arduino IDE and drivers
|
• CPPM.h https://github.com/jmparatte/CPPM
|
||||||
|
|
||||||
## 3.Libraries used in this project:
|
Installation: 1. prepare Hardware. Ground to Ground and the PPM-Pin to D4 (it´s the ICP-Pin)
|
||||||
- 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