bicurico
bicurico
Hi, I have exactly the same issues... Using HackRF One with Windows 10 64 bit. First there was the PATH issue. Then I had Python 2.7 installed. Now that I...
Hi, Thanks for the reply. This is what I get: C:\Users\Vitor\Desktop>java -jar lib\hackrf_sweep_spectrum_analyzer.jar > error.log Exception in thread "hackrf_sweep" java.lang.Error: There is an incompatible JNA native library installed on this...
Just noticed it is not Java that is outdated, but JNA. There is an incompatible JNA native library installed on this system Expected: 5.2.0 Found: 4.0.1 No idea what to...
Hi, That worked. C:\Users\Vitor\Desktop\lib>java -Djna.nosys=true -jar hackrf_sweep_spectrum_analyzer.jar Persistent image set to 320x240 HackRFSweep thread stopped. Starting hackrf_sweep... 2400-2500MHz hackrf_sweep params: freq 2400-2500MHz FFTBin 100000Hz samples 8192 lna: 40 vga: 0...
This is currently deactivated in the sources, so I activated it again. The result was not so good: while the login now was mandatory, after entering the pass code, the...
Hi, I managed to get it working in a satisfactory way to me. Download here: https://www.mediafire.com/file/kpi4a550iux9fhk/portapack-h1-havoc-vma.bin/file WARNING: Make sure you have a backup battery (Lithium battery cell) and you SET...
Hi, Yes, I think I used the latest version – at least I think I did, as I am not literate with Github (still learning). Meanwhile I updated a few...
Sorry about the bad formatting - I don't seem to be able to mark the code blocks correctly.
Hi, You can download the file from here: https://www.mediafire.com/file/dekkiftbl8tavch/portapack-h1-havoc-vma.bin/file Please note that this will probably be of little use to you: 1) The scanner mode just scans the frequencies I...
I changed scanner.cpp so that it now reads a file "scanner-freq.txt" from the SDCARD root folder and scans the frequencies contained inside. Works OK. I tried to upload the code...