12-23-2019 04:58 AM
I am currently using NI USRP-2953R to be simulated in LTE Application Framework 2.0 inside LabVIEW software. I could not get the system to show my hardware. Enclosed along with this message are few snapshots of how the USRP is set up and what appears in the NI-USRP Configuration Utility.
07-07-2020 01:13 PM
HI Could you sent the screenshots of the NI USRP configure utility ?
12-20-2020 05:23 AM
Just in case you have not figured out this...
The problem is the FPGA image and firmware in your USRP are not up to date. Update the firmware from NI MAX >> My System >> Devices and Interfaces >> NI USRP-29xx >> Update Firmware. You find the image under C:\Program Files (x86)\National Instruments\NI-USRP\images.
For then updating the FPGA image you have to run
C:\Program Files (x86)\National Instruments\NI-USRP\utilities>usrp_burn_mb_eeprom.exe --args="addr=192.168.10.2" --values="ip-addr3=192.168.x.y"
The list of default IPs are shown running uhd_usrp_probe.exe. Otherwise check this link: https://kb.ettus.com/About_the_Motherboard_and_Daughtercard_EEPROM_on_USRP_Devices
Hope it helped.