Changes between Version 16 and Version 17 of Tutorials/Wireless/MassiveMIMO
- Timestamp:
- Jul 8, 2022, 7:22:53 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/MassiveMIMO
v16 v17 82 82 }}} 83 83 84 * Similarly in {{{node23-8}}}, no further configuration of the network interface is needed.84 * Similarly in {{{node23-8}}}, USRP-B210 is connected via a USB-3 port, and no further configuration of the network interface is needed. 85 85 86 86 87 * Run {{{uhd_find_device}}} to make sure that the USRP- 2974s can be reached:87 * Run {{{uhd_find_device}}} to make sure that the USRP-X310s and USRP-B210s can be reached respectively by {{{node21-1}}} and {{{node8-7}}}: 88 88 {{{#!shell 89 root@ srv2-lg1:~# uhd_find_devices --args="addr=10.118.2.2"90 [INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.HEAD-0-gaea0e2de89 root@node21-1:~# uhd_find_devices --args="addr0=10.10.23.1" 90 [INFO] [UHD] linux; GNU C++ version 9.3.0; Boost_107100; UHD_4.1.0.4-release 91 91 -------------------------------------------------- 92 92 -- UHD Device 0 93 93 -------------------------------------------------- 94 94 Device Address: 95 serial: 3 18F20F96 addr: 10.1 18.2.295 serial: 30A3570 96 addr: 10.10.23.1 97 97 fpga: XG 98 name: 99 product: NI-297498 name: Mercury 99 product: X310 100 100 type: x300 101 101 102 root@srv2-lg1:~# uhd_find_devices --args="addr=10.118.3.2" 103 [INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.HEAD-0-gaea0e2de 102 103 root@node8-7:~# uhd_find_devices --args="serial=30AD2E0" 104 [INFO] [UHD] linux; GNU C++ version 9.3.0; Boost_107100; UHD_4.1.0.4-release 104 105 -------------------------------------------------- 105 106 -- UHD Device 0 106 107 -------------------------------------------------- 107 108 Device Address: 108 serial: 3165747 109 addr: 10.118.3.2 110 fpga: XG 111 name: 112 product: X310 113 type: x300 109 serial: 30AD2E0 110 name: MyB210 111 product: B210 112 type: b200 114 113 }}} 115 114