dvdesolve / glrpt

Interactive GUI application for receiving, decoding and displaying LRPT images from the Russian Meteor-M type of weather satellites
GNU General Public License v3.0
32 stars 6 forks source link

How to Specify Device? #19

Open benb0jangles opened 3 years ago

benb0jangles commented 3 years ago

HI again, I have now compiled SoapySDR for mac using all my devices. How do I specify GLRPT to select the one I choose?

command: SoapySDRUtil --info | grep "Available factories"

result: Available factories... airspy, airspyhf, audio, hackrf, lime, remote, rtlsdr, sdrplay, uhd

config folder: /usr/share/glrpt/config

Do I have to edit say 'Meteor-M2.cfg'? At present, using 'auto' in glrpt it is selecting 'audio' I would like to test with my rtlsdr

I See:

## SDR device settings

device: {
    # SoapySDR device driver name. You can find supported drivers by running:
    # SoapySDRUtil --info | grep "Available factories"
    # and picking the right one. Special value "auto" will select SDR receiver
    # that matches specified device index
    #
    # Default value: "auto"
    # Type: string <optional>
    # Valid values: any supported by SoapySDR
    driver = "auto"

    # SoapySDR device index
    #
    # Default value: 0
    # Type: uint <optional>
    # Valid values: 0 <= index <= 255
    index = 0
}

But which to edit? I am guessing change: driver = "auto" to driver = "RTLSDR" is correct??

Thanks

dvdesolve commented 3 years ago

device index is the option for choosing proper device. to use it you should list connected devices with Soapysdr util and then select proper index. auto tries to guess first working device but may fail in some circumstances

73, Viktor

On Tue, Apr 27, 2021, 21:25 benbojangles @.***> wrote:

HI again, I have now compiled SoapySDR for mac using all my devices. How do I specify GLRPT to select the one I choose?

command: SoapySDRUtil --info | grep "Available factories"

result: Available factories... airspy, airspyhf, audio, hackrf, lime, remote, rtlsdr, sdrplay, uhd

config folder: /usr/share/glrpt/config

Do I have to edit say 'Meteor-M2.cfg'? At present, using 'auto' in glrpt it is selecting 'audio' I would like to test with my rtlsdr

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dvdesolve/glrpt/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHUWGJLAM4TJZXO35EFNFJ3TK36RFANCNFSM43VQSVDA .

benb0jangles commented 3 years ago

Is it possible tohave a drop down selector in V2.7.0?

dvdesolve commented 3 years ago

this is (as well as other features) are planned for 3.0.0 release which will be using liblrpt. so it's on my to-do list:)

73, Viktor

On Wed, Apr 28, 2021, 13:45 benbojangles @.***> wrote:

Is it possible tohave a drop down selector in V2.7.0?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dvdesolve/glrpt/issues/19#issuecomment-828354650, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHUWGJLFOXCPIK3M5XJSGT3TK7RNHANCNFSM43VQSVDA .

dvdesolve commented 2 years ago

9 also touches the same problem so I think we will continue discussion in current thread