Posts by SP9ACQ

    Hi group

    I tried to run DATV decoding using SDRPlay RSP2.



    But apparently it wouldn't be too easy for me, I tried to do it on Jetson Nano.

    forum.amsat-dl.org/cms/index.php?attachment/6306/

    Unfortunately, after downloading and compiling the appropriate libraries, the stream does not run despite correct RSP2 detection.


    And it looks like this:




    Anyone have idea what is wrong?

    73

    Adam

    #!/bin/sh


    #SP9ACQ

    #A Debian Stretch dev version of FREEDV automated script.

    #Save this as for example freedv.sh and do not miss give

    #executable flag on it and run.

    apt-get update

    apt-get upgrade -y

    apt-get dist-upgrade -y

    apt --fix-broken install -y subversion build-essential pkg-config cmake hamlib-dev libsamplerate0-dev libsndfile1-dev libspeexdsp-dev libwxgtk3.0-dev portaudio19-dev

    cd /usr/local/src

    svn co https://svn.code.sf.net/p/freetel/code/freedv-dev/

    mkdir /usr/local/src/freedv-dev/build

    cd /usr/local/src/freedv-dev/build

    cmake ..

    make

    make install