Clear Filters
Clear Filters

I can't detect USRP X310 with UBX-160 Daughter board in MATLAB.

19 views (last 30 days)
I am trying to connect USRP X310 with daughter board of UBX-160 with MATLAB 2024a. I tried Wireless Testbench™ Support Package for NI USRP Radios to detect my radio but it gives me error.
By using the findsdru command I see the following output.
I am not sure what to do? Anyone can help?
  2 Comments
Walter Roberson
Walter Roberson on 15 May 2024
My suspicion would be incompatible firmware releases. Perhaps the X310 has a firmware release that is later than the supported version.
Gavin Grant
Gavin Grant on 16 May 2024
Thanks Walter, that could well be the case. The output of probesdru should indicate firmware version, so we can check that.
Best regards,
Gavin

Sign in to comment.

Answers (1)

Gavin Grant
Gavin Grant on 15 May 2024
Muhammad,
Thank you for reaching out about the issue you encountered.
Firstly, could you please share the output of running
probesdru
This will help us confirm the radio motherboard and daughtercard info.
Secondly, could you please share the output of running
rx=comm.SDRuReceiver(Platform='X310'); rx();
This will help us narrow-down where the validation failure is coming from.
I notice from your screenshot that your radio already has a name MyX310. Did you manage to successfully validate the radio previously and save it, or did you save it after skipping validation?
Best regards,
Gavin
  4 Comments
Muhammad
Muhammad on 16 May 2024
By running the probesdru, I got the following output which confirms that daughter board is UBX-160.
Gavin Grant
Gavin Grant on 16 May 2024
Edited: Gavin Grant on 16 May 2024
Great - thank you.
Just to let you know that the Hardware Setup App (HSA) now performs the registry key step automatically, so this manual step was not required. For more details on the HSA, you can refer to: https://uk.mathworks.com/help/wireless-testbench/ref/radiosetup.html
To clarify, support for X-series and N3xx-series devices was transitioned from the existing USRP Comms support package to Wireless Testbench in R2024a. Therefore we recommend you use the Wireless Testbench documentation which explains how to use the additional functionality available, such as support for Prebuilt Hardware Images and HDL Code Generation for NI USRP Radios.
Best regards,
Gavin

Sign in to comment.

Categories

Find more on Communications Toolbox in Help Center and File Exchange

Products


Release

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!