SatDump / SatDump

A generic satellite data processing software.
https://www.satdump.org
GNU General Public License v3.0
1.39k stars 155 forks source link

satdum live SDR device name argument ? #464

Closed f6bvp closed 1 year ago

f6bvp commented 1 year ago

Working via Internet ssh to remote site running SatDump-ui it is unusable for it is to low despite fast links on both sides.

I wanted to try satdump_sdr_server or satdump service

However arguments for --source RTL2832U or other spelling did not work.

lsusb shows : Realtek Semiconductor Corp. RTL2838 DVB-T

SaDump-ui device says :

Generic RTL2832U OEM #0

What argument should I put to select this RTL SDR device with live or server application ?

Suggestion : SatDump could display the device names list to use when started.

Regards,

Bernard f6bvp /ai7bg

f6bvp commented 1 year ago

Trying SatDump live, not 'satdump service' as written before. And suggestion is that SatDump could display the exact SDR device names that should be used on command line not the one in the list of device that do not work.

JVital2013 commented 1 year ago

To get the list of available SDRs in a format that works for the command line, run satdump sdr_probe. The "type" is the parameter to use for --source in your live command.

image

In this case, you will want rtlsdr. If you have more than one connected, look at the "ID" from satdump sdr_probe, and then add a --source_id <id> flag to your satdump live command.

The satdump sdr_probe command should be better documented - I added a line about it in the main README for now.

f6bvp commented 1 year ago

Hi Jamie,

Thanks a lot for your help providing additional documentation and very usefull information about devices (sources).

Bernard f6bvp / ai7bg

Jamie Vital a écrit :

To get the list of available SDRs in a format that works for the command line, run |satdump sdr_probe|. The "type" is the parameter to use for |--source| in your live command.

image https://user-images.githubusercontent.com/24253715/280826160-ab7c8c1e-3768-4448-b775-694086c6da19.png

In this case, you will want |rtlsdr|. If you have more than one connected, look at the "ID" from |satdump sdr_probe|, and then add a |--source_id | flag to your satdump live command.

The |satdump sdr_probe| command should be better documented - I added a line about it in the main README for now.

— Reply to this email directly, view it on GitHub https://github.com/SatDump/SatDump/issues/464#issuecomment-1796174115, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLUALIN7ZGCY45SBXVG7W3YDE36ZAVCNFSM6AAAAAA66MCDXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJWGE3TIMJRGU. You are receiving this because you authored the thread.Message ID: @.***>

-- मेरे बहुत-से शौक़ हैं j'ai beaucoup de passe-temps

f6bvp commented 1 year ago

The following should probably not here but I don't know where to chat ? I translated (with Google translate help ...) Satdump basic use in french for our radiotelescope blog : https://radiotelescopelavillette.wordpress.com/application-satdump/ Actual pictures are not included and there is a link toward SatDump Basic Usage. Are you interested in linking such translation to https://www.satdump.org/

By the way. https://www.satdump.org/ Menu on the left does not refer to https://www.satdump.org/posts/basic-usage/

It could be nice to let it know on the Menu ?

Best regards,

Bernard

f6bvp commented 1 year ago

A more interesting proposal. You could include a Translate Widget on Satdump.org Menu ? I did on our site and it it is very effective.

Bernard

f6bvp commented 1 year ago

Correct display after pluging two RTL : satdump sdr_probe [16:55:14 - 07/11/2023] (I) Found devices (sources) : [16:55:14 - 07/11/2023] (I) - File Source [16:55:14 - 07/11/2023] (D) - type : file [16:55:14 - 07/11/2023] (D) - id : 0 [16:55:14 - 07/11/2023] (I) - Generic RTL2832U OEM #0 [16:55:14 - 07/11/2023] (D) - type : rtlsdr [16:55:14 - 07/11/2023] (D) - id : 0 [16:55:14 - 07/11/2023] (I) - Generic RTL2832U OEM #1 [16:55:14 - 07/11/2023] (D) - type : rtlsdr [16:55:14 - 07/11/2023] (D) - id : 1 [16:55:14 - 07/11/2023] (I) - RTL-TCP [16:55:14 - 07/11/2023] (D) - type : rtltcp [16:55:14 - 07/11/2023] (D) - id : 0 [16:55:14 - 07/11/2023] (I) - SDR++ Server [16:55:14 - 07/11/2023] (D) - type : sdrpp_server [16:55:14 - 07/11/2023] (D) - id : 0 [16:55:14 - 07/11/2023] (I) - SpyServer [16:55:14 - 07/11/2023] (D) - type : spyserver [16:55:14 - 07/11/2023] (D) - id : 0 [16:55:14 - 07/11/2023] (I) - UDP Source [16:55:14 - 07/11/2023] (D) - type : udp_source [16:55:14 - 07/11/2023] (D) - id : 0 [16:55:14 - 07/11/2023] (I) Found devices (sinks) : [16:55:14 - 07/11/2023] (I) Done! Goodbye

and satdump live ok with

satdump live noaa_apt noaa_apt_live_test --source rtlsdr --source_id 0 --frequency 1544.5e6 --general_gain 29.6 --dc_block --samplerate 2e6

Thanks again !

Bernard

JVital2013 commented 1 year ago

I'm glad to hear you got the CLI working!

I'll leave this open for other devs to look at re: the translation suggestion.

JVital2013 commented 1 year ago

Actually, I'm going to split the translation off to a new issue so it doesn't get lost. Thanks!