SQL support #32
Replies: 7 comments
-
Hi Max, |
Beta Was this translation helpful? Give feedback.
-
This firmware (https://github.com/konstcranky/ATS_MINI) implements SQL tied to the signal level. This is very useful for listening to truckers on CB frequencies! Please also implement this feature in your firmware, because this is a useful functionality that should be distributed. |
Beta Was this translation helpful? Give feedback.
-
Since your firmware has become the main one, with the greatest prospects in development for the devices of many people, I ask you to add support for SQL settings with the ability to select the level. In the citizen band (CB) range, this would allow using the device while driving in a car. |
Beta Was this translation helpful? Give feedback.
-
The current plan is to add a sliding window buffer (12 samples or so) to push the SNR (and RSSI in another buffer) measurements every 100mS. The display indicators could use the most recent value from the buffer and will be updated every 12th sample (and only if it is different from the oldest value in the buffer). Squelch could do some averaging over the last X values (less than 12). Also SQL should be explicitly unmuted before going to the CPU Sleep mode, otherwise there won't be any sound. When the sound is muted by SQL, the Volume value in the sidebar will be highlighted accordingly. A remaining question is whether to store the SQL level in EEPROM at all, store it once, per-mode or per-band... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The feature was released in 2.22. Uses rssi under the hood because snr is always zero in ssb |
Beta Was this translation helpful? Give feedback.
-
Thanks for the squelch! Long awaited and gladly received. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Add SQL based on RSSI (likely per-band and/or per-mode). Not sure how practical that would be.
Beta Was this translation helpful? Give feedback.
All reactions