0xCoto / Virgo

📡 Virgo: A Versatile Spectrometer for Radio Astronomy
https://virgo.readthedocs.io/en/latest/
GNU General Public License v3.0
144 stars 22 forks source link

Airpsy mini GNU Radio crash #8

Closed jobgeheniau closed 3 years ago

jobgeheniau commented 3 years ago

It seems that Airspy Mini does crash GNU radio on Windows 10 while AIRPSY says that it should work with GNU Radio. RTLSDR no problem, Airspy Mini Problem.

awasisto commented 3 years ago

Have you installed libairspy? gr-osmosdr needs libairspy to use an Airspy device

0xCoto commented 3 years ago

@awasisto - thanks for your input. This link was found, but the instructions aren't quite clear. GNU Radio 3.9 has been installed with conda on the Windows machine, but do you need to get Visual Studio to get libairspy installed?

And how exactly do you installed the "prerequisites for mingw", is that also handled by VS?

jobgeheniau commented 3 years ago

Nope, No idea how….

On Mar 18, 2021, at 6:10 PM, Andika Wasisto @.***> wrote:

Have you installed libairspy https://github.com/airspy/airspyone_host? gr-osmosdr needs libairspy to use an Airspy device

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/0xCoto/Virgo/issues/8#issuecomment-802130798, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQYTOCKQ2N2RVBS67DICFRTTEIXZBANCNFSM4Y2LV6IQ.

awasisto commented 3 years ago

@0xCoto I haven't tried to install it on Windows. On Linux, I can install gr-osmosdr with Airspy support by installing libairspy from source first, then install gr-osmosdr from source. If the libairspy is installed, "AIRSPY Receiver" will be listed under "Gnuradio enabled components" when installing gr-osmosdr

-- ######################################################
-- # Gnuradio enabled components                         
-- ######################################################
--   * Python support
--   * IQ File Source & Sink
--   * RTLSDR TCP Client
--   * RFSPACE Receivers
--   * AIRSPY Receiver      <------
--   * Red Pitaya SDR
-- 
-- ######################################################
-- # Gnuradio disabled components                        
-- ######################################################
--   * Osmocom IQ Imbalance Correction
--   * FUNcube Dongle
--   * Osmocom RTLSDR
--   * Ettus USRP Devices
--   * HackRF & rad1o Badge
--   * nuand bladeRF
--   * AIRSPY HF+ Receiver
--   * SoapySDR support
--   * FreeSRP support
--   * XTRX SDR

After installation, the osmocom source block should work with an Airspy device. I can't confirm it though. I don't have the device

jobgeheniau commented 3 years ago

He is trying to install it on my windows laptop. I hope he will succeed with your new information. Thanks.

Op 20 mrt. 2021 om 11:05 heeft Andika Wasisto @.***> het volgende geschreven:

 @0xCoto I haven't tried to install it on Windows. On Linux, I can install gr-osmosdr with Airspy support by installing libairspy from source first, then install gr-osmosdr from source. If the libairspy is installed, "AIRSPY Receiver" will be listed under "Gnuradio enabled components" when installing gr-osmosdr

-- ###################################################### -- # Gnuradio enabled components
-- ###################################################### -- Python support -- IQ File Source & Sink -- RTLSDR TCP Client -- RFSPACE Receivers -- AIRSPY Receiver <------ -- Red Pitaya SDR -- -- ###################################################### -- # Gnuradio disabled components
-- ###################################################### -- Osmocom IQ Imbalance Correction -- FUNcube Dongle -- Osmocom RTLSDR -- Ettus USRP Devices -- HackRF & rad1o Badge -- nuand bladeRF -- AIRSPY HF+ Receiver -- SoapySDR support -- FreeSRP support -- XTRX SDR After installation, the osmocom source block should work with an Airspy device. I can't confirm it though. I don't have the device

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.