bazjo / RS41_Decoding

Reverse Engineering of the Vaisala RS41 Radiosondes Data Frame Format
57 stars 4 forks source link

Bit errors in example frame #3

Open malyska opened 3 years ago

malyska commented 3 years ago

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 be 0xde. Both errors originate in a single bit error. With those changes applied to the field, the correct checksum 0xbd9e will be calculated.