Changes between Version 2 and Version 3 of Tutorials/Wireless/MobilePAAMOFDM
- Timestamp:
- Nov 15, 2024, 4:34:33 PM (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/MobilePAAMOFDM
v2 v3 5 5 === Description === 6 6 7 In this tutorial, we demonstrate an OFDM link with two mobile PAAMs, each consisting of an [https://wiki.cosmos-lab.org/wiki/Hardware/SubSystems/IBM#IBM28-GHzPhasedArrayBoardForCOSMOS IBM 28 GHz phased array antenna modules (PAAMs)] and a USRP-2974 SDR. When not in use outdoors, mobile PAAMs are accessible in [https://wiki.cosmos-lab.org/wiki/Architecture/Domains/cosmos_sb1 sb1]. This tutorial is based o ffthe following demo in MobiCom 2024.7 In this tutorial, we demonstrate an OFDM link with two mobile PAAMs, each consisting of an [https://wiki.cosmos-lab.org/wiki/Hardware/SubSystems/IBM#IBM28-GHzPhasedArrayBoardForCOSMOS IBM 28 GHz phased array antenna modules (PAAMs)] and a USRP-2974 SDR. When not in use outdoors, mobile PAAMs are accessible in [https://wiki.cosmos-lab.org/wiki/Architecture/Domains/cosmos_sb1 sb1]. This tutorial is based on the following demo in MobiCom 2024. 8 8 9 9 * P. Maddala, J. Kolodziejski, A. Adhikari, K. Hermstein, D. Chen, L. Zhu, T. Chen, I. Seskar, and G. Zussman, “Demo: Experimentation with Mobile 28 GHz Phased Array Antenna Modules”, in Proc. ACM MobiCom’24, Washington D.C., Nov. 2024 … … 11 11 Author: Kevin Hermstein, Columbia University (klh2179@columbia.edu) 12 12 13 L st updated November 15th, 202413 Last updated November 15th, 2024 14 14 15 15 === Prerequisites === … … 49 49 ssh -Y root@mob4-1 50 50 }}} 51 {{{#!shell ssh -Y root@mob4-2 51 {{{#!shell 52 ssh -Y root@mob4-2 52 53 }}} 53 54 At this point, you should have 4 sessions open. 2 {{{ssh}}} sessions connected to {{{mob4-1}}} and 2 connected to {{{mob4-2}}}. At lease one session for each must be initialized with {{{-Y}}} to enable the GNURadio GUI.