Second build sold out. Message will appear here when store is ready for third build ordering.

OH1KK

About

Username
OH1KK
Joined
Visits
19
Last Active
Roles
Member
Points
11
  • External Functions

    Antenna switches by schedule. My KiwiSDR extension has script /usr/local/bin/ms-s7-web which commands ms-s7-web antenna switch from linux console. It can be used to schedule antenna switching via KiwiSDR's crontab.

    Just edit KiwiSDR's /etc/crontab and make schedule you like.

    For example

    # m h dom mon dow user  command
    # Switch to antenna 2 every day on 12:15
    15 12 * * * root /usr/local/bin/ms-s7-web 2
    # Switch to antenna 1 every day on 6:00
    0 6 * * * root /usr/local/bin/ms-s7-web 1

    Bjarne
  • KiwiSDR antenna switch extension [and BeagleBone Black/Green GPIOs]

    I have been working with KiwiSDR antenna switch extension. You can now choose different backends. Currently available backends are MS-S7-WEB controller and Beaglebone GPIO's. You can also write your own backend for controlling your own antenna switch box. If you are already running older version of KiwiSDR antenna switch extension, please uninstall it before installing a new version.

    New version is available now on Github: https://github.com/OH1KK/KiwiSDR-antenna-switch-extension

    G8JNJg1tvl
  • KiwiSDR antenna switch extension [and BeagleBone Black/Green GPIOs]

    I have been working with KiwiSDR antenna switch extension. You can now choose different backends. Currently available backends are MS-S7-WEB controller and Beaglebone GPIO's. You can also write your own backend for controlling your own antenna switch box. If you are already running older version of KiwiSDR antenna switch extension, please uninstall it before installing a new version.

    New version is available now on Github: https://github.com/OH1KK/KiwiSDR-antenna-switch-extension

    G8JNJg1tvl