Cam and Panel Switch on one Channel


Hi,

I was wondering if it is possible to use one channel for the video switch and switching the OSD Panels.
My idea:

For example switch the video if the pwm Signal drops under for example 1400 and change the OSD-Panel if the pwm signal goes above for example 1600. Now you would only need 1 RX CH instead of 2.

As far I understand you currently need 2 channels to use all features of the OSD.

Greetings,

Sebastian
Has invited:

Tom - PlayUAV

Favor from:


Hi Sebastian,
Right. It should be more convenient if we put the two switch on one channel. Your solution sounds great, I will try it.
Best, Tom

dogwithhat

Favor from:


Sounds great!

3dsky - Flying with the best

Favor from:


Just got this working, if anyone interested I'll attach a custom firmware with instruction.

3dsky - Flying with the best

Favor from:


in board.c change:
"if((panel_ch_raw > eeprom_buffer.params.PWM_Panel_value))"
to
"if((panel_ch_raw < eeprom_buffer.params.PWM_Panel_value))"
then, in gui choose same channel for panel and video, a value >1500 for video and <1500 for panel.

To reply to a question, please Login or registered