Search found 87 matches

by ea3ihi
Mon Feb 03, 2020 9:55 pm
Forum: Developer discussions
Topic: New channel from VFO
Replies: 18
Views: 10721

Re: New channel from VFO

I am going through the code to find out why the contact is not saved when in DMR mode. I still have to learn a lot about how things are layed out, so any help will be appreciated.

David
by ea3ihi
Mon Feb 03, 2020 6:18 pm
Forum: Developer discussions
Topic: New channel from VFO
Replies: 18
Views: 10721

Re: New channel from VFO

Thanks for testing, EA5SW.

What about the "VFO --> NEW CHAN" menu position? maybe if we move it bellow the "VFO: A" option it will look better.

David
by ea3ihi
Sun Feb 02, 2020 5:50 pm
Forum: Developer discussions
Topic: New channel from VFO
Replies: 18
Views: 10721

Re: New channel from VFO

I have created channels up to 131 and it looks good.
by ea3ihi
Sun Feb 02, 2020 4:40 pm
Forum: Developer discussions
Topic: New channel from VFO
Replies: 18
Views: 10721

New channel from VFO

I have been working in the feature to add new channels. There is a new option "VFO --> NEW CHAN" when in vfo mode. This is the strategy in the implementation: * Find a "free" channel and set it as current channel * Flag that the channel is in use in the eeprom/flash * Copy the vfo channel data to th...
by ea3ihi
Fri Jan 31, 2020 3:00 pm
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Help Requested] Embedded GPS info
Replies: 7
Views: 7981

Re: [Help Requested] Embedded GPS info

Helo, find attached some dmr frames with aprs data sent to the tg 214999 which is the one we use in Spain. {"signature":"DMRD","seq":4,"source":2143827,"destination":214999,"repeaterId":2143827,"slot":1,"callType":1,"frameType":2,"dataType":6,"voiceSeq":6,"streamId":3541696321,"data":{"type":"Buffer...
by ea3ihi
Fri Jan 31, 2020 12:00 pm
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: [Help Requested] Embedded GPS info
Replies: 7
Views: 7981

Re: [Help Requested] Embedded GPS info

Hello Daniel, I can capture some dmr frames with my hotspot, the anytone 878uv, and some of my nodejs based utilities which allows me to run my own server. Do you have some special requirements for the capture?

I attach a sample of how the data will look like.


David
by ea3ihi
Sat Jan 25, 2020 7:40 pm
Forum: Developer discussions
Topic: Contact lookup is consuming large amounts of CPU time
Replies: 17
Views: 9526

Re: Contact lookup is consuming large amounts of CPU time

I am doing a small fast and dirty test, using a structure that contains a uint32 for the tg/pc id and uint16 for the contact index. The code can be found at: https://github.com/ea3ihi/OpenGD77/tree/idlookup I am initialising the cache from the splash screen, probably not the best place but I though ...
by ea3ihi
Sat Jan 25, 2020 10:26 am
Forum: Developer discussions
Topic: Contact lookup is consuming large amounts of CPU time
Replies: 17
Views: 9526

Re: Contact lookup is consuming large amounts of CPU time

I think there is no need to copy all 1024 contacts into ram, but instead have an index in ram that maps the dmr id with the contact number, so the lookup is performed in ram to obtain the contact number, and then just one contact record is read from flash.
by ea3ihi
Sat Jan 25, 2020 9:39 am
Forum: Bug reports
Topic: [Probably fixed] White noise after changing slot
Replies: 22
Views: 14657

Re: White noise after changing slot

I can confirm the same happens with your latest build from the 22nd of January
by ea3ihi
Fri Jan 24, 2020 6:57 pm
Forum: Bug reports
Topic: [Probably fixed] White noise after changing slot
Replies: 22
Views: 14657

[Probably fixed] White noise after changing slot

If you are listening to DMR in a slot and there is audio signal, if you press the star key to change slot and in the new slot there is no audio, a white noise can be heard. Should audio be turned off when changing slot? (maybe by calling terminate_digital()?)