Replies: 2 comments
-
Nice idea! |
Beta Was this translation helpful? Give feedback.
0 replies
-
By the way, as a workaround, you may be able to activate the current reset mechanism by adding 2 extra repeats of the new PI code, like so:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is an undocumented feature in RDSSpy for resetting the RDS data via TCP-connection. It would be useful to have such a feature in redsea too, because when scrolling thru the FM band, there might be some strange effects like combined RDS codes from two different stations.
So I suggest resetting the decoder internally when it gets
as input.
see rdssocket.txt
When you play this file, then you get RDS fragments from previous received station.
Examples:
VAL 20EN
which comes fromVAL 202
and thenKAERNTEN
orR.MAVI
which comes fromR.MARIA
and thenPRVI
.(both PS not completely transmitted due to timing error, which needs to be fixed in a different github project)
rdssocket_redsea.txt
Beta Was this translation helpful? Give feedback.
All reactions