Changes between Version 22 and Version 23 of Tutorials/Wireless/mmwave Paam Link Rate


Ignore:
Timestamp:
Mar 26, 2024, 1:24:49 AM (8 months ago)
Author:
zhenzhou77
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Link Rate

    v22 v23  
    135135==== Configure IBM 28GHz PAAM ====
    136136COSMOS uses the IBM 28GHz PAAM API to configure and initialize the PAAM boards.
    137 Under {{{PAAM_Control}}}, use the following command to configure the PAAM boards in **terminal 1**:
    138     {{{#!shell
    139     root@srv1-lg1:~/PAAM_Control# python3 main.py
     137Under the console in **terminal 2**, please run the following 4 commands:
     138    {{{#!shell
     139    <user_name>@console:~$ curl "http://am1.orbit-lab.org:5054/array_mgmt/configure?dev_name=rfdev2-1.sb2.cosmos-lab.org&ics=0&num_elements=16&txrx=tx&pol=h&theta=0&phi=0"
    140140    }}}
    141141The following message will print out to indicate that the PAAM board is being successfully configured:
    142     {{{#!shell
    143 Opened port to FPGA
    144 Logged in to Petalinux
    145 Started command parser on Zynq
    146 sdpar_prog.py /version: Version is PAWR_v1.2.0
    147 Using baseline FPGA control IP
    148 Reset the Phased Array
    149 Initialization of IC 0 was successful
    150 Initialization of IC 1 was successful
    151 Initialization of IC 2 was successful
    152 Initialization of IC 3 was successful
    153 IC0 current: 2.2629521016617793 status: On
    154 IC1 current: 1.3685239491691104 status: On
    155 IC2 current: 0.19550342130987292 status: Off
    156 IC3 current: 0.07820136852394917 status: Off
    157 Closed port to Zynq
    158 Opened port to FPGA
    159 Logged in to Petalinux
    160 Started command parser on Zynq
    161 sdpar_prog.py /version: Version is PAWR_v1.2.0
    162 Using baseline FPGA control IP
    163 Reset the Phased Array
    164 Initialization of IC 0 was successful
    165 Initialization of IC 1 was successful
    166 Initialization of IC 2 was successful
    167 Initialization of IC 3 was successful
    168 IC0 current: 2.29227761485826 status: On
    169 IC1 current: 1.3587487781036167 status: On
    170 IC2 current: 0.15640273704789834 status: Off
    171 IC3 current: 0.16617790811339198 status: Off
    172 Closed port to Zynq
    173 Experiment Started!
    174     }}}
    175 Notice this program will **hang** there to indicate that the PAAM board is on, if you wish to turn off the ICs on the PAAM boards, please **press {{{CTRL+C}}} once**.
    176 
    177 
    178142
    179143=== Experiment Execution ===