windytan / redsea

Command-line FM-RDS decoder with JSON output.
MIT License
390 stars 36 forks source link

Hex dumps for TODO 7A 8A 9A 11A 12A #48

Closed darkbyte-ru closed 7 years ago

darkbyte-ru commented 7 years ago

First of all thanks for your software!

I test in on local fm radio and got some debug TODOs.

So I collect hex dumps in 5 minutes for each stantion with TODOs: todo.dump.zip

There is also one file with "unimplemented ODA app" message.

windytan commented 7 years ago

Thanks, very useful to have more actual data! I had nothing from Russia before.

I was not able to decode the TODO parts in these, unfortunately:

$ ./src/redsea -h < ~/Downloads/todo.dump/todo8A.dump | grep 8A | wc -l
       0
$ ./src/redsea -h < ~/Downloads/todo.dump/unimplemented_ODA_app_31076.dump | grep ODA | wc -l
       0

Some, if not most, of the messages you're seeing about unimplemented group types are probably caused by bit errors (noise). This seems to be the case because the unimplemented group is only seen once or twice, whereas the actual groups are repeated several times per second.

See the discussion about the robustness of RDS error detection in issue #35. Because we are allowing errors of 1 to 2 bits to be corrected, some errors will inevitably slip through undetected.

andimik commented 7 years ago

Good evening to Chelyabinsk.

I've checked with RDSSpy (just rename them to *.spy). Yes, indeed, the quality is very, very poor in some cases. Please try to get error-free reception first.

todo8A.dump does not include 8A, but 8B due to bad BER (up to 40%). todo8a dump spy

todo8A_12A.dump Very high BER todo8a_12a dump spy

todo9A.dump todo9a dump spy ODA AID 3920 and 3130 are not valid http://www.nrscstandards.org/RBDS/RDS%20ODA%20AIDs.pdf

unimplemented_ODA_app_31076.dump does not have ODA at all

darkbyte-ru commented 7 years ago

Oh, sorry. I just noticed, that SDR, on which I receive RDS, currently work without antenna. Seems that issue may be closed now. I will attach antenna soon and rescan RDS. If there any "TODO" happens, I will reopen issue.

andimik commented 7 years ago

Yes, please try again and upload maybe all stations you can receive.

andimik commented 7 years ago

Any news from Russia?

andimik commented 7 years ago

Oona, I guess you can close it now. No answer from Russian user.

windytan commented 7 years ago

I think you're right!