merbanan / rtl_433

Program to decode radio transmissions from devices on the ISM bands (and other frequencies)
GNU General Public License v2.0
6.17k stars 1.33k forks source link

Can get rtl_433.exe runing on Win 10? #3086

Open kami83 opened 2 weeks ago

kami83 commented 2 weeks ago

Hi,

i am using a RTL SDR v4 with rtl_433 under Linux no problem. Everything works fine. Under Windows i used Zadig to switch my Blog v4 device to WinUSB (v6.1.7600.16385).

But if i run rtl_433.exe under CMD i get this error.

C:\rtl_433>rtl_433.exe rtl_433 version 24.10 branch at 202410301452 inputs file rtl_tcp [sdr_open] No input drivers (RTL-SDR or SoapySDR) compiled in.

SDRsharp etc is running fine.

BR kami

ProfBoc75 commented 2 weeks ago

@kami83 : look at this issue #3068 you could found some help regarding your issue, may be not the same, but, try also 32 and 64 bit versions, look at the dll too to get the last version of libraries...

zuckschwerdt commented 2 weeks ago

Did you compile that version yourself? Or is this a release version from https://github.com/merbanan/rtl_433/releases ?

kami83 commented 2 weeks ago

Hi, i just used the compiled releases. After testing the 32 and 64 bit version. Both works but i am not recieving any captures from devices.

zuckschwerdt commented 2 weeks ago

I guess the included README is confusing. The mentioned rtl_433.exe is without RTLSDR support. All MINGW64 builds have RTLSDR support, but for the MSVC builds only the ones with rtlsdr in the name have support.

kami83 commented 2 weeks ago

Ahh okay. First of all i only used MSVC. The other version are running, but no signals ;(