Langstone V3 now supports HackRF One
Posted: Sun Feb 23, 2025 4:55 pm
As clones of the HackRF One are now becoming available from Ali-Express for well under £100 I decided to get one and have been working on adding support for it to Langstone V3.
I have just released this update to Github https://github.com/g4eml/Langstone-V3
The main changes for the HackRF version are as follows....
The HackRF does not support Duplex operation, So the Satellite mode which allowed simultaneous receive and transmit has been removed.
The HackRF works down to 1MHz. Performance on HF may not be great but it does work to some extent.
Several new settings have been added to control the HackRF Tx and Rx amplifiers and gain controls. The HackRF does not have an automatic Rx gain control like the Pluto so you may need to adjust the Rx gain manually.
My initial testing suggests the overall performance of the HackRF is not quite as good as the Pluto. There are more spurious out of band mixer products and the receiver is not as sensitive.
Langstone V3 is intended to run on the Raspberry Pi 5. The Pluto version will (just) run on a Raspberry Pi 4 by commenting out the line
dtoverlay=vc4-kms-v3d
in file /boot/firmware/config.txt
Unfortunately it looks like the Raspberry Pi 4 struggles with the HackRF version as it stands.
Colin G4EML
I have just released this update to Github https://github.com/g4eml/Langstone-V3
The main changes for the HackRF version are as follows....
The HackRF does not support Duplex operation, So the Satellite mode which allowed simultaneous receive and transmit has been removed.
The HackRF works down to 1MHz. Performance on HF may not be great but it does work to some extent.
Several new settings have been added to control the HackRF Tx and Rx amplifiers and gain controls. The HackRF does not have an automatic Rx gain control like the Pluto so you may need to adjust the Rx gain manually.
My initial testing suggests the overall performance of the HackRF is not quite as good as the Pluto. There are more spurious out of band mixer products and the receiver is not as sensitive.
Langstone V3 is intended to run on the Raspberry Pi 5. The Pluto version will (just) run on a Raspberry Pi 4 by commenting out the line
dtoverlay=vc4-kms-v3d
in file /boot/firmware/config.txt
Unfortunately it looks like the Raspberry Pi 4 struggles with the HackRF version as it stands.
Colin G4EML