Search found 167 matches

by ok1pt
Tue Oct 06, 2020 6:30 am
Forum: Developer discussions
Topic: github frozen ?
Replies: 4
Views: 3242

Re: github frozen ?

No. Sorry, I've tried this in the past, including unstable branches and it didn't work for me. Committing unstable code eventually caused all sorts of versioning issue with the various forks. I no longer have time to cope with this level of complication, so I am no longer committing unstable code. ...
by ok1pt
Tue Oct 06, 2020 3:05 am
Forum: Developer discussions
Topic: github frozen ?
Replies: 4
Views: 3242

Re: github frozen ?

Unstable code is not committed to Github Hi Roger! Oh, I didn't know this, I thought that the development branch is there to keep the code under development, which may be unstable by nature :-). I wanted to continue on the DTMF things, and now I'm cut off :-). And even more strange seems to me to m...
by ok1pt
Mon Oct 05, 2020 2:45 pm
Forum: Developer discussions
Topic: github frozen ?
Replies: 4
Views: 3242

github frozen ?

Hi! I would like to pull changes in the development branch to test the new DTMF sending, power setting per channel etc. But it seems that github isn't updated. The development branch shows "Add dutch language and make minor changes to french, italian and german " as the last commit and my local git ...
by ok1pt
Sun Oct 04, 2020 9:17 am
Forum: Developer discussions
Topic: Improvements of the DTMF Contact sending
Replies: 21
Views: 10659

Re: Improvements of the DTMF Contact sending

Hi Pavel, Check out the new release: - https://www.opengd77.com/viewforum.php?f=13 - you need the cps and the firmware Hi! I understand. I already have the CPS, as I'm using binary releases. However, I would like to pull the firmware release to my local git tree, because I'm compiling the firmware ...
by ok1pt
Sun Oct 04, 2020 8:14 am
Forum: Developer discussions
Topic: Improvements of the DTMF Contact sending
Replies: 21
Views: 10659

Re: Improvements of the DTMF Contact sending

Hi Roger! Today I found on github, that you made a new tag containing the DTMF changes (+ a big bonus with individual power per channel :-) ). How to pull it ? I can't see it on neither of the two branches. Even when looking directly on the github sources (in the development branch), I can't find it...
by ok1pt
Sat Oct 03, 2020 9:17 am
Forum: Developer discussions
Topic: Improvements of the DTMF Contact sending
Replies: 21
Views: 10659

Re: Improvements of the DTMF Contact sending

Thanks Pavel I think we will initially just implement using values from the normal data in the codeplug. But perhaps in the future we can update it to include more settings. Arrghh. I just realized that if use these settings, then the firmware needs to also have a way to configure them. We'll proba...
by ok1pt
Sat Oct 03, 2020 7:53 am
Forum: Developer discussions
Topic: Improvements of the DTMF Contact sending
Replies: 21
Views: 10659

Re: Improvements of the DTMF Contact sending

Please can you explain about "much better would be to set individually the length of tones and pauses" Hi Roger, yes. Instead of this "rate" option it would be better to have two integer values called "DTMF digit duration [ms]" and "DTMF pause duration [ms]". and let the user set them manually. Of ...
by ok1pt
Sat Oct 03, 2020 4:38 am
Forum: Developer discussions
Topic: Improvements of the DTMF Contact sending
Replies: 21
Views: 10659

Re: Improvements of the DTMF Contact sending

Can you load the official CPS and tell me which inputs on the DTMF signalling screen map to which parts of your code, and I will attempt to write code to read those fields from the codeplug data. Hi Roger! On the right columne of the DTMF signalling window: - First digit delay is the pretime - The ...
by ok1pt
Thu Oct 01, 2020 4:16 am
Forum: Developer discussions
Topic: Improvements of the DTMF Contact sending
Replies: 21
Views: 10659

Re: Improvements of the DTMF Contact sending

Thanks Pavel. I will look at it later today. However I can't use your code until I have also changed the CPS to enable the Signalling and also read the signalling data from the codeplug Hi Roger! Of course, I understand it. It will be perfect to read the real timing values from the codeplug. There ...
by ok1pt
Thu Oct 01, 2020 2:59 am
Forum: Developer discussions
Topic: Improvements of the DTMF Contact sending
Replies: 21
Views: 10659

Re: Improvements of the DTMF Contact sending

Hi! I just added another improvement - a delay between keying on and sending the first digit. It's neccesary for waking up the receiver, unsquelching it and stabilizing things like AGC etc to let the first digit be received precisely. I also changed the timing values to test it (still hardwired to t...