Changes between Version 16 and Version 17 of Tutorials/Wireless/mmwaveRFSoC


Ignore:
Timestamp:
Jan 21, 2022, 12:06:55 PM (2 years ago)
Author:
skrimpon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwaveRFSoC

    v16 v17  
    135135- '''onenode.py:''' In this demo we control a single SDR. The script creates an SDR object that controls the Xilinx RFSoC FPGA eval board and Sivers IMA. A user can provide arguments to the script, such as the carrier frequency, the COSMOS node id and the transceiver mode. The script by default starts a local connection at srv1-in1 with a carrier frequency at 60.48 GHz in receive mode.
    136136{{{#!shell-session
    137 root@srv1-in1:~/mmwsdr/host/demos/basic$ source onenode.py --freq 60.48e9 --node srv1-in1 --mode rx
     137root@srv1-in1:~/mmwsdr/host$ python ./demos/basic/onenode.py --freq 60.48e9 --node srv1-in1 --mode rx
    138138}}}
    139139- '''ederarray.py:''' The Python drivers of the Sivers library requires Python 2. One way to remove this dependence is to remotely control the Sivers array with an HTTP server. We can start the HTTP server as follows,
    140140{{{#!shell-session
    141 root@srv1-in1:~/mmwsdr$ python ./host/mmwsdr/array/ederarray.py -u SN0240
     141root@srv1-in1:~/mmwsdr/host$ python ./mmwsdr/array/ederarray.py -u SN0240
    142142}}}
    143143{{{#!shell-session
    144 root@srv1-in2:~/mmwsdr$ python ./host/mmwsdr/array/ederarray.py -u SN0243
     144root@srv1-in2:~/mmwsdr/host$ python ./mmwsdr/array/ederarray.py -u SN0243
    145145}}}
    146146