also has some version of DSD built in
I briefly looked at the link. Does it mention Dsd in there?
also has some version of DSD built in
I know--but one person said he has it running in Win 7.On the HydraSDR site, it says that Windows 7 is not supported, so that might be part of your problem.
[ 27.945634] usb 1-2: new high-speed USB device number 5 using xhci_hcd
[ 28.094627] usb 1-2: New USB device found, idVendor=1d50, idProduct=60a1, bcdDevice= 1.00
[ 28.094639] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 28.094645] usb 1-2: Product: HYDRASDR
[ 28.094649] usb 1-2: Manufacturer: www.hydrasdr.com
[ 28.094653] usb 1-2: SerialNumber: HYDRASDR SN:<redacted>
[ 28.117679] airspy 1-2:1.0: Board ID: 00
[ 28.117683] airspy 1-2:1.0: Firmware version: HydraSDR RFOne v1.0.0-rc2 2024-09-15
[ 28.118410] airspy 1-2:1.0: Registered as swradio0
[ 28.118413] airspy 1-2:1.0: SDR API is still slightly experimental and functionality changes may follow
[ 28.118438] usbcore: registered new interface driver airspy
[ 1251.691201] usb 1-2: new high-speed USB device number 7 using xhci_hcd
[ 1251.840102] usb 1-2: New USB device found, idVendor=38af, idProduct=0001, bcdDevice= 1.00
[ 1251.840115] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1251.840121] usb 1-2: Product: HydraSDR RFOne
[ 1251.840125] usb 1-2: Manufacturer: www.hydrasdr.com
[ 1251.840129] usb 1-2: SerialNumber: HYDRASDR SN:<redacted>
The code is in the HydraSDR and PentHertz repositories, but there is no release. As mentioned, you need to build one of these.I was looking at gr-osmosdr and it seems the HydraSDR support may not have made it into the Osmocom repo, so for now you probably have to build your own from sources. It's not hard to do, but something to be aware of, nevertheless.
I built the hydrasdr version of gr-osmosdr, installed it and everything is still good with my airspys and rtl devices. As soon as my rfone arrives I should be good to go.I was able to compile gr-osmosdr from the hydrasdr, but there seems to be an undocumented step. You need to run the shell script in the thirdparty directory to copy the hydrasdr include files and setup pkgconfig.
However, on my Debian 12 laptop the pkgconfig directory is under /usr/lib and not /usr/local/lib. There is mixture of /usr and /usr/local paths. I had to edit the /usr/local paths to /usr in the script. After editing, I ran the script and then was able to build gr-osmosdr with hydrasdr support.
73 Eric
There are UHF trunk systems in my area that have channels in two or more ranges (450-455 MHz, 460-465 MHz, 470-473 MHz, 482-485 MHz).I built the hydrasdr version of gr-osmosdr, installed it and everything is still good with my airspys and rtl devices. As soon as my rfone arrives I should be good to go.
Note that with 8Mhz+ of bandwidth, you really shouldn't need a second dongle to be able to trunk track
This is annoying!
I ordered a second HydraSDR on Sunday and the order status has been stuck on Received for three days now. Totally different than the week before where it was quickly shipped. Digikey shows over 1200 in stock. I sent a email and the reply is the order is "currently on hold with our internal team for further review."
I'm having a curiously tough time getting my gr-osmosdr driver to work with the Hydrasdr device.I was able to compile gr-osmosdr from the hydrasdr, but there seems to be an undocumented step. You need to run the shell script in the thirdparty directory to copy the hydrasdr include files and setup pkgconfig.
However, on my Debian 12 laptop the pkgconfig directory is under /usr/lib and not /usr/local/lib. There is mixture of /usr and /usr/local paths. I had to edit the /usr/local paths to /usr in the script. After editing, I ran the script and then was able to build gr-osmosdr with hydrasdr support.
73 Eric