pyr8

  • *
  • 6
How to get telemetry displayed on the 9XR-Pro from CC3d?
« on: March 24, 2016, 05:40:26 pm »
What is the best method to get basic telemetry data displaying on the 9XR-Pro from my CC3D  "OrangeRx Open LRS" TX & RX.

Thanks!   

f5soh

  • *****
  • 4572
    • LibrePilot
Re: How to get telemetry displayed on the 9XR-Pro from CC3d?
« Reply #1 on: March 24, 2016, 05:59:15 pm »
This feature is not supported, sorry.

jorgeluis1027

  • *
  • 4
  • I'd rather be flying!!!
Re: How to get telemetry displayed on the 9XR-Pro from CC3d?
« Reply #2 on: March 24, 2016, 07:36:40 pm »
How about on a devo10 with deviation firmware?
✈US Naval Aviation

f5soh

  • *****
  • 4572
    • LibrePilot
Re: How to get telemetry displayed on the 9XR-Pro from CC3d?
« Reply #3 on: March 24, 2016, 07:43:53 pm »
This feature is not supported whatever the radio or firmware.

If you want telemetry back to ground you should use Oplink.

pyr8

  • *
  • 6
Re: How to get telemetry displayed on the 9XR-Pro from CC3d?
« Reply #4 on: March 25, 2016, 04:48:35 am »
This feature is not supported whatever the radio or firmware.

If you want telemetry back to ground you should use Oplink.

Oplink?

If you can get telemetry to Minimosd, there must to be a way to pass the data down, no?!

hwh

  • *
  • 1018
Re: How to get telemetry displayed on the 9XR-Pro from CC3d?
« Reply #5 on: March 25, 2016, 05:38:26 am »
Yes, if you set one of the cc3d serial ports to telemetry it will output in the project's telemetry format, uavtalk.

It's documented at https://librepilot.atlassian.net/wiki/display/LPDOC/UavTalk#UavTalk-TheUAVTalkProtocol
and you're welcome to look at the source code of the project's version of minOPOSD at https://bitbucket.org/f5soh/minoposd as a sample of how to parse it.

You can either put some board like an arduino mini on the aircraft to process the telemetry stream or a pair of oplink-mini modems understand the protocol and will transfer the data from the aircraft to the ground and you can parse it there.  Either way you'd have to write software to parse the UavTalk into whatever format you need. The parser in the minOPOSD is written to be compiled by the Arduino development software so it would be a good starting point.

pyr8

  • *
  • 6
Re: How to get telemetry displayed on the 9XR-Pro from CC3d?
« Reply #6 on: March 25, 2016, 07:36:59 pm »
Yes, if you set one of the cc3d serial ports to telemetry it will output in the project's telemetry format, uavtalk.

It's documented at https://librepilot.atlassian.net/wiki/display/LPDOC/UavTalk#UavTalk-TheUAVTalkProtocol
and you're welcome to look at the source code of the project's version of minOPOSD at https://bitbucket.org/f5soh/minoposd as a sample of how to parse it.

You can either put some board like an arduino mini on the aircraft to process the telemetry stream or a pair of oplink-mini modems understand the protocol and will transfer the data from the aircraft to the ground and you can parse it there.  Either way you'd have to write software to parse the UavTalk into whatever format you need. The parser in the minOPOSD is written to be compiled by the Arduino development software so it would be a good starting point.

Unfortunately I am not a coder and wouldn't know where to start. 

Re: How to get telemetry displayed on the 9XR-Pro from CC3d?
« Reply #7 on: March 26, 2016, 02:44:53 pm »
Get an Arduino and make an LED blink, then progress from there  ;)

I'm not much of a programmer my self, but the ground OPLink could also be made to run some code that spits out data that something like a 9XR or a Taranis could display...
« Last Edit: March 26, 2016, 02:50:08 pm by nitromethane »