-
Notifications
You must be signed in to change notification settings - Fork 56
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
Baofeng RD-5R Dual Capacity Direct Mode #31
Comments
Well, it's definitely a bug. Thank you for the report. Not sure whether it's a bug in dmrconfig or in RD-5R firmware. Can you please send me an image of your configuration? I need more details. Is it simplex or duplex mode? Looks like RD-5R is using the DCDM mode flag in some unusual way. |
Sure thing here is my codeplugs: P.S. To make it more clear) |
Thank you for the codeplug. Here is what I found on RadioReference forums: "Dual Capacity Direct Mode (DCDM) is a DMR enhancement that can be employed when using simplex (direct) communication between radios. When operating with a DMR repeater, the repeater provides a sync signal for the two DMR time slots. Normally, DMR simplex operation between radios does not use time slots since there is no sync signal available. DCDM is an added feature that allows one of the radios in a simplex communication to provide a sync signal, thereby allowing the use of both time slots (i.e. Dual Capacity)." So DCDM mode is not for repeaters: it's only for direct communication to another radio. I can modify dmrconfig to always enable the DCDM bit on RD-5R in Simplex Digital mode. There is a problem of compatibility though. From RD-5R group on Facebook: "If you enable DCDM on a simplex channel, you will NOT be able to talk to other hytera or motorola radios on that same simplex channel. With DCDM enabled on a simplex channel, I could ONLY talk to other baofeng radios with that SAME setting DCDM enabled." Do you really want to make your radio incompatible with others in Simplex mode? |
Thank you for point it out!! An additional info really helps me to understand how it works.
Oh it indeed change my first intend to use this Baofeng feature. Later on it can cause huge mess. So as compromise, i think it possible to add optional field in digital channel settings with warning note about compatibility troubles with other radios. Maybe someone in future will need it. |
Greetings.
Original Baofeng software allows to define single TS for talking with repeater.
dmrconfig on other hand, don't set specified bit in codeplug until i manually change following line in rd5r.c:
After that my radio works fine on selected timeslot.
Maybe i miss something, but it appears to be a bug.
The text was updated successfully, but these errors were encountered: