Skip to content
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

loopback problem with 1 MMDVM_HS as remote gateway for fusion repeater #132

Open
DU8BL opened this issue Nov 17, 2020 · 1 comment
Open

Comments

@DU8BL
Copy link

DU8BL commented Nov 17, 2020

loopback problems on single MMDVM_HS (separate TX/RX freq but same band) acting as a remote gateway for fusion repeater. everything works fine but sometimes the MMDVM_HS will rx back to the network the tx of the repeater, any option to disable rx while tx is going for the MMDVM_HS? or drop it when it receives back what it transmitted?

@DL7CG
Copy link

DL7CG commented Dec 3, 2020

I can confirm that. The fusion repeater delays the transmission a bit, and the MMDVM_HS receives the last part of it's own transmission. The solution for this is to set the "TXHang" parameter in the MMDVM.ini. The MMDVM will then keep the TX on for a short period of time, preventing itself from receiving nonsense.

Unfortunately the current MMDVM_HS doesn't support the parameter. Please compare the "process" method here:
https://github.com/g4klx/MMDVM/blob/master/YSFTX.cpp
and here:
https://github.com/juribeparada/MMDVM_HS/blob/master/YSFTX.cpp

The writeSilence call is missing in MMDVM_HS. This would solve the problem ...

Best wishes

Carsten DL7CG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants