sdrangel/plugins/samplesource/androidsdrdriverinput
wysiwyng 24e3fb2d76 add rsp1b to remote sinks/sources 2024-02-18 19:57:00 +01:00
..
CMakeLists.txt Add Android SDR Driver sample source. 2023-09-08 10:52:51 +01:00
androidsdrdriverinput.cpp Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
androidsdrdriverinput.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
androidsdrdriverinputgui.cpp add rsp1b to remote sinks/sources 2024-02-18 19:57:00 +01:00
androidsdrdriverinputgui.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
androidsdrdriverinputgui.ui Add Android SDR Driver sample source. 2023-09-08 10:52:51 +01:00
androidsdrdriverinputplugin.cpp Updated changelogs and plugins versions 2023-11-29 05:00:58 +01:00
androidsdrdriverinputplugin.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
androidsdrdriverinputsettings.cpp Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
androidsdrdriverinputsettings.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
androidsdrdriverinputtcphandler.cpp Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
androidsdrdriverinputtcphandler.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
androidsdrdriverinputwebapiadapter.cpp Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
androidsdrdriverinputwebapiadapter.h Rewriting of copyright notices for plugins/samplesource. Part of #1893 2023-11-18 10:07:41 +01:00
readme.md Add Android SDR Driver sample source. 2023-09-08 10:52:51 +01:00

readme.md

Android SDR Driver Input Olugin

Introduction

This input sample source plugin gets its I/Q samples from the Android SDR Driver or SDRplay Driver apps. These apps enable support for RTL SDR, HackRF and SDRPlay SDRs.

Interface

Android SDR Driver input plugin GUI

1: Start/Stop

Device start / stop button.

  • Blue triangle icon: device is ready and can be started
  • Green square icon: device is running and can be stopped
  • Red square icon: an error has occured with the connection to the device. The plugin will continually try to reconnect.

2: Center frequency

This is the center frequency in kHz of the device.

3: Stream sample rate

Network I/Q sample rate in kS/s.

4: Local oscillator correction

This is the correction to be applied to the device's local oscillator in ppm.

5: DC offset correction

Check this button to enable DC offset correction on the device.

6: IQ imbalance correction

Check this button to enable IQ imbalance correction on the device.

7: Bias tee

Check this button to enable a bias tee, if the device supports it.

8: Direct sampling mode

Use this button to activate RTL-SDR's direct sampling mode. This can be used to tune to HF frequencies.

9: Sample bit depth

Specifies number of bits per I/Q sample transmitted via TCP/IP. This should be 8 for RTL SDR, but can be 16 for SDRPlay.

10: Server TCP Port

TCP port of SDR Driver to connect to. Typically 1234.

11: Sample rate

Specify the device's sample rate in samples per second (S/s).

12: RF Bandwidth

Specifies the bandwidth in kHz of the analog filter in the device. Available bandwidths are dependent upon the device.

13: Gain

Specify gain in dB applied in various stages of the device. Available gains will depend upon the type of device.

12: AGC

Check to enable automatic gain control in the device. How AGC works is device dependent.