Replies: 6 comments 8 replies
-
|
Hasak sends its settings as they're modified, so it produces a complete
inventory when it powers up and sets the initial defaults. Those may come
so fast that they trample each other.
It will also produce a throttled roll call any time it receives NRPN 2003.
As soon as I can get the quotation marks right, there will be hasak.json to
go with every released hasak.ino listing all the NRPNs and their details.
…-- 73 -- rec -- ad5dz --
On Sat, Feb 12, 2022 at 2:31 AM ahopper ***@***.***> wrote:
To create a ui able to set all possible settings you really need access to
the state of all controls, not just the ones that have changed since
connection.
This could just be a single message to trigger a send of all values or
some way to request each in turn.
—
Reply to this email directly, view it on GitHub
<#11>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACVNDP7SUHJXG2UF6EC2S3U2YEE3ANCNFSM5OGLAV6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
That sounds perfect, being able to demand them is good as the sdr sw is probably not running when the keyer starts up. |
Beta Was this translation helpful? Give feedback.
-
|
That may be a problem for some people, but I just unplug the Teensy from
USB and plug it back in. It starts, it enumerates its settings, it's
done. But I haven't needed it recently.
…On Mon, Feb 14, 2022 at 9:50 AM dl1ycf ***@***.***> wrote:
"Hasak sends its settings as they're modified, so it produces a complete
inventory when it powers up and sets the initial defaults."
The problem is, that the Teensy powers up as soon as the computer is
switched on, and any "client" listening to those messages is started much
later (after the computer boot is completed). So everything sent from the
Teensy upon power-up is easily lost.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Windows:
* I have a good json class in a single header (from Github) should anyone need it.
* As we’re talking CW latency in the RX chain is important. I’ve just implemented Partitioned FFT Convolution (IF filtering) which has a latency of 4ms irrespective of filter size. Will give links etc. should anyone be interested.
Simon Brown, G4ELI
<https://www.sdr-radio.com/> https://www.sdr-radio.com
From: ahopper ***@***.***>
Sent: 15 February 2022 07:22
To: softerhardware/CWKeyer ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [softerhardware/CWKeyer] Reading all control state (Discussion #11)
Yes I meant the json descriptor. This would then allow anyone to add features and the ui would keep up without having to coordinate version numbers and locations of files.
—
Reply to this email directly, view it on GitHub <#11 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AEZKU5SDL735KGM64YLHEDLU3H5KJANCNFSM5OGLAV6Q> .
You are receiving this because you are subscribed to this thread. <https://github.com/notifications/beacon/AEZKU5VLK6NOSLCH4SR52ZDU3H5KJA5CNFSM5OGLAV62YY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAQT6AA.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
-
|
If you're using a SDR for CW (or SSB for that matter) you don't want unnecessary RX latency as someone else can jump in before you in reply to a CQ. Ideally every area should have the lowest latency possible. Using 'Partitioned FFT Convolution' in the RX is a good way of reducing delay in the RX filtering. When you're in a QSK QSO at 50wpm then latency counts. FWIW the IC-7300 latency is excellent. |
Beta Was this translation helpful? Give feedback.
-
|
Okay, that makes excellent sense to me.
The discussion "Expanded NRPN common core #23" includes a NRPN_ID_JSON
nrpn, please chime in. And help me find any bugs in the NRPN_STRING*
proposal.
…On Tue, Feb 15, 2022 at 2:22 AM ahopper ***@***.***> wrote:
Yes I meant the json descriptor. This would then allow anyone to add
features and the ui would keep up without having to coordinate version
numbers and locations of files.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
To create a ui able to set all possible settings you really need access to the state of all controls, not just the ones that have changed since connection.
This could just be a single message to trigger a send of all values or some way to request each in turn.
Beta Was this translation helpful? Give feedback.
All reactions