-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest Radioconda package for Windows - GNU Radio companion doesn't work #60
Comments
The first problem sounds like #25. I don't have a good fix for that yet, but maybe you can downgrade to an older version of the The HackRF problem I'm less sure about. Is that truly something that used to work with a previous version? Is there anything else in the flowgraph besides source to sink? If not, it sounds like it's running exactly what you asked and an empty window makes sense? |
Good Day Thank you for your reply. I installed the radioconda packages dated 2021.03.12 and 2021.03.22and GNU radio companion 3.8.2 and Python 3.8 are ok in regards to executing simple generator and and QT GUI waterfall sink module. The Hack RF porta Pack however is not reckognised by CubicSDR and GNU Radio Companion using Osmocon Source as well as Soapy Source. In relation to Osmocon the fault looks like below: _**gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.8.2.0 In relation to soapy source: _Executing: C:\Users\BVNH\radioconda\python.exe -u C:\Users\BVNH\Documents\hji.py Traceback (most recent call last): In relation to the usage of the mentioned sources - I don't have any experience and practical experience in how to use them and what the response should be - the intention is just to get the Hack RF device to receive and transmit in GNU Radio companion. It looks that there is link missing how to assign Hack RF porta pack to Osmocom source. I updated the packages manually using the "power shell" with prompt conda update --all but after updating the response was same as initially return code 3221225501. Any idea what can be missing ? |
At least for now, you're stuck using older, non-upgraded packages if you want to avoid this issue. Others have had luck with manually replacing files from an older With those older installers though, I don't think they had HackRF device support yet, so that would explain why they can't find the device. If you don't want to muck around with manually replacing |
I think I have a fix for
Let me know if this fixes things for the Qt GUI Waterfall Sink. Thanks! |
Good Day Thank you for your reply and help. With using the above prompt there is some error. Please see below the report: _(base) C:\Users\BVNH>mamba install https://anaconda.org/ryanvolz/fftw/3.3.10/download/win-64/fftw-3.3.10-nompi_h5648b18_107.conda
███████████████/ /██/ /██/ /██/ /████████████████████████
█████████████████████████████████████████████████████████████ Looking for: ['ryanvolz/fftw/3.3.10/download/win-64::fftw==3.3.10=nompi_h5648b18_107'] warning libmamba Could not parse state file: Could not load cache state: [json.exception.type_error.302] type must be string, but is null >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
environment variables:
populated config files : C:\Users\BVNH\radioconda.condarc An unexpected error has occurred. Conda has prepared the above report._ I managed to clear the fault by manually replacing fftw3.dll and fftw3f.dll(from old radioconda release) within the latest radioconda release installation- same idea like in #25 issue. In addition , when previously tried to install hackrf package onto old radioconda release or update the old radioconda release package using the prompt Conda update --all the fftw-3.3.10 was part of the package installed and the result was poor - same issues as with new release. At the moment I can use the GNU radio companion butI will be more than happy to help with solving the code 3221225501 problem |
Alright, mamba doesn't like installing the file directly. But you can now upgrade to the latest So where does that leave things with Hack RF? Is there still an issue there with the latest packages? |
Hi Thanks for help. After updating all, the problem is gone. GNU Radio companion is operational - to the extend of my current knowledge. There is small problem with Soapy Hack RF source - as it sets RX LED "on" on the unit when tuned to receive the FM band frequencies between 94-98 MHz- but does not receive any peaks on Frequency sink. When Osmocon source is used, the unit peaks 4-5 different signals. This however may come from the lack of idea of how the Soapy Hack RF Source should work or how be tuned. I will investigate and write the status. Regards |
Good Day
Maybe someone will be able to help.
Latest Radioconda package for windows installed on Windows 10 (64) Intel Pentium CPU 4425Y - GNU radio companion does not work. GNU Radio Companion 3.10.5.1 and Python 3.10.9
1.While executing simple signal generator module and QT GUI waterfall sink module -mgnu radio companiom does nothing and returns 👍
Done (return code 3221225501)
2 While executing Soapy Hack RF source module connecter to Soapy Hack RF sink module - GNU radio companion displays empty window and sets Hack RF TX and RX LEDs simultaneusly until Window is closed.
Because of No1 it seems to be the problem not related to Hack RF itself . Thanks
The text was updated successfully, but these errors were encountered: