Changes between Version 13 and Version 14 of Tutorials/Wireless/mmwaveSB1


Ignore:
Timestamp:
Jan 8, 2020, 8:06:16 PM (4 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwaveSB1

    v13 v14  
    6666* The IP addresses for Ethernet Port 1(10G) on the X310s sdr2-md2 and sdr2-md3 were hard-coded to 10.115.2.2 and 10.115.2.3 respectively. To access them from srv1-lg1 or srv2-lg2, configure the network interface eno2 as follows
    6767{{{
    68    root@srv2-lg1:~# ifconfig eno2 10.115.1.1 netmask 255.255.0.0 mtu 9000 up
    69    root@srv2-lg1:~# ifconfig -a
     68root@srv2-lg1:~# ifconfig eno2 10.115.1.1 netmask 255.255.0.0 mtu 9000 up
     69root@srv2-lg1:~# ifconfig -a
    7070eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
    7171        inet6 fe80::9a03:9bff:fe61:b0b0  prefixlen 64  scopeid 0x20<link>
     
    108108* Run uhd_find_devices to check if the X310s can be reached
    109109{{{
    110    root@srv2-lg1:~# uhd_find_devices --args="addr=10.115.2.3"
     110root@srv2-lg1:~# uhd_find_devices --args="addr=10.115.2.3"
    111111[INFO] [UHD] linux; GNU C++ version 7.4.0; Boost_106501; UHD_3.14.1.1-release
    112112--------------------------------------------------
     
    124124
    125125==== Prepare Sivers front-ends ====
     126* To demonstrate the experiment here, we use Sivers front-end SN0243 as transmitter and SN0240 as receiver
     127
     128* Configure SN0243 as transmitter
     129{{{
     130root@srv3-lg1:~/ederenv# ./start_mb1.sh  SN0243
     131  Command history file: eder.cmd
     132    Trying to import module ederftdi
     133  Connecting to device with unit name SN0243 connected to motherboard MB1.
     134  Using settings for Eder Gen 2
     135  Device init OK
     136  Requested vcm value: 600mV
     137  setting value: 749
     138  VCM set to 600mV
     139  Chip present (chip_id = 0x02711702).
     140>>> eder.tx_enable()
     141  TX enabled
     142
     143}}}
     144
     145*  Configure SN0240 as receiver by running the control software on srv4-lg1
     146{{{
     147root@srv4-lg1:~/ederenv# ./start_mb1.sh  SN0240
     148  Command history file: eder.cmd
     149    Trying to import module ederftdi
     150  Connecting to device with unit name SN0240 connected to motherboard MB1.
     151  Using settings for Eder Gen 2
     152  Device init OK
     153  Requested vcm value: 600mV
     154  setting value: 749
     155  VCM set to 600mV
     156  Chip present (chip_id = 0x02711702).
     157>>> eder.rx_enable()
     158  RX enabled
     159>>>
     160
     161}}}
    126162
    127163==== Run the experiment ====