Changes between Version 16 and Version 17 of Tutorials/Wireless/MassiveMIMO


Ignore:
Timestamp:
Jul 8, 2022, 7:22:53 AM (3 years ago)
Author:
zhenzhou77
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/MassiveMIMO

    v16 v17  
    8282}}}
    8383
    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.
    8585
    8686
    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}}}:
    8888{{{#!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-gaea0e2de
     89root@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
    9191--------------------------------------------------
    9292-- UHD Device 0
    9393--------------------------------------------------
    9494Device Address:
    95     serial: 318F20F
    96     addr: 10.118.2.2
     95    serial: 30A3570
     96    addr: 10.10.23.1
    9797    fpga: XG
    98     name:
    99     product: NI-2974
     98    name: Mercury
     99    product: X310
    100100    type: x300
    101101
    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
     103root@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
    104105--------------------------------------------------
    105106-- UHD Device 0
    106107--------------------------------------------------
    107108Device 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
    114113}}}
    115114