1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-17 13:25:27 +03:00

Update OSD Joystick.md

This commit is contained in:
Roman Lut 2023-07-27 13:08:15 +03:00 committed by GitHub
parent 227398fa7d
commit 68a603000d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,12 @@
LED pin can be used to emulate 5key OSD joystick for OSD camera pin, while still driving ws2812 LEDs (shared functionality). LED pin can be used to emulate 5key OSD joystick for OSD camera pin, while still driving ws2812 LEDs (shared functionality).
See [LED pin PWM](LED%20pin%20PWM.md) for more details.
Note that for cameras which support RuncamDevice protocol, there is alternative functionality using serial communication: [Runcam device](Runcam%20device.md) Note that for cameras which support RuncamDevice protocol, there is alternative functionality using serial communication: [Runcam device](Runcam%20device.md)
Alao special adapters exist to convert RuncamDevice protocol to OSD Joystick: [Runcam control adapter](https://www.runcam.com/download/runcam_control_adapter_manual.pdf)
# OSD Joystick schematics # OSD Joystick schematics
![alt text](/docs/assets/images/osd_joystick_keys.png "osd jystick keys") ![alt text](/docs/assets/images/osd_joystick_keys.png "osd jystick keys")
@ -18,8 +22,9 @@ To simulate 5key joystick, it is sufficient to generate correct voltage on camer
# Enabling OSD Joystick emulation # Enabling OSD Joystick emulation
set led_pin_pwm_mode = shared_high ```set led_pin_pwm_mode=shared_high```
set osd_joystick_enabled = on
```set osd_joystick_enabled=on```
# Connection diagram # Connection diagram
@ -34,7 +39,7 @@ RC Filter can be soldered on a small piece of PCB:
![alt text](/docs/assets/images/osd_joystick.jpg "osd joystick") ![alt text](/docs/assets/images/osd_joystick.jpg "osd joystick")
# Configutring keys voltages # Configuring keys voltages
If default voltages does not work with your camera model, then you have to measure voltages and find out corresponding PWM duty ratios. If default voltages does not work with your camera model, then you have to measure voltages and find out corresponding PWM duty ratios.