-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RS41 R-Series No GPS Position #10
Comments
A longer sample is here: https://rfhead.net/sondes/brokenrs41_2.wav
Did something change in the packet format?! Or are the sondes just broken? |
Additional information: |
Another interesting observation:
We usually get the other calibration frames in sequence. On the above 'broken sonde' sample, we are getting the 0x32 sub-frame with EVERY frame:
This suggests there may be something very very wrong with the radiosonde. |
Further information: Still, this 0x80 frame type appears to be a bit of a mystery!
|
Wait nope - 0x80 frame types are encrypted! https://github.com/bazjo/RS41_Decoding/tree/master/RS41-SGM Uh oh... |
(projecthorus/radiosonde_auto_rx#157) [ 4250] (R0230556) # 7928[0] 80A7[0] 762C[0] Encrypted block in 0x80A7. When there is no standard gps-block/pck, the decoder displays only the pck_ids and crc_check (0==OK). EDIT/remark: |
Yep my mistake, you can close this.
I wrote a patch on the plane which detects the encrypted packet and prints
a warning, and adds a field to the JSON output. Will submit a PR sometime
tonight or tomorrow.
…On Mon., 8 Apr. 2019, 17:15 rs1729, ***@***.***> wrote:
(projecthorus/radiosonde_auto_rx#157
<projecthorus/radiosonde_auto_rx#157>)
Looks like RS41-SGM.
[ 4250] (R0230556) # 7928[0] 80A7[0] 762C[0]
[ 4251] (R0230556) # 7928[0] 80A7[0] 762C[0]
[ 4252] (R0230556) # 7928[0] 80A7[0] 762C[0]
[ 4253] (R0230556) # 7928[0] 80A7[0] 762C[0]
[ 4254] (R0230556) # 7928[0] 80A7[0] 762C[0]
[...]
Encrypted block in 0x80A7. When there is no standard gps-block/pck, the
decoder displays only the pck_ids and crc_check (0==OK).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA_fk5CcWEFlJIUs67uKbO8DbCODq1zOks5veuySgaJpZM4chHBc>
.
|
https://github.com/rs1729/RS/blob/master/demod/rs41dm_dft.c#L1140 |
(Duplicating this here from the auto_rx repo)
R-series Vaisala RS41s are being detected, but no GPS data is being extracted.
An audio sample of a sonde that has this issue is here: https://rfhead.net/sondes/brokenrs41.wav
Download and pipe into rs41dm_dft (rs41ecc in auto_rx/) using;
cat brokenrs41.wav | ./rs41ecc
Only the serial number will be shown.
The text was updated successfully, but these errors were encountered: