Changes between Version 26 and Version 27 of Tutorials/k0SDR/Tutorial00
- Timestamp:
- Oct 18, 2013, 10:44:55 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial00
v26 v27 1 = Working with USRP2 - Universal Software Radio Peripheral=2 3 == Description==1 == Working with USRP2 - Universal Software Radio Peripheral == 2 3 === Description === 4 4 In this tutorial we'll use the 2 USRPs on Sandbox 3 to transmit and receive a single frequency over the air to demonstrate the use of ''Universal software Radio peripheral'' Hardware Drivers (UHD) which is used standalone to configure and enable the USRPs. This tutorial can be run on other USRP2s available of the grid as well. For details on available USRP2s on the grid, please see [http://www.orbit-lab.org/wiki/Hardware/fDevices/gUSRP#GRID available USRP2 HW]. 5 5 6 == Hardware / Software Resources utilized==6 === Hardware / Software Resources utilized === 7 7 1. Sandbox 3 - consists of two nodes (node1-1 & node1-2). Each node has a USRP2 connect via Ethernet. 8 8 2. ''ubuntu-12-04-uhd.ndz'': disk image loaded onto nodes. This image has all the precompiled - software required to configure the USRPs and analyze recorded data. The USRP2's interface with the node is already configured. … … 10 10 4. octave: GNU version of MATLAB 11 11 12 == Set up==12 === Set up === 13 13 * Before you can access the testbed, you need to [https://www.orbit-lab.org/schedule make a reservation] and get it approved by the [wiki:Documentation/Scheduler reservation service]. 14 14 … … 29 29 }}} 30 30 31 == Usage==31 === Usage === 32 32 * Once nodes are imaged, ssh into each node. Use the USRP2 on node1-1 as the transmitter and USRP2 on node1-2 as receiver.[[BR]] 33 33 ssh into node1-1 … … 308 308 }}} 309 309 310 == Capture waveform and record to file & add time-domain plot of waveform==310 === Capture waveform and record to file & add time-domain plot of waveform === 311 311 312 312 * Now record the received signal to an OCTAVE / MATLAB file. … … 360 360 || Plot of received sine wave|| 361 361 362 == Troubleshooting==362 === Troubleshooting === 363 363 * ''uhd_find_devices'' & ''uhd_usrp_probe '' return '''No UHD Devices Found''' 364 364