You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue for this feature request?
I have searched the existing issues
Is your feature request related to a problem?
Spektrum Receivers can comunicate more than just sensor data in the Telemetry channel.
TextGen is a method where the telemetry data contains Text information who can be displayed in the TX screen.
The current code to process the IC2_TEXTGEN telemetry in the /radio/src/telemetry/spectrum.cpp does not work at all (and by just looking at it, would not work). Each of this telemetry messages carry 15 characters text message.
With a working TextGen Lua script, the TX should be able to access that telemetry TextGen data.
Spectrum creates many configuration menus using TextGen. TextGen is one directions; just from RX to TX. All commands from TX RX menus are done using the radio sticks.
Not to be confused with Forward Programming that is bi-directional.
Describe alternatives you've considered
Since we don't have large Telemetry Sensors who could contain many Strings, my solution is similar to how Forward Programming works. use the LUA Multi-buffer to make the Telemery Data accesable in RAW form to the LUA Script
Already have the code working in a branch. will do a pull request associated to this enhacement.
Additional context
Here is my solution working using my own EdgeTX branch.
frankiearzu
changed the title
Spectrum Telemetry TextGen C++ processing don't work at all
Spectrum Telemetry TextGen C++ processing does not work at all
Jan 29, 2023
frankiearzu
changed the title
Spectrum Telemetry TextGen C++ processing does not work at all
Spektrum Telemetry TextGen C++ processing does not work at all
Jan 29, 2023
Is there an existing issue for this feature request?
Is your feature request related to a problem?
Spektrum Receivers can comunicate more than just sensor data in the Telemetry channel.
TextGen is a method where the telemetry data contains Text information who can be displayed in the TX screen.
The current code to process the IC2_TEXTGEN telemetry in the /radio/src/telemetry/spectrum.cpp does not work at all (and by just looking at it, would not work). Each of this telemetry messages carry 15 characters text message.
Example of how TextGen is used to configure AVIAN ESC parameters:
https://www.youtube.com/watch?v=0qAzF_YSr38
Describe the solution you'd like
With a working TextGen Lua script, the TX should be able to access that telemetry TextGen data.
Spectrum creates many configuration menus using TextGen. TextGen is one directions; just from RX to TX. All commands from TX RX menus are done using the radio sticks.
Not to be confused with Forward Programming that is bi-directional.
Describe alternatives you've considered
Since we don't have large Telemetry Sensors who could contain many Strings, my solution is similar to how Forward Programming works. use the LUA Multi-buffer to make the Telemery Data accesable in RAW form to the LUA Script
Already have the code working in a branch. will do a pull request associated to this enhacement.
Additional context
Here is my solution working using my own EdgeTX branch.
https://www.youtube.com/watch?v=yrAqV4b9Li4
The text was updated successfully, but these errors were encountered: