• No results found

Javier Lara Peinado

N/A
N/A
Protected

Academic year: 2021

Share "Javier Lara Peinado"

Copied!
78
0
0

Loading.... (view fulltext now)

Full text

(1)

Degree project in Communication Systems Second level, 30.0 HEC Stockholm, Sweden

J A V I E R L A R A P E I N A D O

First steps toward developing a distributed white space sensor grid

for cognitive radios

Minding the spectrum gaps

K T H I n f o r m a t i o n a n d C o m m u n i c a t i o n T e c h n o l o g y

(2)

Minding the spectrum gaps

First steps toward developing a distributed white space sensor grid for cognitive radios

Javier Lara Peinado

Master of Science Thesis

Communication Systems

School of Information and Communication Technology KTH Royal Institute of Technology

Stockholm, Sweden 11 June 2013

(3)

c

(4)

Abstract

The idea that the radio spectrum is growing ever more scarce has become commonplace, and is being reinforced by the recent bidding wars among telecom operators. New wireless applications tend to be deployed in the relatively narrow unlicensed frequency bands, worsening the problem of interference for all users. However, not all frequency bands are in use in every location all the time, creating temporal and spatial gaps (also known as white spaces) that cognitive radio systems aim to take advantage of. In order to achieve that, such systems need to be able to constantly scan large chunks of the radio spectrum to keep track of which frequency bands are locally available any given moment, thus allowing users to switch to one of these unoccupied frequency bands once the current band becomes unusable (or less useful). This requirement of wideband sensing capabilities often translates into the need to install specialized radio components, raising the costs of such systems, and is often at odds with the focus on monitoring the current band as is done by traditional wireless devices.

The goal of this master’s thesis project is to simplify cognitive radio systems by shifting the wideband sensing functionality to a specialized and inexpensive embedded platforms that will act as a white space sensor, thus freeing cognitive radio users from this task and making it easier to integrate dynamic spectrum management techniques into existing systems. To do that a wireless sensor gateway platform developed by a previous master’s thesis has been repurposed as a prototype white space detector and tested against several wireless transmitters. The aim is to develop a standalone platform that can be deployed all around an area to collect data that can be used to create a geographical map of the use of the spectrum. Such a system should require as little maintenance as possible, thus auto-update and self-configuring features have been implemented in the detector, as well as a simple scanning protocol that allows for remote configuration of the wideband sensing parameters. Furthermore, a basic server has been developed to aggregate and display the data provided by the different sensors.

(5)
(6)

Sammanfattning

Tanken att radiospektrum blir allt knappare har blivit vardagsmat, och förstärks av de senaste budgivning krig mellan teleoperatörer. Nya trådlösa applikationer tenderar att sättas i de relativt smala olicensierade frekvensband, förvärrade problemet med störningar för alla användare. Men inte alla frekvensband som används i varje plats hela tiden, skapar tidsmässiga och rumsliga luckor (även känd som vita fläckar) som kognitiva radiosystem syftar till att dra nytta av. För att uppnå detta, sådana system måste hela tiden kunna scanna stora delar av radiospektrum för att hålla reda på vilka frekvensband är lokalt tillgängliga varje givet ögonblick, vilket gör omkopplaren när den nuvarande bandet blir obrukbar. Det här kravet på bredbands avkänning kapaciteter översätter ofta in behovet av att installera specialiserade radiokomponenter, höja kostnaderna för sådana system, och är ofta i strid med fokus på övervakning av strömmen band med traditionella trådlösa enheter.

Målet med detta examensarbete är att förenkla kognitiva radiosystem med wideband avkänning funktionalitet till en specialiserad och billig inbäddad plattform som kommer att fungera som ett vitt utrymme sensor, vilket frigör kognitiva radio användare från denna uppgift och gör det enklare att integrera dynamiskt spektrum förvaltning tekniker i befintliga system. För att göra det en trådlös sensor gateway plattform som utvecklats av ett tidigare examensarbete har apterat som en prototyp blanktecken detektor och testas mot flera trådlösa sändare. Målet är att utveckla en fristående plattform som kan sättas runt för att skapa en geografisk karta av användningen av spektrum och kräva så lite underhåll som möjligt, har automatisk uppdatering och självkonfigurerande funktioner implementerats i detektorn, samt som en enkel scanning protokoll som möjliggör fjärrkonfiguration av den bredbandiga avkänningsparametrarna. Dessutom har en grundläggande server utvecklats för att aggregera och visa uppgifterna från de olika sensorerna.

(7)
(8)

Acknowledgements

Writing a master’s thesis is a lengthy business, especially for those that have a tendency to not see the forest for the trees. Therefore, first and foremost my thanks go to my supervisor, Professor Gerald Q. ”Chip” Maguire Jr. for pointing the way out of the thicket every time and providing guidance and motivation, as well as a seemingly endless supply of hardware, when I needed it most. I would also like to thank Mats Nilsson, assistant director of the KTH’s Centre for Wireless Systems, for allowing me to use his GSM equipment, as well as Professor Mark T. Smith for his advice on the idiosyncrasies of microcontrollers and of course Antonio Estepa for his constant support from the far south. I also thank Albert López and Francisco Javier Sánchez, on whose circuits this thesis stands and Václav Valenta, who generously allowed the reproduction of figure1.2on page3from [1].

Last but in no way least, I would like to thank my family for their constant support of my endeavors in the far north. They are the reason why I am here, in every sense of the word.

(9)
(10)

Contents

1 Introduction 1

1.1 Problem description . . . 1

1.2 Goals . . . 4

1.3 Structure of this thesis . . . 4

2 Background 5 2.1 Introduction to Cognitive Radio . . . 5

2.2 TFTP . . . 7

2.3 Related work . . . 8

2.3.1 Cooperative spectrum sensing . . . 9

2.3.2 White space databases . . . 9

3 Method 11 3.1 Objectives . . . 11

3.2 Description of the embedded platform . . . 13

3.2.1 Motherboard . . . 13

3.2.2 Radio frequency (RF) daughterboard . . . 15

3.3 Hardware tools . . . 16

3.3.1 Joint Test Action Group (JTAG) Universal Serial Bus (USB) debugging interface . . . 16

3.3.2 Global System for Mobile Communications (GSM) tester 17 3.3.3 Spectrum analyzer . . . 17

3.3.4 Wireless thermometer . . . 18

3.4 Software tools . . . 18

3.4.1 Code Composer Studio (CCS) . . . 18

3.4.2 Wireshark . . . 19

4 Implementation and Analysis 21 4.1 TCP/IP stack porting . . . 21

4.1.1 Choosing a stack . . . 22

4.1.2 Porting . . . 23 vii

(11)

viii CONTENTS 4.1.3 Testing . . . 23 4.2 Network bootloader . . . 25 4.2.1 Implementation . . . 25 4.2.2 Caveats . . . 27 4.3 Frequency scanner . . . 30 4.3.1 Protocol . . . 30 4.3.2 Implementation . . . 32 4.4 Grid server . . . 33 4.4.1 Backend. . . 34

4.4.2 Graphical User Interface (GUI) . . . 34

4.5 Sensor node testing . . . 36

4.6 Grid deployment . . . 38 4.6.1 Spectrum utilization . . . 38 4.6.2 Radiolocation potential . . . 42 5 Conclusions 45 5.1 General conclusions. . . 45 5.2 Future work . . . 46 5.3 Required reflections . . . 47 Bibliography 49 A Source code 55 B BSL programming 57

(12)

List of Figures

1.1 US radio spectrum allocations chart, 2011 edition . . . 3

1.2 Plot of the 24-hour maximum spectrum usage in Brno . . . 3

2.1 Spectrum gap concept . . . 6

3.1 Topology of the white space sensor grid . . . 12

3.2 View of the motherboard with the relevant components highlighted 14 3.3 View of the daughterboard with the relevant components highlighted 16 3.4 Spectrum analyzer and GSM tester rack used for this project . . . 17

4.1 Wireshark capture of a ping test with the board . . . 24

4.2 Flowchart of the network bootloader . . . 26

4.3 Wireshark capture of the network boot . . . 28

4.4 Memory map of the MSP430F5437A used for this project . . . . 29

4.5 Custom User Datagram Protocol (UDP) protocol to convey the scanning data and options . . . 32

4.6 Wireshark capture of the UDP scan protocol . . . 33

4.7 Screen capture of the grid GUI with four active sensors . . . 35

4.8 Scan of a -40dBm sine wave from the GSM tester of section 3.3.2 36 4.9 Spectrum scan 10 cm from the wireless thermometer of section 3.3.4 . . . 37

4.10 Results of a 24-hour capture from the white space sensor grid . . . 40

4.11 Boxplot of the path loss of a -7dBm sine wave at 868MHz . . . . 43

B.1 USB-to-serial board used for Bootstrap Loader (BSL) programming 57

(13)
(14)

List of Tables

4.1 Comparison of the UDP/IP stacks for embedded systems . . . 23

4.2 Spectrum utilization measurements during a weekday . . . 39

4.3 Spectrum utilization of the 800MHz mobile band during a weekday 41

4.4 Spectrum utilization of the GSM900 downlink band during a

weekday . . . 41

B.1 Equivalence between BSL pins and those of the board . . . 58

(15)
(16)

Acronyms

AGC Automatic Gain Control. ASK amplitude-shift keying. BNC Bayonet Neill-Concelman. BOOTP Bootstrap Protocol. BSL Bootstrap Loader. CCS Code Composer Studio. CR cognitive radio.

DHCP Dynamic Host Configuration Protocol. DVGA digital variable gain amplifier.

FCC Federal Communications Commission. FSK frequency-shift keying.

FTP File Transfer Protocol.

GFSK gaussian frequency-shift keying.

GSM Global System for Mobile Communications.

GSM-R Global System for Mobile Communications - Railway. GUI Graphical User Interface.

HDF5 Hierarchichal Data Format.

IANA Internet Assigned Numbers Authority. xiii

(17)

xiv ACRONYMS

IDE Integrated Development Environment.

IEEE Institute of Electrical and Electronics Engineers. ISC Internet Systems Consortium.

ISM Industrial, Scientific and Medical. JTAG Joint Test Action Group.

LC inductor-capacitor. LED light-emitting diode. LNA low-noise amplifier. MAC Medium Access Control. MCU microcontroller unit. MSK minimum-shift keying. OS operating system.

PAMR Public Access Mobile Radio. PD Powered Device.

PoE power over Ethernet.

PSE power Sourcing Equipment.

PTS Swedish Post and Telecom Authority. RAM Random Access Memory.

RF Radio frequency.

RoHS Restriction of Use of Hazardous Substances. RSSI Received Signal Strength Indicator.

SMA SubMiniature version A. SPI Serial Peripheral Interface.

(18)

ACRONYMS xv

SQL Structured Query Language. SRAM Static Random Access Memory. SRD short range device.

TCP transmission control protocol. TFTP Trivial File Transfer Protocol. TI Texas Instruments.

UDP User Datagram Protocol. USB Universal Serial Bus.

(19)
(20)

Chapter 1

Introduction

In this chapter we provide a brief overview of the objectives and general structure of this thesis, as well as a short description of the issues it aims to address.

1.1

Problem description

Radio spectrum is considered state property by most countries, and thus it is a tightly regulated resource. National governments usually have the exclusive right to decide how the available frequencies are used and, more importantly, who gets to use them. The most widely applied method of spectrum management is known as command and control[2], in which the radio spectrum is partitioned into bands that are then allocated to specific services such as fixed satellite or TV broadcast, often on a exclusive basis. This strategy ensures that authorized operators are able to take advantage of their allocation of the spectrum without fear of interference, but is also inherently inefficient and slow to adapt as it is a centralized top-down process, this leads to a low occupancy of the radio channels[3].

Another consequence of the aforementioned static allocation process is to reinforce the notion of spectrum scarcity. A quick glance at a spectrum allocation chart such as the one portrayed in figure 1.1 on page 3 conveys the idea of a crowded radio spectrum, with little elbow room left for new wireless applications. Each colored block in that chart represents an allocated band, one for which the regulator has already determined who is allowed to use it and what for, and it is clear to see that the radio spectrum is almost completely allocated. However, the picture changes when one considers that not all frequency bands are in use everywhere and all the time, that is to say, the spatial and temporal gaps or white spaces in the spectrum. For example, in 2002 the United States of America’sFederal Communications Commission (FCC)Spectrum Policy Task Force issued a report[4] about the utilization of the radio spectrum, supported

(21)

2 CHAPTER 1. INTRODUCTION

by measurements in several urban areas, where it concluded that that there were widespread inefficiencies in many frequency bands. However, the report also stated that there was a rather large temporal and spatial variability in spectrum use, which led to its recommendation of encouraging geographically limited licenses and improving the time-sharing of the bands among multiple users. In the report’s words, “taking advantage of time and space”. Furthermore, it suggested restricting the command and control management method to a few critical bands and transitioning to more flexible models which would allow unlicensed users to transmit in a given band provided they took care not to interfere with the band’s assigned primary user.

More recent studies reveal that spectrum utilization has not changed much since theFCCissued its recommendations. A measurement campaign performed in several European cities between 2008 and 2009[1] found significant reuse opportunities in many frequency bands, as well as a low overall utilization. That can be clearly seen in figure1.2 on page3, where the spectrum seems a calm sea of low-energy blue with occasional bursts of power here and there, mainly in the bands used by mobile services such asGSM. Not surprisingly, this European study also suggests spectrum sharing as a solution for underutilized frequency bands.

Therefore, instead of spectrum scarcity the real problem we have to contend with are the inefficiencies in spectrum utilization; for which spectrum sharing, either geographically or temporally, is the commonly proposed solution. This approach is known as spectrum-sensingcognitive radio (CR)and will be explained in more detail in section2.1. However, sharing the spectrum efficiently requires that there be devices to periodically collect information about the ambient radio environment in order to keep track of which channels are occupied[2], as well as to compute statistics based on past observations of which are likely to be freed up in the near future. Given this information a the transmitter can make a fast handoff to an available frequency band if it needs to move out of its current one, such as it might occur because of activity by a licensed user.

The catch lies in that implementing those features would require specialized hardware and software, as well as distract the resources of the communication devices from their main tasks (supporting their user’s communication needs). Doing so would increase their cost and complexity, thus slowing down the deployment ofCRsystems.

Additionally, there is the problem of the hidden listener - a listener who is near the potential transmitter who is listening to a signal from a remote transmitter using this frequency band. This issue will be addressed in a separate master’s thesis by Julia Alba Tomo Peiro.

(22)

1.1. PROBLEM DESCRIPTION 3

THIS CHART WAS CREATED BY DELMON C. MORRISON JUNE 1, 2011

UNITED

STATES

THE RADIO SPECTRUM

NON-GOVERNMENT EXCLUSIVE GOVERNMENT/NON-GOVERNMENT SHARED GOVERNMENT EXCLUSIVE

RADIO SERVICES COLOR LEGEND

ACTIVITY CODE

PLEASE NOTE: THE SPACING ALLOTTED THE SERVICES IN THE SPECTRUM

SEGMENTS SHOWN IS NOT PROPORTIONAL TO THE ACTUAL AMOUNT OF SPECTRUM OCCUPIED.

ALLOCATION USAGE DESIGNATION

SERVICE EXAMPLE DESCRIPTION

Primary FIXED Capital Letters Secondary Mobile 1st Capital with lower case letters

U.S. DEPARTMENT OF COMMERCE National Telecommunications and Information Administration

Office of Spectrum Management August 2011

* EXCEPT AERONAUTICAL MOBILE (R) ** EXCEPT AERONAUTICAL MOBILE ALLOCATIONS FREQUENCY ST ANDARD FREQUENCY AND TIME SIGNAL (20 kHz) FIXED MARITIME MOBILE Radiolocation FIXED MARITIME MOBILE FIXED MARITIME MOBILE MARITIME MOBILE FIXED AERONAUTICALRADIONA

VIGA TION AeronauticalMobile AERONAUTICAL RADIONAVIGATION Maritime Radionavigation (radiobeacons) Aeronautical Mobile AERONAUTICALRADIONA VIGA TION Aeronautical Radionavigation (radiobeacons)

NOT ALLOCATED RADIONAVIGATION

MARITIME MOBILE FIXED Fixed FIXED MARITIME MOBILE 3 kHz MARITIME RADIONA VIGA TION (radiobeacons) 3 9 14 19.95 20.05 5961 70 90 110 130 160 190 200 275285 300 Radiolocation 300 kHz FIXED MARITIME MOBILE STANDARD FREQUENCY AND TIME SIGNAL (60 kHz) Aeronautical Radionavigation (radiobeacons) MARITIME RADIONAVIGATION (radiobeacons) Aeronautical Mobile Maritime Radionavigation (radiobeacons) Aeronautical Mobile Aeronautical Mobile RADIONA VIGA TION AERONAUTICAL RADIONA VIGA TION MARITIME MOBILE Aeronautical Radionavigation MARITIME MOBILE MOBILE BROADCASTING (AM RADIO)

MARITIME MOBILE(telephony)

MOBILE

FIXED STANDARD FREQ.

AND TIME SIGNAL (2500kHz) FIXED AERONAUTICALMOBILE (R) RADIO-LOCATION FIXED MOBILE AMA TEUR RADIOLOCA TION MOBILE FIXED MARITIME MOBILE MARITIME MOBILE FIXED MOBILE BROADCASTING AERONAUTICAL RADIONA VIGA TION (radiobeacons)

MOBILE (distress and c alling)

MARITIME MOBILE

(ships only)

AERONAUTICAL RADIONA

VIGA

TION

(radiobeacons)AERONAUTICAL RADIONA

VIGA

TION

MARITIME MOBILE(telephony)

MOBILE except aeronautical mobile

MOBILE

except aeronautical mobile

MOBILE

MOBILE

MARITIME MOBILE

MOBILE (distress and calling)

MARITIME MOBILE

MOBILE except aeronautical mobile BROADCASTING

AERONAUTICAL RADIONAVIGATION (radiobeacons)

Non-Federal Travelers Information Stations (TIS), a mobile service, are authorized in the 535-1705 kHz band. Federal TIS operates at 1610 kHz.

300 kHz 3 MHz

Maritime Mobile

3MHz 30 MHz

AERONAUTICAL MOBILE (OR)

FIXED

MOBILE

except aeronautical mobile (R)

FIXED MOBILE

except aeronautical mobile

AERONAUTICALMOBILE (R)

AMATEUR MARITIME MOBILE

FIXED

MARITIMEMOBILE

FIXED

MOBILE

except aeronautical mobile (R)

AERONAUTICAL

MOBILE (R)

AERONAUTICAL

MOBILE (OR)

MOBILE

except aeronautical mobile (R)

FIXED STANDARD FREQUENCY AND TIME SIGNAL (5 MHz) FIXED MOBILE FIXED FIXED AERONAUTICAL MOBILE (R) AERONAUTICAL MOBILE (OR) FIXED MOBILE

except aeronautical mobile (R)

MARITIME MOBILE AERONAUTICAL MOBILE (R) AERONAUTICAL MOBILE (OR) FIXED AMA TEUR SA TELLITE AMA TEUR AMA TEUR BROADCASTING FIXED MOBILE except aeronautical mobile (R) MARITIME MOBILE FIXED AERONAUTICAL MOBILE (R) AERONAUTICAL MOBILE (OR) FIXED BROADCASTING FIXED ST ANDARD FREQUENCY AND TIME SIGNAL (10 MHz) AERONAUTICAL MOBILE (R) AMA TEUR FIXED Mobileexcept aeronautical mobile (R) AERONAUTICAL MOBILE (OR) AERONAUTICAL MOBILE (R) FIXED BROADCASTING FIXED MARITIME MOBILE AERONAUTICAL MOBILE (OR) AERONAUTICAL MOBILE (R) RADIO ASTRONOMY FIXED Mobile

except aeronautical mobile (R)

BROADCASTING

FIXED

Mobile

except aeronautical mobile (R)

AMA

TEUR

Mobile

except aeronautical mobile (R)

FIXED STANDARD FREQUENCY AND TIME SIGNAL (15 MHz) AERONAUTICAL MOBILE (OR) BROADCASTING MARITIME MOBILE AERONAUTICAL MOBILE (R) AERONAUTICAL MOBILE (OR) FIXED AMA TEUR SA TELLITE AMA TEUR SA TELLITE FIXED 3.0 3.155 3.23 3.4 3.5 4.0 4.063 4.438 4.65 4.7 4.75 4.85 4.995 5.005 5.06 5.45 5.68 5.73 5.59 6.2 6.525 6.85 6.765 7.0 7.1 7.3 7.4 8.1 8.195 8.815 8.965 9.04 9.4 9.9 9.995 1.005 1.01 10.15 11.175 11.275 11.4 11.6 12.1 12.23 13.2 13.26 13.36 13.41 13.57 13.87 14.0 14.25 14.35 14.99 15.01 15.1 15.8 16.36 17.41 17.48 17.9 17.97 18.03 18.068 18.168 18.78 18.9 19.02 19.68 19.8 19.99 20.01 21.0 21.45 21.85 21.924 22.0 22.855 23.0 23.2 23.35 24.89 24.99 25.01 25.07 25.21 25.33 25.55 25.67 26.1 26.175 26.48 26.95 26.96 27.23 27.41 27.54 28.0 29.7 29.8 29.89 29.91 30.0

BROADCASTING MARITIME MOBILEBROADCASTING

FIXED FIXEDMARITIME MOBILE FIXED

ST ANDARD FREQUENCY AND TIME SIGNAL (20 MHz) Mobile Mobile FIXED BROADCASTING FIXED AERONAUTICAL MOBILE (R) MARITIME MOBILE AMA TEUR SA TELLITE AMA TEUR FIXED Mobile

except aeronautical mobile (R)

FIXEDAERONAUTICAL

MOBILE (OR)

MOBILE

except aeronautical mobile

FIXED AMA TEUR SA TELLITE AMA TEUR ST ANDARD FREQ. AND TIME SIGNAL (25 MHz)

LAND MOBILE MARITIME MOBILE LAND MOBILE

FIXED

MOBILE

except aeronautical mobile

RADIO

ASTRONOMY

BROADCASTING MARITIME MOBILE LAND MOBILE

MOBILE

except aeronautical mobile

MOBILE

except aeronautical mobile

FIXED

LAND MOBILE

FIXED

MOBILE

except aeronautical mobile

FIXED FIXED MOBILE FIXED AMA TEUR SA TELLITE AMA TEUR

LAND MOBILE FIXED

FIXED MOBILE FIXED AMA TEUR MOBILE

except aeronautical mobile (R)

AMA

TEUR

FIXED

BROADCASTING MARITIME MOBILE

MOBILE except aeronautical mobile 300 325 335 405 415 435 495 505 510 525 535 1605 1615 1705 1800 1900 2000 2065 2107 2170 2173.5 2190.5 2194 2495 2505 2850 3000 30 MHz 300 MHz FIXED

MOBILE LAND MOBILE MOBILE LAND MOBILE MOBILE LAND MOBILE MOBILE

FIXED FIXED FIXED FIXED FIXED FIXED

LAND MOBILE LAND MOBILE Radio astronomy FIXED MOBILE FIXED MOBILE LAND MOBILE MOBILE FIXED FIXED LAND MOBILE LAND MOBILE FIXED MOBILE LAND MOBILE FIXED MOBILE

AMATEUR (TV CHANNELS 2-4)BROADCASTING

FIXED MOBILE RADIO ASTRONOMY MOBILE FIXED AERONAUTICAL RADIONA VIGA TION MOBILEMOBILE FIXEDFIXED BROADCASTING (TV CHANNELS 5-6) BROADCASTING(FM RADIO) RADIONAVIGATIONAERONAUTICAL

AERONAUTICALMOBILE (R)AERONAUTICAL AERONAUTICALMOBILE (R)

MOBILE AERONAUTICAL MOBILE AERONAUTICAL MOBILE (R) AERONAUTICAL MOBILE (R) MOBILE-SA TELLITE (space-to-Earth)MOBILE-SA TELLITE (space-to-Earth)

Mobile-satellite (space-to-Earth)Mobile-satellite (space-to-Earth) SPACE RESEARCH (space-to-Earth)SPACE RESEARCH (space-to-Earth)SPACE RESEARCH (space-to-Earth)SPACE RESEARCH (space-to-Earth)

SPACE OPERA

TION

(space-to-Earth)SPACE OPERA

TION

(space-to-Earth)SPACE OPERA

TION (space-to-Earth)SPACE OPERA TION (space-to-Earth) MET . SATELLITE (space-to-Earth)MET . SATELLITE (space-to-Earth)MET . SATELLITE (space-to-Earth)MET . SATELLITE (space-to-Earth) FIXED MOBILE AMA TEUR- SA TELLITE AMA TEUR AMA TEURFIXED MOBILE MOBILE-SA TELLITE (Earth-to-space) FIXED MOBILE FIXED LAND MOBILE FIXED LAND MOBILE RADIONA V-SA

TELLITE MARITIME MOBILE MARITIME MOBILE MARITIME MOBILE

MOBILE except aeronautical mobileFIXED

LAND MOBILE

MARITIME MOBILE

MOBILE except aeronautical mobile

MARITIME MOBILE (AIS)

MOBILE except aeronautical mobile FIXEDFIXED

Land mobile

FIXED

MOBILE

FIXED

MOBILE except aeronautical mobile

Mobile

FIXED

MOBILE except aeronautical mobile

FIXED MOBILE

LAND MOBILE

MARITIME MOBILE (distress, urgency

, safety and calling)

MARITIME MOBILE (AIS)

MOBILE except aeronautical mobile FIXED Amateur AERONAUTICALMOBILE (R) MOBILE-SA TELLITE (Earth-to-space) BROADCASTING (TV CHANNELS 7 - 13) FIXED AMA TEUR

Land mobileFixed

30.6 30.56 32.0 33.0 34.0 35.0 36.0 37.0 37.5 38.0 38.25 39.0 40.0 42.0 43.69 46.6 47.0 49.6 50.0 54.0 72.0 73.0 74.6 74.8 75.2 75.4 76.0 88.0 108.0 117.975 121.9375 123.0875 123.5875 128.8125 132.0125 136.0 137.0 137.025 137.175 137.825 138.0 144.0 146.0 148.0 149.9 150.05 150.8 152.855 154.0 156.2475 156.725 156.8375 157.0375 157.1875 157.45 161.575 161.625 161.775 161.9625 161.9875 162.0125 163.0375 173.2 173.4 174.0 216.0 217.0 219.0 220.0 222.0 225.0 300.0 FIXED Fixed Land mobile LAND MOBILE LAND MOBILE 300.0 328.6 335.4 399.9 400.05 400.15 401.0 402.0 403.0 406.0 406.1 410.0 420.0 450.0 454.0 455.0 456.0 460.0 462.5375 462.7375 467.5375 467.7375 470.0 512.0 608.0 614.0 698.0 763.0 775.0 793.0 805.0 806.0 809.0 849.0 851.0 854.0 894.0 896.0 901.0 902.0 928.0 929.0 930.0 931.0 932.0 935.0 940.0 941.0 944.0 960.0 1164.0 1215.0 1240.0 1300.0 1350.0 1390.0 1392.0 1395.0 1400.0 1427.0 1429.5 1430.0 1432.0 1435.0 1525.0 1559.0 1610.0 1610.6 1613.8 1626.5 1660.0 1660.5 1668.4 1670.0 1675.0 1700.0 1710.0 1755.0 1850.0 2000.0 2020.0 2025.0 2110.0 2180.0 2200.0 2290.0 2300.0 2305.0 2310.0 2320.0 2345.0 2360.0 2390.0 2395.0 2417.0 2450.0 2483.5 2495.0 2500.0 2655.0 2690.0 2700.0 2900.0 3000.0 300 MHz AERONAUTICAL RADIONA VIGA TION FIXED MOBILE RADIONA VIGA TION SA TELLITE MOBILE SA TELLITE (Earth-to-space) STANDARD FREQUECY AND TIME SIGNAL - SA TELLITE (400.1 MHz) MET . AIDS (Radiosonde)

MOBILE SAT (S-E) SPACE RES. (S-E) Space Opn. (S-E)

MET

. SAT.

(S-E)

MET. AIDS(Radiosonde) SPACE OPN. (S-E)

MET-SAT.

(E-S)

EAR

TH EXPL

SAT. (E-S)

Earth Expl Sat(E-S)Earth Expl Sat(E-S)

EARTH EXPL SAT. (E-S) MET -SAT. (E-S) MET. AIDS(Radiosonde) Met-Satellite (E-S) Met-Satellite (E-S) METEOROLOGICAL AIDS (RADIOSONDE) MOBILE SA TELLITE (Earth-to-space) RADIO ASTRONOMY FIXED MOBILE FIXED MOBILE

SPACE RESEARCH (space-to-space)

RADIOLOCA TION Amateur LAND MOBILE FIXED LAND MOBILE LAND MOBILE FIXED LAND MOBILE MeteorologicalSatellite (space-to-Earth) LAND MOBILE FIXED LAND MOBILE FIXED LAND MOBILE LAND MOBILE LAND MOBILE

FIXED BROADCASTING(TV CHANNELS 14 - 20) FIXED BROADCASTING

(TV CHANNELS 21-36)

LAND MOBILE (medical telemetry and medical telecommand)

RADIO ASTRONOMY BROADCASTING (TV CHANNELS 38-51) BROADCASTING (TV CHANNELS 52-61) MOBILE FIXED MOBILE FIXED MOBILE FIXED MOBILE FIXED

MOBILELAND MOBILE

FIXED LAND MOBILE AERONAUTICAL MOBILE LAND MOBILE AERONAUTICAL MOBILE FIXED LAND MOBILE FIXED LAND MOBILE FIXED MOBILE RADIOLOCA TION FIXED FIXED LAND MOBILE FIXED MOBILE FIXED LAND MOBILE FIXED FIXED LAND MOBILE FIXED MOBILE FIXEDFIXED AERONAUTICAL RADIONAVIGATION RADIONA VIGA TION-SA TELLITE (space-to-Earth)(space-to-space) EARTH EXPLORATION-SATELLITE(active) RADIO-LOCATION RADIONA VIGA TION-SATELLITE(space-to-Earth) (space-to-space) SPACE RESEARCH(active) Space research(active) Earth exploration-satellite (active) RADIO-LOCATION SPACE RESEARCH(active) AERONAUTICALRADIO - NAVIGATION Amateur AERONAUTICAL RADIONA VIGA TION FIXED MOBILE RADIOLOCA TION FIXED MOBILE ** Fixed-satellite (Earth-to-space) FIXED MOBILE **

LAND MOBILE (medical telemetry and medical telecommand)

SPACE RESEARCH(passive) RADIO ASTRONOMY EARTH EXPLORA TION - SA TELLITE (passive)

LAND MOBILE (telemetry and telecommand)

LAND MOBILE (medical telemetry and medical telecommand Fixed-satellite (space-to-Earth)

FIXED (telemetry andtelecom

mand)

LAND MOBILE

(telemetry & telecommand)

FIXED

MOBILE **

MOBILE (aeronautical telemetry)MOBILE SA

TELLITE (space-to-Earth) AERONAUTICAL RADIONA VIGA TION-SA TELLITE (space-to-Earth)(space-to-space) MOBILE SA TELLITE (Earth-to-space) RADIODETERMINA TION-SATELLITE (Earth-to-space) MOBILE SA TELLITE (Earth-to-space) RADIODETERMINA TION-SATELLITE (Earth-to-space) RADIO ASTRONOMY MOBILE SA TELLITE (Earth-to-space) RADIODETERMINA TION-SATELLITE (Earth-to-space) Mobile-satellite (space-to-Earth) MOBILE SA TELLITE(Earth-to-space) MOBILE SA TELLITE (Earth-to-space) RADIO ASTRONOMY RADIO ASTRONOMY FIXED MOBILE ** METEOROLOGICAL AIDS

(radiosonde)METEOROLOGICALSATELLITE (space-to-Earth)METEOROLOGICALSATELLITE (space-to-Earth)

FIXED FIXED MOBILE FIXED MOBILE SP ACE OPERA TION (Earth-to-space) FIXED MOBILE MOBILE SA TELLITE (Earth-to-space) FIXED MOBILE

SPACE RESEARCH (passive)RADIO

ASTRONOMY METEOROLOGICAL AIDS (radiosonde) SPACE RSEARCH (Earth-to-space) (space-to-space) EARTH EXPLORATION- SATELLITE (Earth-to-space) (space-to-space) FIXED MOBILE SP ACE OPERA TION (Earth-to-space) (space-to-space) MOBILE FIXED SPACE RESEARCH (space-to-Earth) (space-to-space) EARTH EXPLORATION- SATELLITE (space-to-Earth) (space-to-space) SPACE OPERA TION (space-to-Earth) (space-to-space) MOBILE (line of sight only) FIXED (line of sight only)

FIXED

SPACE RESEARCH (space-to-Earth) (deep space)

MOBILE**Amateur FIXED MOBILE** Amateur RADIOLOCA TION RADIOLOCA TION MOBILE FIXED Radio- location Mobile Fixed BROADCASTING - SA TELLITE Fixed Radiolocation Fixed Mobile Radio- location BROADCASTINGSATELLITE FIXED MOBILE RADIOLOCA TION RADIOLOC ATION MOBILE MOBILE AMA TEUR AMA TEUR Radiolocation MOBILE FIXED Fixed AmateurRadiolocation MOBILE SA TELLITE (space-to-Earth) RADIODETERMINA TION-SATELLITE (space-to-Earth) MOBILE SA TELLITE (space-to-Earth) RADIODETERMINA TION-SATELLITE (space-to-Earth) FIXED MOBILE** MOBILE** FIXED Earth exploration-satellite (passive) Space research(passive) Radio astronomy MOBILE** FIXEDEXPLORATION-EARTH

SATELLITE(passive) RADIO ASTRONOMY SPACE RESEARCH(passive) AERONAUTICAL RADIONA VIGA TION METEOROLOGICAL AIDS Radiolocation Radiolocation RADIOLOCATION MARITIME RADIO-NAVIGATION MOBILE FIXED BROADCASTING BROADCASTING Radiolocation Fixed (telemetry)

FIXED (telemetry andtelecom

mand)

LAND MOBILE (telemetry & telecommand)

AERONAUTICAL RADIONA VIGA TION AERONAUTICAL RADIONA VIGATION AERONAUTICAL RADIONA VIGA TION AERONAUTICAL RADIONA VIGATION AERONAUTICAL RADIONA VIGA TION

Space research(active) Earth exploration-satellite (active) EARTH EXPLORATION-SATELLITE(active) Fixed FIXED FIXED MOBILE ISM – 24.125 ± 0.125 ISM – 5.8 ± .075 GHz 3GHz Ra dio loc ation Amateur AERONAUTICAL RADIONA VIGA TION (ground based) RADIOLOCA TION Radiolocation FIXED-SA TELLITE (space-to-Earth) Radiolocation FIXED AERONAUTICAL RADIONA VIGA TION MOBILE FIXED MOBILE RADIO ASTRONOMY

Space Research (Passive)

RADIOLOCA TION RADIOLOCA TION RADIOLOCA TION METEOROLOGICAL AIDS Amateur FIXED

SPACE RESEARCH (deep space)(Earth-to-space)

Fixed FIXED-SA TELLITE (space-to-Earth) AERONAUTICAL RADIONA VIGA TION RADIOLOCA TION Radiolocation MARITIME RADIONA VIGA TION RADIONA VIGA TION Amateur FIXED RADIO ASTRONOMY BROADCASTING-SA TELLITE Fixed Mobile Fixed Mobile FIXED MOBILE SPACE RESEARCH (passive) RADIO ASTRONOMY EAR TH EXPLORA TION

-SATELLITE (passive) FIXED

FIXED MOBILE FIXED-SA TELLITE (space-to-Earth) FIXED MOBILE MOBILE AERONAUTICAL RADIONA VIGA TION Standard frequency and time signalsatellite (Earth-to-space) FIXED FIXED MOBILE** FIXED MOBILE** FIXED SA TELLITE (Earth-to-space) Amateur MOBILE BROADCASTING-SA TELLITE FIXED-SA TELLITE (space-to-Earth) MOBILE FIXED MOBILE INTER-SA TELLITE AMA TEUR AMA TEUR -SA

TELLITERadio- location

Amateur RADIO- LOCA TIONFIXED INTER-SA TELLITE RADIONA VIGA TION RADIOLOCA TION-SA TELLITE (Earth-to-space) FIXED-SA TELLITE (Earth-to-space) MOBILE -SATELLITE (Earth-to-space) MOBILE INTER-SA TELLITE 30 GHz Earth exploration-satellite(active)

Space research (active)

RADIOLOCA TION RADIOLOCA TION AERONAUTICAL RADIONA VIGATION (ground based) FIXED-SATELLITE(space-to-Earth) FIXED RADIONA VIGA TION-SA TELLITE (Earth-to-space) AERONAUTICAL RADIONA VIGA TION AERONAUTICAL RADIONA VIGA TION RADIONA VIGA TION-SA TELLITE (space-to-Earth)(space-to-space) AERONAUTICAL RADIONA VIGA TION FIXED-SA TELLITE (Earth-to-space) Earth exploration-satellite (active) Space research Radiolocation EARTH EXPLORATION-SATELLITE(active) SPACE RESEARCH (active) RADIOLOCA TION Earth exploration-satellite (active) Radiolocation Space research (active) EARTH EXPLORATION-SATELLITE(active) SPACE RESEARCH (active) RADIOLOCA TION Radiolocation Space research (active) EARTH EXPLORATION-SATELLITE(active) SPACE RESEARCH (active) RADIOLOCATION AERONAUTICAL RADIONAVIGATION Earth exploration-satellite (active) Radiolocation Space research (active) EARTH EXPLORATION-SATELLITE(active) SPACE RESEARCH (active) RADIOLOCATION RADIONAVIGATION Earth exploration-satellite (active) Space research (active) EARTH EXPLORATION-SATELLITE(active) SPACE RESEARCH (active) MARITIME RADIONA VIGA TION RADIOLOCA TION MARITIME RADIONA VIGA TION RADIOLOCA TION MARITIME RADIONA VIGA TION Amateur RADIOLOCA TION MOBILE FIXED-SA TELLITE (Earth-to-space) FIXED FIXED-SA TELLITE (Earth-to-space) FIXED FIXED-SA TELLITE (Earth-to-space)(space-to-Earth) FIXED FIXED-SA TELLITE (Earth-to-space)(space-to-Earth) MOBILE FIXED-SA TELLITE (Earth-to-space) MOBILE FIXED MOBILE FIXED FIXEDFIXED SP

ACE RESEARCH (Earth-to-space)FIXEDMOBILE-SA

TELLITE (space-to-Earth) FIXED Mobile-satellite (space-to-Earth) FIXED-SA TELLITE (space-to-Earth) FIXED Mobile-satellite (space-to-Earth) METEOROLOGICAL SATELLITE (space-to-Earth)

FIXED-SA TELLITE (space-to-Earth) FIXED Mobile-satellite (space-to-Earth) FIXED-SA TELLITE (space-to-Earth) FIXED-SA TELLITE (Earth-to-space) MOBILE-SA TELLITE (Earth-to-space) FixedFIXED

Mobile-satellite(Earth-to-space)(no airborne)

FIXED SA TELLITE (Earth-to-space) EAR TH EXPLORA SATELLITE (space-to-Earth)

Mobile-satellite(Earth-to-space)(no airborne)

FIXED EAR TH EXPLORA TION- SATELLITE (space-to-Earth) FIXED-SA TELLITE (Earth-to-space) METEOROLOGICAL- SATELLITE (space-to-Earth) FIXED

Mobile-satellite(Earth-to-space)(no airborne)

FIXED-SA TELLITE (Earth-to-space) EAR TH EXPLORA TION-SA TELLITE (space-to-Earth)

Space research (deep space)(space-to-Earth)

SPACE RESEARCH (deep space)(space-to-Earth)

FIXED

SPACE RESEARCH (space-to-Earth)

FIXED

Earth exploration -satellite (active) Radio-location Space research (active) EARTH EXPLORATION-SATELLITE (active) RADIO-LOCATION SPACE RESEARCH (active) Radiolocation RADIOLOCA TION RadiolocationRadiolocation Radiolocation Meteorological Aids Earth exploration - satellite (active) Radio-location Space research (active) EARTH EXPLORATION SATELLITE (active) RADIO-LOCATION SPACE RESEARCH (active) Radiolocation Radiolocation Amateur-satellite Amateur Radiolocation RADIOLOCA TION RADIOLOCA TION FIXED EARTH EXPLORA TION-SA TELLITE (passive)

SPACE RESEARCH (passive)

EAR

TH EXPLORA

TION-SA

TELLITE (passive)

SPACE RESEARCH (passive)

FIXED-SA TELLITE (space-to-Earth) FIXED FIXED-SA TELLITE (space-to-Earth) FIXEDFIXED FIXED-SA TELLITE (Earth-to-space) Space research (active) EARTH EXPLORATION -SATELLITE (active) SPACE RESEARCH (active) AeronatuicalRadionavigation Earth exploration -satellite (active) RADIO -LOCATION SPACE RESEARCH Radio-location Space research RADIO - LOCATION Space research FIXED-SATELLITE (Earth-to-space) Space research Radio - location FIXED-SA TELLITE (Earth-to-space) Mobile-satellite (Earth-to-space)

Space researchMobile-satellite (space-to-Earth)

FIXED-SA

TELLITE (Earth-to-space)

Mobile-satellite (Earth-to-space)

Space researchMOBILE

SP ACE RESEARCH FixedFIXED SP ACE RESEARCH Mobile FIXED-SA TELLITE (Earth-to-space) AERONAUTICALRADIONA VIGA TION AERONAUTICAL RADIONA VIGA TION RADIOLOCA TION

Space research (deep space)(Earth-to-space)

RADIOLOCA TION RADIOLOCA TION EARTH EXPLORATION- SATELLITE (active) RADIO-LOCATION SPACE RESEARCH (active) Earth exploration-satellite (active) Radio-location Space research (active) Radiolocation FIXED-SA

TELLITE (Earth-to-space)FIXED

FIXED-SA TELLITE (space-to-Earth) SPACE RESEARCH (passive) EAR TH EXPLORA TION -SATELLITE (passive) FIXED-SA TELLITE (space-to-Earth) FIXED-SA TELLITE (space-to-Earth) MOBILE-SA TELLITE (space -to-Earth) Standard frequencyand time signalsatellite (space-to-Earth) FIXED-SA TELLITE (space-to-Earth) MOBILE-SA TELLITE (space-to-Earth) FIXED EAR TH EXPLORA TION -SATELLITE (passive) SPACE

RESEARCH(passive)FIXED

MOBILE**

EARTH EXPLORATION- SATELLITE (passive) MOBILE** FIXED SPACE RESEARCH (passive) RADIOASTRONOMY MOBILE FIXED FIXED MOBILE FIXED MOBILE EAR TH EXPLORA TION -SA TELLITE - (passive) SPACE RESEARCH (passive) RADIO ASTRONOMY Earth exploration -satellite (active) RADIONA VIGA TION FIXED-SA TELLITE (Earth-to-space) FIXED

Standard frequency and time signal satellite (Earth-to-space) FIXEDFIXED EARTH EXPLORATION -SATELLITE (space-to-Earth) SPACE RESEARCH (space-to-Earth) MOBILE INTER-SATELLITE Inter-satellite FIXED INTER-SA TELLITE FIXED-SA TELLITE (Earth-to-space) FIXED-SA TELLITE (Earth-to-space) RADIOLOCA TION MARITIME RADIONA VIGA TION AERONAUTICAL RADIONA VIGA TION INTER-SA TELLITE Inter-satellite Earth

exploration -satellite (active)

FIXED FIXED-SA TELLITE (Earth-to-space) FIXED Space research Radiolocation Radiolocation Radiolocation RADIOLOCA TION RADIOLOCA TION Earth exploration-satellite (active) 3.0 3.1 3.3 3.5 3.6 3.65 3.7 4.2 4.4 4.5 4.8 4.94 4.99 5.0 5.01 5.03 5.15 5.25 5.255 5.35 5.46 5.47 5.57 5.6 5.65 5.83 5.85 5.925 6.425 6.525 6.7 6.875 7.025 7.075 7.125 7.145 7.19 7.235 7.25 7.3 7.45 7.55 7.75 7.85 7.9 8.025 8.175 8.215 8.4 8.45 8.5 8.55 8.65 9.0 9.2 9.3 9.5 9.8 10.0 10.45 10.5 10.55 10.6 10.68 10.7 11.7 12.2 12.7 13.25 13.4 13.75 14.0 14.2 14.4 14.5 14.7145 14.8 15.1365 15.35 15.4 15.43 15.63 15.7 16.6 17.1 17.2 17.3 17.7 17.8 18.3 18.6 18.8 19.3 19.7 20.2 21.2 21.4 22.0 22.21 22.5 22.55 23.55 23.6 24.0 24.05 24.25 24.45 24.65 24.75 25.05 25.25 25.5 27.0 27.5 29.5 30.0 MOBILE FIXED-SA TELLITE (space-to-Earth) FIXED-SA TELLITE (space-to-Earth) FIXED-SA TELLITE (Earth-to-space) Earthexploration -satellite (active) Amateur-satellite(space-to-Earth) FIXED-SA TELLITE (Earth-to-space) FIXED - SATELLITE(Earth-to-space) MOBILE - SATELLITE (Earth-to-space) Standard Frequency and Time Signal Satellite (space-to-Earth) FIXED MOBILE RADIO ASTRONOMY SPACE RESEARCH (passive) EAR TH EXPLORA TION -SA TTELLITE (passive) RADIONA VIGA TION INTER-SA TELLITE RADIONA VIGA TIONRadiolocation FIXED FIXED MOBILE Mobile Fixed BROADCASTING MOBILE

SPACE RESEARCH (passive)

EAR

TH EXPLORA

TION-SATELLITE (passive) SPACE RESEARCH (passive)

EAR TH EXPLORA TION-SA TELLITE (passive) EAR TH EXPLORA TION-SATELLITE (passive) SP ACE RESEARCH (passive) MOBILE FIXED MOBILE SATELLITE (space-to-Earth) MOBILE- SATELLITE RADIONAVIGATION RADIONAVIGA TION-SATELLITE FIXED-SATELLITE (space-to-Earth) AMA TEUR AMA TEUR-SA TELLITE SPACE RESEARCH (passive) RADIO ASTRONOMY EARTH EXPLORATION-SATELLITE(passive) MOBILE FIXED

RADIO- LOCATION

INTER-SA TELLITE RADIO-NAVIGATION RADIO- NAVIGATION-SATELLITE AMATEUR

AMA TEUR - SA TELLITE RADIOLOCA TION EAR TH EXPLORA TION- SA TELLITE (passive) SPACE RESEARCH(passive) SPACE RESEARCH (passive) RADIO ASTRONOMY MOBILE FIXED RADIO ASTRONOMY INTER-SA TELLITE RADIONA VIGA TION RADIONA VIGA TION-SATELLITE SPACE RESEARCH(Passive) RADIO ASTRONOMY EARTH EXPLORATION-SATELLITE (Passive) MOBILE FIXED MOBILE FIXED MOBILE FIXED FIXED-SATELLITE (space-to-Earth) RADIOLOCA TION AMA TEUR AMA TEUR-SA TELLITE Amateur Amateur-satelliteEAR TH EXPLORA TION- SATELLITE (passive) MOBILE SPACE RESEARCH

(deep space) (space-to-Earth) MOBILE

Mobile-satellite (space-to-Earth) SPACE RESEARCH (Earth-to-space) FIXED-SATELLITE (space-to-Earth) BROADCASTING-SATELLITE INTER- SA TELLITE EARTH EXPLORA TION-SA TELLITE (passive)

SPACE RESEARCH (passive)

FIXED MOBILE** SPACE RESEARCH (passive) EAR TH EXPLORA TION-SATELLITE (passive) RADIONA VIGA TION

RADIO- LOCATION

SPACE RESEARCH

(deep space) (Earth-to-space)

Radio- location

Space research (deep space) (Earth-to-space)

Radiolocation RADIOLOCA TION EAR TH EXPLORA TION -SATTELLITE (active) RADIO LOCATIONSPACE RESEARCH (active) Earthexploration -sattellite (active) Radio location Space research (active) EARTH EXPLORA TION -SATELLITE(passive) FIXED MOBILE SPACE RESEARCH (passive) SPACE RESEARCH (space-to-Earth)

FIXED MOBILE FIXED-SA TELLITE (space-to-Earth) EARTH EXPLORA TION SATELLITE (Earth-to-space)

Earth explorationsatellite(space-to-Earth)

FIXED-SATELLITE (space-to-Earth) FIXED MOBILE BROADCASTING-SATELLITE BROADCASTING FIXED- SATELLITE(space-to-Earth) FIXED MOBILE BROADCASTING BROADCASTING SA TELLITE FIXED MOBILE** FIXED-SA TELLITE(EARTH-to-space) RADIO ASTRONOMY FIXED-SA TELLITE (Earth-to-space) MOBILE-SA TELLITE (Earth-to-space) MOBILE MOBILE-SA TELLITE (Earth-to-space) MOBILE-SA TELLITE (Earth-to-space) MOBILE FIXED FIXED MOBILE FIXED-SA TELLITE (Earth-to-space) FIXED MOBILE FIXED-SA TELLITE (Earth-to-space) MOBILE-SA TELLITE (Earth-to-space) FIXED MOBILE FIXED-SA TELLITE (Earth-to-space) EARTH EXPLORA TION-SA TELLITE (passive)

SPACE RESEARCH (passive)

SA TELLITE SA TELLITE EAR TH EXPLORA TION-SA TELLITE (passive)

SPACE RESEARCH (passive)

FIXED MOBILE

EARTH EXPLORA

TION-SA

TELLITE (passive)

SPACE RESEARCH (passive)

SA TELLITE FIXED MOBILE INTER- SATELLITE EARTH EXPLORA TION-SA TELLITE (passive)

SPACE RESEARCH (passive)

MOBILE FIXED

RADIO- LOCATION INTER- SATELLITE

FIXED

MOBILE

INTER- SATELLITEINTER- SATELLITE

EARTH EXPLORA TION-SA TELLITE SPACE RESEARCH FIXED MOBILE ** INTER- SATELLITE MOBILE BROADCASTING FIXED- SATELLITE (space-to-Earth) Space research (space-to-Earth) MOBILE Amateur RADIO ASTRONOMY RADIOLOCA TION

Space research (space-to-Earth)

Amateur RADIOLOCA TION Space research(space-to-Earth) AMA TEUR RADIOLOCA TION FIXED-SATELLITE (Earth-to-space) MOBILE-SATELLITE (Earth-to-space) Space research (space-to-Earth) FIXED MOBILE FIXED-SATELLITE (Earth-to-space) FIXED MOBILE EARTH EXPLORATION-SATELLITE(active) SPACE RESEARCH (active) RADIO-LOCATION RADIO- LOCA TION MOBILE FIXED FIXED MOBILE RADIO ASTRONOMY RADIO-LOCATION RADIO-NAVIGATION RADIO- NAVIGATION-SATELLITE RADIO ASTRONOMYSPACE RESEARCH (passive) EAR TH EXPLORA TION-SATELLITE (passive) SPACE

RESEARCH (passive)FIXED

MOBILE SPACERESEARCH(passive) EAR TH EXPLORA TION-SA TELLITE (passive) SP ACE RESEARCH (passive) EAR TH EXPLORA TION-SATELLITE (passive) SP ACE RESEARCH (passive) INTER-SATELLITE FIXED MOBILE Amateur FIXED-SATELLITE (space-to-Earth) MOBILE-SATELLITE (space-to-Earth) Radio astronomy FIXED MOBILE INTER-SATELLITE EAR THEXPLORAT ION-SATELLITE (active) RADIOASTRONOMY Radio astronomy Amateur - satellite Amateur FIXED MOBILE RADIO ASTRONOMY SPACE RESEARCH(passive) RADIO ASTRONOMY EAR TH EXPLORA TION-SATELLITE (passive) FIXED MOBILE RADIO ASTRONOMY RADIOLOCA TION EAR TH EXPLORA TION-SATELLITE (passive) FIXED RADIO ASTRONOMY FIXED-SATELLITE (space-to-Earth) MOBILE- SATELLITE (space-to-Earth) FIXED MOBILE FIXED MOBILE FIXED-SATELLITE (space-to-Earth) INTER-SATELLITE EARTH EXPLORA TION- SATELLITE (passive) SPACE RESEARCH(passive) INTER-SATELLITE SPACE RESEARCH(passive)

EAR TH EXPLORA TION- SATELLITE (passive) EAR TH EXPLORA TION- SATELLITE (passive) INTER-SATELLITE SPACE RESEARCH(passive) EARTH EXPLORA TION- SATELLITE (passive)

SPACE RESEARCH(passive)

FIXED MOBILE MOBILE SATELLITE INTER-SA TELLITE SPACE RESEARCH(passive) EAR TH EXPLORA TION- SA TELLITE (passive) RADIO ASTRONOMYFIXED MOBILE FIXED-SATELLITE (Earth-to-space) RADIO ASTRONOMY

SPACE RESEARCH (passive)

FIXED FIXED-SA TELLITE (Earth-to-space) RADIO ASTRONOMY MOBILE FIXED MOBILE FIXED-SATELLITE (space-to-Earth) EAR TH EXPLORA TION- SATELLITE (passive)

SPACE RESEARCH(passive)

FIXED-SA

TELLITE

(space-to-Earth)RADIO-NAVIGA

TION RADIO-NA VIGA TION-SA TELLITE RADIO-LOCATIONRADIOLOCA TION RADIOASTRONOMY Radioastronomy

SPACE RESEARCH(passive)

RADIOASTRONOMY FIXED MOBILE MOBILE-SA TELLITE (Earth-to-space) RADIO ASTRONOMY RADIONA VIGA TION-SA TELLITE RADIO NA VIGA TION FIXED FIXED-SA TELLITE (Earth-to-space) NOT ALLOCA TED MO BIL-ESATELLITE (space-to-Earth) RADIOLOCA TION RADIOLOCA TION MOBILE FIXED-SA TELLITE (space-to-Earth) Amateur FIXED FIXED-SA TELLITE (space-to-Earth) MOBILE FIXED-SA TELLITE (space-to-Earth) MOBILE-SATELLITE (space-to-Earth) MOBILE FIXED MOBILE FIXED FIXEDFIXED 30.0 31.0 31.3 31.8 32.3 33.0 33.4 34.2 34.7 35.5 36.0 37.0 37.5 38.0 38.6 39.5 40.0 40.5 41.0 42.0 42.5 43.5 45.5 46.9 47.0 47.2 48.2 50.2 50.4 51.4 52.6 54.25 55.78 56.9 57.0 58.2 59.0 59.3 64.0 65.0 66.0 71.0 74.0 76.0 77.0 77.5 78.0 81.0 84.0 86.0 92.0 94.0 94.1 95.0 100.0 102.0 105.0 109.5 111.8 114.25 116.0 122.25 123.0 130.0 134.0 136.0 141.0 148.5 151.5 155.5 158.5 164.0 167.0 174.5 174.8 182.0 185.0 190.0 191.8 200.0 209.0 217.0 226.0 231.5 232.0 235.0 238.0 240.0 241.0 248.0 250.0 252.0 265.0 275.0 300.0 30GHz 300 GHz Amateur- satellite Amateur-satellite Amateur-satellite RADIO ASTRONOMY RADIOASTRONOMY RADIOASTRONOMY RADIOASTRONOMY BROADCASTINGSATELLITE SPACE RESEARCH(space-to-Earth) RADIONA VIGA

TION-SATELLITERADIO-NAVIGA

TION-SATELLITE Space research (space-to-Earth)Space research(space-to-Earth) RADIOASTRONOMY RADIOASTRONOMY

ISM - 6.78 ± .015 MHz ISM - 13.560 ± .007 MHz ISM - 27.12 ± .163 MHz

ISM - 40.68 ± .02 MHz

3 GHz

ISM - 915.0± .13 MHz ISM - 2450.0± .50 MHz

3 GHz

ISM - 122.5± 0.500 GHz

This chart is a graphic single-point-in-time portrayal of the Table of Frequency Allocations used by the FCC and NTIA. As such, it does not completely reflect all aspects, i.e. footnotes and recent changes made to the Table of Frequency Allocations. Therefore, for complete information, users should consult the Table to determine the current status of U.S. allocations.

For sale by the Superintendent of Documents, U.S. Government Printing Office Internet: bookstore.gpo.gov Phone toll free (866) 512-1800; Washington, DC area (202) 512-1800Facsimile: (202) 512-2250 Mail: Stop SSOP, Washington, DC 20402-0001

ISM - 61.25± 0.25 GHz ISM - 245.0± 1 GHz AERONAUTICAL MOBILE AERONAUTICAL MOBILE SATELLITE AERONAUTICAL RADIONAVIGATION AMATEUR AMATEUR SATELLITE BROADCASTING BROADCASTING SATELLITE EARTH EXPLORATION SATELLITE FIXED FIXED SATELLITE INTER-SATELLITE LAND MOBILE LAND MOBILE SATELLITE MARITIME MOBILE SATELLITE MARITIME RADIONAVIGATION METEOROLOGICAL METEOROLOGICAL SATELLITE MARITIME MOBILE MOBILE MOBILE SATELLITE RADIO ASTRONOMY RADIODETERMINATION SATELLITE RADIOLOCATION RADIOLOCATION SATELLITE RADIONAVIGATION RADIONAVIGATION SATELLITE SPACE OPERATION SPACE RESEARCH STANDARD FREQUENCY AND TIME SIGNAL STANDARD FREQUENCY AND TIME SIGNAL SATELLITE

MOBILE SA TELLITE (space-to-Earth) FIXED MOBILE BROADCASTINGSATELLITE RADIOASTRONOMY MOBILE FIXED Radiolocation Radiolocation FIXED RADIO ASTRONOMY MOBILE LAND MOBILE Ra dio loc ation FIXED-SATELLITE (space-to-Earth) FIXED SA TELLITE (space-to-Earth) RADIOLOCA TION RADIO ASTRONOMY RADIO ASTRONOMY RADIOASTRONOMY MOBILE MOBILE FIXED FIXED RADIOASTRONOMY RADIO ASTRONOMY RADIO ASTRONOMY RADIO ASTRONOMY RadiolocationRadiolocation RadiolocationRadiolocation RADIO ASTRONOMY

Figure 1.1: US radio spectrum allocations chart, 2011 edition[5]

(23)

4 CHAPTER 1. INTRODUCTION

1.2

Goals

The aim of this project is to facilitate the development ofCRsystems by offloading the task of scanning the spectrum and computing the availability statistics of each channel to a grid of specialized microcontroller platforms. This wayCRdevices could simply query a server which collected the information from the grid to get all the current information about the spectrum, thus reducing the complexity of the CR devices and extending their spatial sampling range. The grid would be comprised of “white space” sensors, capable of spotting the temporal and spatial gaps in the use of the frequency bands and reporting them. Therefore, the final objective of this project is to develop the software and hardware for a prototype white space sensor grid and test it to prove its feasibility.

1.3

Structure of this thesis

This thesis is divided into five chapters, which loosely mirror the development process of the master’s thesis project itself. Chapter1gives a general overview of the problem that motivates this thesis, and chapter2sums up the information we had to collect to address it. Equipped with this new knowledge, chapter3explains the methods and tools we chose to achieve our goals and chapter 4 described how we tested the prototype to see if it sufficed to fulfill all our aims. As we did not manage to achieve all of them, chapter5summarizes our conclusions and describes what was left to do and what should be improved and suggests directions for further work in this area.

(24)

Chapter 2

Background

In this chapter we will provide a brief overview of some concepts useful to understand the rest of this thesis, as well as a survey of the related work in this area.

2.1

Introduction to Cognitive Radio

Acognitive radio (CR)is a transceiver capable of being aware of the characteristics

of its ambient radio environment and of modifying its own transmission or reception parameters to adapt to changes in this radio environment and the tasks that the user wishes to achieve, with the aim of allowing as many simultaneous wireless conversations as possible in a given location and frequency band[6]. The concept was proposed for the first time by Joseph Mitola III and Gerald Q. Maguire, Jr. in their 1999 article[7], and has become a hot research topic within the field of dynamic spectrum management.

The ultimate goal ofCRis to share the available radio spectrum as efficiently as possible. The most common approach is to allow unlicensed users to transmit in a given band provided that they do not interfere with the primary licensed, either by jumping to a gap in another band when the primary user resumes transmitting or by modifying theCR’s modulation scheme, a process illustrated in figure2.1. To achieve this adaptive operation a CR device has to go through a so-called cognitive cycle, which is comprised of the following steps[8]:

1. Spectrum sensing: In this step the device scans the different spectrum bands in search of gaps, detects them and stores their location information. 2. Spectrum analysis: After detecting spectrum holes, the device studies them

in search of patterns and estimates their main traits. 5

(25)

6 CHAPTER2. BACKGROUND

3. Spectrum decision: Given all the information about the available white spaces in the spectrum, the device determines the best data rate, transmission mode, and bandwidth for each possibility, and chooses the most suitable based on the user quality of service requirements and the spectrum characteristics.

Figure 2.1: Spectrum gap concept

In this thesis project we will concern ourselves mostly with the spectrum sensing step, so we will elaborate a bit more on it. The main issue of this

CR feature is how to detect whether a frequency band is in use or not. Many techniques have been developed to tackle that problem, which can be loosely grouped into two categories[3]:

• Transmitter detection: In this approach the cognitive radio classifies a band as occupied if it determines that the primary user is locally present in a certain spectrum. For such detection there are basically three different procedures:

– Matched filter detection: A matched filter is obtained by correlating a known signal, or template, with an unknown signal to check if it contains the template. This is the optimal signal detection approach, and it has the advantage of also being the fastest, although it requires demodulation of the primary user’s signal and maintaining a database of templates (typically preambles, pilots, synchronization words or spreading codes) for each frequency. Another drawback is that it would require the cognitive radio to realize a receiver for each primary user class.

(26)

2.2. TFTP 7

– Energy detection: This is the simplest of all three approaches, and also the most inefficient. It involves measuring the amount of energy detected in a particular band and checking if it exceeds a threshold, in which case we assume the channel to be occupied. However, it has many drawbacks, mainly that it has no way of distinguishing between noise, interference, and modulated signals; is vulnerable to noise and interference-induced changes in the threshold and is incapable of detecting spread spectrum signals; whose power levels all below that of the thermal noise. On the other hand, it is the easiest to implement and it requires no knowledge of the primary user’s characteristics for each band, so we will use this method for the white space sensors of our grid.

– Cyclostationary-feature detection: This technique attempts to detect a signal by looking for periodically repeated features, which are induced by the sine waves, pulse trains, spreading sequences, or cyclic prefixes with which they are generally coupled. To do that, the device has to compute the correlation between the signal and time-shifted versions of itself, and compare the result with a known pattern. This approach has the advantage of removing the effects of random noise and interference, which should exhibit no periodicity, and thus is more effective than a simple energy detector.

• Cooperative detection: In this scheme a number a sensors are distributed in different locations and share their spectrum scanning information. Each individual sensor can use any of the approaches stated above, but their collaboration makes it more likely that the primary user will be spotted. By distributing the sensors around a large area we compensate for the problem of individual sensors located in the shadow of the primary user’s transmission. In this project we will use this approach to construct the sensing grid, while the individual sensors will use the energy detection technique.

2.2

TFTP

Trivial File Transfer Protocol (TFTP) is a simplified version of File Transfer

Protocol (FTP) which was originally designed as a lightweight file transfer

protocol that could fit in memory-constrained chips and thus be suitable for bootstrapping diskless workstations, i.e., computers that obtain all their software upon startup over the network using a small built-in program[9]. This is precisely

(27)

8 CHAPTER2. BACKGROUND

the functionality we are looking for, soTFTPis one of the main components of the network bootloader whose development is detailed in section4.2.

UnlikeFTP,TFTPhas a limited amount of options and runs overUDPinstead

of transmission control protocol (TCP), which reduces the code complexity of

its implementation, as it does not need to handle connections or transmission windows. Therefore, when we talk about ”connections” inTFTPwe are referring to the logical flow of the conversation between client and server, without the requirement to establish a connection at the transport layer as is done withFTP. Regarding its architecture,TFTPis client/server based, and divides the process of transmitting a file into three major phases:

1. Initial connection: The TFTP client sends a connection request message from a pseudo-random port number to the server, which listens on the well-known port 69. In this message the client states the file name, whether it wants to perform a read or write operation and the desired transfer mode. In turn, the server replies with an acknowledgment, thus opening the connection, also sent from a pseudo-random port. These ports are used as identifiers of the conversation between client and server and avoid the need for an extra identification field in the TFTP message format, which reduces the protocol’s overhead.

2. Data transfer: Once the conversation starts, the server transmits the file to the client in chunks of 512B of data, numbered sequentially starting from 1. Then end of the transfer is marked by the arrival of a message with less than 512B of data, indicating that the server has no more full chunks left to send. The client acknowledges each message as it arrives.

3. Connection termination: The conversation ends when the client acknowledges the last message, without requiring an explicit message.

As its name implies, TFTP is a really simple protocol. It offers virtually no error control, so any problem during the connection establishment will cause the whole process to start from scratch, a small sacrifice to maintain its lack of complexity. TFTPalso includes a basic retransmission mechanism: if a packet gets lost in the network, its intended recipient will timeout and may attempt to retransmit the last packet (be it data or acknowledgment), which warns the sender of the missing message.

2.3

Related work

In this section we will provide a brief overview of the body of research on which this master’s thesis is based, as well as the projects that share significant features

(28)

2.3. RELATED WORK 9

with ours.

2.3.1

Cooperative spectrum sensing

As stated in section2.1while discussing the different spectrum sensing schemes, our project will be based on cooperative spectrum spectrum sensing using the energy detection approach for the individual sensors. This is in no way a novel take on the subject, and there already exists a considerable body of research about the topic. A theoretical comparison of the leading detection mechanisms can be found in [10], and there are a host of other papers proposing a bewildering variety of detection schemes and optimizations, but only a few go beyond computer simulations to test their detection models in the field with real hardware. The most complete of those is [11], which usesUniversal Serial Radio Peripherals (USRPs)

as the sensor nodes and transmitters at 1.298GHz. In that paper a cooperative detection scheme with three sensor nodes individually using the cyclostationary feature detection is proven superior to just one sensor alone relying on the same approach. The cooperative scheme is simple but effective: choosing the largest out of all the spectral correlation densities reported by the sensors. It also verifies that the cyclostationary scheme can distinguish between two signals with the same frequency but with different modulations and it is robust to local oscillator frequency drifts.

However, to our knowledge no practical cooperative spectrum sensing grid has been implemented for the 790-928MHz range, the range in which our RF

daughterboards operate, and we have not been able to find any implementation of cooperative schemes that used the energy detection approach. Therefore, this may add some new details to the topic.

2.3.2

White space databases

Besides detecting the spectrum gaps through our sensor grid, in this project we store such data in a central server, which allows us to compute the statistics about the geographical and temporal distribution of the white spaces. The idea is that any wireless application could request such information by querying our server. This is known as a “white space database”, a service that has received a lot of attention in recent years due to important changes of the spectrum regulations, particularly in the US.

In 2010 the FCC released a ruling that made available the TV white spaces for unlicensed broadband wireless devices[12]. To avoid transmitters interfering with the locally available TV stations, it required them to rely on a white space database. This way the ruling obviated the need for spectrum sensing at the device

(29)

10 CHAPTER2. BACKGROUND

level, placing the burden on the database instead, which should be kept up-to-date and certified by theFCC. This regulation has generated plenty of interest in the research and implementation of white space databases, with companies like Google[13] and Microsoft[14] developing their own prototypes.

Most of the implementations currently available use a Structured Query

Language (SQL) database as the backend to store the white space data for ease

of development: there are many mature SQL implementations that include the capability for remote querying. This way the transmitting devices willing to take advantage of the white spaces only need a simpleSQL client to obtain the data. The disadvantage of this approach is thatSQL is a relational database language, which is not really suited for handling large amounts of numerical data. This is the issue that motivated us to rejectSQLin favor of theHierarchichal Data Format

(30)

Chapter 3

Method

In this chapter we will set the specific objectives of this thesis and introduce the tools and techniques used to achieve and verify them.

3.1

Objectives

As we stated in section1.1, the apparent spectrum scarcity can be mitigated if we take advantage of the temporal and spatial gaps in the use of the different bands. However, to do that efficiently, wireless devices would need wideband scanning capabilities to detect the available bands at a given moment, as well as a basic database with statistical information of past scans to make reasonable predictions about which bands would be free in the near future. Placing such requirements on already constrained platforms would increase their cost and complexity, while also taking away valuable resources from their main tasks. Therefore, in this thesis we propose another approach, where all the spectrum-sensing tasks are offloaded to a grid of dedicated white space sensors, which send the data to a central server that aggregates the sensor information into a temporal and geographical map of the spectrum. This system’s topology is illustrated in figure3.1. In this approach wireless devices only have to make query the server to learn all the spectrum data, which only requires them to have basic networking capabilities.

The aim of this master’s thesis is to show that such an approach is reasonable and relatively easy to implement. In order to do that, we will repurpose an embedded platform, developed as a wireless sensor sniffer as part of a previous master’s thesis project[15], to act as a prototype white space sensor, scanning the spectrum and conveying the information to a central server. A prototype of this server will also be developed during this project, and we will use it to coordinate a grid of sensor nodes and calculate the utilization statistics of the spectrum in a limited area.

(31)

12 CHAPTER3. METHOD

Figure 3.1: Topology of the white space sensor grid

As a proper sensor grid would imply deploying a large number of boards, the sensor nodes have been designed to be as plug-and-play as possible. They will get everything they need through the Ethernet cable, including power, code, network configuration and the spectrum scanning settings. The user simply plugs an Ethernet cable into the sensor node and forget about the sensors. Each sensor node which will receive code updates automatically via the network, avoiding the hassle of manually programming each device, thus adding a lot of flexibility to the grid. Additionally, this feature allows the devices to carry out new functions or to support changes in the radio receiver daughterboard.

To achieve that, in this project we will develop a network bootloader for a

power over Ethernet (PoE)-capable embedded platform and a simpleUDP-based

protocol to convey the scan options and data, allowing the boards to be fully configured via the network from the central server. Furthermore, we will develop a graphical interface for the server to allow the user to easily change the sensor node’s settings and display the information.

(32)

3.2. DESCRIPTION OF THE EMBEDDED PLATFORM 13

3.2

Description of the embedded platform

In this section we will provide a brief description of the embedded platform developed as a wireless sensor sniffer by a previous master thesis project[15]. We refer the reader interested in a more thorough explanation of this hardware to this earlier thesis. The platform is designed in a modular way, divided into a motherboard and a plug-inRFdaughterboard, handling all the radio-related tasks. This provides a lot of flexibility, as the platform can change which frequency range it works in simply by switching the daughterboard to a compatible one. Additionally, because the motherboard communicates with theRFdaughterboard via a serial interface, it is possible to have multiple radios on one daughterboard or to connect multiple daughterboards in a chain.

3.2.1

Motherboard

As illustrated in Figure3.2, the motherboard hosts the powering, computing, and fixed networking sections of the embedded platform. This motherboard can be powered either by a external DC power supply or viaPoE, and the user can select between the two options by changing the position of two jumpers. The voltage regulator circuit has a TL2575HV step-down converter[16], so the board can work with virtually any DC-supply that provides between 3.3 and 60V, which is the upper voltage limit of the converter chip. However, PoE is the more convenient energy source of the two, as only an Ethernet cable is needed for the board to work, so the user does not have to provide a power socket for each board or deal with bulky chargers. The disadvantage is that it requires the boards to be directly connected topower Sourcing Equipment (PSE), typically a switch or a router that isPoE-capable.

The signaling required for PoE is handled by the Texas Instruments (TI)

TPS2375[17], a chip that fully supports the IEEE 802.3af Specification, the standard for PoE. This chip takes care of informing the PSE of the power requirements of the board usingPoEpower classes. Currently the motherboard is configured to advertise the board as a class 1Powered Device (PD), the category that has the lowest maximum power(3.84W)[18], but still way more than the embedded platform requires, as all its chips were selected for their low-power characteristics.

Besides power, the other functions of the platform are overseen by the MSP430F5437A[19], a microcontroller from TI’s MSP430 ultra-low power

microcontroller unit (MCU) family. It provides many low-power modes to

optimize its energy consumption by activating only the modules required at each moment, two independent Serial Peripheral Interfaces (SPIs) which we will use to connect it to the transceiver and the Ethernet controller, and two programming

(33)

14 CHAPTER3. METHOD

(a) Front

(b) Back

(34)

3.2. DESCRIPTION OF THE EMBEDDED PLATFORM 15

interfaces: BSLandJTAG, although only the JTAGconnector is included in the board, and thereforeJTAGwe will use to load the bootloader code.

Regarding the processor’s memory resources, this version of the chip has a relatively low amount ofStatic Random Access Memory (SRAM)(only 4KB), but plenty of flash (256KB), which means that we will be able to store large amounts of code but we must be very careful with this code’s Random Access Memory

(RAM)requirements. TheMCUwill configure the other chips and process their

data, communicating with them viaSPI, and also run the TCP/IP stack that enables networking.

The chip that is in charge of the actual transmission and reception of Ethernet frames is a Microchip ENC28J60 Ethernet controller[20]. This chip is connected to the MCU through a standard SPI, and has a 8KB transmit/receive buffer where it stores incoming frames from the SPI and the Ethernet port. This chip handles all the Ethernet layer functions, automatically encapsulating the IP packets received from theMCUviaSPIinto an Ethernet frame. It is important to note that this chip lacks a factory-defined uniqueMedium Access Control (MAC)

address. This value should be configured by the MCU when initializing the device, and we have to take care to avoid MAC conflicts in our network. For our prototypes we have manually assignedMAC addresses to each of the nodes with the 02:00:00:00:00:XX format, which falls within the locally administered

MACrange. A manufacturer would normally assign a fixedMACaddress to each device it produces from a block of addresses bought from theInstitute of Electrical

and Electronics Engineers (IEEE).

3.2.2

RF

daughterboard

The daughterboard contains all the wireless-related components: the transceiver, a passive inductor-capacitor (LC) filter and the SubMiniature version A (SMA)

socket for the antenna. The transceiver is linked to the motherboard’s MCU

through a standardSPI, which simplifies the design of compatible daughterboards. Currently there is only one type of daughterboard available, designed aroundTI’s CC1101 wireless transceiver[21], which is displayed in figure3.3.

The CC1101 is a low-power RF transceiver manufactured by TI which is designed to operate in the 300-348 MHz, 387-464MHz, and 779-928MHz frequency ranges, which include the license-free short range device (SRD) and

Industrial, Scientific and Medical (ISM)bands. However, the filter circuitry used

in theRFdaughterboard is optimized for the 779-928MHz range, so this version of the board will only be able to efficiently scan that frequency band. That choice was made because originally the board was intended as a sniffer for wireless sensor networks[15], which use the theSRD-800 band, located in the 863-870MHz range in Sweden and most of Europe[22].

References

Related documents

Figure 5: Historical risk profile by credit class in the left, Risk Profile by rating in the right, the circles size is scaled by the product volatility, BOFA Merry Lynch

prepter veram & realem unionem inter jgnem & ferrum, corpus 9c animam. intercedentem* Anima enim aen ad- fiftit corporis ut forma adfiftens, in * foium influens motum,

The main focus of this paper will be to prove the Brouwer fixed-point theorem, then apply it in the context of a simple general equilibrium model in order to prove the existence of

Funktio- nen med fast utveckling för de 4 bäst utvecklade aktierna kan både vara positiv och negativ för placeringens utveckling eftersom en investerare inte tar del av

Investerare bör notera att varken faktisk eller simulerad historisk utveckling är en ga- ranti för eller indikation om framtida utveckling eller avkastning samt att

Float only works properly if a width is set for the float, otherwise the width is set to the maximum available (full width, or less if floats already set).. Margin-right can still

Stockholm (HedgeFonder.nu) – Fredrik Tauson och Magnus Nilsson från Catella förvaltar gemensamt fonden Nordic Fixed Income Opportunities Fund.. Fonden startades i december 2010 och

Kristina Lindfeldt, Master degree, biology/ chemistry/ environmental science, Environmental and health inspector, Environmental authority, Varberg, Halland 76.. John Lindgren,