projecthorus / radiosonde_auto_rx

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

Russian Sonde Types - 1680 MHz & 403 MHz #592

Closed FellowWroclaw closed 1 year ago

FellowWroclaw commented 2 years ago

Hi everyone here! In Eastern Europe and parts of Central Asia commonly used Russian-made radiosondes other than MRZ-N1 400 MHz . They are tracked with radar and computer with SDR radio receives data from on IF output of radar receiver. Meteo-Radiy MRZ-3MK , an Aeropribor AK2-02м series . New radars are installed because it’s cheaper to operate with cost of 1 plain microwave sonde about $20 and cost of GPS one is about $45.

Also Aeropribor features АК2-02мФ АК2-02мН sondes for 403 MHz band using not only plain AFSK or GFSK but LoRa modulation

As for reception of 1680ish sondes it’s not possible directily with SDR , firstly you need to get IF from eg. satellite tv tuner and then feed it for further AM 800 kHz demodulation

darksidelemm commented 2 years ago

It's worth noting that many stations in the US are receiving 1680 MHz LMS6 sondes, though these are about 300 kHz in bandwidth. Most stations there are using either dish, or helix antennas with preamplifier to receive.

As for the LoRa sondes, as far as I'm aware there isn't an open-source LoRa demodulator that's actually functional, and it's also not really something I'd want to spend effort on. If someone wants to make a demodulator for these using a LoRa chip then they can have at it, and upload the results to Sondehub.

Either way, without a large amount of IQ samples and some 'truth' data for a few launches, it's not really possible to add any support.

darksidelemm commented 2 years ago

So, it seems the sondes that may need investigation are:

Nothing can proceed on any analysis of these without large amounts of IQ samples.

UE9AAG commented 2 years ago

It makes no sense to decode the MRZ-3M telemetry, there is no position information in it. The location is calculated by the active radar at the base station.

I have a weather balloon ak2-02m 403 MHz. It uses a non-standard LORA. I researched it and came to the conclusion that it needs a hardware decoder on the sx1278 chip to decode. You can use a standard module built on such a microcircuit, but it requires improvement.

BatiaMahno commented 2 years ago

Есть метеозонд Метео-Радий МРЗ-3М - 1680 МГц двойная модуляция,декодируется только телеметрия,координат нет. Есть метеозонд Аэроприбор АК2-02м - 403 МГц - LoRa могу предоставить замеры Есть метеозонд Метео-Радий МРЗ-Н1 U-blox 403 Мгц первый прототип в круглом корпусе.

BatiaMahno commented 2 years ago

Hello. You can add a decoder of weather balloons AK-02m with LORA modulation, operating frequency 403 MHz. A friend wrote a sketch. There is firmware from the weather balloon. SX1278 probe composition, 30.720 MHz resonator, STM32F030F4P6 AK2-02_Mn.zip

АК-02м 403.500мгц.zip

darksidelemm commented 2 years ago

No, I can't add this to auto_rx. What you have supplied is code for an Arduino board.

What I need is software which can take quadrature samples from a software-defined radio, and demodulate it to produce the data packets.

BatiaMahno commented 2 years ago

SX1278 + PC ?

darksidelemm commented 2 years ago

Not something that will be done within the auto_rx project. You'd have better luck asking the rdz_ttgo_sonde project about that, since they are already using a LoRa chipset on the TTGO.