Thomas Osterried
Thomas Osterried
I had the same problem. Plus another problem: a normal message like "73 DL9SAU" is interpreted as hex telemetry. The code checks for hex until blank. If blank is reached,...
Same for me. My Funcube Dongle Pro does not work with current gqrx version 2.14.4 on macOS Big Sur v11.3. "No supporded devices found (check the connection and/or udev rules).\nPlease...
My experimental version has the config option tx_disable -> you are sure your hardware (like rx-amplifier) is protected. I'm sure it will go to the main version.
I'll try to implement the igate feature in the next weeks.
If you like to test my brandnew version, please send my a mail at my callsing at darc.de I'd appreciate feedback if everything works as expected and proves stable.
update: file ircDDBGateway/Common/IRCDDBGatewayConfig.cpp defines defauls. here we have const bool DEFAULT_IRCDDB_ENABLED = true; const bool DEFAULT_IRCDDB_ENABLED2 = true; const bool DEFAULT_IRCDDB_ENABLED3 = false; const bool DEFAULT_IRCDDB_ENABLED4 = false; -> is...
Looking at lib/BG_RF95/BG_RF95.h, I see a the following resoultion: bool BG_RF95::setFrequency(float centre) { // Frf = FRF / FSTEP uint32_t frf = (centre * 1000000.0) / BG_RF95_FSTEP; spiWrite(BG_RF95_REG_06_FRF_MSB, (frf >>...
I leave this other redaers to explain. My summary is: there's no frequency limitationin the rf driver, and no limitation deep inside in the tracker code. -> Resolution of frequency...
Only a small change to the web interface (in which resolution it accepts input values) was needed. pushed it upstream in my fork. But keep in mind that, in my...
hmm. On my android device with google chrome browser, the frequency is stored on save in the web-interface and shown in the web-interface correctly. > Am 27.01.2022 um 12:09 schrieb...