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

OpenGD77 channels power #507

Open
ua0lnj opened this issue Dec 24, 2024 · 7 comments
Open

OpenGD77 channels power #507

ua0lnj opened this issue Dec 24, 2024 · 7 comments
Assignees
Labels
bug Something isn't working OpenGD77 Affects devices with OpenGD77 firmware

Comments

@ua0lnj
Copy link

ua0lnj commented Dec 24, 2024

Hi.
OpenGD77 have "Master" settings in channels power option. Master-min-low-midle-hi-max. After first codeplug upload from Qdmr I have min power of all channels now. Master must set as default, if power not setting in channels options.
That's great, do everything from Linux, no need to use Win :)

@hmatuschek hmatuschek self-assigned this Dec 24, 2024
@hmatuschek hmatuschek added bug Something isn't working OpenGD77 Affects devices with OpenGD77 firmware labels Dec 24, 2024
@hmatuschek
Copy link
Owner

First of all, thanks for reporting. It is certainly a bug. Unfortunately, I don't know, where the global power setting is stored and I don't have a OpenGD77 radio at hand. But you can help.

  1. Read the binary codeplug from the radio. dmrconf read codeplug1.dfu
  2. Change the global power setting in the radio
  3. Read it again dmrconf read codeplug2.dfu
  4. For each DFU file, create a hex-dump: dmrconf info codeplugX.dfu > codeplugX.hex
  5. Compare them using diff. E.g., diff codeplug1.hex codeplug2.hex

If the global power setting is stored in the codeplug on the radio, the difference should be visible.

@hmatuschek
Copy link
Owner

hmatuschek commented Dec 24, 2024

Also, I have fixed the power decoding of the channel power setting in the branch
507-opengd77-channels-power unfortunately, you may need to reset all power settings of your channels.

@ua0lnj
Copy link
Author

ua0lnj commented Dec 24, 2024

Ok, I'll try tomorrow.

@ua0lnj
Copy link
Author

ua0lnj commented Dec 25, 2024

I did it... 0 size of diff.
Another case, change the settings of one channel and compare?

@ua0lnj
Copy link
Author

ua0lnj commented Dec 25, 2024

About 507-opengd77-channels-power.
I read and wrote back codeplug. All channels were master power, became 500 mW. In Qdmr were default power, became low power, and no default.

@hmatuschek
Copy link
Owner

hmatuschek commented Dec 25, 2024 via email

@hmatuschek
Copy link
Owner

hmatuschek commented Dec 25, 2024 via email

@hmatuschek hmatuschek added this to the Version 0.12.1 milestone Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working OpenGD77 Affects devices with OpenGD77 firmware
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants