Mote Radio Architecture RF Propagation Information Transport TOS Messaging & Radio Stack Mote Radio Control SMARTER SENSORS IN SILICON 1

Size: px
Start display at page:

Download "Mote Radio Architecture RF Propagation Information Transport TOS Messaging & Radio Stack Mote Radio Control SMARTER SENSORS IN SILICON 1"

Transcription

1 RADIO, RF Concepts, and TOS Radio Stack Mote Radio Architecture RF Propagation Information Transport TOS Messaging & Radio Stack Mote Radio Control SMARTER SENSORS IN SILICON 1

2 ChipCon Radio System Single IC Transceiver Dual Band 433MHz and 915MHz ISM Bands 38.4KBit/sec Data Rate FSK Low Power 16mA Tx / 9mA Rx Programmable Configuration SMARTER SENSORS IN SILICON 2

3 Chipcon CC1000 Block Diagram SMARTER SENSORS IN SILICON 3

4 Chipcon-ATMega Interface Configuration Interface Communication Interface Data uses ATMega SPI Port CC1000 is SPI Master SPI Port Rx Double Buffer (more later) Tx Single Buffer (more later) SMARTER SENSORS IN SILICON 4

5 RF Modulation - FSK KHz Separation Frequency SMARTER SENSORS IN SILICON 5

6 Manchester Encoding Every Bit (Zero or One) has a transition Guarantees no run of NRZ ones or zeros Simplifies Clock Recovery at Receiver Implemented in CC1000 hardware SMARTER SENSORS IN SILICON 6

7 RF Frequencies & Channels ISM Bands MHz US MHz Europe RF Channel Programmable within a band Mote is manufactured for specific band 916/868MHz : Model MPR400/ MHz : Model MPR410/ MHz: Model MPR420/520 SMARTER SENSORS IN SILICON 7

8 Mica2 has MMCX RF connector Where to get mating connectors An External Antenna with ground plane give about 2x distance improvement Antennas SMARTER SENSORS IN SILICON 8

9 Monopole Antenna ¼ wavelength Wire is sufficient for most applications 916Mhz => 3.2 wire length 433Mhz => 6.8 wire length Mounting above a ground plane helps SMARTER SENSORS IN SILICON 9

10 Commercial Antennas Linx ANT-xxx-JJB-RA, 916Mhz, 1/4 wave (Doesn t fit on Mica2 until next rev). About 0.5 distance attenuation Linx ANT-xxx-CW-QW, 433Mhz, 916Mhz ¼ wave. Good if you re putting the mica2 in an enclosure SMARTER SENSORS IN SILICON 10

11 Antennas and Radio Transmission Antenna Height 300 ft / 100m Range when Antenna is 3ft/1m off ground 30 ft / 10m range with Antenna at ground level Frequency Band 433 Mhz, 500ft/150m Range 915 MHz 300ft/100m Range SMARTER SENSORS IN SILICON 11

12 Polarization Radiation is Polarized. Vertical orientation of all antennas in a system is best. Range drops to 1/10 th when antennas are not aligned (mismatched polarization) E Field with Vertical Polarization SMARTER SENSORS IN SILICON 12

13 Signal Path Path Profile characteristics may change over time, due to obstacles such as people, vehicles, etc. SMARTER SENSORS IN SILICON 13

14 Radio Signal Propagation Line of Sight Direct path from Transmitter to Receiver Free space attenuation 1/d 2 Doubling the range requires 4x power Reflection Off objects large compared to Wavelength walls, buildings Scattering Off objects smaller than Wavelength foliage, chairs SMARTER SENSORS IN SILICON 14

15 MultiPath Multi-path fading effects: Rapid changes in signal strength over a small time interval Random frequency modulation due to varying Doppler shifts on different multi-path signals Time dispersion caused by multi-path propagation delay. 180 Phase Interference creates NULLS Zero signal strength Tx Rx SMARTER SENSORS IN SILICON 15

16 3 db Rule dbm = 10 x log[power in Watts / 0.001W] 0 dbm = 1 milliwatt -3 db = 1/2 power -6 db = 1/4 power +3 db = 2x power +6 db = 4x power SMARTER SENSORS IN SILICON 16

17 Indoor Propagation Rapid Signal Attenuation 1/d 3 or 4 Doubling the Range requires 8-16x the Power People moving thru path cuts range to 1/3 Concrete/Steel Flooring to 1/4 Metallic Tinted Windows to 1/3 SMARTER SENSORS IN SILICON 17

18 Dynamic Fade Effects People Moving, Doors Opening & Closing Eg. Closing doors in a lab changes Strong (Green) to Weak (Blue) RF Regions SMARTER SENSORS IN SILICON 18

19 Common RF Link Problems Signal Strength Weak, Overload Collisions Other Motes (GroupID filter does not prevent collisions!) Interferers ISM Bands are getting crowded Multi-path Cross-talk Adjacent RF Channels SMARTER SENSORS IN SILICON 19

20 RF Link Metrics Packet Loss Application Layer Bit Error Rate Link Layer RSSI Received Signal Strength Physical Layer dbm SMARTER SENSORS IN SILICON 20

21 RF Solutions Signal Power & Wavelength Transmitter Power Level Antenna Efficiency Monopole vs. Dipole Antenna Orientation Antenna Placement Ground Plane Off Ground RF Band Choice Installation 433MHz vs. 916MHz RF Channel selection default static / compile time Frequency Hopping dynamic / run time SMARTER SENSORS IN SILICON 21

22 MICA2 TOS Wireless Packet Messages are built into packets Preamble for Receiver data & clock recovery Frame Sync indicates start of Message MAC Delay Preamble Sync TOS Message Radio to TX Mode 56 Radio to RX Mode 250µs 250µs SMARTER SENSORS IN SILICON 22

23 TOS Message Structure HEADER(5) PAYLOAD(29) CRC(2) Header Address (2bytes) Active Message Type (1byte) Group ID (1 byte) Payload Length (1byte) Payload 29 bytes User / Application Message CRC 2 bytes SMARTER SENSORS IN SILICON 23

24 COMMUNICATION STACK Send(TOSMsg) Receive Event(TOSMsg) Control (Freq,Power,etc) CC1000Control Generic Comm AM CC1000RadioC CC1000RadioIntM UART Wires the control and data paths: Implementation hidden from app SpiByteFifo RandomLFSR ADC SMARTER SENSORS IN SILICON 24

25 GenericCom Stack AM Handling & RF/UART SMARTER SENSORS IN SILICON 25

26 Radio Stack CC1000Radio SMARTER SENSORS IN SILICON 26

27 TOS Message Transmission TOS Message is travels down the Stack GenericCom AM Handler Build Header: Source Address, AM ID, Address Hand off to Radio or UART Communication channel Random Delay (up to 15 packet times) Check for Collision (CSMA) Turn On Transmitter & Send Packet over SPI Port 18-byte Preamble (10101 pattern) & Frame Sync TOS Message (34 bytes) & CRC (2 bytes) Turn Off Transmitter & Signal TxDone Event to Application SMARTER SENSORS IN SILICON 27

28 Radio Hardware Interface Data/ Noise streams in to SPI Port from CC1000 at 19.2Kb/s rate SPI Port Interrupt every 416uSec (8bits) Triggers RadioIntM.nc Module SPI Rx Data Rx Byte Interrupt Tx Byte SMARTER SENSORS IN SILICON 28

29 TOS Message Reception RadioIntM.nc SPI Port Interrupt Handler Search for Preamble Pattern (10101) Wait for Frame Sync word Assemble TOS Packet Check CRC reject if bad Route to Active Message Handler Check Group ID reject if not match Signal Application ReceivedMsg Event Application GenericCom AM RadioIntM SMARTER SENSORS IN SILICON 29

30 CC1000RadioInt State Machine Radio SPI Data Port Interrupt triggers every 8 bit times = 416uSec Major States IDLE RX Related: Sync, Packet Assemble TX Related: Collision Sense, Preamble, Sync, Packet, CRC, Flush,Done Graphically SMARTER SENSORS IN SILICON 30

31 IDLE TX Delay = 0 Collision Error PRE- TX No Sync Preamble TX Error No Collision SYNC CRC or Length Error Sync OK POST PacketReceived RX Count<Length RX TX (substates) POST PacketSent SMARTER SENSORS IN SILICON 31

32 TOS Radio Controls - Frequency Frequency Band / RF Channel Choices #define CC1K_433_002_MHZ 0x00 #define CC1K_916MHZ 0x01 Specify CC1K_DEFAULT_FREQ in makefile CFLAGS d:cc1k_default_freq=cc1k_916mhz 433MHz is defaultin../platform/mica2/cc1000const.h SMARTER SENSORS IN SILICON 32

33 TOS Radio Controls - Power Power On / Off Sleep ~ 2uA Radio Signal Strength (RSSI Valid) ~ 20uS Receiver Packet Acquire Time ~3mSec Re-TUNE Radio after a power off/on cycle command result_t Tune(uint8_t freq); RF Power Level (@ 915MHz) command result_t SetRFPower(uint8_t power); 0xFF is 5dBm 0x80 is 0 dbm (1mW) 0x09 is 10dBm SMARTER SENSORS IN SILICON 33

34 Important RF Issues Different Motes for Different ISM Bands Re-tune after Sleep or Temperature changes Keep Motes separated >1m Watch out for Multi-path effects Different Group Ids do NOT prevent RF interference SMARTER SENSORS IN SILICON 34

35 Radio Debugging Hints Correct Radio Frequency? CC1K_DEFAULT_FREQ Correct GroupID? GenericBase Hangup Press RESET button RF Null Location? Move Mote to different location (+/- 1m) RF Overload Separation >3m SMARTER SENSORS IN SILICON 35

36 Conclusion Mote Radio Architecture Information Transport RF Propagation TOS Messaging Mote Radio Control SMARTER SENSORS IN SILICON 36

Quick Start Guide. MRB-KW01 Development Platform Radio Utility Application Demo MODULAR REFERENCE BOARD

Quick Start Guide. MRB-KW01 Development Platform Radio Utility Application Demo MODULAR REFERENCE BOARD Quick Start Guide MRB-KW01 Development Platform Radio Utility Application Demo MODULAR REFERENCE BOARD Quick Start Guide Get to Know the MRB-KW01x Module UART Selector ANT 1 RFIO (TX/RX) USB 2.0 Serial

More information

is the power reference: Specifically, power in db is represented by the following equation, where P0 P db = 10 log 10

is the power reference: Specifically, power in db is represented by the following equation, where P0 P db = 10 log 10 RF Basics - Part 1 This is the first article in the multi-part series on RF Basics. We start the series by reviewing some basic RF concepts: Decibels (db), Antenna Gain, Free-space RF Propagation, RF Attenuation,

More information

Understanding Range for RF Devices

Understanding Range for RF Devices Understanding Range for RF Devices October 2012 White Paper Understanding how environmental factors can affect range is one of the key aspects to deploying a radio frequency (RF) solution. This paper will

More information

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction Wireless Physical Layer Q1. Is it possible to transmit a digital signal, e.g., coded as square wave as used inside a computer, using radio transmission without any loss? Why? It is not possible to transmit

More information

MANUAL FOR RX700 LR and NR

MANUAL FOR RX700 LR and NR MANUAL FOR RX700 LR and NR 2013, November 11 Revision/ updates Date, updates, and person Revision 1.2 03-12-2013, By Patrick M Affected pages, ETC ALL Content Revision/ updates... 1 Preface... 2 Technical

More information

Omni Antenna vs. Directional Antenna

Omni Antenna vs. Directional Antenna Omni Antenna vs. Directional Antenna Document ID: 82068 Contents Introduction Prerequisites Requirements Components Used Conventions Basic Definitions and Antenna Concepts Indoor Effects Omni Antenna Pros

More information

RECOMMENDATION ITU-R F.1113. (Question ITU-R 157/9) b) that systems using this mode of propagation are already in service for burst data transmission,

RECOMMENDATION ITU-R F.1113. (Question ITU-R 157/9) b) that systems using this mode of propagation are already in service for burst data transmission, Rec. ITU-R F.1113 1 RECOMMENDATION ITU-R F.1113 RADIO SYSTEMS EMPLOYING METEOR-BURST PROPAGATION (Question ITU-R 157/9) (1994) Rec. ITU-R F.1113 The ITU Radiocommunication Assembly, considering a) that

More information

Antenna Deployment Technical Brief

Antenna Deployment Technical Brief ProCurve Networking Antenna Deployment Technical Brief Introduction... 2 Antenna types... 2 Omni directional antennas... 2 Directional antennas... 2 Diversity antennas... 3 High gain directional antennas...

More information

This Antenna Basics reference guide includes basic information about antenna types, how antennas work, gain, and some installation examples.

This Antenna Basics reference guide includes basic information about antenna types, how antennas work, gain, and some installation examples. Antenna Basics This Antenna Basics reference guide includes basic information about antenna types, how antennas work, gain, and some installation examples. What Do Antennas Do? Antennas transmit radio

More information

Lab Exercise 802.11. Objective. Requirements. Step 1: Fetch a Trace

Lab Exercise 802.11. Objective. Requirements. Step 1: Fetch a Trace Lab Exercise 802.11 Objective To explore the physical layer, link layer, and management functions of 802.11. It is widely used to wireless connect mobile devices to the Internet, and covered in 4.4 of

More information

Frequency Hopping Spread Spectrum PHY of the 802.11 Wireless LAN Standard. Why Frequency Hopping?

Frequency Hopping Spread Spectrum PHY of the 802.11 Wireless LAN Standard. Why Frequency Hopping? Frequency Hopping Spread Spectrum PHY of the 802.11 Wireless LAN Standard Presentation to IEEE 802 March 11, 1996 Naftali Chayat BreezeCom 1 Why Frequency Hopping? Frequency Hopping is one of the variants

More information

LoRa FAQs. www.semtech.com 1 of 4 Semtech. Semtech Corporation LoRa FAQ

LoRa FAQs. www.semtech.com 1 of 4 Semtech. Semtech Corporation LoRa FAQ LoRa FAQs 1.) What is LoRa Modulation? LoRa (Long Range) is a modulation technique that provides significantly longer range than competing technologies. The modulation is based on spread-spectrum techniques

More information

AN655 R ANGE TEST APPLICATION FOR EZRADIO AND EZRADIOPRO. 1. Introduction. 2. Supported Radio Types

AN655 R ANGE TEST APPLICATION FOR EZRADIO AND EZRADIOPRO. 1. Introduction. 2. Supported Radio Types R ANGE TEST APPLICATION FOR EZRADIO AND EZRADIOPRO 1. Introduction The range evaluation demo provides an easy way to evaluate the link budget of EZRadio and EZRadioPRO devices by performing a range test

More information

Design and Certification of ASH Radio Systems for Japan

Design and Certification of ASH Radio Systems for Japan Design and Certification of ASH Radio Systems for Japan RFM s second-generation ASH radio hybrids are being used in a wide variety of applications in Japan, operating under the Japanese BIJAKU radio regulations.

More information

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz

AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz AN1200.04 Application Note: FCC Regulations for ISM Band Devices: Copyright Semtech 2006 1 of 15 www.semtech.com 1 Table of Contents 1 Table of Contents...2 1.1 Index of Figures...2 1.2 Index of Tables...2

More information

WIRELESS INSTRUMENTATION TECHNOLOGY

WIRELESS INSTRUMENTATION TECHNOLOGY BS&B WIRELESS, L.L.C. BS&B WIRELESS, L.L.C. WIRELESS INSTRUMENTATION TECHNOLOGY Printed February 2004 BS&B WIRELESS, L.L.C. 7422-B East 46th Place, Tulsa, OK74145 Phone: 918-622-5950 Fax: 918-665-3904

More information

CS263: Wireless Communications and Sensor Networks

CS263: Wireless Communications and Sensor Networks CS263: Wireless Communications and Sensor Networks Matt Welsh Lecture 4: Medium Access Control October 5, 2004 2004 Matt Welsh Harvard University 1 Today's Lecture Medium Access Control Schemes: FDMA TDMA

More information

Introduction to Z-Wave. An Introductory Guide to Z-Wave Technology

Introduction to Z-Wave. An Introductory Guide to Z-Wave Technology Introduction to Z-Wave An Introductory Guide to Z-Wave Technology Table of Contents Z-Wave Overview and Functionality... 3 Z-Wave Technology Quick Overview... 3 Radio Specifications... 3 Network and Topology...

More information

communication over wireless link handling mobile user who changes point of attachment to network

communication over wireless link handling mobile user who changes point of attachment to network Wireless Networks Background: # wireless (mobile) phone subscribers now exceeds # wired phone subscribers! computer nets: laptops, palmtops, PDAs, Internet-enabled phone promise anytime untethered Internet

More information

Quick start: Panic Watch EU

Quick start: Panic Watch EU Quick start: Panic Watch EU Technical specs Normal operating voltage Frequency range Wireless Range 1x CR2032 3V battery 868.42 MHz Min 150 meters in a mesh network Basic operations - The Panic Watch can

More information

Guangzhou HC Information Technology Co., Ltd. Product Data Sheet

Guangzhou HC Information Technology Co., Ltd. Product Data Sheet Guangzhou HC Information Technology Co., Ltd. Product Data Sheet Rev 1 Module Data Sheet 1.0 2.0 2.1 2.2 2006/6/18 2006/9/6 2010/4/22 2011/4/6 DRAWN BY : Ling Xin MODEL : HC-06 CHECKED BY : Eric Huang

More information

How To Make A Multi-User Communication Efficient

How To Make A Multi-User Communication Efficient Multiple Access Techniques PROF. MICHAEL TSAI 2011/12/8 Multiple Access Scheme Allow many users to share simultaneously a finite amount of radio spectrum Need to be done without severe degradation of the

More information

Antenna Properties and their impact on Wireless System Performance. Dr. Steven R. Best. Cushcraft Corporation 48 Perimeter Road Manchester, NH 03013

Antenna Properties and their impact on Wireless System Performance. Dr. Steven R. Best. Cushcraft Corporation 48 Perimeter Road Manchester, NH 03013 Antenna Properties and their impact on Wireless System Performance Dr. Steven R. Best Cushcraft Corporation 48 Perimeter Road Manchester, NH 03013 Phone (603) 627-7877 FAX: (603) 627-1764 Email: sbest@cushcraft.com

More information

Welcome to the Introduction to Controller Area Network web seminar My name is William Stuart, and I am a Applications Engineer for the Automotive

Welcome to the Introduction to Controller Area Network web seminar My name is William Stuart, and I am a Applications Engineer for the Automotive Welcome to the Introduction to Controller Area Network web seminar My name is William Stuart, and I am a Applications Engineer for the Automotive Products Group within Microchip. This web seminar today

More information

Protocolo IEEE 802.15.4. Sergio Scaglia SASE 2012 - Agosto 2012

Protocolo IEEE 802.15.4. Sergio Scaglia SASE 2012 - Agosto 2012 Protocolo IEEE 802.15.4 SASE 2012 - Agosto 2012 IEEE 802.15.4 standard Agenda Physical Layer for Wireless Overview MAC Layer for Wireless - Overview IEEE 802.15.4 Protocol Overview Hardware implementation

More information

FLYPORT Wi-Fi 802.11G

FLYPORT Wi-Fi 802.11G FLYPORT Wi-Fi 802.11G System on module 802.11g WIFI - Infrastructure mode - softap mode - Ad hoc mode Microchip PIC 24F 16 bit processor Microchip MRF24WG0MA/MB - Native WiFi 802.11g transceiver - PCB

More information

RX-AM4SF Receiver. Pin-out. Connections

RX-AM4SF Receiver. Pin-out. Connections RX-AM4SF Receiver The super-heterodyne receiver RX-AM4SF can provide a RSSI output indicating the amplitude of the received signal: this output can be used to create a field-strength meter capable to indicate

More information

Radio Physics for Wireless Devices and Networking. The Radio Physics of WiFi. By Ron Vigneri

Radio Physics for Wireless Devices and Networking. The Radio Physics of WiFi. By Ron Vigneri Radio Physics for Wireless Devices and Networking By Ron Vigneri The Radio Physics of WiFi The standard for wireless LANs (WLANs) was completed in 1997 with the release of the IEEE 802.11 specification

More information

Tri-Band RF Transceivers for Dynamic Spectrum Access. By Nishant Kumar and Yu-Dong Yao

Tri-Band RF Transceivers for Dynamic Spectrum Access. By Nishant Kumar and Yu-Dong Yao Tri-Band RF Transceivers for Dynamic Spectrum Access By Nishant Kumar and Yu-Dong Yao Presentation outline Introduction to WISELAB Active work at WISELAB Tri-band test bed Elements of the test bed Experimentation

More information

Antennas & Propagation. CS 6710 Spring 2010 Rajmohan Rajaraman

Antennas & Propagation. CS 6710 Spring 2010 Rajmohan Rajaraman Antennas & Propagation CS 6710 Spring 2010 Rajmohan Rajaraman Introduction An antenna is an electrical conductor or system of conductors o Transmission - radiates electromagnetic energy into space o Reception

More information

Guangzhou HC Information Technology Co., Ltd. Product Data Sheet

Guangzhou HC Information Technology Co., Ltd. Product Data Sheet Guangzhou HC Information Technology Co., Ltd. Product Data Sheet Module Data Sheet Rev 1 1.0 1.01 2010/5/15 2011/4/6 DRAWN BY : Ling Xin MODEL : HC-05 CHECKED BY : Eric Huang Description: BC04 has external

More information

Guangzhou HC Information Technology Co., Ltd. Product Data Sheet

Guangzhou HC Information Technology Co., Ltd. Product Data Sheet Guangzhou HC Information Technology Co., Ltd. Product Data Sheet Module Data Sheet Rev 1 1.0 1.01 2010/5/15 2011/4/6 DRAWN BY : Ling Xin MODEL : HC-05 CHECKED BY : Eric Huang Description: BC04 has external

More information

Bluetooth for device discovery. Networking Guide

Bluetooth for device discovery. Networking Guide Bluetooth for device discovery Networking Guide Index Document Version: v4.4-11/2014 Libelium Comunicaciones Distribuidas S.L. INDEX 1. Introduction... 3 1.1. General description...3 2. Hardware... 5 2.1.

More information

1 Lecture Notes 1 Interference Limited System, Cellular. Systems Introduction, Power and Path Loss

1 Lecture Notes 1 Interference Limited System, Cellular. Systems Introduction, Power and Path Loss ECE 5325/6325: Wireless Communication Systems Lecture Notes, Spring 2015 1 Lecture Notes 1 Interference Limited System, Cellular Systems Introduction, Power and Path Loss Reading: Mol 1, 2, 3.3, Patwari

More information

Cellular Wireless Antennas

Cellular Wireless Antennas Cellular Wireless Antennas A Technical Brief GarrettCom Inc., November 2010 Overview The Cellular Wireless Antenna Technical brief is provided to assist with the design and deployment of the DX940 Cellular

More information

Bluetooth voice and data performance in 802.11 DS WLAN environment

Bluetooth voice and data performance in 802.11 DS WLAN environment 1 (1) Bluetooth voice and data performance in 802.11 DS WLAN environment Abstract In this document, the impact of a 20dBm 802.11 Direct-Sequence WLAN system on a 0dBm Bluetooth link is studied. A typical

More information

SmartDiagnostics Application Note Wireless Interference

SmartDiagnostics Application Note Wireless Interference SmartDiagnostics Application Note Wireless Interference Publication Date: May 27, 2015 KCF Technologies, Inc. Background The SmartDiagnostics wireless network is an easy to install, end-to-end machine

More information

1. Overview. WPT Wireless Range Tester Kit User Manual Doc No. 910-00009-01 Rev 05. 1.1. Components. 1.2. Prerequisites for Site Survey

1. Overview. WPT Wireless Range Tester Kit User Manual Doc No. 910-00009-01 Rev 05. 1.1. Components. 1.2. Prerequisites for Site Survey 1. Overview The Cypress Envirosystems Wireless Pneumatic Thermostat (WPT) retrofits an existing pneumatic thermostat to provide Direct Digital Control (DDC) like zone control functionality at a fraction

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

You will need the following pieces of equipment to complete this experiment:

You will need the following pieces of equipment to complete this experiment: UNIVERSITY OF TORONTO FACULTY OF APPLIED SCIENCE AND ENGINEERING The Edward S. Rogers Sr. Department of Electrical and Computer Engineering ECE422H1S: RADIO AND MICROWAVE WIRELESS SYSTEMS EXPERIMENT 3:

More information

802.11 standard. Acknowledgement: Slides borrowed from Richard Y. Yang @ Yale

802.11 standard. Acknowledgement: Slides borrowed from Richard Y. Yang @ Yale 802.11 standard Acknowledgement: Slides borrowed from Richard Y. Yang @ Yale IEEE 802.11 Requirements Design for small coverage (e.g. office, home) Low/no mobility High data-rate applications Ability to

More information

Installation Instructions. Wireless Adapter/Repeater. Introduction. 30-3001-887 Rev C

Installation Instructions. Wireless Adapter/Repeater. Introduction. 30-3001-887 Rev C /Repeater Installation Instructions 30-3001-887 Rev C Workstation Ethernet bcx Controller Repeater Repeater Introduction Schneider Electric has designed a device that allows Andover Continuum controllers

More information

Wireless Temperature

Wireless Temperature Wireless Temperature connected freedom and Humidity Sensor Using TELRAN Application note TZ1053AN-06 Oct 2011 Abstract Dr. C. Uche This application note describes the complete system design (hardware and

More information

2.0 System Description

2.0 System Description 2.0 System Description The wireless alarm system consists of two or more alarm units within a specified range of one another. Each alarm unit employs a radio transceiver, allowing it to communicate with

More information

Z-Wave.Me Wall Controller

Z-Wave.Me Wall Controller Z-Wave.Me Wall Controller ZME_06443: Wall Controller Firmware Version 1.1 1 General Information about Z- Wave Safe: Generally radio systems build a direct link between the transmitter and the receiver.

More information

MoCA 1.1 Specification for Device RF Characteristics

MoCA 1.1 Specification for Device RF Characteristics MoCA 1.1 Specification for Device RF Characteristics 20140211 Copyright 2012, 2014 Multimedia Over Coax Alliance. All Rights Reserved. MoCA is a trademark or registered trademark of the Multimedia Over

More information

SR450 RECEIVER OPERATING INSTRUCTIONS 1892 1128

SR450 RECEIVER OPERATING INSTRUCTIONS 1892 1128 SR450 RECEIVER OPERATING INSTRUCTIONS 1892 1128 These operating instructions are intended to provide the user with sufficient information to install and operate the module correctly. The Wood & Douglas

More information

ZigBee Technology Overview

ZigBee Technology Overview ZigBee Technology Overview Presented by Silicon Laboratories Shaoxian Luo 1 EM351 & EM357 introduction EM358x Family introduction 2 EM351 & EM357 3 Ember ZigBee Platform Complete, ready for certification

More information

AirMax2. 802.11g High Powered Outdoor CPE. PoE. Simple All-In-One Solution. Long Distance Radio. Clear. 10dBi

AirMax2. 802.11g High Powered Outdoor CPE. PoE. Simple All-In-One Solution. Long Distance Radio. Clear. 10dBi AirMax2 802.11g High Powered Outdoor CPE Wireless-G Outdoor CPE Built-in 10dBi Weather-Proof Housing ClearSignal Anti-Interference Technology Client, AP, Bridge, AP Router, WISP Router, WDS, and Universal

More information

SP1790JK 900MHz Wireless Indoor/Outdoor Speakers. User Manual INTRODUCTION FEATURES IMPORTANT SAFETY INFORMATION

SP1790JK 900MHz Wireless Indoor/Outdoor Speakers. User Manual INTRODUCTION FEATURES IMPORTANT SAFETY INFORMATION SP1790JK 900MHz Wireless Indoor/Outdoor Speakers INTRODUCTION This 900 MHz digital hybrid wireless speaker system uses the latest wireless technology that enables you to enjoy music and TV sound anywhere

More information

USB 3.0* Radio Frequency Interference Impact on 2.4 GHz Wireless Devices

USB 3.0* Radio Frequency Interference Impact on 2.4 GHz Wireless Devices USB 3.0* Radio Frequency Interference Impact on 2.4 GHz Wireless Devices White Paper April 2012 Document: 327216-001 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

OpenBTS Development Kit

OpenBTS Development Kit OpenBTS Development Kit Specifications, Installation & Operation Doc. Rev. 1 Copyright c 2013 Range Networks, Inc. All rights reserved Contents 1 Introduction 6 1.1 Scope and Audience.........................................

More information

Short Range Wireless Switch System Handheld 8 Installation and Operations Guide

Short Range Wireless Switch System Handheld 8 Installation and Operations Guide Phone: (866) 701-1146 Fax: (425) 216-7558 www.remotecontroltech.com Short Range Wireless Switch System Handheld 8 Installation and Operations Guide Introduction... 2 Before Installation... 2 Receiver Installation...

More information

PMAfob Home Automation Demo

PMAfob Home Automation Demo PMAfob Home Automation Demo User Guide V1.1 October 20 th, 2010 PMAfob Home Automation Demo User Guide Overview PMAfob Software PMAfob Hardware Receiver Software Receiver Hardware Setup of the PMAfob Home

More information

nblue TM BR-LE4.0-D2A (CC2564)

nblue TM BR-LE4.0-D2A (CC2564) Bluetooth 4.0 Low Energy Dual Mode Class 1 SoC Module nblue TM BR-LE4.0-D2A (CC2564) AT HOME. AT WORK. ON THE ROAD. USING BLUETOOTH LOW ENERGY WIRELESS TECHNOLOGY MEANS TOTAL FREEDOM FROM THE CONSTRAINTS

More information

Water Quality Monitoring System Using Zigbee Based Wireless Sensor Network

Water Quality Monitoring System Using Zigbee Based Wireless Sensor Network 24 Water Quality Monitoring System Using Zigbee Based Wireless Sensor Network Zulhani Rasin Faculty of Electrical Engineering Universiti Teknikal Malaysia Melaka (UTeM) Melaka, Malaysia Email: zulhani@utem.edu.my

More information

Features. Applications. Transmitter. Receiver. General Description MINIATURE MODULE. QM MODULATION OPTIMAL RANGE 1000m

Features. Applications. Transmitter. Receiver. General Description MINIATURE MODULE. QM MODULATION OPTIMAL RANGE 1000m Features MINIATURE MODULE QM MODULATION OPTIMAL RANGE 1000m 433.05 434.79 ISM BAND 34 CHANNELS AVAILABLE SINGLE SUPPLY VOLTAGE Applications IN VEHICLE TELEMETRY SYSTEMS WIRELESS NETWORKING DOMESTIC AND

More information

The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications

The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications The BSN Hardware and Software Platform: Enabling Easy Development of Body Sensor Network Applications Joshua Ellul jellul@imperial.ac.uk Overview Brief introduction to Body Sensor Networks BSN Hardware

More information

User Manual Wireless HD AV Transmitter & Receiver Kit

User Manual Wireless HD AV Transmitter & Receiver Kit Ma User Manual REV.1.0 Thank you for purchasing this. Please read the following instructions carefully for your safety and prevention of property damage. Do not use the product in the extreme hot, cold,

More information

Introduction Ericsson Handheld Telephone 1341-B

Introduction Ericsson Handheld Telephone 1341-B Ericsson Handheld Telephone 1341-B 2 Contents General 5 The Mobile Telephone Network 6 Base Station and Cell 7 Radio Channels 7 Radio Coverage 8 Transmission Control and Communication 9 Quality Control

More information

Avaya WLAN 9100 External Antennas for use with the WAO-9122 Access Point

Avaya WLAN 9100 External Antennas for use with the WAO-9122 Access Point Avaya WLAN 9100 External Antennas for use with the WAO-9122 Access Point Overview To optimize the overall performance of a WLAN in an outdoor deployment it is important to understand how to maximize coverage

More information

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above

2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 D. None of the above 1. How many bits are in an IP address? A. 16 B. 32 C. 64 2. What is the maximum value of each octet in an IP address? A. 128 B. 255 C. 256 3. The network number plays what part in an IP address? A. It

More information

Frequency Hopping for GSM Base Station Tests with Signal Generators SME

Frequency Hopping for GSM Base Station Tests with Signal Generators SME Frequency Hopping for GSM Base Station Tests with Signal Generators SME Application Note 1GPAN28E A. Winter 07.95 Products: Signal Generator SME Software Package SME-K1 Introduction One of the problems

More information

PRO 5000 CPE 1D Quick Installation Guide

PRO 5000 CPE 1D Quick Installation Guide PRO 5000 CPE 1D Quick Installation Guide Introduction This Quick Installation Guide covers the basic installation of the PRO 5000 CPE. For more information, refer to the relevant sections in the Product

More information

PCMCIA Wireless LAN Card User s Manual

PCMCIA Wireless LAN Card User s Manual PCMCIA Wireless LAN Card User s Manual Rev 1.0 Regulatory compliance FCC Warning This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to part 15 of

More information

RC2200DK Demonstration Kit User Manual

RC2200DK Demonstration Kit User Manual Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 QUICK INTRODUCTION... 2 INTRODUCTION... 3 DEMONSTRATION BOARD... 4 POWER SUPPLY SECTION... 5 RS-232 INTERFACE... 6 CONNECTORS... 7

More information

Unidirectional Transmitter/ Receiver Units Introduction

Unidirectional Transmitter/ Receiver Units Introduction Unidirectional Transmitter/ Receiver Units Introduction Wireless Input/Output (I/O) connects directly to analog, discrete and pulse transducer signals. The signals are transmitted by radio and either re-created

More information

ACRS 2.0 User Manual 1

ACRS 2.0 User Manual 1 ACRS 2.0 User Manual 1 FCC Regulatory Information This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference,

More information

Datasheet. High-Performance airmax Bridge. Models: NBE-M2-13, NBE-M5-16, NBE M5-19. Uniform Beamwidth Maximizes Noise Immunity

Datasheet. High-Performance airmax Bridge. Models: NBE-M2-13, NBE-M5-16, NBE M5-19. Uniform Beamwidth Maximizes Noise Immunity High-Performance airmax Bridge Models: NBE-M2-13, NBE-M5-16, NBE M5-19 Uniform Beamwidth Maximizes Noise Immunity Innovative Mechanical Design High-Speed Processor for Superior Performance Overview Application

More information

ACTIVE RFID WHITE PAPER AMX

ACTIVE RFID WHITE PAPER AMX ACTIVE RFID WHITE PAPER AMX A c t i v e R F I D : T e c h n o l o g y W h i t e P a p e r Table of Contents Table of Contents 2 Overview: 3 Anterus RFID System Requirements: 4 Anterus RF: 7 Sizing 9 Acquisition

More information

Single channel data transceiver module WIZ2-434

Single channel data transceiver module WIZ2-434 Single channel data transceiver module WIZ2-434 Available models: WIZ2-434-RS: data input by RS232 (±12V) logic, 9-15V supply WIZ2-434-RSB: same as above, but in a plastic shell. The WIZ2-434-x modules

More information

AN437. Si4432 RF PERFORMANCE AND FCC COMPLIANCE TEST RESULTS. 1. Introduction. 2. Relevant Measurements to comply with FCC

AN437. Si4432 RF PERFORMANCE AND FCC COMPLIANCE TEST RESULTS. 1. Introduction. 2. Relevant Measurements to comply with FCC Si4432 RF PERFORMANCE AND FCC COMPLIANCE TEST RESULTS 1. Introduction This document provides measurement results and FCC compliance results for the Si4432B when operated from 902 928 MHz. The measurement

More information

Lecture 17: 802.11 Wireless Networking"

Lecture 17: 802.11 Wireless Networking Lecture 17: 802.11 Wireless Networking" CSE 222A: Computer Communication Networks Alex C. Snoeren Thanks: Lili Qiu, Nitin Vaidya Lecture 17 Overview" Project discussion Intro to 802.11 WiFi Jigsaw discussion

More information

CABLES CABLES. Application note. Link Budget

CABLES CABLES. Application note. Link Budget CABLES CABLES radiating Link Budget 3. 1. LINK BUDGET The basic elements to calculate a link budget can be illustrated by considering the example shown in Figure 4. It involves a GSM 900 radio coverage

More information

Guide for Performing a Wireless Site Survey. 2.4 GHz IEEE 802.11g/802.11b/802.15.4

Guide for Performing a Wireless Site Survey. 2.4 GHz IEEE 802.11g/802.11b/802.15.4 Guide for Performing a Wireless Site Survey 2.4 GHz IEEE 802.11g/802.11b/802.15.4 1 Table of Contents Table of Contents 2 Introduction 3 Wireless Characteristics 3 AMX Site Survey Tools 5 Creating a Channel

More information

CubeSat Communications Transceiver for Increased Data Throughput

CubeSat Communications Transceiver for Increased Data Throughput CubeSat Communications Transceiver for Increased Data Throughput Christopher Clark, Andrew Chin, Petras Karuza, Daniel Rumsey, David Hinkley The Aerospace Corporation P.O. Box 92957 Los Angeles, CA 90009-2957

More information

AN INTRODUCTION TO TELEMETRY PART 1: TELEMETRY BASICS

AN INTRODUCTION TO TELEMETRY PART 1: TELEMETRY BASICS AN INTRODUCTION TO TELEMETRY PART 1: TELEMETRY BASICS Telemetry is defined as the sensing and measuring of information at some remote location and then transmitting that information to a central or host

More information

Stand Alone POTS Fiber Optic System. P31372 Station (Subscriber) Unit P31379 Remote (Exchanger) Unit. Description & Installation

Stand Alone POTS Fiber Optic System. P31372 Station (Subscriber) Unit P31379 Remote (Exchanger) Unit. Description & Installation Stand Alone POTS Fiber Optic System P31372 Station (Subscriber) Unit P31379 Remote (Exchanger) Unit Description & Installation Printed in USA 09/11 TO466 Rev. A Table of Contents Page 1.0 SCOPE 2 2.0 PRODUCT

More information

Datasheet. High-Performance airmax Bridge. Models: NBE M5-19, NBE-M5-16. Uniform Beamwidth Maximizes Noise Immunity. Innovative Mechanical Design

Datasheet. High-Performance airmax Bridge. Models: NBE M5-19, NBE-M5-16. Uniform Beamwidth Maximizes Noise Immunity. Innovative Mechanical Design High-Performance airmax Bridge Models: NBE M5-19, NBE-M5-16 Uniform Beamwidth Maximizes Noise Immunity Innovative Mechanical Design High-Speed Processor for Superior Performance Overview Application Examples

More information

Transmitter Speed. Instructions for use Betriebsanleitung Mode d emploi Instrucciones para el uso Istruzioni per l uso

Transmitter Speed. Instructions for use Betriebsanleitung Mode d emploi Instrucciones para el uso Istruzioni per l uso Transmitter Speed 1 9 3 5 0 Instructions for use Betriebsanleitung Mode d emploi Instrucciones para el uso Istruzioni per l uso E L S Tr a n s m i t t e r S p e e d M a n u a l 0 2. 0 2. 2 0 1 0 / / 7

More information

Troubleshooting Problems Affecting Radio Frequency Communication

Troubleshooting Problems Affecting Radio Frequency Communication Troubleshooting Problems Affecting Radio Frequency Communication Document ID: 8630 Refer to the Cisco Wireless Downloads (registered customers only) page in order to get Cisco Aironet drivers, firmware

More information

Design Considerations for RF Energy Harvesting Devices

Design Considerations for RF Energy Harvesting Devices Design Considerations for RF Energy Harvesting Devices Harry Ostaffe Director, Marketing & Business Development 1 Overview RF energy is generally very low Direct-power at close range to a transmitter Energy

More information

Maximizing Range and Battery Life in Low-Cost Wireless Networks

Maximizing Range and Battery Life in Low-Cost Wireless Networks Maximizing Range and Battery Life in Low-Cost Wireless Networks The proliferation of cost-effective wireless technology has led to the rise of entirely new types of networks across a wide range of applications

More information

Elettronica dei Sistemi Digitali Costantino Giaconia SERIAL I/O COMMON PROTOCOLS

Elettronica dei Sistemi Digitali Costantino Giaconia SERIAL I/O COMMON PROTOCOLS SERIAL I/O COMMON PROTOCOLS RS-232 Fundamentals What is RS-232 RS-232 is a popular communications interface for connecting modems and data acquisition devices (i.e. GPS receivers, electronic balances,

More information

THE BCS PROFESSIONAL EXAMINATIONS BCS Level 5 Diploma in IT. October 2009 EXAMINERS' REPORT. Computer Networks

THE BCS PROFESSIONAL EXAMINATIONS BCS Level 5 Diploma in IT. October 2009 EXAMINERS' REPORT. Computer Networks THE BCS PROFESSIONAL EXAMINATIONS BCS Level 5 Diploma in IT October 2009 EXAMINERS' REPORT Computer Networks General Comments The responses to questions were of marginally better quality than April 2009

More information

Byonics Micro Trak 1000 High Altitude Balloon Tracker

Byonics Micro Trak 1000 High Altitude Balloon Tracker Byonics Micro Trak 1000 High Altitude Balloon Tracker The Micro Trak 1000 (MT 1000) is a high altitude balloon (HAB) tracker. It is usually sold as a combination to provide a simple, turn key tracking

More information

Demystifying Wireless for Real-World Measurement Applications

Demystifying Wireless for Real-World Measurement Applications Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Demystifying Wireless for Real-World Measurement Applications Kurt Veggeberg, Business,

More information

APPLICATION NOTE. AT05558: Wireless Manufacturing Test Kit. Atmel ATmega256RFR2. Description. Features

APPLICATION NOTE. AT05558: Wireless Manufacturing Test Kit. Atmel ATmega256RFR2. Description. Features APPLICATION NOTE AT05558: Wireless Manufacturing Test Kit Atmel ATmega256RFR2 Description Manufacturers need rapid test capability for mass production of wireless products. This Manufacturing Tool Kit

More information

In-Vehicle Networking

In-Vehicle Networking In-Vehicle Networking SAE Network classification Class A networks Low Speed (

More information

What is Easy-Radio? Devices Covered. Frequency Hopping Transceiver. Where x00 denotes frequency of operation. E.g. 400 = 433MHz

What is Easy-Radio? Devices Covered. Frequency Hopping Transceiver. Where x00 denotes frequency of operation. E.g. 400 = 433MHz What is Easy-Radio? Easy-Radio modules combine low power radio transmitters, receivers or transceivers with on-board microcontrollers to produce intelligent RF modules that provide simple to use wireless

More information

Divvela.Santhosh Raghava Rao [1],Sreevardhan cheerla [2]

Divvela.Santhosh Raghava Rao [1],Sreevardhan cheerla [2] Signal Strength Enhancement Using Cellular Repeater On Three Frequency Bands For Low Signal Coverage Areas (GSM900, GSM 1800/DCS, 3G) Divvela.Santhosh Raghava Rao [1],Sreevardhan cheerla [2] [1] B.tech

More information

Software User Guide UG-461

Software User Guide UG-461 Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment

More information

AIR DRM. DRM+ Showcase

AIR DRM. DRM+ Showcase AIR DRM DRM+ Showcase New Delhi, 23 rd 27 th May 2011 The Report was prepared by Digital Radio Mondiale Consortium (DRM) & All India Radio (AIR) Version: 2011-07-26 Index: 1. Introduction 2. DRM+ System

More information

Wireless LAN Outdoor Bridge Solution

Wireless LAN Outdoor Bridge Solution 309-2273-001AA.fm Page 1 Monday, February 3, 2003 4:54 PM Quick Start Guide Wireless LAN Outdoor Bridge Solution 3CRWEASY96A Outdoor solution for secure long-distance wireless connections The 3Com Wireless

More information

OFDM, Mobile Software Development Framework

OFDM, Mobile Software Development Framework OFDM, Mobile Software Development Framework 9/27/2012 Y. Richard Yang 1 Admin. Homework 2 to be posted by Friday Start to think about project 2 Recap Inter-Symbol Interference (ISI) Handle band limit ISI

More information

WiLink 8 Solutions. Coexistence Solution Highlights. Oct 2013

WiLink 8 Solutions. Coexistence Solution Highlights. Oct 2013 WiLink 8 Solutions Coexistence Solution Highlights Oct 2013 1 Products on market with TI connectivity 2004 2007 2009-11 2013 Use cases: BT voice, WLAN data Features: TDM based operation Strict protection

More information

Motion Sensing without Sensors: Information. Harvesting from Signal Strength Measurements

Motion Sensing without Sensors: Information. Harvesting from Signal Strength Measurements Motion Sensing without Sensors: Information Harvesting from Signal Strength Measurements D. Puccinelli and M. Haenggi Department of Electrical Engineering University of Notre Dame Notre Dame, Indiana,

More information

Application Note AN-00126

Application Note AN-00126 Considerations for Operation within the 902-928MHz Band Application Note AN-00126 Introduction This application note is designed to give the reader a basic understanding of the legal and technical considerations

More information

Regional Emergency Communications. John Walters W8CX Alpena RACES

Regional Emergency Communications. John Walters W8CX Alpena RACES Regional Emergency Communications John Walters W8CX Alpena RACES Regional Communications Needs 400 mile radius No skip zone; no dead spots No interference with or from broadcasters Reliable day/night coverage

More information

ZigBee Propagation for Smart Metering Networks

ZigBee Propagation for Smart Metering Networks ZigBee Propagation for Smart Metering Networks The UK government requires energy suppliers to take all reasonable steps to deploy smart meters in customer residences in Great Britain by 2019, with the

More information