- Posts: 174
New FrSkyX protocol
- midelic
- Offline
This way you can get more accurate lock on the channel.
Fine variable takes value from -127 to 127..Need adjusting one time and set for protocol selected not for every flight
So you increment up from -127 till you get right values for LQI.Make it on the fly.The LQi you read it from telemetry frames The TX and RX channels should be in sync.
LQI as the name said is the best indicator of the link quality, is better than RSSI.
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
Had a strange lock-up yesterday. Took a full format and flash (even just a format and reload didn't fix it, hae to flash the DFU).
No issues last use, powered on and nothing...
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- sfersystem
- Offline
- Posts: 124
If i good understand, for telemetry with the xsr on my devo10, i should buy this converter and put it on my quad ?
S.port to uart converter
we need nothing else on the Tx ?
i go to the telemetry menu and setup the lines i need ?
Thank you
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
And you need a cc2500 module in your devo.
Please Log in or Create an account to join the conversation.
- sfersystem
- Offline
- Posts: 124
Please Log in or Create an account to join the conversation.
- zipray
- Offline
- Posts: 4
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
Please Log in or Create an account to join the conversation.
- zipray
- Offline
- Posts: 4
Thanks you,I mean if I use the Multiprotocol TX Module, all the LNA can be enabled?hexfet wrote: Yes, if your cc2500 module has PA/LNA then deviation enables them at the proper times.
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
Will load video later. This time it happened in flight but thankfully this issue doesn't cause a loss of control (but note it does cause a loss of internal devo safety including allowing startup without throttle check) and obviously lack of any data on screen at all.
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
Can you estimate how much data had been captured when it happened?
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
Both times it's happened now it's been after multiple days / weeks of use so the log was getting pretty big. Probably over 20000k.
Really busy but I have an interesting video to upload ASAP...
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
The User Manual test build contains pdf files of the latest manual updates.
The frsky_lqi test build adds LQI and LRSSI telemetry to Frsky and FrskyX. Text I put in the user manual is below (mistakenly since it's not merged yet ).
The LQI (Link Quality Indicator) and LRSSI (Local RSSI) indicate the quality and signal strength of the telemetry
signal from the receiver. The LQI can be used as a guide for adjusting the fine frequency protocol option. Lower LQI
is better and values under 50 are typical. The LRSSI units is (approximately) dBm.
Please Log in or Create an account to join the conversation.
- Cereal_Killer
- Offline
EIther that or a way to disable the output, either in a menu somewhere or in the tx / hardware.ini
Taranis X9E | DEVO 10 | Devo U7E | Taranis Q7
What I do in real life: rivergoequestrian.com/
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
Please Log in or Create an account to join the conversation.
- LumpyLouis
- Offline
- Posts: 11
Is it possible to transmit lipo voltage to my non-ultmate 7e via my FrSky XSR? I have the XSR hooked up to my SPR F3 flight controller with my lipo plugged into the battery voltage monitoring port on the FC. I get RSSI strength and Volt1 which shows my rx voltage (4.8v) but Volt2 is 0V. I just want a low voltage alarm so i dont have to strap a battery alarm to my quad.
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
The 7e doesn't support s.port telemetry from the FC. You'll need to feed the lipo voltage to the XSR AD2 analog input. Use a resistor voltage divider so you put no more than 3V on the analog input when the lipo is fully charged.
The XSR doesn't provide a connector for the analog input but looks like someone on rcgroups has figured out where to make the connection.
Use the AD2GAIN protocol option to scale the voltage display to the actual voltage of the lipo.
Please Log in or Create an account to join the conversation.
- petsmith
- Offline
- Posts: 63
LumpyLouis wrote: Hi, I posted this over on rcgroups but didnt get any replies.
Is it possible to transmit lipo voltage to my non-ultmate 7e via my FrSky XSR? I have the XSR hooked up to my SPR F3 flight controller with my lipo plugged into the battery voltage monitoring port on the FC. I get RSSI strength and Volt1 which shows my rx voltage (4.8v) but Volt2 is 0V. I just want a low voltage alarm so i dont have to strap a battery alarm to my quad.
The reason why the 7e doesn't support s.port telemetry is because of the smaller size flash on the MCU. You can free up the flash space by compiling your own 7e firmware without the standard GUI. Most people don't need standard GUI and you will free up enough space to include s.port telemetry. No hardware hack is required.
Please Log in or Create an account to join the conversation.
- petsmith
- Offline
- Posts: 63
hexfet wrote: You can disable it in the model setup by changing the PPM In setting to something other than None. Don't need to do anything else.
hexfet, is there any reason why the telemetry serial out for FrskyX is enabled by default? You only check whether the PPM In is active. However, it will still conflict with other modules that use the UART port, such as Voice, and probably debug output too.
IMHO, I think the majority of FrskyX protocol users won't be using the telemetry serial out, and having it enabled by default is not a good idea. I believe it will be better to have an option (such as protocol option) to explicitly turn it on.
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
Compatibility with voice alerts will be addressed when a voice alerts PR happens. Likely by disabling s.port echo if voice alerts is using the trainer port. Just got a few DFPlayers so I'll be looking at this soon.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- New FrSkyX protocol