IW0HDV / airspyhf

Code repository for AirspyHF+
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

set of agc fails #2

Closed hemna closed 6 years ago

hemna commented 6 years ago

After succesfuly building everything from the 'tools' branch, I try and run airspyhf_rx and it fails with an error of setting the hf agc.

root@airspy:~/openwebrx# airspyhf_info 
AirSpy HF library version: 1.1.5

S/N: 0xC852948094343FFC
Part ID: 0x00000001
Firmware Version: R1.00.00
Available sample rate: 768 kS/s

root@airspy:~/openwebrx# airspyhf_rx -r /dev/null
Device Serial Number: 0xC852948094343FFC
airspyhf_set_hf_agc failed.
root@airspy:~/openwebrx# airspyhf_rx -r /dev/null -gon
Device Serial Number: 0xC852948094343FFC
airspyhf_set_hf_agc failed.
root@airspy:~/openwebrx# airspyhf_rx -r /dev/null -goff
Device Serial Number: 0xC852948094343FFC
airspyhf_set_hf_agc failed.
amontefusco commented 6 years ago

Firmware Version: R1.00.00

Try option -z. You have in your radio the original firmware, many commands are not implemented. -z should allow you to run a modern library against old firmware.

hemna commented 6 years ago

ok that seems to have made it work. Is there a way to make the UI work like the other sites on sdr.hu? I don't see the dropdowns for the band selection, extensions, etc. It seems that I can only see the center frequency. I can make my openwebrx install public if you want to see it.

amontefusco commented 6 years ago

I'll try to install openwebrx here, just wondering in which way the central frequency can be changed. Probably my utility needs some rework.

hemna commented 6 years ago

openwebrx

vs

kiwisdr

amontefusco commented 6 years ago

As this is an issue with opewebrx, I'll write instructions on their wiki.

amontefusco commented 6 years ago

The Web GUI differences that you show are attributable to a specific OpenWebSDR fork, developed by KiwiSDR's developers and found in

https://github.com/jks-prv/Beagle_SDR_GPS/tree/master/web/openwebrx

currently, this fork supports only KiwiSDR hardware, so it is unsuitable for AirspyHF.