jks

About

Username
jks
Joined
Visits
29,940
Last Active
Roles
Member, Administrator, Moderator
Points
211
Location
Tauranga, New Zealand RF82ci
Callsign
ZL4VO/KF6VO
Additional information
KiwiSDR support email: support@kiwisdr.com
  • sd card problem during backup

    If the Linux "lsblk" command doesn't see the mmcblk1 device (note "1", not "0" which is the on-board filesystem) then as far as Linux is concerned the sd card isn't plugged in (or recognized). The Kiwi software has nothing to do with it at that point. That's why the lsblk command is run in the script -- to show that state of the sd card before doing anything.

    So while everything is still running try pushing on the sd card to eject (unlatch) it, then re-seat it and try the backup again. I sometimes find I have to do this a couple of times. I don't know why.

    KU4BY
  • v1.443: automatic SNR measurement, queue/camp panel reload button, misc fixes

    From the CHANGE_LOG file:

    v1.443 March 22, 2021

      Added automatic SNR measurement:

        Every 6 hours (4 times daily) a Kiwi will connect to a free channel (if available)

        and measure its own SNR. These results are available in JSON format from the

        URL: my_kiwi:8073/snr (adjust Kiwi name and port number as required).

        This URL is publicly accesible. Disable on the admin page, control tab if you

        don't want to share this information.

         

        The measurement details can be easily changed. Suggestions welcome.

        SNR is currently defined in the same way as used by the sites snr.kiwisdr.com

        and snr2.kiwisdr.com, i.e. waterfall dBm values, sorted, noise = 50th percentile

        value (median), signal = 95th percentile value, SNR = signal - noise.

        Two measurement bands are recorded: 0-30 MHz and 1.8-30 MHz in an attempt to

        filter out the AM BCB. The JSON data also contains min/max dBm values and a

        timestamp (local time unless the "UTC" value is set).

       

      Added "reload page" button to queueing panel ("camp" parameter is removed from URL)

        Use to quickly access any Kiwi redirection that might be available.


      Autoscale button and aperture auto mode now disregard masked areas from calculations.


      Admin page UI changes:

        GPS RSSI now red color for sats not actually acquired (i.e. no subframe decoding)

        Registration now requires a valid location field (for benefit of map.kiwisdr.com)


    rz3dvp
  • How to connect via wifi

    Look carefully at the BBG-W. Seeed violated the BeagleBone cape spec and the Kiwi board can't even physically plug into it (those double-high USB connectors physically interfere). As a result there has been no software development for it.

    Sonicresidue
  • KiwiSDR fails to update from 1.390 to current 1.442 [bad filesystem, fixed]

    It's a huge headache to construct sd card images of the current release. So I don't do it often. v1.390 was the last. We all depend on the autoupdate over the network.

    The build is progressing now, but very slowly. Something seems to be taking a lot of cache space in main memory. I don't understand why. There are no processes that seem out of place.

    wxbeaz
  • How to connect via wifi

    A USB-to-WiFi dongle is a lot of work and grief unless you know what you're doing.

    A much easier solution is to use a wired-Ethernet to WiFi mini-router: https://www.tp-link.com/en/home-networking/wifi-router/tl-wr802n More info here: http://forum.kiwisdr.com/index.php?p=/discussion/1653/connecting-kiwi-via-wifi/p1

    The worst problem there is dealing with the required 5V power input as the supplied adapter is a potentially noisy switcher. Although you might be able to get 5V from the BBG/BBB USB-A "host" port. Anyone actually doing that?

    Sonicresidue
  • Ham Band Limits for ITU Region 1 are not correct (40 Meter Band [should be fixed in v1.440]

    There is a fix for this in the next update. It's tricky because Kiwi owners may have arbitrarily edited the definition of bands[] in config.js in ways that my fix may not have anticipated. Although my fix tries to take this into account.

    The whole situation will be better addressed when the contents of config.js are absorbed into the admin user interface and config database. But that's a complicated change that will not happen anytime soon.

    njc
  • Hide "in-band-canvas" [partial fix in v1.436]

    Beginning with v1.436 the band identifiers will not be displayed if their frequency is less than the frequency scale offset. But the remaining empty white space is not reclaimed because right now that is difficult to do (for historical reasons). It will have to wait for a major rewrite of that part of the code.

    rz3dvp
  • RSDN-20 beacons reactivated on 11.9, 12.65 & 14.9KHz

    Feb 2021: Alpha "Khabarovsk" (nearest town Elban) as received from the Kiwi in Khabarovsk about 200 km distant. MSK signals VTX3 India and NWC Australia also present.


    cathalferris
  • Feature Request

  • External GNSS-disciplined rubidium input?

    I'm not an expert, but I think the short answer is no.

    Forgetting about GPS time-stamping of the IQ samples for the moment, one thing the GPS does is correct for any error in the ADC clock. Improving the characteristics of that clock doesn't really matter. Maybe a clock with an improvement in the short term Allan variance (frequency stability) would be of some use. I don't know. Glenn will have something to say about this since he's done exactly what you're proposing (attaching an external Rb frequency standard).

    The Kiwi has no provision for attachment of an external 1 PPS input from a GPS receiver that is specifically designed to be a timing receiver (such a distinction exists). That said, the performance of the positioning (hence timing) of the current code, thanks to Christoph's work, is pretty good. The best way to maximize GPS performance is by using a GPS active timing antenna mounted outside in the clear using good low-loss feed line.

    There are many other factors that influence the accuracy and resolution of the TDoA solutions. See Christoph's 2019 SDRA talk for full details: https://www.youtube.com/watch?v=LpFoM_lBgxg

    The other important point to realize is that Kiwi TDoA is not a "push button" application. It takes an amount of skill, repetition and luck to get good results, especially at HF. Professional SIGINT personnel go through considerable training to be able to manage the tools they have and interpret the results.

    Avamander