Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which SDR to use and how adjust settings during reception #12

Open
meteorkees opened this issue May 3, 2024 · 2 comments
Open

Which SDR to use and how adjust settings during reception #12

meteorkees opened this issue May 3, 2024 · 2 comments

Comments

@meteorkees
Copy link

meteorkees commented May 3, 2024

Hi got everything running. But...
Did a few attempts today when ops-sat passed the Netherlands. No packets seen yet. I used the SDRplay RSP2pro sdr with the dual-band Arrow antenna (2m and 70cm).
In the terminal I saw only zero's passing by....

3 questions:

  1. Which sdr to use? the SDRplay RSP2pro or a RTL-SRD V3 dongle?
  2. In the RX window I see two graphs. Blue is data 0 and Red is data 1. What does this mean, and should they overlap each other?
  3. What is the function of the 'Squelch' slider? I hear no audio at all. Does that mean that no signal is coming in and decoded?

Thanks in advance!
pd2ch
image

@GuilhemHnr
Copy link
Collaborator

Hello pd2ch, thank you for your interest!

I cannot open the gnu radio companion scripts right now, so I will come with more complete answers on monday for points 2 and 3.

  1. The SDRplay RSP2pro might need a specific sampling block in gnuradio. The gnu radio script used by the “Start UHF reception with RTL-SDR” should however work for the RTL-SRD V3 dongle. We can work on adding a script for the SDRplay RSP2pro, alternatively, you can look at the scripts in ./app-grc_script/lib and have fun by customizing it, this folder can be downloaded individually as a .zip in the releases. How to use this scripts are explained in the UHF campain guide - GRC Scripts

Best regards!

@GuilhemHnr
Copy link
Collaborator

Here are the answers to the other two points:

  1. Data1 is the signal from the SDR. Data0 is the spectrum of a perfect sinusoid at the satellite frequency, only used as a reference. The overlap is not perfect because the rtl sdr is centered with a slight offset.

  2. The squelch is only a threshold that can be used to reduce noise on data1. See the documentation here

Best regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants