Changes between Version 67 and Version 68 of Tutorials/Wireless/mmwaveSB1


Ignore:
Timestamp:
Oct 4, 2021, 8:41:11 PM (3 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwaveSB1

    v67 v68  
    5454==== Find and prepare USRPs ====
    5555
    56 * The IP addresses for Ethernet Ports(Port 0, 10G with XG image) on the X310s sdr4-in1 and sdr4-in2 were hard-coded to 10.114.14.1 and 10.114.14.2 respectively. To access them from srv1-in1 or srv1-in2, configure the data1 network interfaces on srv1-in1 and srv1-in2 to 10.114.1.3 and 10.114.1.4 respectively.
     56* The IP addresses for Ethernet Ports(Port 0, 10G with XG image) on the X310s sdr4-in1 and sdr4-in2 were hard-coded to 10.38.14.1 and 10.38.14.2 respectively. To access them from srv1-in1 or srv1-in2, configure the data1 network interfaces on srv1-in1 and srv1-in2 to 10.38.1.3 and 10.38.1.4 respectively.
    5757{{{#!shell-session
    58 root@srv1-in1:~# ifconfig data1 10.114.1.3 netmask 255.255.0.0 mtu 9000 up
     58root@srv1-in1:~# ifconfig data1 10.38.1.3 netmask 255.255.0.0 mtu 9000 up
    5959}}}
    6060{{{#!shell-session
    61 root@srv1-in2:~# ifconfig data1 10.114.1.4 netmask 255.255.0.0 mtu 9000 up
     61root@srv1-in2:~# ifconfig data1 10.38.1.4 netmask 255.255.0.0 mtu 9000 up
    6262}}}
    6363
     
    7171Device Address:
    7272    serial: 31B6FFA
    73     addr: 10.114.14.2
     73    addr: 10.38.14.2
    7474    fpga: XG
    7575    name: sdr4-in2
     
    8383Device Address:
    8484    serial: 31B8F3F
    85     addr: 10.114.14.1
     85    addr: 10.38.14.1
    8686    fpga: XG
    8787    name: sdr4-in1
     
    135135* Start transmit application on the TX node(srv1-in1). Run UHD application tx_waveforms to transmit a sine wave.
    136136{{{#!shell-session
    137 root@srv1-in1:~# /usr/lib/uhd/examples/tx_waveforms --args="addr=10.114.14.1" --freq 100e6 --rate 10e6 --ant AB --subdev A:AB --wave-freq 1e6 --wave-type SINE
     137root@srv1-in1:~# /usr/lib/uhd/examples/tx_waveforms --args="addr=10.38.14.1" --freq 100e6 --rate 10e6 --ant AB --subdev A:AB --wave-freq 1e6 --wave-type SINE
    138138}}}
    139139 
    140140* Start receive application on the RX node(srv1-in2). Run rx_ascii_art_dft to observe the sinewave as shown in the picture below
    141141{{{#!shell-session
    142 root@srv1-in2:~# /usr/lib/uhd/examples/rx_ascii_art_dft --args="addr=10.114.14.2" --freq 100e6 --rate 10e6 --ref-lvl -40 --ant AB --subdev B:AB 
     142root@srv1-in2:~# /usr/lib/uhd/examples/rx_ascii_art_dft --args="addr=10.38.14.2" --freq 100e6 --rate 10e6 --ref-lvl -40 --ant AB --subdev B:AB 
    143143}}} 
    144144  || [[Image(mmWave_sinewave_rx.2.jpg, 900px)]] ||