greatscottgadgets / hackrf

low cost software radio platform
https://greatscottgadgets.com/hackrf/
GNU General Public License v2.0
6.6k stars 1.53k forks source link

Amplifying hackrf transmit signal #1318

Closed mjcuc closed 1 year ago

mjcuc commented 1 year ago

What would you like to know?

I'm considering of testing following setup image

Is there any change this setup will work?

Any risks of damaging HackRF?

straithe commented 1 year ago

Can you please give more detail such as what you are trying to do, what results you hope to achieve, etc?

mjcuc commented 1 year ago

Basically the following test setup on 70cm band (I have a repeater nearby): https://www.youtube.com/watch?v=rTp6vQk5MqE

Of course, a real antenna is connected only after serious testing and with required ham licensing.

martinling commented 1 year ago

I think this would work OK. I don't think you need any delay.

The TX/RX LEDs are switched just before the internal RF path is changed: see here in the firmware code. So when the LED goes on/off seems like exactly the right moment to switch your external RF path as well.

Another way to control this, without needing to run extra wires to the HackRF, would be to use the built-in bias tee. This can be turned on and off by the host, and we have a PR open at the moment which enables turning it on automatically during TX (#1314). You'd need to include an RF choke and a coupling capacitor on your amp board to separate the 3.3V DC signal from the RF.

straithe commented 1 year ago

I'm closing this as there hasn't been a response in over 30 days. Please re-open this issue or open a new one if you still need assistance.