Changes between Version 4 and Version 5 of Tutorials/Wireless/Basic Usage
- Timestamp:
- Mar 27, 2019, 5:08:12 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/Basic Usage
v4 v5 74 74 product: n310 75 75 type: n3xx 76 }}} 77 78 We can also use ''uhd_usrp_probe'' to get more details. 76 77 78 -------------------------------------------------- 79 -- UHD Device 1 80 -------------------------------------------------- 81 Device Address: 82 serial: 3176DF7 83 addr: 10.115.3.1 84 claimed: False 85 mgmt_addr: 10.113.3.1 86 mgmt_addr: 10.115.3.1 87 product: n310 88 type: n3xx 89 90 }}} 91 92 The above output enumerates all the SDRs that were detected. 93 Use the ''uhd_usrp_probe'' command with a ''mgmt_addr'' to get more details on a specific n310. 79 94 {{{ 80 95 native@localhost:~$ uhd_usrp_probe --args="mgmt_addr=10.113.2.1,addr=10.115.2.1" … … 289 304 || [[Image(basic_usage_spectrum_view_2.png, width=500px)]] || 290 305 306 291 307 === Troubleshooting === 308