rtl_tcp_andro- icon indicating copy to clipboard operation
rtl_tcp_andro- copied to clipboard

Using HackRF amplifier

Open Matioupi opened this issue 5 years ago • 3 comments

Hello, i'm trying to use at same spot, dump1090 works fine on my computer).

My guess is that the internal hackRF amplifier should be activated, but I can't figure out how to do it from android, would it be possible to have a "config file mode" to force some hackrf settings not handled by sdrTcpArguments ?

regards

Matioupi avatar Jul 01 '19 06:07 Matioupi

Justfor the follow-up, I've been recompiling your app by adding hackrf.setAmp(true); in HackRfTcp.java executCommand method

With this mod, ADSB Flight Tracker app works much better, which seems to confirm my previous thought (but the hack is quite dirty...) Having logics to control the various gain stages of the hackRF from the GUI would be better.

Matioupi avatar Jul 02 '19 09:07 Matioupi

Hi Matioupi,

i think i pass 3 parameters ; port no, auto gain and frequency via Android intent. Are you asking for a 4th? "hackrf.setAmp(true);"

Enthusiastic-Coder avatar Jul 02 '19 10:07 Enthusiastic-Coder

Right, the hackrf has an internal amplifier that can be enabled or not, and my guess is that supporting hackrf would also need supporting the various hackRF gain stages through the passed arguments. If you could add this, that would be really great ! (and also make persistent the default settings by the user). By the way, this is a very helpfull piece of software !

Matioupi avatar Jul 02 '19 10:07 Matioupi