projecthorus / radiosonde_auto_rx

Automatically Track Radiosonde Launches using RTLSDR
GNU General Public License v3.0
498 stars 125 forks source link

Location Confusion - 2 sondes on same freq #606

Closed K4KDR closed 1 year ago

K4KDR commented 2 years ago

More of an FYI than a request or issue...

tonight I am in-range of two radiosondes transmitting on the same frequency. As you can see in the images below, either autoRX on my local device, or the sondehub.org website (don't know which) seems to have difficulty with the position plots. Thanks!

2022-02-03--sondehub

2022-02-03--autorx

darksidelemm commented 2 years ago

Welcome to the wonders of DFM telemetry... Will have to provide a longer answer when I'm off my phone, but there is very little we can do here...

On Thu, 3 Feb 2022, 11:14 K4KDR, @.***> wrote:

More of an FYI than a request or issue...

tonight I am in-range of two radiosondes transmitting on the same frequency. As you can see in the images below, either autoRX on my local device, or the sondehub.org website (don't know which) seems to have difficulty with the position plots. Thanks!

[image: 2022-02-03--sondehub] https://user-images.githubusercontent.com/19886368/152261973-8e41a616-6f6e-45cb-a627-e4156277463e.png

[image: 2022-02-03--autorx] https://user-images.githubusercontent.com/19886368/152261993-4e359f37-3067-4b80-9b5b-2c11d3782d50.png

— Reply to this email directly, view it on GitHub https://github.com/projecthorus/radiosonde_auto_rx/issues/606, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH57E7XP5LKMBRA2GLTYP3UZHFWZANCNFSM5NNRLX7Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

TheSkorm commented 2 years ago

FYI we'll be implementing some more intensive backend data checking specifically for DFMs in the future to hopefully reduce this occurring.

DFMs send their serial in one frame, and their telemetry in several other frames. So the serial will decode in one frame but then you rx telemetry from a completely different radiosonde in the the proceeding frames.

-- Michaela Wheeler @.***

On Thu, 3 Feb 2022, at 12:16 PM, Mark Jessop wrote:

Welcome to the wonders of DFM telemetry... Will have to provide a longer answer when I'm off my phone, but there is very little we can do here...

On Thu, 3 Feb 2022, 11:14 K4KDR, @.***> wrote:

More of an FYI than a request or issue...

tonight I am in-range of two radiosondes transmitting on the same frequency. As you can see in the images below, either autoRX on my local device, or the sondehub.org website (don't know which) seems to have difficulty with the position plots. Thanks!

[image: 2022-02-03--sondehub] https://user-images.githubusercontent.com/19886368/152261973-8e41a616-6f6e-45cb-a627-e4156277463e.png

[image: 2022-02-03--autorx] https://user-images.githubusercontent.com/19886368/152261993-4e359f37-3067-4b80-9b5b-2c11d3782d50.png

— Reply to this email directly, view it on GitHub https://github.com/projecthorus/radiosonde_auto_rx/issues/606, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH57E7XP5LKMBRA2GLTYP3UZHFWZANCNFSM5NNRLX7Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/projecthorus/radiosonde_auto_rx/issues/606#issuecomment-1028512318, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABZK45XZZ6KRMSL53A26BLUZHJQFANCNFSM5NNRLX7Q. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>

K4KDR commented 2 years ago

VERY interesting - thank you for the info!!

TheSkorm commented 2 years ago

Added to the backend : https://github.com/projecthorus/sondehub-infra/commit/001fc6c5ca6028cafa287a92cd890b39fe6a4a5a

Keep an eye out for this type of thing occurring again. Hopefully its less likely now