01-08-2019 12:29 PM
Wondering if anyone has built an interface for the Analog Devices software defined radio, "Adalm-pluto"
01-08-2019 03:32 PM
That looks interesting, It says it has...
MATLAB®, Simulink® support
GNU Radio sink and source blocks
libiio, a C, C++, C#, and Python API
I would think that means you could in theory write some sort LabVIEW wrapper the uses the C, C++ or C# libraries.
01-08-2019 04:15 PM - edited 01-08-2019 04:17 PM
There are a few 2016 and 2013 era postings on this forum about the TV dongle SDR device that tell a similar story. Something about making a vi that wraps around a windows .DLL file - maybe folded into a VIPM package.
The package is no longer listed though and "wrapping a dll" is something I've never done. Is there a basic how to that describes how to interface with external to labview programs? Is this the standard approach? http://www.ni.com/tutorial/3009/en/
01-08-2019 04:58 PM
Or, related, how do you interface with a C++ library in a LabVIEW module?
01-08-2019 05:26 PM
BTW: I believe LabVIEW NXG has a Python node
So you may want to look into using that.
01-08-2019 10:20 PM
Thanks for the pointer! LabVIEW 2018 does have Python node. This will be easier that rolling my own DLL!
12-13-2020 04:46 PM
would you happen to have an example of what you did with the python node?
12-13-2020 04:51 PM
Apologies, not yet.
02-10-2025 10:17 AM
Were you able to come up with an example of the python node and adalm-pluto?
Thanks
04-04-2025 11:41 AM
Hi. Just wondering if you could figure out the answer ....