Equipement and set-up » History » Version 13

DE GENDRE, Raphaëlle, 03/23/2016 03:34 PM

1 2 DE GENDRE, Raphaëlle
h1. Hardware 
2 1 DE GENDRE, Raphaëlle
3 3 DE GENDRE, Raphaëlle
* USRP: Universal Software Radio Peripheral 
4 7 DE GENDRE, Raphaëlle
5 9 DE GENDRE, Raphaëlle
p=. !{width:25%}NIUSRP.jpg!
6 10 DE GENDRE, Raphaëlle
Figure 1: NI USRP 2920
7 7 DE GENDRE, Raphaëlle
8 13 DE GENDRE, Raphaëlle
The USRP can receive analog signals from a range of center frequency of 50 MHz up to 2.2 GHz, covering the ISM, FM radio, GPS, GSM and radar bands. It  can therefore receive signals at the frequency of our emitter which is 434 Mhz in the ISM band and pass it through the computer.
9 1 DE GENDRE, Raphaëlle
10 10 DE GENDRE, Raphaëlle
* PC running with labview with a gigabit ethernet connection. The set up is the following:
11 10 DE GENDRE, Raphaëlle
12 10 DE GENDRE, Raphaëlle
p=. !completesetup.jpg!
13 10 DE GENDRE, Raphaëlle
Figure 2: Set up of the receiver
14 10 DE GENDRE, Raphaëlle
15 1 DE GENDRE, Raphaëlle
The computer gets the data from the USRP  via the ethernet connection.
16 2 DE GENDRE, Raphaëlle
17 2 DE GENDRE, Raphaëlle
h1. Software
18 2 DE GENDRE, Raphaëlle
19 12 DE GENDRE, Raphaëlle
* *NI Labview 2015*
20 4 DE GENDRE, Raphaëlle
The software that was used for the implementation is Labview 2015 from National Instruments. Labview 2015 and its extensions can be downloaded from the National Instrument Website. This software allows a platform-based approach and enables to develop with a graphical interface. In this language, data is represented by wires and it is processed by functions represented by blocks wich contain input and output interfaces. By linking the wires to the input or output of a functions we can code the processing of a data. What is very handy with Labview is that we can visualize the data while the program is running. Furthemore, it contains a lot of libraries that enable to process RF signals, get the bits and convert them into integers.
21 2 DE GENDRE, Raphaëlle
22 12 DE GENDRE, Raphaëlle
* *NI USRP Driver*
23 2 DE GENDRE, Raphaëlle
After downloading  Labview, we downloaded the NI USRP driver to get all the libraries and vi needed to operate the USRP. //link
24 2 DE GENDRE, Raphaëlle
25 12 DE GENDRE, Raphaëlle
* *NI Modulation toolkit*
26 2 DE GENDRE, Raphaëlle
Finally, we used the Modulation toolkit in order to have the necessary libraries to process our signal. You need to download it if you want to run this receiver.
27 1 DE GENDRE, Raphaëlle
28 5 DE GENDRE, Raphaëlle
h3. NB:  
29 6 DE GENDRE, Raphaëlle
* Make sure that you download Labview first, otherwise it won't recognize the pre-installed extensions.
30 6 DE GENDRE, Raphaëlle
* The computer connected to the USRP needs to have a network card which supports a gigabits ethernet connection in order for the communication to work.