njc

About

Username
njc
Joined
Visits
627
Last Active
Roles
Member
Points
4
  • Windows 10 related audio popping & clicking [should be fixed in Chrome version 90]

    Confirmed, the latest Chrome Canary does NOT have the popping problem!

    Powernumpty
  • My KiwiSDR has Died [power supply problem]

    If the resistance on the barrel connector (kiwi board by itself) looks good, try to apply power (5V, 2A or more) and check the voltage rails. You can also check if anything is getting hot.

    See this thread/comment: http://forum.kiwisdr.com/index.php?p=/discussion/comment/11016#Comment_11016

    ZL1KFM
  • broken rx?

    I 2nd the idea of reducing antenna gain or maybe try an attenuator. See what effect a 10 or 20 dB pad has. I run mine with 3dB (or is it 6dB?) on it all the time because I get overload from AM BCB(more)

    johnk5mo
  • Two deaths in the family

    Did you try measuring DC resistance (with no power applied) on the kiwi's main voltage rails? 5V, 3.3[this comes from the BB], 3.3G, 3.3A, 1.8V, 1V? Measure these with the kiwi board disconnected(more)
    johnk5mo
  • web file modifications (CSS/JS)

    This CSS seems to help most mobile browsers and makes the UI usable.


    @media only screen
    and (max-device-width: 600px)
    {
    #id-readme {
    display: none;
    }

    #id-control {
    transform: scale(.8);
    transform-(more)
    Powernumpty