Changes between Version 57 and Version 58 of Tutorials/Wireless/mmwaveSB1
- Timestamp:
- Sep 21, 2021, 5:07:19 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwaveSB1
v57 v58 15 15 || [[Image(sb1_benchtop_mmwave.jpg, 900px)]] || 16 16 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.17 In 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. 18 18 19 This experiment uses USRP N310s for baseband processing.19 This experiment uses USRP X310s for baseband processing. 20 20 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.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 X310s over 10G Ethernet links. 22 22 23 23 === Prerequisites === … … 32 32 1. [wiki:/GettingStarted#MakeaReservation Create a resource reservation] on sandbox 1 33 33 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 experimentare turned off:34 1. Make sure all the resources in the domain are turned off: 35 35 {{{#!shell 36 omf tell -a offh -t s rv1-in1,srv1-in2,sdr4-in1,sdr4-in2,rfdev3-in1,rfdev3-in236 omf tell -a offh -t system:topo:allres 37 37 }}} 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. 39 39 Load sivers_sb1_cosmos.ndz on srv1-in1,srv1-in2. 40 40 {{{#!shell … … 55 55 56 56 * 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 || 58 59 || srv1-in1 || 10.114.1.3 || 10.115.1.3 || 59 60 || srv1-in2 || 10.114.1.4 || 10.115.1.4 ||