-
-
Notifications
You must be signed in to change notification settings - Fork 417
Description
Is there an existing issue for this problem?
- I have searched the existing issues
What part of EdgeTX is the focus of this bug?
Transmitter firmware
Current Behavior
Hello, im trying to use Telemetry Viewer app by using an HC05 bluetooth (with inverter) module connected to my Taranis Aux Serial1 pins.
For using with a R9M TX module (R9M protocol) the bluetooth module works fine at 57600 baud.
For using with a ELRS TX module (CRFS protocol) the bluetooth module works fine at 115200 baud.
Expected Behavior
Could be possible to add a model or radio menu for select a fixed serialAux1 baudrate for all purposes on that port? , usually bluetooth modules are installed with a fixed baudrate and there is not easy way for change that, so if you are using combined TX modules like FrSky and CRSF protocols the bluetooth module works only with one of them.
Also checked the openTx doc and "temetry in" mode seems to use 9600baud so the same problem here.
Currentry the baudrates seems to be defined for each protocol in files:
edgetx/radio/scr/telemetry/protocoName.cpp
as
protocolName_TELEM_MIRROR_BAUDRATE as fixed value.
And assigned in:
edgetx/radio/scr/serial.cpp
Steps To Reproduce
Use serial1Aux with R9M and CRSF external modules
Version
2.10.6
Transmitter
FrSky X9D+
Operating System (OS)
Windows
OS Version
No response
Anything else?
No response