Changes between Version 7 and Version 8 of Tutorials/Wireless/mmwaveRFSoC


Ignore:
Timestamp:
May 20, 2020, 1:57:44 PM (5 years ago)
Author:
skrimpon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwaveRFSoC

    v7 v8  
    4242omf stat -t system:topo:allres
    4343}}}
     44 1. Make sure the RF switch boxes are configured to use RFSoCs (all switches set to port 2)
     45{{{#!shell-session
     46root@console:~# curl am1.cosmos-lab.org:5054/rf_switch/status?name=rfsw1.sb1.cosmos-lab.org,rfsw2.sb1.cosmos-lab.org
     47
     48<response status="OK">
     49  <rf_switch name="rfsw1.sb1.cosmos-lab.org" num_of_switches="4">
     50    <switch number="1" port="2"/>
     51    <switch number="2" port="2"/>
     52    <switch number="3" port="2"/>
     53    <switch number="4" port="2"/>
     54  </rf_switch>
     55  <rf_switch name="rfsw2.sb1.cosmos-lab.org" num_of_switches="4">
     56    <switch number="1" port="2"/>
     57    <switch number="2" port="2"/>
     58    <switch number="3" port="2"/>
     59    <switch number="4" port="2"/>
     60  </rf_switch>
     61</response>
     62}}}
     63
     64    * If some or all the ports are set to "1", set them to port "2"
     65{{{#!shell
     66curl "am1.cosmos-lab.org:5054/rf_switch/set?name=rfsw1.sb1.cosmos-lab.org,rfsw2.sb1.cosmos-lab.org&switch=1,2,3,4&port=2"
     67}}}
    4468 1. ssh to the nodes, use option -Y for using GUI.
    4569
     
    7498||  Click "Enable Tx" and "LO leakage Cal"   ||  Click "Enable Rx"                         ||
    7599||  [[Image(Sivers_TX_SN0240.jpg, 500px)]]      ||  [[Image(Sivers_RX_SN0243.jpg, 500px)]]      ||
    76 
    77 * Make sure the RF switch boxes are configured to use RFSoCs (all switches set to port 2)
    78 {{{#!shell-session
    79 root@console:~# curl am1.cosmos-lab.org:5054/rf_switch/status?name=rfsw1.sb1.cosmos-lab.org,rfsw2.sb1.cosmos-lab.org
    80 
    81 <response status="OK">
    82   <rf_switch name="rfsw1.sb1.cosmos-lab.org" num_of_switches="4">
    83     <switch number="1" port="2"/>
    84     <switch number="2" port="2"/>
    85     <switch number="3" port="2"/>
    86     <switch number="4" port="2"/>
    87   </rf_switch>
    88   <rf_switch name="rfsw2.sb1.cosmos-lab.org" num_of_switches="4">
    89     <switch number="1" port="2"/>
    90     <switch number="2" port="2"/>
    91     <switch number="3" port="2"/>
    92     <switch number="4" port="2"/>
    93   </rf_switch>
    94 </response>
    95 }}}
    96 
    97 * If some or all the ports are set to "1", set them to port "2"
    98 {{{#!shell
    99 curl "am1.cosmos-lab.org:5054/rf_switch/set?name=rfsw1.sb1.cosmos-lab.org,rfsw2.sb1.cosmos-lab.org&switch=1,2,3,4&port=2"
    100 }}}
    101 
    102100=== Execution ===
    103101==== Run the experiment ====