Changes between Version 34 and Version 35 of Tutorials/Wireless/mmwave Paam Basics


Ignore:
Timestamp:
Mar 4, 2022, 8:10:34 PM (2 years ago)
Author:
prasanthi
Comment:

Legend:

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

    v34 v35  
    149149Details and examples for the above are provided at the [https://wiki.cosmos-lab.org/wiki/Resources/Services/ArrayMgmt array management page].
    150150For this experiment we use static array management commands
    151 {{{#!td
    152    {{{#!shell
    153 SB1root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/configure?dev_name=rfdev4-in1.sb1.cosmos-lab.org&ics=0&num_elements=4&txrx=rx&pol=v&theta=0&phi=0"
     151{{{#!shell
     152root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/configure?dev_name=rfdev4-in1.sb1.cosmos-lab.org&ics=0&num_elements=4&txrx=rx&pol=v&theta=0&phi=0"
     153}}}
     154{{{#!shell
    154155<?xml version="1.0" encoding="UTF-8"?>
    155156<response status="OK">
     
    178179  </action>
    179180</response>
    180 
    181    
    182      
    183    }}}
    184 }}}
    185 {{{#!td
    186 SB2
    187    {{{
    188    }}}
     181}}}
     182
     183
     184{{{#!shell
     185root@console:~# curl "http://am1.orbit-lab.org:5054/array_mgmt/configure?dev_name=rfdev4-in2.sb1.cosmos-lab.org&ics=all&num_elements=16&txrx=rx&pol=v&theta=0&phi=0"
     186}}}
     187{{{#!shell
     188<?xml version="1.0" encoding="UTF-8"?>
     189<response status="OK">
     190  <action service="array_mgmt" name="configure" ipaddr="10.37.7.2">
     191    <step name="open" duration="3.608602"/>
     192    <step name="initializaition" duration="0.071819"/>
     193    <step name="enabling" duration="0.016513"/>
     194    <step name="steering" duration="0.007925"/>
     195    <state PAAM_ID="0x30" LO_switch="PLL" if_sw1="0x0" if_sw2="0x0" if_sw3="0x0" if_sw4="0x0"/>
     196    <adc>
     197      <conv index="0" name="1v2" tADC="114" tVolt="0.279" tCurr="0.139"/>
     198      <conv index="1" name="1v5" tADC="366" tVolt="0.894" tCurr="1.789"/>
     199      <conv index="2" name="1v8" tADC="3" tVolt="0.007" tCurr="0.004"/>
     200      <conv index="3" name="2v7_0" tADC="179" tVolt="0.437" tCurr="0.875"/>
     201      <conv index="4" name="2v7_1" tADC="212" tVolt="0.518" tCurr="1.036"/>
     202      <conv index="5" name="2v7_2" tADC="208" tVolt="0.508" tCurr="1.017"/>
     203      <conv index="6" name="2v7_3" tADC="187" tVolt="0.457" tCurr="0.914"/>
     204      <conv index="7" name="3v3_pll" tADC="128" tVolt="0.313" tCurr="0.156"/>
     205      <conv index="8" name="5v_uzed" tADC="262" tVolt="0.640" tCurr="0.640"/>
     206      <conv index="9" name="12v" tADC="243" tVolt="0.594" tCurr="1.979"/>
     207      <conv index="10" name="0V" tADC="0" tVolt="0.000"/>
     208      <conv index="11" name="1V8" tADC="733" tVolt="1.791"/>
     209    </adc>
     210    <step name="status" duration="0.020535"/>
     211    <step name="close" duration="0.101897"/>
     212  </action>
     213</response>
    189214}}}
    190215