Changes between Version 16 and Version 17 of Tutorials/Wireless/mmwaveRFSoC
- Timestamp:
- Jan 21, 2022, 12:06:55 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwaveRFSoC
v16 v17 135 135 - '''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. 136 136 {{{#!shell-session 137 root@srv1-in1:~/mmwsdr/host /demos/basic$ sourceonenode.py --freq 60.48e9 --node srv1-in1 --mode rx137 root@srv1-in1:~/mmwsdr/host$ python ./demos/basic/onenode.py --freq 60.48e9 --node srv1-in1 --mode rx 138 138 }}} 139 139 - '''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, 140 140 {{{#!shell-session 141 root@srv1-in1:~/mmwsdr $ python ./host/mmwsdr/array/ederarray.py -u SN0240141 root@srv1-in1:~/mmwsdr/host$ python ./mmwsdr/array/ederarray.py -u SN0240 142 142 }}} 143 143 {{{#!shell-session 144 root@srv1-in2:~/mmwsdr $ python ./host/mmwsdr/array/ederarray.py -u SN0243144 root@srv1-in2:~/mmwsdr/host$ python ./mmwsdr/array/ederarray.py -u SN0243 145 145 }}} 146 146