Ettus E310 setup issues. Incompatible Hardware.
8 views (last 30 days)
Show older comments
Hi All.
I'm trying to get the Ettus E310 hardware setup and working with Matlab.
I've installed the comms toolbox and the 'Communications System Toolbox Support Package for USRP® Embedded Series Radio'. However, when I come to the hardware setup I run into problems. I have got the SD card written, and when I get to the 'Verify Radio Connection' it can do the first two two tests (pinging the device), however, when it tries to 'Read hardware information from the radio hardware' it has an error message of 'Incompatible hardware'. On the Matlab terminal this error message is printed out:
%
## Establishing connection to hardware. This process can take several seconds.
Warning: A standard exception occurred during the execution of a driver function. The exception reported was:
(in driver function 'createDriver') testmeas:plugin:pluginNotLoaded Failure to load the requested plugin:
C:\ProgramData\MATLAB\SupportPackages\R2017b\toolbox\shared\sdr\sdrplug\sdrpluginbase\host\derived\bin\win64\libmwsdrembed.dll.
> In comm.internal.SDRSystemBase/infoImpl
In comm.SDRDevUSRPEmbeddedSeries/info
In comm.SDRDevUSRPEmbeddedSeries/getInfo
In usrpembradio.internal.hwsetup.HardwareInterface/getInfo
In usrpembradio.internal.hwsetup.screen.ConfirmConfiguration/testConnnection
In usrpembradio.internal.hwsetup.screen.ConfirmConfiguration>@(varargin)obj.testConnnection(varargin{:})
In matlab.hwmgr.internal.hwsetup.executeWidgetCallback (line 15)
In matlab.hwmgr.internal.hwsetup.Widget/safeCallbackInvoke (line 114)
In matlab.hwmgr.internal.hwsetup.hg.Button/buttonPushedCbk (line 43)
In matlab.hwmgr.internal.hwsetup.hg.Button>@(varargin)obj.buttonPushedCbk(varargin{:}) (line 24)
## Establishing connection to hardware. This process can take several seconds.
I don't know how to get it working, any help is greatly appreciated. I'm running the latest 2017b. Kind regards Will
2 Comments
Neil MacEwen
on 5 Dec 2017
Hi Will,
That library file should have been installed with the support package. Can you let me know if it is present on your drive?
C:\ProgramData\MATLAB\SupportPackages\R2017b\toolbox\shared\sdr\sdrplug\sdrpluginbase\host\derived\bin\win64\libmwsdrembed.dll
Thanks,
Neil
Answers (1)
Neil MacEwen
on 23 Feb 2018
Hi Will,
Another customer has experienced the same issue, and by comparing their installation with yours, we were able to figure out that there is a dependency in our code on Simulink. If you are able to install Simulink, this should fix your problem.
We will look into seeing if we can remove the dependency.
Thanks,
Neil
0 Comments
See Also
Categories
Find more on Communications Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!