Hello,
First, I need to say that I'm a beginner with GNU Radio, so I'm perhaps doing many things wrong, sorry in advance !
I'm trying to build a gnuradio flow to listen both on some DMR channels and some Tetra, all the channels are in the range of my rtl-sdr v3 dongle.
As the flow for telive is ready, I'm starting with a gr-dsd only flow. But as telive seems to be only compatible with gnuradio 3.7, not above, I need other components compatible with this version too.
From what I've found so far, the most up to date component to listen to DMR is argilo gr-dsd (argilo/gr-dsd).
To be compatible with 3.7, I'm on 559335d githash (I will eventually merge the changes of latest dsd, when I get my flow working).
First problem I met, was that there is no demo grc provided with argilo fork of gr-dsd, so I searched some example elsewhere and found robotastic older fork (robotastic/gr-dsd)
There seemed to be no output from the DSD block, so I tried to reduce the flow to the strict minimum :

Then I see that gr complains about an error with Quadrature Demod block : Block - analog_quadrature_demod_cf_0 - Quadrature Demod(analog_quadrature_demod_cf): Source - out(0): Port is not connected.
In the doc, I see that this block output is float, Decimating FIR Filter is configured as Float => Float type, so I don't understand why gr complains...
Am I doing something wrong here ?
I also see that the arrows are gray after Quadrature Demod, is there a particular meaning ?
To make some tests, I'd like also to try to send audio from the flow to a dsdplus fastlane instance executed with wine, is it possible ?
First, I need to say that I'm a beginner with GNU Radio, so I'm perhaps doing many things wrong, sorry in advance !
I'm trying to build a gnuradio flow to listen both on some DMR channels and some Tetra, all the channels are in the range of my rtl-sdr v3 dongle.
As the flow for telive is ready, I'm starting with a gr-dsd only flow. But as telive seems to be only compatible with gnuradio 3.7, not above, I need other components compatible with this version too.
From what I've found so far, the most up to date component to listen to DMR is argilo gr-dsd (argilo/gr-dsd).
To be compatible with 3.7, I'm on 559335d githash (I will eventually merge the changes of latest dsd, when I get my flow working).
First problem I met, was that there is no demo grc provided with argilo fork of gr-dsd, so I searched some example elsewhere and found robotastic older fork (robotastic/gr-dsd)
There seemed to be no output from the DSD block, so I tried to reduce the flow to the strict minimum :

Then I see that gr complains about an error with Quadrature Demod block : Block - analog_quadrature_demod_cf_0 - Quadrature Demod(analog_quadrature_demod_cf): Source - out(0): Port is not connected.
In the doc, I see that this block output is float, Decimating FIR Filter is configured as Float => Float type, so I don't understand why gr complains...
Am I doing something wrong here ?
I also see that the arrows are gray after Quadrature Demod, is there a particular meaning ?
To make some tests, I'd like also to try to send audio from the flow to a dsdplus fastlane instance executed with wine, is it possible ?
