-
Notifications
You must be signed in to change notification settings - Fork 250
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
Use TempestSDR with HackRF #18
Comments
Duplicate of #8 |
Was this resolved? Interested in using my HackRF for this project. |
Yes. It works great. |
@phantomdennis do you have exact instructions to do so? I tried multiple times in windows, but it didn't work. |
@GhostJumper It has been a while, but from what I recall this is what I did to get JTempestSDR to work on Windows 10. The version of java was the issue for me. Once I found the right version it worked. Let me know if these steps do it for you. If not I'll see if there was something I did that I forgot.
|
@phantomdennis Thanks for your answer, but this unfortunately does not work for me. I dont have Java installed in C:\ directly, but I dont think that this matters. Steps to reproduce:
I tried using the ExtIO dll I use in SDR# but this didnt work either. Any suggestions? |
Bump. I am running into a similar problem to GhostJumper but i am running an Airspy R2. I have seen videos of people getting this to work, but I am unsure why It is so hard. @GhostJumper did you ever figure it out? |
I assembled a small self contained package https://github.com/eried/Research/tree/master/HackRF/TempestSDR that might solve your issues (I am using ExtIO_HackRF.dll, so not directly for @MemeCommando) |
@MemeCommando no. Unfortunately I havent got it working in any way. |
@GhostJumper I was getting similar errors and the reason I put the java instance in the C:\Java\ was because the path does not have spaces. The default path has spaces - C:\Program Files\Java\ I am not sure if it is related to your issue but changing paths to omit spaces and specifically calling the java version I wanted to use ensured I was not accidentally running the jar file with another installed version of Java (Which I have done and I get similar errors) C:\Java\jre1.8.0_211\bin\java.exe -jar C:\YourPath\TEMPEST_SDR\JTempestSDR.jar |
Hello,
I want use your soft with hackRF, how to process?
Thanks
The text was updated successfully, but these errors were encountered: