Recently RTL-SDR.com reader Mark wrote in and wanted to share his modified version of otti-soft’s GNU Radio flowgraph for decoding Meteor-M2 weather satellite images on Linux. The modified version allows for real time decoding, whereas the original version requires several offline decoding steps to be performed after recording the signal.
Mark writes:
I have modified one of otti-soft’s gnuradio flowgraphs so that they work with RTL-SDR and output the demodulated symbols to a TCP socket, from which the new version of LRPT Analizer (from robonuka.ru) can decode the data in real-time.
First, one needs to download and extract the AMIGOS version of the LRPT analyzer from robonuka.ru: ftp://meteor2soft:meteor2soft.pass@ftp.robonuka.ru/AMIGOS/AMIGOS2.zip.
(AFAIK, only the AMIGOS version is able to decode the data from a socket, which is required for real-time decoding).
The program is to be run under a 32-bit version of Wine.
When the satellite is overhead, open and run the flowgraph (attached) in gnuradio-companion and leave it running. You might need to adjust the gain.
Then, run the LRPToffLineDecoder.exe executable from the extracted archive.
It should display a constantly-updating constellation diagram. When the data is decoded, the channel images will start to appear in each section of the window.That’s it, when the image is decoded, one can save it and close the windows of gnuradio-companion and the decoder.
Notes: when running the flowgraph, no other processes (rtl_sdr, rtl_power, gqrx, …) should use the SDR device.
The modified GRC file is available here.

The post Real-Time decoding of Meteor-M2 on Linux appeared first on rtl-sdr.com.