Search found 87 matches

by ea3ihi
Tue Feb 18, 2020 6:32 pm
Forum: Bug reports
Topic: [Probably fixed] White noise after changing slot
Replies: 22
Views: 14414

Re: White noise after changing slot

I have created a PR with changes to keep track of the amp ussage. I have abused commenting lines where the amp pin is changed instead of replacing the lines with calls to the new ampEnableDisable function. Let me know what you think and I can clean the old commented code.



David
by ea3ihi
Mon Feb 17, 2020 6:06 pm
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: Update 16th Feb
Replies: 34
Views: 17416

Re: Update 16th Feb

With the latest version there is an audio quality drop in my gd77, it sounds like metallic and with some noise.

David
by ea3ihi
Sun Feb 16, 2020 9:38 pm
Forum: Bug reports
Topic: [Probably fixed] White noise after changing slot
Replies: 22
Views: 14414

Re: White noise after changing slot

Nice explanation. There are like 15 places where the amp pin is set to 0 or 1. We can create a new function to enable and disable the amp that receives as parameter if it has to be on or off, and the type of audio: beep, digital/analog (do you foresee we will have to differentiate dmr and analog?) T...
by ea3ihi
Sun Feb 16, 2020 3:13 pm
Forum: Bug reports
Topic: [Probably fixed] White noise after changing slot
Replies: 22
Views: 14414

Re: White noise after changing slot

Interesting theory, something worth investigating, maybe we need to add a close audio call after the key beep
by ea3ihi
Sun Feb 16, 2020 12:21 pm
Forum: Bug reports
Topic: [Probably fixed] White noise after changing slot
Replies: 22
Views: 14414

Re: White noise after changing slot

It still happens to me too. I have tried using the methods init_sound() and init_digital() when changing slot. Both methods are used when changing the channel. Using them when changing the slot did not produce the expected results. it is not really anoying at all, I can only hear it when at home in ...
by ea3ihi
Wed Feb 12, 2020 8:23 pm
Forum: Bug reports
Topic: Reset when scanning
Replies: 11
Views: 8327

Re: Reset when scanning

I will try to reproduce the problem and review the code, unfortunately even if it can be reproduced there is a lot of guess work as the debug options are minimal. What would be the best way to send some information via the serial port?
by ea3ihi
Thu Feb 06, 2020 12:23 pm
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: Update 4th Feb
Replies: 50
Views: 23658

Re: Update 4th Feb

Hello, I have the radio on, receiving on TS2, I hear once in a while short bursts of conversations being held on TS1, lasting a tenth of a second more or less. Same here, I was actually going to document it as a bug. I suspect that due to bit errors that sometimes might affect the TS field, some fr...
by ea3ihi
Tue Feb 04, 2020 9:14 pm
Forum: Developer discussions
Topic: New channel from VFO
Replies: 18
Views: 9992

Re: New channel from VFO

Yes, the VFO structure is copied so maybe CTSS and other features are already working...
by ea3ihi
Tue Feb 04, 2020 7:56 pm
Forum: Developer discussions
Topic: New channel from VFO
Replies: 18
Views: 9992

Re: New channel from VFO

It is working quite well now.

Instead of using overrideTG i am just copying the channel index from the VFO to the main channel structure. For the ts I am using the TS override to set the TS in the channel mode to the one selected in VFO mode.

I still have to look at CTSS related stuff....
by ea3ihi
Tue Feb 04, 2020 7:04 am
Forum: Developer discussions
Topic: New channel from VFO
Replies: 18
Views: 9992

Re: New channel from VFO

Thanks for the details. I have tested setting the rxGroup to 0 but I am not sure this is the behaviour we need, as it seems than then the contact is fixed and you can not change the TG after adding the channel and going to channel mode. It might be enough if we copy the contact that is used when you...