Jimo

About

Username
Jimo
Joined
Visits
578
Last Active
Roles
Member
Points
1
  • GNURadio package gr-kiwisdr

    Thanks for the help. I did get it working! (-:
    I am using Ubuntu 18.04 LTS and installed GNU Radio 3.7.11 from the Software Centre, which is latest version offered.

    I found that running the following worked:

    git clone --single-branch --branch maint-3.7 --recurse-submodules https://github.com/hcab14/gr-kiwisdr.git
    cd gr-kiwisdr
    mkdir build
    cd build
    cmake ../
    sudo make install

    Note: I had to use sudo 'make install' (a permission thing)

    Now I can see kiwisdr listed right at the bottom of all the blocks in GNU Radio.
    kiwisdr
    align_streams
    coh_stream_syth
    kiwi_wav_source
    kiwisdr

    Now to go and try get it all to work in GNU Radio.
    Hope this will help you @WAZ2ZKD and I am sure will be needing more help @Christoph
    WA2ZKD
  • Kiwirecorder 101

    Hey, the years have flown by...

    Just tested Kiwiclient and specifically the kiwirecorder.py on Python3.11 and it seems to all work! (-:

    Thank you to all who are working on the Kiwiclient.

    PS.. Been updating my Raspberry Pi from Debian 10 to Debian 12.

    Nate_R