- Posts: 11
FRSkyX
- apventer
- Topic Author
- Offline
This protocol supports up to 16 channels. Fixed ID binding is supported to link the transmitter with specific receivers. Supports receiver telemetry (RSSI, VOLT1) on all transmitters. Supports S.Port and hub telemetry sensors as well as GPS telemetry (except on memory-limited 7e and f-series) as described in the next section.
When reading this, it appears as if I can see GPS telemetry.
However, the manual does not mention GPS telemetry in section 10.17 (Frsky and FrskyX Extended Telemetry). So what must I believe????
1. GPS is supported and I did not connect the devices correctly?
2. GPS is not supported and I am wasting my time?
Andries
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Please Log in or Create an account to join the conversation.
- apventer
- Topic Author
- Offline
- Posts: 11
Please Log in or Create an account to join the conversation.
- apventer
- Topic Author
- Offline
- Posts: 11
I have tried the Telem 2 port both in modes 4 (FrSky SPort) and 10 (FrSky S Port passthru),but do not see anything on my Telemetry Monitor on the GPS screen - all 0's I do have GPS lock and can see the GPS coordinates in Mission Planner.
What else can I try?
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
If i remember correctly i hooked the frsky telem adapter to the telem 2 port and then hooked the s_port on the rx to the tx on telem 1 port..
Please Log in or Create an account to join the conversation.
- apventer
- Topic Author
- Offline
- Posts: 11
It does not make sense to me that you would hook the FrSky adapter to Telem2 and the SPort of the X8R to Telem1.
As far as I understand, only Telem2 should be connected to the SPort of the X8R (via an adapter of course). The X8R should then output the telemetry data received on the SPort on my Devo10...
Please Log in or Create an account to join the conversation.
- apventer
- Topic Author
- Offline
- Posts: 11
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Maybe if you have a different rx to try and see if it works... The documentation says it works with all X series receivers but maybe something is wonky with the one your using..Perhaps check the wires with a voltmeter for continuity sorry but i am running out of options but i do remember i had a slight difficult time getting it to work
Please Log in or Create an account to join the conversation.
- apventer
- Topic Author
- Offline
- Posts: 11
When I connect a 3DR radio (without its partner) to the same port, I do see some communication being initiated by the PixHawk - signals on the Tx port!
So then I replaced the adapter cable and immediately started seeing data being transmitted and received on Telem2 (without the X8R connected). So it seems that my other adapter is faulty... However, I still do not see any GPS data on my Devo 10
Please Log in or Create an account to join the conversation.
- apventer
- Topic Author
- Offline
- Posts: 11
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
Please Log in or Create an account to join the conversation.
- apventer
- Topic Author
- Offline
- Posts: 11
I adjusted the SR0-3 settings like yours, since they differ from mine.
Besides these settings, I honestly have no idea what else can be adjusted.
I guess I will have to go back to using my WK-CTL01 module to get GPS telemetry back to my Devo 10. This has been a very expensive and frustrating exercise so far
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
ardupilot.org/copter/docs/common-frsky-telemetry.html
Scroll down about half way and it explains how to use serial port for telemetry ..
I have mine on telemetry port 2 but maybe you will have better luck trying a serial port ...
What type of adapter/cable are you using ?
This is the one i am using.. ardupilot.org/copter/_images/FrSky_Conn_Phawk-X8R.jpg
Is it possible the tx/rx wires somehow got swapped if so that would defiantly explain the problem..
Wont hurt a thing to just swap them around see if it works ..I have done that many times and never hurt anything just be sure only to swap the rx/tx and not the 5v and ground..
Please Log in or Create an account to join the conversation.
- apventer
- Topic Author
- Offline
- Posts: 11
Firstly, my observations and oscilloscope traces (as attached in a previous post) confirm that there is communication between the SPort and Telem2.
Secondly, I have now connected my Taranis X9D to the system. I did not change any cabling! Then I set the Telem2 port mode to 10 (SPort pass through). That was the ONLY change. And bang - everything works perfectly!!! Now you do not even need a Teensy board - Great!!!
So this tells me the Pixhawk is fine, the X8R is fine, the SPort converter cable is fine, the Pixhawk settings are fine,
It also tells me that it is something with the Devo10 / Deviation combination not working as it should...
I guess you are going to ask which version of Deviation I am running - it is devo10-v5.0.0-9fd50b5
Please Log in or Create an account to join the conversation.
- magic_marty
- Offline
- Posts: 706
I'm stumped on what you should try to get it working on your Devo10 but happy for you that you now know it's nothing wrong with the Hawk or the converter cable..
I know on my 12s i am running one of the nightly builds just not sure what version it is at the moment..
Please Log in or Create an account to join the conversation.
- apventer
- Topic Author
- Offline
- Posts: 11
The only reason I want to use the Devo 10 radio, is because I have it, I have the 4-in-1 RF module and I have a number of quads from different manufacturers (Hubsan, Cheerson, etc.)
Only one thing still bothers me. On the GPS screen, I now see the altitude above sea level and not above ground level. Is there any way to change this?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- apventer
- Topic Author
- Offline
- Posts: 11
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1891
For the vario altitude sensor the first reported value after power-on (or a value from the model) sets the ground level. That value is subtracted from all subsequent altitude telemetry values, so the displayed altitude is AGL Since a baro is affected by the density altitude it can't give an absolute reading like GPS can. Setting a "ground level" is an easy way to compensate for pressure differences.
The vario altitude sensor often reports erroneous values in the first few telemetry packets, so the ground level can be off. Long press of UP on the standard telemetry page (not GPS) will reset the ground level to 0. The ground level is stored in the model file so the value doesn't have to be reset on every tx power-up during a day's flying. The ground level should be reset with a long press at the start of every day's session for each model (and more often if a front is approaching).
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- FRSkyX