RS41_Decoding icon indicating copy to clipboard operation
RS41_Decoding copied to clipboard

Reverse Engineering of the Vaisala RS41 Radiosondes Data Frame Format

Results 4 RS41_Decoding issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for sharing your knowledge and code. It may not be worth a pull/merge request, but I had some difficulties getting started. It seems that both recordings in rs41/wav...

The example frame field `7D - GPSRAW` has two bit errors, which lead to a checksum error if CRC is applied. Byte `0x0DA` should be `0x46` and byte `0x100` should...

Hi, i have written fsk demod and not very finished frame decoder in python. It might be used as "possible" implementation if someone is interested in signal processing. I just...

Just a FYI that @rs1729 added support for decoding of RS41-SGM *unencrypted* telemetry in his rs41mod decoder here: https://github.com/rs1729/RS/blob/master/demod/mod/rs41mod.c#L1265 We added support into radiosonde_auto_rx, and have been able to track...