-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
Use internal and external HF module at the same time #3364
Comments
Have you actually ever been able to do this on the X10? i.e. Due to architectural design choices in OTX which ETX has inherited (but there are efforts to change this entirely) not treating the two (or more!) RF modules completely separately, on the TX16 you can use internal MPM and external MPM together, but you can't use internal MPM and external CRSF (or vice versa). Well, actually you can, but only with very specific settings. And the same goes for some other module combinations. |
I had tried to set up a Trainer Student System with the MPM, just as it works with the TX16S. I have never tried this before. |
It can be done but requires a mod to disconnect the External Sport line from the internal ISRM. More info in these posts Rich |
Ah okay. |
Yes - Tested working Rich |
@pfeerick should we close here? Or do you think we can do something about it software-wise here? |
Yes, I think it is safe to close it. This isn't the first time I've heard of the hardware mod needed for ISRM and SPort line (bypassing frsky's decision to disable some external modules when the internal module is enabled), so there isn't a simple software workaround unfortunately - hardware modification is the only solution. |
Hi I have a RadioKing t18 (basically a jumper t18)(I know its not supported officially) and a Radio Master Tx12 (MK2 ELRS version) and on both when I enable the internal module the signal to external module (have tested with PPM and SBUS) gets changed and doesn't follow the rules of the protocol. Why might that be happening as now there is nothing related to Frsky ? and what would be the solution for getting a clean PPM / SBUS signal for the JR bay module. |
Because running two interfaces wasn't something really thought of when some of the underlying architecture was designed, weird stuff happens when say MPM and ELRS are both enabled, as they run at different speeds. This PR aims to try and resolve some of that #3642. I'm not sure what effect there is on PPM/SBUS. |
Ohh ohkka. Thanks a lot , will look into the mentioned PR |
@anshchawla521 Do you have the possibility to plug an MPM into the ext. module bay of your moded X10ISRM and measure the S.PORT voltage for HIGH level with an oscilloscope or logic analyzer (analog input)? |
@ParkerEde Sorry for the late reply but I own a T18 which is very similar to a Jumper T18 , so I dont have the X10ISRM 😓 |
Is there an existing issue for this problem?
What part of EdgeTX is the focus of this bug?
Transmitter firmware
Current Behavior
Horus X10S Express:
If I want to use the internal ISRM and an external MPM IRX4+ at the same time, this is not possible. As soon as the external one is set up and ready for use and then the internal ISRM is activated, the connection to the external MPM is immediately interrupted.
Expected Behavior
both HF moduls should work at the same time
Steps To Reproduce
try to use both internal and external HF Moduls
Version
Nightly (Please give date/commit below)
Transmitter
FrSky X10 Express / X10S Express (ACCESS)
Anything else?
No response
The text was updated successfully, but these errors were encountered: