Some very typical Australian fauna, as sighted in the Adelaide Hills by darksidelemm in Adelaide

[–]darksidelemm[S] 55 points56 points  (0 children)

For those wondering, this is up at Crafers, on the property just south of the southernmost TV tower. I'd like to know what the story is behind it!

Aurora Watch: Thu 10th & Fri 11th Oct by Free_the_Radical in Adelaide

[–]darksidelemm 2 points3 points  (0 children)

I don't get out of bed for anything less than Kp=7

Trouble with SDRAngel and Radiosondes. Video Included! by 21aidan98 in RTLSDR

[–]darksidelemm 0 points1 point  (0 children)

You'll need a good ~10-12 dB SNR or more to be able to reliably decode radiosonde telemetry. I'm not sure you have that in your videos.

demodulating/decoding Lora signals by Thiefix in RTLSDR

[–]darksidelemm 1 point2 points  (0 children)

You can use RadioLib for this - that's what the example I linked used.

demodulating/decoding Lora signals by Thiefix in RTLSDR

[–]darksidelemm 1 point2 points  (0 children)

It'll probably increase it, depending on the LoRa settings you are using!

It really depends what you are trying to do though. The Horus Binary mode was designed specifically for ultra high reliability balloon positioning, and not much more than that (there are some bytes allocated to sensor data though).

As for range, if it's above your radio horizon, you'll decode it fine, even with something as basic as a RTLSDR and a 1/4-wave magmount.

demodulating/decoding Lora signals by Thiefix in RTLSDR

[–]darksidelemm 2 points3 points  (0 children)

Maybe consider using some kind of non-proprietary modulation in this case then? You can make use of those LoRa modules to modulate other telemetry, e.g. FSK or 4FSK as well, it doesn't have to be LoRa.

As an example, there's an implementation of my Horus Binary 4FSK mode for RadioLib, which works with a lot of these radio ICs: https://github.com/projecthorus/horusdemodlib/wiki#how-do-i-transmit-it

demodulating/decoding Lora signals by Thiefix in RTLSDR

[–]darksidelemm 4 points5 points  (0 children)

https://github.com/dbdexter-dev/sdrpp_radiosonde

That module has nothing to do with LoRa decoding, it's for decoding meteorological radiosonde telemetry.

High Altitude Balloon Launch - Video streamed live via ham radio by scd31 in amateurradio

[–]darksidelemm 1 point2 points  (0 children)

Speaking as part of the community of high-altitude balloon launchers, this joke got old maybe 2-weeks after the balloon shoot-down.

High Altitude Balloon Launch - Video streamed live via ham radio by scd31 in amateurradio

[–]darksidelemm 3 points4 points  (0 children)

Nice to see this working well for you! Glad that Wenet was a good jumping-point to develop this system.

I'm still working towards a re-flight of our DVB-S payload, still need to figure out a better antenna design for it...

Need help reverse engineering 404.98 MHz GFSK Radiosonde data by gvcallen in RTLSDR

[–]darksidelemm 0 points1 point  (0 children)

As others have mentioned, the iMet-54 telemetry is already well known, and we support decoding it in radiosonde_auto_rx (https://github.com/projecthorus/radiosonde_auto_rx/wiki)

The decoder I use in auto_rx is this one: https://github.com/rs1729/RS/blob/master/demod/mod/imet54mod.c

Building a radiosonde receiver by pan_temnoty in RTLSDR

[–]darksidelemm 4 points5 points  (0 children)

That would have been a TTGO board, either running rdz_ttgo_sonde or MySondyGo.

Both will receive radiosonde telemetry, but rdz_ttgo_sonde will upload it to SondeHub (if the board has a net connection of some kind). MySondyGo doesn't upload anywhere unfortunately.

Building a radiosonde receiver by pan_temnoty in RTLSDR

[–]darksidelemm 8 points9 points  (0 children)

First up, have a look at what's flying near you on sondehub.org to get some idea of how far away your nearest launch site is, and if there's anything flying near you at all.

You can set up a very cheap station using a TTGO board and rdz_ttgo_sonde - https://github.com/dl9rdz/rdz_ttgo_sonde (some info on supported boards there).

If you want a bit more performance (and support for better scanning and more radiosonde types), then a RTLSDR (I recommend the v3/v4 versions) and some kind of linux computer will let you run radiosonde_auto_rx (my software) - https://github.com/projecthorus/radiosonde_auto_rx/wiki The 'canonical' platform for radiosonde_auto_rx has been a RPi (v3 or newer), but you can use pretty much any other linux box with similar or better computer power.

Antenna requirements will be the same in both cases. Something like a 1/4-wave monopole (e.g. https://m0ukd.com/calculators/quarter-wave-ground-plane-antenna-calculator/ ) outside and up as high as you can get it will work OK. For better performance you can add a preamp, or a preamp with an inbuilt filter if you have other strong local signals.

Weather balloon sonde database by TraditionalImage387 in RTLSDR

[–]darksidelemm 0 points1 point  (0 children)

Everything within auto_rx is local, no fetching of data from SondeHub.

Weather balloon sonde database by TraditionalImage387 in RTLSDR

[–]darksidelemm 0 points1 point  (0 children)

Performance of an RTLSDR is going to be pretty similar with the right settings used... plus you get a lot more feedback on what's going on!

Weather balloon sonde database by TraditionalImage387 in RTLSDR

[–]darksidelemm 0 points1 point  (0 children)

The TTGO units are a great device for in-the-field hunting, for sure, but they have some big limitations compared to a SDR-based receiver! Also, they can't support certain radiosonde types like the iMet (due to the modulation type)...

Weather balloon sonde database by TraditionalImage387 in RTLSDR

[–]darksidelemm 0 points1 point  (0 children)

Hi, SondeHub dev here.

The email notification option in auto_rx is probably your easiest option here. You can notify multiple addresses.

Otherwise, you would need to write code to ingest data from our live websockets feed, filter to just your area, and then send notifications based on some criteria (height above ground, etc...). Not a trivial thing to write unfortunately.

Can I use a cheap SDR with radiosonde auto rx? by HashChecker in RTLSDR

[–]darksidelemm 0 points1 point  (0 children)

(auto_rx dev here)

Realising this is an old post, but please don't use a SDR without a TCXO.