G4DYA

About

Username
G4DYA
Joined
Visits
1,240
Last Active
Roles
Member
Points
5
  • Opinions needed: Ham radio digital modes -- what's currently being used?

    Pactor - no FOSS decoder AFAIK, but specification is open: https://www.p4dragon.com/downloads.html (under Documents).

    FreeDV - little activity outside activity periods, but there seems to be quite a lot of interest. A UK-based group of FreeDV users has a 5 MHz weekly net and at least one of them uses my Kiwi to check his signal. https://freedv.org/ https://qso.freedv.org/

    Digital SSTV - aka HamDRM among other names - I use QSSTV to decode this. It's Qt-based, cross-platform and GPL 3. https://github.com/ON4QZ/QSSTV

    Holger
  • Flatness of KiwiSDR response < 500 kHz?

    I've done some measurements on the frequency response of the Kiwi below 1 MHz. Using a -53 dBm tone (S9+20) from a calibrated signal generator, I got -53 dB on the S meter down to 50 kHz. It rolled off below that:

    20 kHz: -1 dB

    10 kHz: -3 dB

    5 kHz: -7 dB

    HB9TMCka9q
  • Feature Request

    I would like to see a variation where it is possible to clone a complete config *except* the IP address. (Is there even a situation where cloning the complete config *including* the IP address is wanted?) BTW I use static IPs.

    WA2ZKD
  • Combining/Diplexing Antennas to Single Kiwi

    I'm using a diplexer to combine a Wellbrook loop with a 27m horizontal terminated folded dipole (TFD). The crossover frequency is about 1.7 MHz. (I found the TFD marginally better on 1.8 MHz.) The TFD has notches for the 4, 6 and 7 MHz broadcast bands. This feeds an Elad ASA16 distribution amplifier which feeds the Kiwis.

    When doing TDoA, I often find that Martin's RX is the only other one in the UK that can hear what I'm hearing. (It's 50/50 which is best.)

    The main factor affecting performance is neighbour QRM which varies enormously.

    http://kiwisdr.lamont.me.uk:8073/

    I attempted to upload a circuit diagram and a photo, but lost my fight with this forum's software and gave up.

    Richard
    Powernumpty
  • Kiwi BBAI software installation instructions [updated 4-Mar-24]

    The BB version seems to be over-riding the Kiwi's network settings at boot and using DHCP regardless of whether it's configured for DHCP or static. If you're using a non-NATted static IP this can be very confusing.

    To get a static IP, it's necessary to use connmanctl:

    Find a filename in /var/lib/connman/ starting with "ethernet", e.g ethernet_01234567890ab_cable, then as root:

    connmanctl config ethernet_01234567890ab_cable --ipv4 manual ip_address netmask gateway_ip

    Then add the IP addresses for a couple of your ISP's nameservers:

    connmanctl config ethernet_01234567890abcdef_cable --nameservers 8.8.8.8 4.4.4.4
    Powernumpty