Changes between Version 41 and Version 42 of Tutorials/Wireless/mmwave Paam Basics


Ignore:
Timestamp:
Apr 10, 2022, 6:25:58 AM (2 years ago)
Author:
Abhi Adhikari
Comment:

Added commands for SB2, filled in missing commands for turning off PAAMs

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Basics

    v41 v42  
    1515Author: Tingjun Chen, Duke University (tingjun.chen [at] duke [dot] edu)
    1616
    17 Last updated: Mar. 26, 2022
     17Last updated: Apr. 10, 2022
    1818
    1919=== Acknowledgements ===
     
    213213}}}
    214214
     215If you are on SB2, the commands are:\\
     216PAAM #1 (rfdev2-1.sb2.cosmos-lab.org)
     217{{{#!shell
     218root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/configure?dev_name=rfdev2-1.sb2.cosmos-lab.org&ics=0&num_elements=4&txrx=rx&pol=v&theta=0&phi=0"
     219}}}
     220PAAM #2 (rfdev2-2.sb2.cosmos-lab.org)
     221{{{#!shell
     222root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/configure?dev_name=rfdev2-2.sb2.cosmos-lab.org&ics=0&num_elements=4&txrx=rx&pol=v&theta=0&phi=0"
     223}}}
     224
    215225
    216226==== Run the experiment ====
     
    229239
    230240==== Finish the experiments ====
    231 When the experiments are completed, make sure to clean up and turn off the PAAMs by running
     241When the experiments are completed, make sure to clean up and turn off the PAAMs.
     242
     243For SB1:\\
    232244{{{#!shell
    233245root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/cleanup?dev_name=rfdev4-in1.sb1.cosmos-lab.org"
    234246root@console:~# omf tell -a offh -t rfdev4-in1.sb1.cosmos-lab.org
    235 }}}
     247root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/cleanup?dev_name=rfdev4-in2.sb1.cosmos-lab.org"
     248root@console:~# omf tell -a offh -t rfdev4-in2.sb1.cosmos-lab.org
     249}}}
     250\\
     251
     252For SB2:\\
     253{{{#!shell
     254root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/cleanup?dev_name=rfdev2-1.sb2.cosmos-lab.org"
     255root@console:~# omf tell -a offh -t rfdev2-1.sb2.cosmos-lab.org
     256root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/cleanup?dev_name=rfdev2-2.sb2.cosmos-lab.org"
     257root@console:~# omf tell -a offh -t rfdev2-2.sb2.cosmos-lab.org
     258}}}