Search found 87 matches

by ea3ihi
Mon Apr 27, 2020 5:45 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 69724

Side project, "DMR Station" network radio

I would like to present a new project I am working on. It is a DMR network radio. It can run on a Raspberry PI. I have borrowed some code (and a lot of inpiration) fro OpenGD77 and other projects. You can find more about it at http://dmrstation.com Here you have a video showing some of the features ...
by ea3ihi
Sat Mar 07, 2020 12:21 pm
Forum: Developer discussions
Topic: Copying of the calibration data
Replies: 10
Views: 6729

Re: Copying of the calibration data

Thanks for the answer, I made the wrong interpretation.
by ea3ihi
Fri Mar 06, 2020 7:31 am
Forum: Developer discussions
Topic: Copying of the calibration data
Replies: 10
Views: 6729

Re: Copying of the calibration data

When we talk about the dmr ids we are talking about the contacts, right? typedef struct { uint32_t tgOrPCNum; uint16_t index; } codeplugContactCache_t; typedef struct { int numTGContacts; int numPCContacts; codeplugContactCache_t contactsLookupCache[1024]; } codeplugContactsCache_t; __attribute__((s...
by ea3ihi
Thu Mar 05, 2020 8:34 pm
Forum: Developer discussions
Topic: Copying of the calibration data
Replies: 10
Views: 6729

Re: Copying of the calibration data

Only when I modify the DMR ID upload, to use the old calibration data store location, would going back become difficult That is what i suspected. Is it possible to make it an option in the CPS? Maybe some users do not need the extra DMR id space and prefer to keep the callibration copy intact. How ...
by ea3ihi
Thu Mar 05, 2020 6:15 pm
Forum: Developer discussions
Topic: Copying of the calibration data
Replies: 10
Views: 6729

Re: Copying of the calibration data

Will this have some impact if people wants to go back to the original firmware or a previous version?
by ea3ihi
Sun Mar 01, 2020 6:17 pm
Forum: Bug reports
Topic: [Probably fixed] White noise after changing slot
Replies: 22
Views: 14465

Re: White noise after changing slot

I have not looked at how the filtering works, if the new filter settings "close" the audio when it was open it might happen that the audio amp is left on. For instance when the slot is changed we call disableAudioAmp and it will be enabled the next time new dmr audio comes in. Maybe the same should ...
by ea3ihi
Wed Feb 26, 2020 4:49 pm
Forum: Bug reports
Topic: Reset when scanning
Replies: 11
Views: 8384

Re: Reset when scanning

I edit the message, i thought I had found a race condition while looking for a next channel but it is not the case.
by ea3ihi
Tue Feb 25, 2020 12:10 pm
Forum: General discussions
Topic: serial data with internal mic and speaker
Replies: 15
Views: 9454

Re: serial data with internal mic and speaker

So if I need to open the radio to solder some wires, appart from the USB connection is there another (free, not used during normal operation) bidirectional interface we can use to communicate to the outside world? (i2c, uart....) And now my crazy idea just in case you want to know what I am looking ...
by ea3ihi
Tue Feb 25, 2020 9:10 am
Forum: General discussions
Topic: serial data with internal mic and speaker
Replies: 15
Views: 9454

Re: serial data with internal mic and speaker

Before cutting any wires I will try to find the jacks in an electronic components store, do some testing and if it works build a connector with the 3d printer. Is this drawing right? if it is, then the data+ is in the tip of one of the connectors, I hope it is not the one that mechanically switchs b...
by ea3ihi
Mon Feb 24, 2020 7:18 pm
Forum: General discussions
Topic: serial data with internal mic and speaker
Replies: 15
Views: 9454

serial data with internal mic and speaker

How is the internal mic and speaker disabled when you connect a mic to the gd77? Is there a mechanical switch? Is it possible to modify the connectors, maybe by removing the tips to make them shorter, so one can use the internal mic and speaker and have serial data at the same time?

David