Changes between Version 46 and Version 47 of Tutorials/Wireless/mmwave80211adORCA
- Timestamp:
- May 24, 2022, 3:24:40 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave80211adORCA
v46 v47 13 13 Setup for the experiment is shown in the figure above. 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 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. 14 14 15 This experiment uses USRP X310s for baseband processing. Sivers control software on srv3, srv4 talk to the mmWave front-ends over USB links. Host GNURadio applications on srv3, srv4, send/receive data samples to/from the X310s over 10G Ethernet links. 802.11ad single carrier frames at reduced bandwidth (200MHz) are transmitted over 60GHz mmWave link, and channel impulse response is computed on the receive end.15 This experiment uses USRP X310s for baseband processing. Sivers control software on host servers, srv1-in1, srv1-in2 talks to the mmWave front-ends over USB links. Host GNURadio applications on the servers, send/receive data samples to/from the X310s over 10G Ethernet links. 802.11ad single carrier frames at reduced bandwidth (200MHz) are transmitted over 60GHz mmWave link, and channel impulse response is computed on the receive end. 16 16 17 17 === Prerequisites === … … 19 19 20 20 === Resources required === 21 2 servers srv1-in1, srv1-in2, 2 USRP X310s sdr4-in1, sdr4-in2 and both the Sivers mmWave platforms rfdev3-in1, rfdev3-in2 in COSMOS SB1. 21 22 2 servers srv3-lg1, srv4-lg1, 2 USRP X310s rfdev3-1, rfdev3-2, and both the Sivers platforms rfdev3-5, rfdev3-6 on COSMOS SB1. 22 23 … … 27 28 1. [wiki:/GettingStarted#MakeaReservation Create a resource reservation] on sandbox 1 28 29 1. [wiki:/GettingStarted#LogintoyourReservation Login] into sandbox 1 console (console.sb1.cosmos-lab.org) with two SSH sessions. 29 1. Make sure all the nodes and devices used in the experimentare turned off:30 1. Make sure all resources in the domain are turned off: 30 31 {{{#!shell 31 omf tell -a offh -t s rv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-632 omf tell -a offh -t system:topo:allres 32 33 }}} 33 34 1. The image rfnoc_wigig.ndz has aforementioned RFNoC 802.11ad preamble processing blocks and Sivers control software installed. 34 Load rfnoc_wigig.ndz on srv 3,srv4.35 Load rfnoc_wigig.ndz on srv1-in1, srv1-in2. 35 36 {{{#!shell 36 omf load -i rfnoc_wigig.ndz -t srv 3-lg1,srv4-lg137 omf load -i rfnoc_wigig.ndz -t srv1-in1,srv1-in2 37 38 }}} 38 39 1. Turn all the required resources on and check the status 39 40 {{{#!shell 40 omf tell -a on -t srv 3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-641 omf tell -a on -t srv1-in1,srv1-in2,sdr4-in1,sdr4-in2,rfdev3-in1,rfdev3-in2 41 42 }}} 42 43 {{{#!shell