What problem does it solve?
Connecting an NI USRP radio to MATLAB involves many failure points: wrong NIC type, incorrect MTU, UHD version mismatches, and misconfigured subnets. This Skill guides an AI agent through a structured diagnostic-first workflow to set up and verify USRP radios (E320, N300, N310, N320, N321, X300, X310, X410) with Wireless Testbench, avoiding trial-and-error debugging.
Core Features & Use Cases
- Host and Network Inspection: Detects OS, NIC type, link speed, MTU, kernel buffers, USB dongles, and bridge/virtual interface interference before touching the radio.
- Radio Discovery and Configuration: Uses findsdru and probesdru for discovery, checks UHD version compatibility, and creates saved radio configurations programmatically via DeviceStore or interactively via radioSetupWizard.
- End-to-End Verification and Troubleshooting: Validates the full TX/RX pipeline with basebandTransceiver, diagnoses dropped samples, and covers manual Mender firmware updates.
- Use Case: A user connects a new USRP X310 over 10 GbE and findsdru returns nothing. The Skill inspects the host NIC, finds jumbo frames disabled and no static IP on the 192.168.10.x subnet, guides the fixes, then discovers, configures, and verifies the radio.
Quick Start
Ask the agent to set up and verify a connection to your USRP radio, for example: "Help me connect my USRP N310 to MATLAB and verify it works."