Equipement and set-up » History » Version 7

DE GENDRE, Raphaëlle, 03/23/2016 10:33 AM

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 7 DE GENDRE, Raphaëlle
!NIUSRP.jpg!
6 7 DE GENDRE, Raphaëlle
7 1 DE GENDRE, Raphaëlle
The USRP (when an antenna is plugged) 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 signal at the frequency of our emitter which is 434 Mhz in the ISM band and pass it through the computer.
8 1 DE GENDRE, Raphaëlle
9 3 DE GENDRE, Raphaëlle
* PC running with labview with a gigabit ethernet connection
10 1 DE GENDRE, Raphaëlle
The set up is the following:
11 1 DE GENDRE, Raphaëlle
\image
12 1 DE GENDRE, Raphaëlle
The computer gets the data from the USRP  via the ethernet connection.
13 2 DE GENDRE, Raphaëlle
14 2 DE GENDRE, Raphaëlle
h1. Software
15 2 DE GENDRE, Raphaëlle
16 2 DE GENDRE, Raphaëlle
* NI Labview 2015 
17 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.
18 2 DE GENDRE, Raphaëlle
19 2 DE GENDRE, Raphaëlle
* NI USRP Driver
20 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
21 2 DE GENDRE, Raphaëlle
22 2 DE GENDRE, Raphaëlle
* NI Modulation toolkit
23 2 DE GENDRE, Raphaëlle
24 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.
25 1 DE GENDRE, Raphaëlle
26 5 DE GENDRE, Raphaëlle
h3. NB:  
27 6 DE GENDRE, Raphaëlle
* Make sure that you download Labview first, otherwise it won't recognize the pre-installed extensions.
28 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.