Page 1 of 1

Serial data over telemetry channel

Posted: Mon Mar 21, 2016 8:44 pm
by hursto75
In open Tx is there a way to send serial data over the Telemetry channel to the receiver. To program a device remotely? While I have not dug though the source code yet, I was hoping to ask here to save myself some searching. Also is there a Doc somewhere on the telemetry protocol used?

Thanks,
Brad

Re: Serial data over telemetry channel

Posted: Tue Mar 22, 2016 5:36 am
by Kilrah
You might want to say what radio you're using, what RF hardware etc...

Re: Serial data over telemetry channel

Posted: Sun Mar 27, 2016 2:55 am
by Hexperience
Wow... I was just thinking about this very topic. Hursto75, are you talking about being able to remotely program a flybarless controller with something like the jeti protocol?

Re: Serial data over telemetry channel

Posted: Sun Apr 17, 2016 2:03 pm
by Hexperience
Anything possible with this idea? The msh brain will soon be offering "jeti integration" and it would be great if we could do that on a radio that doesn't cost $1400 :)

Re: Serial data over telemetry channel

Posted: Sun Apr 17, 2016 2:05 pm
by Kilrah
It's being worked on with the FrSky protocol.

Re: Serial data over telemetry channel

Posted: Sun Apr 17, 2016 6:11 pm
by Hexperience
Sweet! Thanks.
Is there a thread you can point me to, or is it still too early..

Re: Serial data over telemetry channel

Posted: Sun Apr 17, 2016 6:42 pm
by Kilrah
It's in the developer chats for now. We're currently only at the level of figuring out how it can be done.

Re: Serial data over telemetry channel

Posted: Sat May 28, 2016 2:30 pm
by Avatar
Hi Hexperience, look at tool from FrSky named SP2UARTConverter, maybe this will solve You problem.

Re: Serial data over telemetry channel

Posted: Thu Jun 09, 2016 3:46 pm
by Hexperience
It's not that I have a problem I'm trying to solve or anything like that. I'm just looking to see if true 2-way serial communication is possible through the s.port, but it looks like serial only goes 1 way. The TX sends RC control data, and received Serial data, so we can't send serial data to a flight controller.

Re: Serial data over telemetry channel

Posted: Thu Jun 09, 2016 6:00 pm
by MikeB
2-way serial is possible over the SPort. The limitation is the throughput.
If you have two of these "FrSky S.Port to UART converter with 2 ADC ports (SP2UART)", then you plug one into the receiver SPort and the other into the Tx SPort and you get two way serial between them, but limited to 30 bytes/sec or so.

Mike.

Re: Serial data over telemetry channel

Posted: Fri Jun 10, 2016 8:43 am
by Kilrah
The FrSky modules and system make it possible, but there is nothing done in the radio firmware to make use of it at this point. There will be in OpenTX 2.2.

Re: Serial data over telemetry channel

Posted: Tue Jun 21, 2016 9:25 am
by Hexperience
Interesting, 30 bytes per second is enough to make a change to a flight controller. If 2.2 adds some ablity to control that via lua scripts there might be something that can be done along those lines. (Pun intended )

Cheers