Search found 74 matches

by oh1fss
Tue Jan 19, 2021 9:21 pm
Forum: CPS
Topic: Yet another CPS for Linux and MacOS X
Replies: 24
Views: 13517

Re: Yet another CPS for Linux and MacOS X

And there is yet another Python script for codeplugs by LZ1CK, see:

Re: Read/write GD-77 codeplug in Linux in Python 3 (experimental)
by oh1fss
Tue Jan 19, 2021 9:16 pm
Forum: CPS
Topic: Yet another CPS for Linux and MacOS X
Replies: 24
Views: 13517

Re: Yet another CPS for Linux and MacOS X

There is also a python script to load the firmware , but is not been used for a long time and I don't know if it works on all radio types I used gd-77_firmware_loader.py two weeks ago and it worked fine on my Baofeng DM-5R Plus. Also, someone wrote a python script to transfer the cideplug, but I do...
by oh1fss
Mon Jan 18, 2021 6:04 pm
Forum: CPS
Topic: Yet another CPS for Linux and MacOS X
Replies: 24
Views: 13517

Re: Yet another CPS for Linux and MacOS X

Thanks, Hannes! I have Fedora 33, so I followed your instructions on the Github: [root@felix ~]# dnf install libusb-devel qt5-qtlocation-devel qt5-qtserialport-devel qt5-qttools-static qt5-qttools-devel qt5-qtbase-devel gcc-c++ git [jj@felix build]$ git clone https://github.com/hmatuschek/qdmr.git [...
by oh1fss
Sat Dec 26, 2020 2:37 pm
Forum: CPS
Topic: Script for personalizing a common codeplug
Replies: 1
Views: 2296

Script for personalizing a common codeplug

Have you built your codeplug from scratch? Or have you copied it from your friend or ham club? If you have copied, what do you do if the source changes? You could personalize it by using OpenGD77CPS. But it does not run natively in Linux. And anyway, it involves some manual work, at least you DMR ID...
by oh1fss
Thu Dec 03, 2020 8:50 am
Forum: CPS
Topic: CPS works great in virtual box
Replies: 8
Views: 4592

Re: CPS works great in virtual box

There is a python script someone posted to the forum, which can upload the codeplug on Linux machines. But I don't currently have a link to it. You'll need to track it down. There are two scripts gd77xfer and GD77transfer. You can find the latest GD77transfer here: http://opengd77.com/viewtopic.php...
by oh1fss
Thu Nov 19, 2020 9:45 pm
Forum: CPS
Topic: Python program to change DMR-ID and callsign of a codeplug
Replies: 3
Views: 2772

Python program to change DMR-ID and callsign of a codeplug

If several people use a common codeplug, it's handy to have a tool which can personalize the codeplug. This program assumes that several people use the same codeplug with the following differences: - radio ID (DMR ID) - radio name (callsign) - first line of the greeting text (callsign) - use the 2nd...
by oh1fss
Wed Nov 18, 2020 4:58 pm
Forum: CPS
Topic: Read/write GD-77 codeplug in Linux in Python 3 (experimental)
Replies: 51
Views: 46413

Re: Read/write GD-77 codeplug in Linux in Python 3 (experimental)

I have extended the program to read/write codeplugs to OpenGD77 radios. Now you can backup the calibration, flash, EEPROM and MCU ROM using the program. I have tested the program in Linux (Fedora 33) using Python 3.9 with Baofeng DM 5R Plus running OpenRD5R. The old functionality of the previous ver...
by oh1fss
Wed Nov 18, 2020 3:54 pm
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: Experimental Baofeng RD-5R version
Replies: 323
Views: 172334

Re: Experimental Baofeng RD-5R version

Also, because it does not have a power management chip, the settings need to be constantly saved to EEPROM, whenever the frequency or mode etc is changed. Which slows the radio down and will eventually wear out the EEPROM Would it be possible to disable saving settings automatically to EEPROM for R...
by oh1fss
Sun Sep 13, 2020 7:53 pm
Forum: Bug reports
Topic: DCS audio cuts out
Replies: 16
Views: 7775

Re: DCS audio cuts out

The problem can be reproduced easily. We have a repeater which uses CTCSS 103.5 Hz on receive and transmit. Wide deviation or loud audio makes the problem appear. I believe the repeater has Motorola radios? Another way of reproducing the problem was a simplex QSO when a GD77 was transmitting and we ...
by oh1fss
Wed Sep 09, 2020 3:50 pm
Forum: Bug reports
Topic: DCS audio cuts out
Replies: 16
Views: 7775

Re: DCS audio cuts out

There is a new version which should fix this problem: Re: New ongoing "Development" version has been created I compared versions Jul 31 2020 and the new one (Aug 30 2020) on Baofeng DM-5R Plus. The new version tolerates overdeviation better than the old one, but there are still some cuts when receiv...