i have antenas cross yaggi with a rotator and an rtl sdr i dont receive any watrfall what can be the problem with the configuration of satnogs in raspberry pi
Share more information.
i set the configuration on my raspberry pi as following SATNOGS_SOAPY_RX_DEIVE
driver=rtl-sdr Enter if SDR is RTL-SDR.
o SATNOGS_ANTENNE
RX Enter.
o SATNOGS_RX_SAMP_RATE
2.048e6Enter (2Msps) for RTL-SDR.
o SATNOGS_STATION_ELEV
Enter the value set for “Altitude” in the ground station.
o SATNOGS_STATION_ID
Enter the ID of the ground station.
o SATNOGS_STATION_LAT
Enter the value you set as latitude in the “Coordinates” of
the ground station.
o STANOGS_STATION_LON
Enter the value that you set as the…
I have made my ground station with a cross yagi antena an amplifier and polariser on the roof and an rtl sdr with a raspberry pi 3 .I have created a satnogs account but no waterfall is there
We need more details on your satnogs-client install, for now the RF information isn’t important.
Something is wrong with the software install. The more details the better.
Please share the output from the following command:
sudo satnogs-setup
select advanced, select Support. Then share the output of the output.
Also share the journalctl
information as mentioned on the troubleshooting wiki
As a last step SoapySDRUtil --probe="driver=rtlsdr"
Could you try for Antenna to add ‘RX’ instead ‘Rx’?
ok i will try thank youu
it doen t work
Please run this and share the result.
$ SoapySDRUtil --probe=“driver=rtlsdr”
######################################################
Soapy SDR – the SDR abstraction library
######################################################
Probe device driver=rtlsdr
Found Rafael Micro R820T tuner
[INFO] Opening Generic RTL2832U OEM :: 00000001…
Found Rafael Micro R820T tuner
– Device identification
driver=RTLSDR
hardware=R820T
index=0
origin=GitHub - pothosware/SoapyRTLSDR: SoapySDR RTL-SDR Support Module
– Peripheral summary
Channels: 1 Rx, 0 Tx
Timestamps: YES
Time sources: sw_ticks
Other Settings:
* Direct Sampling - RTL-SDR Direct Sampling Mode
[key=direct_samp, default=0, type=string, options=(0, 1, 2)]
* Offset Tune - RTL-SDR Offset Tuning Mode
[key=offset_tune, default=false, type=bool]
* I/Q Swap - RTL-SDR I/Q Swap Mode
[key=iq_swap, default=false, type=bool]
* Digital AGC - RTL-SDR digital AGC Mode
[key=digital_agc, default=false, type=bool]
* Bias Tee - RTL-SDR Blog V.3 Bias-Tee Mode
[key=biastee, default=false, type=bool]
– RX Channel 0
Full-duplex: NO
Supports AGC: YES
Stream formats: CS8, CS16, CF32
Native format: CS8 [full-scale=128]
Stream args:
* Buffer Size - Number of bytes per buffer, multiples of 512 only.
[key=bufflen, units=bytes, default=262144, type=int]
* Ring buffers - Number of buffers in the ring.
[key=buffers, units=buffers, default=15, type=int]
* Async buffers - Number of async usb buffers (advanced).
[key=asyncBuffs, units=buffers, default=0, type=int]
Antennas: RX
Full gain range: [0, 49.6] dB
TUNER gain range: [0, 49.6] dB
Full freq range: [23.999, 1764] MHz
RF freq range: [24, 1764] MHz
CORR freq range: [-0.001, 0.001] MHz
Sample rates: 0.25, 1.024, 1.536, 1.792, 1.92, 2.048, 2.16, 2.56, 2.88, 3.2 MSps
Filter bandwidths: [0, 8] MHz
Just in case, when you changed the satnogs_soapy_rx_device from “Rx” to “RX”, did you hit the apply
button?
If yes, please run once more the support report by going to Advanced -> Support
.
The SATNOGS_SOAPY_RX_DEVICE
should be driver=rtlsdr
and not rtlsdr
Please change this, apply the change and check once more with new observations.