Changes between Version 57 and Version 58 of Tutorials/Wireless/mmwaveSB1


Ignore:
Timestamp:
Sep 21, 2021, 5:07:19 PM (3 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwaveSB1

    v57 v58  
    1515|| [[Image(sb1_benchtop_mmwave.jpg, 900px)]] ||
    1616
    17 In the benchtop 60GHz setup of SandBox1, either USRP N310 or RFSoC ZCU111 can be used for baseband processing. RF Switch boxes as shown in the figure are used to select between N310 and RFSoC. RF path configuration details are at https://wiki.cosmos-lab.org/wiki/Architecture/Domains/cosmos_sb1#RFPathConfigurationsformmWaveDevelopmentPlatforms, and RF switch commands are explained at wiki:/Resources/Services/RFSwitch. To select N310s as baseband processing units, all the switches in the RF switch boxes are configured to port 1.
     17In the benchtop 60GHz setup of SandBox1, either USRP X310 or RFSoC ZCU111 can be used for baseband processing. RF Switch boxes as shown in the figure are used to select between X310 and RFSoC. RF path configuration details are at https://wiki.cosmos-lab.org/wiki/Architecture/Domains/cosmos_sb1#RFPathConfigurationsformmWaveDevelopmentPlatforms, and RF switch commands are explained at wiki:/Resources/Services/RFSwitch. To select X310s as baseband processing units, all the switches in the RF switch boxes are configured to port 1.
    1818
    19 This experiment uses USRP N310s for baseband processing. 
     19This experiment uses USRP X310s for baseband processing. 
    2020
    21 Sivers control software on srv1-in1, srv1-in2 talks to the mmWave front-ends over USB links. Host GNURadio applications on srv1-in1, srv1-in2, send/receive data samples to/from the N310s over 10G Ethernet links.
     21Sivers control software on srv1-in1, srv1-in2 talks to the mmWave front-ends over USB links. Host GNURadio applications on srv1-in1, srv1-in2, send/receive data samples to/from the X310s over 10G Ethernet links.
    2222 
    2323=== Prerequisites ===
     
    3232 1. [wiki:/GettingStarted#MakeaReservation Create a resource reservation] on sandbox 1
    3333 1. [Documentation/Short/Login Login] into sandbox 1 console (console.sb1.cosmos-lab.org) with two SSH sessions.
    34  1. Make sure all the nodes and devices used in the experiment are turned off:
     34 1. Make sure all the resources in the domain are turned off:
    3535{{{#!shell
    36 omf tell -a offh -t srv1-in1,srv1-in2,sdr4-in1,sdr4-in2,rfdev3-in1,rfdev3-in2 
     36omf tell -a offh -t system:topo:allres 
    3737}}}
    38  1. The image sivers_sb1_cosmos.ndz is [baseline_uhd.ndz] with Sivers control software installed.   
     38 1. The image sivers_sb1_cosmos.ndz is [baseline_gr.ndz] with Sivers control software installed.   
    3939  Load sivers_sb1_cosmos.ndz on srv1-in1,srv1-in2. 
    4040{{{#!shell
     
    5555
    5656* The IP addresses for Ethernet Ports(10G) on the X310s sdr4-in1 and sdr4-in2 were hard-coded to 10.114.14.1,10.115.14.1 and 10.114.14.2,10,115,14,2 respectively. To access them from srv1-in1 or srv1-in2, configure the network interfaces as follows
    57 || Server || enp1s0 || enp3s0 ||
     57
     58|| Server || data1 || data2 ||
    5859|| srv1-in1 || 10.114.1.3 || 10.115.1.3 ||
    5960|| srv1-in2 || 10.114.1.4 || 10.115.1.4 ||