ExtIO_RTLSDR# - custom ExtIO for RTLSDR
-
- Posts: 76
- Joined: Thu Jan 25, 2018 10:48 pm
Re: ExtIO_RTLSDR# - custom ExtIO for RTLSDR
the noise floor is the same.
Just recalibrate signal level and all will be the same.
Just recalibrate signal level and all will be the same.
Re: ExtIO_RTLSDR# - custom ExtIO for RTLSDR
That is treu.
But i use a PMSDR FIFI and sdrplay here.
I only use HDSDR and sometimes WRPLus .
I must only for rtl calibrate before use.
But i use a PMSDR FIFI and sdrplay here.
I only use HDSDR and sometimes WRPLus .
I must only for rtl calibrate before use.
Re: ExtIO_RTLSDR# - custom ExtIO for RTLSDR
Hi QRP! Great stuff, thanks.
Where can I get the source code of your driver implementation?
Thanks again.
Where can I get the source code of your driver implementation?
Thanks again.
Re: ExtIO_RTLSDR# - custom ExtIO for RTLSDR
Donde puedo conseguir una versión de sdruno anterior a la 1.22
Re: ExtIO_RTLSDR# - custom ExtIO for RTLSDR
hi qrp
tnx for the new extio
trying to get it to go on windows 10 but _u8 both 1001 and 1115 have a problem locating rtlsdr.dll.
Have in same dir as HDSDR.exe.
Using 2.76 and a 2832 dongle that works fine using Extio_RTL2832.dll
w10
rich
[TRACE] ExtIO_RTLSDR# - ExtIO plugin for RTLSDR (c)2019 alex_m
[TRACE]
[TRACE] InitHW
[ERROR] DllNotFoundException: Unable to load DLL 'rtlsdr': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
tnx for the new extio
trying to get it to go on windows 10 but _u8 both 1001 and 1115 have a problem locating rtlsdr.dll.
Have in same dir as HDSDR.exe.
Using 2.76 and a 2832 dongle that works fine using Extio_RTL2832.dll
w10
rich
[TRACE] ExtIO_RTLSDR# - ExtIO plugin for RTLSDR (c)2019 alex_m
[TRACE]
[TRACE] InitHW
[ERROR] DllNotFoundException: Unable to load DLL 'rtlsdr': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Re: ExtIO_RTLSDR# - custom ExtIO for RTLSDR
I already fixed it a week ago, just forgot to upload.

Updated version. rtlsdr.dll recompiled with statically linked libraries. Now it doesn't requires VC runtime libraries.
This is the same v1.1.1.5. It just includes a new version of rtlsdr.dll, which will works even if VC runtime libraries are not installed on your machine.
You can also use this rtlsdr.dll with SDR#. If you have problems with running RTLSDR on a new motherboards with USB3 controllers, this issue should be fixed in this rtlsdr.dll build.
- Attachments
-
- ExtIO_RTLSDR_u8-1.1.1.5-static.zip
- ExtIO_RTLSDR# v1.1.1.5 (+ rtlsdr.dll recompilled with static libraries - no needs to install vcredist package)
- (130.93 KiB) Downloaded 518 times
Re: ExtIO_RTLSDR# - custom ExtIO for RTLSDR
ExtIO version of SDRuno is available here: https://www.sdrplay.com/downloads/
If you're looking for more earlier version, I don't know

Re: ExtIO_RTLSDR# - custom ExtIO for RTLSDR
If I recall correctly 1.22 was the first and only version with ExtIO capability but don't hold me to that.
Re: ExtIO_RTLSDR# - custom ExtIO for RTLSDR
You can install SDRuno 1.22, copy folder with exe files to another location and then update to the latest version.
In such way you can start SDRuno 1.22 ExtIO (from copied folder) with no need to uninstall the latest version of SDRuno.
Re: ExtIO_RTLSDR# - custom ExtIO for RTLSDR
A little update v1.1.1.6:
- added "Auto Q" direct sampling mode (automatic direct sampling enable when LO < 24086500)
- fixed sample rate setting synchronizaton (between HDSDR panel and ExtIO panel)
- some minor fixes for settings
When "Auto Q" is enabled, there is no need to select "Disabled" or "Q input" manually, it will be switched automatically.
This version includes rtlsdr.dll with static linked libraries, so it don't require to install other libraries.
- added "Auto Q" direct sampling mode (automatic direct sampling enable when LO < 24086500)
- fixed sample rate setting synchronizaton (between HDSDR panel and ExtIO panel)
- some minor fixes for settings
When "Auto Q" is enabled, there is no need to select "Disabled" or "Q input" manually, it will be switched automatically.

This version includes rtlsdr.dll with static linked libraries, so it don't require to install other libraries.
- Attachments
-
- ExtIO_RTLSDR_u8-1.1.1.6.zip
- ExtIO_RTLSDR# v1.1.1.6
- (132.2 KiB) Downloaded 1011 times