-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decode Multi Telem Packets to Frsky Telem Packets #104
Comments
Any update on that ? had the same issue. |
I noticed the same today and have been busy lately with checking the packets that the multimodule outputs. FrSky Sport frames are almost the same, but slightly different. It is explained in https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/blob/master/Multiprotocol/Multiprotocol.h starting on line 1160. MultiModule S.Port protocol frame explanation
This is a capture of a MultiProtocol S.Port Telemetry Frame: With this information, it's really easy to adjust the currently used decoder in https://github.com/CrazyDude1994/android-taranis-smartport-telemetry/blob/master/app/src/main/java/crazydude/com/telemetry/protocol/FrskySportProtocol.kt Updated code I'm available for testing! Just contact me. |
Since the Radiomaster TX16S has uninverted UART it eliminates the need for an inverter cable, it would be good to decode Multi Telem Packets to Frsky Telem Packets when using Internal Multi Procotol module with Frsky protocol. Here are my two use cases one working and another not working.
As I posted my issue in the Opentx Github, it was suggested that using the internal MPM Frsky D16 protocol, the Telemetry Viewer app is unable to strip multi telem packets, probably the developer can look into this.
The text was updated successfully, but these errors were encountered: