Search found 4 matches

by yvesOttawa
Tue 23 Nov 23 2010 7:19 am
Forum: Support
Topic: DragonOSD+ configuration
Replies: 12
Views: 47973

Re: DragonOSD+ configuration

ok Daniel. Thanks for clarification on this. I was planning on displaying the RSSI under the App's Telemetry section for the user but I will simply report back the value as a percentage which would be V3_read / RSSIHIGH x 100 with a max cap value of 100, and min cap value of 0.

Yves
by yvesOttawa
Sun 21 Nov 21 2010 3:17 am
Forum: Support
Topic: DragonOSD+ configuration
Replies: 12
Views: 47973

Re: DragonOSD+ configuration

Daniel,

I would like to provide dBm for RSSI input (voltage 3). Could you provide conversion details on how you do this within the OSD? also, what is the third display option (~400 C)?

thx

Yves
by yvesOttawa
Mon 27 Sep 27 2010 10:53 am
Forum: Support
Topic: DragonOSD+ configuration
Replies: 12
Views: 47973

Re: DragonOSD+ configuration

The variable type is as follows:- #define INTEGERV 3 #define FLOATV 4 #define ONOFFV 5 #define REVNORV 6 #define OINTEGERV 7 #define GPSV 10 #define SERVOV 13 #define STRINGV 14 #define RADIOV 15 #define POSITIONV 16 #define TIMEV 17 #define WAYPV 18 #define VIDEOV 19 #define UINTEGERV 20 I'll have...
by yvesOttawa
Mon 27 Sep 27 2010 1:41 am
Forum: Support
Topic: DragonOSD+ configuration
Replies: 12
Views: 47973

Re: DragonOSD+ configuration

Could you explain parameters passed when enumerating either non settable or settable variables?

$E contains the following for ALTSTYLE

$ALTSTYLE,0,Altitude ladder style,3,0,2

or for DISPGSP

$DISPGSP,OFF,Display glidescope,5

I assume first is varname, actual value, desc??, ??, ??, ??

thanks