Replies: 2 comments 4 replies
-
The stored stations feature is being planned by @luarvique. And the station list is going to be persistent, like favorites/bookmarks. Unfortunately, auto tuning is not very reliable and also doesn't work on SSB, so we can't rely on it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The Memory function has been released in 2.12: https://github.com/esp32-si4732/ats-mini/releases/tag/v2.12 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One thing I really like about my tecsun radio is the "ETS" (easy-tuning-system) button. I actually can't remember the last time I actually walked frequencies to find something to listen to.
To do this, we'd need two features which dovetail:
It's not a heavy lift because we already can scan frequencies (although I'm not good at C so don't quote me...) so we just need to store them.
I would propose that this feature is ephemeral ("stations are stored until you turn off the radio...") and that it only operates with the current settings (band, step, etc). Of course there's "all" if you really want to sit and wait...
This has a derived requirement that there's a "knob mode" for walking the stored frequency list.
Beta Was this translation helpful? Give feedback.
All reactions