M0LTE / pi-transceiver

An attempt to build a complete ham radio transceiver around a Raspberry Pi
14 stars 3 forks source link

Be able to use LimeSDR source/sink blocks on GNU Radio 3.8 #2

Open M0LTE opened 2 years ago

M0LTE commented 2 years ago

Currently they work on GNU Radio 3.7 on Windows, GNU Radio 3.8 on Linux, but I can't find a LimeSDR plugin release for GNU Radio 3.8 on Windows

https://github.com/myriadrf/gr-limesdr/tree/gr-3.8

https://github.com/myriadrf/gr-limesdr/tree/master

https://downloads.myriadrf.org/project/limesuite/

https://github.com/myriadrf/gr-limesdr/issues/79

Alternative to that gr-limesdr issue being resolved is to build a Linux laptop and develop the flowgraphs there

G4CDF commented 2 years ago

Would this work?
https://wiki.myriadrf.org/Gr-limesdr_Plugin_for_GNURadio It mentions GRC 3.8.

M0LTE commented 2 years ago

The Windows installation instructions section links to 3.7

On Sat, 8 Jan 2022 at 08:40, Mike @.***> wrote:

Would this work? https://wiki.myriadrf.org/Gr-limesdr_Plugin_for_GNURadio It mentions GRC 3.8.

— Reply to this email directly, view it on GitHub https://github.com/M0LTE/pi-transceiver/issues/2#issuecomment-1007916706, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJAQNWCN5PBFTYDZPDBM2CLUU7Z7NANCNFSM5LFDZMDQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

M0LTE commented 2 years ago

Currently I recommend working on the Pi directly, with the full desktop OS installed, gnuradio installed from repositories and gr-limesdr built from source

Alternatively work on an Ubuntu LTS laptop with gnuradio from repositories and gr-limesdr installed from the PPA repository.

Flowgraphs are interchangeable between those two environments.

Windows is currently a no-go. @borzwatson has established that the LimeSDR is happy being passed through to a Linux vmware VM on a Windows PC.