Remote Sensor and Controller System Employing RFID, ZigBee and IEEE Wireless Protocols

Size: px
Start display at page:

Download "Remote Sensor and Controller System Employing RFID, ZigBee and IEEE Wireless Protocols"

Transcription

1 Remote Sensor and Controller System Employing RFID, ZigBee and IEEE Wireless Protocols Nathan Brown March 1, 2008 Submitted to Prof. Lin & Dr. Rumsey

2 Problem Statement Process automation, control, and monitoring are all terms used every day in an industrial setting. Some modern homes may even have consumer oriented automation systems in place. Most of these systems are highly specialized, thus making them very expensive. The aim of this project is to create a platform for a system that is capable of monitoring and controlling a wide range of objects (devices, environment, people) from a central location by using low-power radio transceivers. Through the use of low power consuming radios, a wireless network is formed between all of the enabled devices and in turn, a user can control each of these devices from a personal computer or even a PDA via a local area network or even over the Internet. The possible use of this wireless controller and sensor system is virtually limitless. Any wirelessly enabled device could potentially be monitored or controlled. A vehicle's remote start system could be engaged while the driver is getting ready to leave the house in the morning. The same system installed in an assembly line can count of all products leaving the factory by tracking their RFID tags. The only differences are in the end-devices. The systemʼs structure is exactly the same. Having a central controller acting as a functional human interface and the gateway between a wired network and the wireless nodes that form the wireless infrastructure, a robust and scalable automation system is possible. These products exist, but they are either expensive, highly specialized, very simple, or simply inflexible.

3 Market Analysis Automation systems are definitely not new and there are several companies that provide solutions designed for the home and industrial uses. The common factor between these products is that they are usually specialized. The proposed system design would allow the end-user to configure the system for a wide variety of uses, whether they be for the household or targeted for industry. Similar products and their intended uses can been seen in the summary table. Product Comparison Table Product Description Uses INSTEON Z-Wave This is a wireless home automation system, with no central computer. All devices act as a repeater. Adapters are available to enable lighting fixtures or appliances. Wireless home automation, through monitors and controls. Devices can integrate Z-Wave technology, and all devices that have this technology, can communicate. A central computer allows customizations. X-10 Industry standard for device communication primarily uses the existing power lines. Most common application is electrical socket control. Home, lighting, appliance control, security systems. Home, automation, device integration Home, security camera, wall socket control. OleumTech Commercial & industrial monitoring products Pressure and fluid level monitoring SensiCast Wireless mesh network system for monitoring temperature, fluids, and other industrial environmental factors. Industry, harsh environments Both Z-Wave and this project are targeted for similar uses but Z-Wave is a proprietary technology with only a few members a part of itʼs alliance. ZigBee, the technology chosen for this project has over seventy members, with the most notable being Samsung, Freescale, Texas Instruments and many others. So the technology chosen definitely has a future. X-10 is an old technology that mainly uses the power lines, so itʼs strictly confined to a small pre-wired area. Also, this technology is proprietary, and its not scalable. Other products that are made for industrial applications must adhere to strict guidelines so they can withstand extreme environmental conditions. There is no reason why the end nodes to this project could not adhere to the same criteria. Since this system is scalable to different applications, certain end devices can meet different requirements depending on their intended use. The goal of this project is to develop a platform for a controller and sensor network, to increase efficiency in automation and other processes, at a lower cost that currently existing systems.

4 Requirements and Specifications This section will detail the physical pieces that the system will be composed of, as well as specifications, and requirements. This is a listing of requirements that the system needs to achieve: Radio operates in 2.4GHz ISM(Industrial/Scientific/Medical) Band PC for user interface and configuration Database access for information storage Range extends throughout a building C Language for programming ZigBee Communication Stack Physical Components The system will be divided into two main components each of which will have certain subcomponents necessary for operation. The brain of the system will be the Coordinator, and this device will structure all wireless network operations, and act as a human and data interface to the wireless network. The other portion of the system will be a network of wireless nodes, called Remotes, which will promote the range of the wireless network and function as controllers for devices or monitoring agents. The Coordinator will integrate a microcontroller, Ethernet, USB, IEEE transceiver & antenna, and general purpose I/O ports for attaching accessories. The Coordinator shall be a relatively small set-top box that can be placed on a desk or shelf. As with all wireless devices, they should always be set away from walls and other metal materials that can attenuate or interfere with the wireless signals. Power consumption will not be significant but since the Coordinator must always be on, it will need to be plugged into a wall outlet. Coordinatorspecific component details can be found in the table. Main Coordinator Components Component Description Specification NXP LPC2368 TI CC bit ARM7 based microcontroller. This device supports both USB and Ethernet with minimal external components. It also contains an SPI interface, which is necessary for connectivity to the ZigBee transceiver. Zigbee ( ) Transceiver with integrated ZigBee 2006 Protocol Stack Development tools are freely available, and the chip is programmable via Jtag interface. 2.4GHz ISM band radio transceiver. This device supports the ZigBee protocol stack, Z-Stack, provided by Texas Instruments. National DP83843 Ethernet PHY layer device. This provides the physical layer of Ethernet between the real-world and the microcontroller.

5 The Remote devices will also integrate a (different) micro-controller, and IEEE compliant transceiver & antenna, and general I/O. Other bulky and unnecessary features such as Ethernet and USB will not be integrated, as the Coordinator which has those features, acts as a gateway to the Remotes. Physically the remotes should not take up more than approximately 2-3 sq. in. of area. Their small size allows them to be placed inconspicuously or even carried around as a key fob. Power consumption will be kept to a minimum as most of the remotes will run off battery power; the batteries should last several months or years without having to be replaced. The technology used in the remotes can either be integrated into appliances and other electronic devices, or stand-alone remotes can be externally connected. The following table details the necessary components for the Remote devices. Remote Components Component Description Specification Silicon Labs C8050F120 TI CC2480 This 8-bit microcontroller is a low power device that has several general purpose inputs and output, as well as supporting the SPI interface for communication with the ZigBee transceiver. Zigbee ( ) Transceiver with integrated ZigBee 2006 Protocol Stack Development tools available from Keil, and the chip is programmable via Jtag interface. 2.4GHz ISM band radio transceiver. This device supports the ZigBee protocol stack, Z-Stack, provided by Texas Instruments.

6 Implementation Methods The procedure for implementing this design involves several steps. The first step involves defining the scope and goals of the project. The ultimate goal is to design a multipurpose and scalable system that can assist people or businesses in their daily tasks. Once the components have been chosen (see Trade-Off Study), prototype boards will need to be developed. The prototype boards allow experimentation with the hardware to be done, as to understand the hardware s operation and capabilities. This stage is the critical point at which a true sense can be attained of the limits of the system. Since the project has multiple components, multiple prototypes have to be created to understand how the devices communicate with each other. There is a blend of hardware design as well as software development. Prototyping is the first step in building the system. Schematic capture software is used to design the electrical circuits for the Coordinator and the Remotes. After the circuits have been drawn into the computer then, those drawings will be transferred into circuit design files. These files are loaded into another software application to design the physical layout of the circuit boards. Rapid prototyping machines are available to students turn the circuit board layouts into real boards. Companies also provide circuit board cutting services at a very low cost. The first prototype to be built is the Coordinator. This device has several components, including a microcontroller, ZigBee radio IC, Ethernet PHY IC, antenna, USB and Ethernet connectors, and various other passive components. This device will require more intensive software development and testing than the Remotes. A ZigBee development kit provided by Silicon Labs containing several ZigBee enabled remotes, with microcontrollers and antennas are going to be used for testing the Coordinator device. Once significant progress has been made with the Coordinator development, then Remote prototypes will be developed. The premade ZigBee remotes from Silicon Labs will greatly assist in the prototype, development and testing processes. Real-word device interfacing and integration is an important aspect of the system design. Some external projects are being developed to show off the capabilities of the overall system. An RFID security access panel will be ZigBee enabled to demonstrate how a database of users and access cards can be used to control access to a restricted area. Another demonstration will involve a remote vehicle lock and starter system. This will show how a vehicle parked near a remote can be controlled from a hand-held device (such as those that fit onto a keyring) or from a PC to see if the doors are locked. Both of these demonstrations show how that the system can be used in practical situations and there is no extra wiring necessary.

7 System Description The proposed project idea is a system of networked wireless sensors and controllers that communicate between each other to a central Coordinator. This Coordinator can communicate to a personal computer through a serial USB interface or directly to a network through an Ethernet connection. The system is divided into two primary functional components. The first of the two being the Coordinator which controls the entire system. It's functions include a means of human interface, network access for data storage and retrieval, and wireless communication with the wireless sensor and controller units, or Remotes. Each Remote is equipped with a small microcontroller and an IEEE compatible ZigBee transceiver. The ZigBee transceiver is capable of building a wireless mesh network with other transceivers in its range. The transceivers build the network infrastructure between the individual devices and the Coordinator. The figure illustrates the structure of the mesh network. Router End Node Coordinator

8 The Coordinator One goal of this system design is to give users the power to monitor or control devices without being constrained to their facility, whether it be the office, factory, or even their home. An important feature of the Coordinator is that it has USB and an Ethernet connectivity. The USB port allows the device to be plugged into any standard PC, and with the use of software, observe the Remotes on the network and control or monitor the devices attached to them. The software is able to communicate to the Coordinator because of the bi-directional capabilities of serial communication via the USB interface. The Ethernet connection provides a secondary means of user control since the Coordinator contains an integrated web (http) server. The web server hosts a site that allows the user to access functions necessary for monitoring and controlling devices attached to the remotes as well. Another purpose of the Ethernet connection is so the Coordinator has access to network resources, such at the time, or a database for storing information about the network. By allowing databases access, it helps reduce the storage limitations imposed by a small integrated device. A block diagram of the Coordinator can be seen in the figure. Power MCU ZigBee Transceiver ZigBee Protocol Ethernet PHY USB Plug Ethernet Jack

9 The Remote The Remotes are each equipped with a IEEE transceiver, and can function in one of two modes either as a router or an end node. Devices that are operating in the router mode, can retransmit traffic that it has received, just like a router used in a traditional network. The range of the network can be extended by having remotes function as remotes. Devices that are operating as an end node, do not have this 'routing' capability. The functions that the Remote are intended to perform include building the wireless network infrastructure, and to interface with real-word devices. The physical design of the remote will include a microcontroller, IEEE transceiver with antenna, and input/output ports. The Coordinator assigns unique network addresses to each of the remotes so each Remote can be accessed individually. The actual function of the remote, whether it will be monitoring an environment or controlling a device, will be programmed via the interface on the Coordinator. A block diagram of the Remote can be seen in the figure. Battery/Power Supply MCU ZigBee Transceiver ZigBee Protocol Analog/Digital IO

10 Regulatory Standards Several different technologies each with their own standards and regulations are to be used together to create the wireless sensor and controller system. All radio communications in the United States are regulated by the Federal Communications Commission (FCC). Other technologies like ZigBee, USB and Ethernet have their own compliance requirements and work with international standards groups, such as the IEEE. Radio Communications Under Title 47 within the Code of Federal Regulations, Part 15, Subpart 247 lists the regulations for the unlicensed frequency band that the radio transceivers will be operating in. Although this system will be using the unlicensed 2.4GHz (ISM) band, itʼs still necessary to conform to FCC regulatory standards for use in consumer or industrial products. The reference design for the TI CC2480 radio transceiver already compiles with the FCC CRF 47 Part 15. ZigBee The ZigBee Alliance has worked with the IEEE to form the IEEE standard. This defines the physical and MAC layers, as well as the high level communication protocol aptly named ZigBee. The radio transceiver, TI CC2480, has an integrated implementation of the ZigBee 2006 specification.

11 Trade-Off Study Many different solutions exist for accomplishing the requirements and goals of this project. Of the listed methods for both hardware and software, there are only a few that will work the best. The Assembly language gives the programmer the most flexibility with the target system but the code is practically not portable to any other platform. This is a problem because this ties the system design to one specific piece of hardware. The C programming language is standard for both PC and embedded applications and the ZigBee API is available from Texas Instruments in standard C libraries. The use of a microcontroller (MCU) is almost inevitable. These tiny integrated systems are powerful, flexible and make development much less of a chore. Making a choice for the appropriate chip is a tradeoff between the different criteria for the considered system component. A quantitative analysis is to be performed which will rank each of these criteria. The Coordinator device needs USB and Ethernet capabilities, so a MCU that has these features already integrated into the chip will rank higher. The Remotes need to be small and consume little power, so a much simpler MCU is needed. As always, the ability to develop for the chip is a critical decision factor. A chip may possess the perfect characteristics, but if development tools are too costly or difficult to use, then an alternative must be found. Programming Language Trade-Off Comparison Language Portable Difficulty Libraries Flexibility Best Choice? C Yes Moderate Available Mostly X Assembly No Hard None Completely - ZigBee Radio Transceiver Trade-Off Comparison ZigBee Transceiver Interface Integrated MCU Z-Stack Compatible Transceiver Only? Simple ZigBee API? Best Choice? TI CC2430 SPI Yes Yes No No - TI CC2480 SPI/UART No Yes Yes Yes X TI CC2520 SPI No Yes Yes No - Freescale MC13203 SPI No Yes Yes No -

12 Microcontroller Trade-Off Comparison MCU Core Ethernet USB UART SPI Low Power Development Tools Intended Use NXP LPC2368 ARM7 Yes Yes Yes Yes No JTAG, Free Software Coordinator TI MSP No Yes Yes Yes Yes Remote SiLabs C8051F No No Yes Yes Yes JTAG Remote

13 Required Resources There are a number of resources required to complete this project. These resources range from physical devices to knowledgeable individuals. This section will outline the resources that have been used and others that will be required. People The knowledgeable professors at Indiana University Purdue University Fort Wayne have been a great help so far in giving suggestions and advice related to this project. So far advice has been received from the following professors: Prof. Paul Lin, Dr. Steve Walter, Prof. Gary Steffen, Prof. Peter Goodman, and Dr. Suzanne Rumsey. Hardware ZigBee transceiver - CC2480 Microcontroller Microcontroller - MSP430 or SiLabs 8051 (for remotes) - LPC2368 (for controller) Flash programmer, PCB Prototyping tools, ZigBee Development kit Software C Language and Integrated Development Environment ZigBee API Facilities The IPFW campus computer labs have been used for research and the available test equipment may need to be used for future testing.

14 Project Schedule This Gantt chart outlines the schedule for task completion for Senior Design Phase I. The schedule for the Project Development is still being created.

15 Estimated Cost The development of this project will not require a large investment. Most of the electrical components that will be used typically only cost several pennies each--some a few dollars. But, most of the companies that produce these products are willing to give out free samples in large enough quantities to build a fully working prototype. Microcontrollers - All have been provide free of charge from companies such as Silicon Labs, Texas Instruments, and NXP Semiconductors. ZigBee Transceivers - All have been provide free of charge from companies such as Texas Instruments and Free Scale. Development Tools - A JTAG programmer has been purchased for $50 for an ARM7 based microcontroller. Development Kits - A ZigBee development kit has been provided by Professor Lin.

16 Return of Investment and Benefits Since there are no stakeholders involved such as companies or clients, there are no direct monetary benefits to the completion of this system. Although, the system design does have its own other benefits. The wireless sensor and controller system is an excellent idea for a scalable platform. Potential clients can easily deploy the system in almost any environment and tailor the system to suit their needs. Because the design does not assume anything about what the user will be using it for, itʼs designed in such a way so the Remote wireless units can be connected to a wide variety of real-world devices, both analog and digital. The user interface, which is accessed through the Coordinator device allows the user to program the remotes to describe how they are to be used. Lighting control and automation in the home, versus monitoring the operating temperature of a machine in a factory would normally take two completely different systems; the two have completely different requirements and goals. A unified platform for automation and control systems could significantly reduce end-user costs, and ultimately improve efficiency wherever these devices are used. Another example would be knowing which lights are on in a building without traversing every room and how that could have a significant impact in reducing energy consumption. As system designers, invaluable knowledge is gained though managing a project such as this one, as well as gaining experience physical hardware and software development. New technologies such as RFID and ZigBee have many uses and will be used in many products in the future.

17 Risk Analysis This section deals with identifying the risks associated with the project design and development process, ranking the risks according to severity and probability, and how to go about minimizing those risks. The first step in risk analysis is to identify the appropriate risks, and the next step involves analyzing those risks. Risk Identification Performance Risk System will suffer interference Insufficient range System Inflexibility Management Wrong components ordered Goals arenʼt reachable Requirements arenʼt reachable Schedule Parts arrive late Objectives not met by deadline Risk Severity-Probability, Quantitative Rankings III (Most Severe, Not Probable) IV (Most Severe, Medium Probability) V (Most Severe, Most Probable) Severity I (Medium Severe, Not Probable) II (Medium Severe, Medium Probability) IV (Medium Severe, Most Probable) 0 (Not Severe, No Probable) I (Not Severe, Medium Probability) III (Not Severe, Most Probable) Probability

18 Qualitative and Quantitative Assessment This table lists the possible risks associated with this project. The qualitative analysis is a description of what the risk involves, and the quantitative analysis is a numerical ranking based off the matrix plot of the severity of the risk vs. probability of the risk occurring. Qualitative Quantitative 1 System will suffer interference The 2.4GHz ISM band is used for a wide range of consumer devices. WiFi, Bluetooth, cordless phones, and even microwave ovens use this band. The ZigBee Alliance has done a study and assures that the IEEE standard will work harmoniously with these devices. III 2 Insufficient range ZigBee was designed for radios to consume little power so devices can run off battery power for extended periods of time. Most facilities such as businesses, schools, and industrial environments are built with concrete and steel. These materials will attenuate radio signals significantly, so range is definitely an issue. IV 3 System Inflexibility The flexibility of the system depends on how general the Remotes can be designed. The ability for the Remotes to interface with a wide range of real-world devices is being researched. There must also be a way for the user to control each remote. The software interface should be customizable to provide this functionality. III 4 Wrong components ordered Ordering the correct components is dependent on identifying the correct components that are needed, as well as ordering the intended part. II 5 Requirements arenʼt reachable The requirements are a minimal set of criteria the system must meet to be considered completed or successful. The requirements basis of the core functionality. V 6 Goals arenʼt reachable Goals are a set of desired requirements. So, they arenʼt required at all. But if resources are available, then the goals should be met. I Risk Matrix Probability vs. Severity 1&

19 Teaming Factors This project is a team effort between Nathan Brown and Carol Van Houtin. All research and project planning are to be worked on together. The two main segments of the project development are hardware and software. Nathan will specialize in the software engineering aspect whereas Carol will specialize in the hardware/circuit design. Although, both team members will collaborate together on both segments.

Modular Data Acquisition System for Alternative Energy Solutions

Modular Data Acquisition System for Alternative Energy Solutions INDIANA PURDUE UNIVSERISTY FORT WAYNE Modular Data Acquisition System for Alternative Energy Solutions Senior Design Project Brian Beer and Leon Tong 11/18/2008 This proposal contains an ideal of how alternative

More information

ECE 480 Design Team 3 Proposal. Power-over-Ethernet for Wireless Home Automation Sponsored by Texas Instruments

ECE 480 Design Team 3 Proposal. Power-over-Ethernet for Wireless Home Automation Sponsored by Texas Instruments ECE 480 Design Team 3 Proposal Power-over-Ethernet for Wireless Home Automation Sponsored by Texas Instruments David DeLuca Kang Hu Lee Sasang Balachandran Hassan Abdullahi Raghava Karthik Hemmanur Dr.

More information

Wireless Power Panel Meter (WPPM)

Wireless Power Panel Meter (WPPM) Wireless Power Panel Meter (WPPM) Kyle Coan & Phil Perrigo Senior Project Description Western Washington University November 3, 2009 Prof. Todd Morton Page 1 of 13 Introduction With recent development

More information

AIM: To create a project for implement a wireless communication protocol on an embedded system- ZigBee.

AIM: To create a project for implement a wireless communication protocol on an embedded system- ZigBee. AIM: To create a project for implement a wireless communication protocol on an embedded system- ZigBee. Introduction ZigBee is one of the Advanced Wireless Technology and CC2430 is the first single-chip

More information

A Networked PLC Operational Data Integration and Viewing System

A Networked PLC Operational Data Integration and Viewing System A Networked PLC Operational Data Integration and Viewing System Final Project Report 5/1/2008 Matt Hause Kerry Kahn Submitted to: Paul I. Lin, Professor of ECET 490 Senior Design I & Suzanne Rumsey, Professor

More information

White Paper Integrating Wireless Communications and Controls Into Lighting Fixtures

White Paper Integrating Wireless Communications and Controls Into Lighting Fixtures White Paper Integrating Wireless Communications and Controls Into Lighting Fixtures DT2005 (Rev.10.2.17) Abstract Wireless is fast becoming the preferred communications & controls technology for lighting.

More information

NA502 Multiple RF Home Gateway

NA502 Multiple RF Home Gateway NA502 Multiple RF Home Gateway User Guide i Table of Contents CHAPTER 1 INTRODUCTION... 1 Package Contents... 1 Features... 1 LEDs... 2 CHAPTER 2 INITIAL INSTALLATION... 4 Requirements... 4 Procedure...

More information

Homework 3: Design Constraint Analysis and Component Selection Rationale

Homework 3: Design Constraint Analysis and Component Selection Rationale Homework 3: Design Constraint Analysis and Component Selection Rationale Team Code Name: 2D-MPR Group No. 12 Team Member Completing This Homework: James Phillips E-mail Address of Team Member: jephilli@

More information

CEL ZigBee TM / Application Brief

CEL ZigBee TM / Application Brief A p p l i c a t i o n Br i e f AB1001 CEL ZigBee TM /802.15.4 Application Brief Data communication path in HVAC Systems utilizing wireless ZigBee Modules Introduction Building/Factory owners are faced

More information

Homework 6: Printed Circuit Board Layout Design Narrative

Homework 6: Printed Circuit Board Layout Design Narrative Homework 6: Printed Circuit Board Layout Design Narrative Team Code Name: Home Kinection Group No. 1 Team Member Completing This Homework: Stephen Larew E-mail Address of Team Member: sglarew @ purdue.edu

More information

ZigBee Wireless Transceiver Engineering Options

ZigBee Wireless Transceiver Engineering Options White Paper ZigBee Wireless Transceiver Engineering Options Murata Electronics, North America Realizing this new standard s automation benefits and there are many requires navigating your engineering options

More information

Integrating Custom Hardware into Sensor Web. Maria Porcius Carolina Fortuna Gorazd Kandus Mihael Mohorcic

Integrating Custom Hardware into Sensor Web. Maria Porcius Carolina Fortuna Gorazd Kandus Mihael Mohorcic Integrating Custom Hardware into Sensor Web Maria Porcius Carolina Fortuna Gorazd Kandus Mihael Mohorcic OUTLINE 1. Introduction 2. State of the art 3. System architecture - main components 3.1 Hardware

More information

Wireless Module Integration. Michael Lowry TÜV SÜD Product Service

Wireless Module Integration. Michael Lowry TÜV SÜD Product Service Wireless Module Integration Michael Lowry TÜV SÜD Product Service Slide 1 Who am I? Name Michael Lowry Title: Commercial Manager Employer: TÜV SÜD Product Service Experience: Almost 20 years experience

More information

NA502S Multiple RF Home Gateway

NA502S Multiple RF Home Gateway NA502S Multiple RF Home Gateway User Guide i Table of Contents CHAPTER 1 INTRODUCTION... 1 Package Contents... 1 Features... 1 LEDs... 2 CHAPTER 2 INITIAL INSTALLATION... 5 Requirements... 5 Procedure...

More information

Table of Contents DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING UNIVERSITY OF CENTRAL FLORIDA. Team 5

Table of Contents DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING UNIVERSITY OF CENTRAL FLORIDA. Team 5 Table of Contents DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING UNIVERSITY OF CENTRAL FLORIDA EEL4914 Senior Design I Team 5 alife - advanced Living Integration For Education A) Project narrative description

More information

ARM mbed Reference Designs

ARM mbed Reference Designs ARM mbed Reference Designs Steve Ogborne Senior Engineer Internet of Things Business Unit mbed Connect / Shenzhen, China 15 th Dec 2015 Contents Intro Smart City Sub-GHz Reference Design Wi-Fi Reference

More information

EEPROM с двойным интерфейсом RF/serial. ноябрь 2011

EEPROM с двойным интерфейсом RF/serial. ноябрь 2011 EEPROM с двойным интерфейсом RF/serial ноябрь 2011 The Dual interface E2PROM in HOME APPLIANCES Dual Interface EEPROM Introduction The Dual Interface EEPROM is an electrically-erasable memory which communicates

More information

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use.

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi v3 An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi is the first fully open-source, full-featured vital

More information

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy Wireless Connectivity Options for IoT By: MIST Makers John Varela and Nicholas Landy Outline Introduction to the Internet of Things (IoT) Wireless Communication in IoT Current Standards IEEE 802.11 (Wi-

More information

Remote monitoring in open water

Remote monitoring in open water www.acalbf i.com Remote monitoring in open water Case study The challenges of open-water moorings In every marina there are only a limited number of shore moorings available, and securing one is a competitive,

More information

Lost Item Pager. Project Description. Russ Kinley

Lost Item Pager. Project Description. Russ Kinley Lost Item Pager Project Description Russ Kinley Introduction The lost item pager will have a base unit that is stationary, consisting of a few page buttons and a digital display. Each of the buttons will

More information

ENSC 427: COMMUNICATION NETWORKS

ENSC 427: COMMUNICATION NETWORKS ENSC 427: COMMUNICATION NETWORKS Simulation of ZigBee Wireless Sensor Networks Final Report Spring 2012 Mehran Ferdowsi Mfa6@sfu.ca Table of Contents 1. Introduction...2 2. Project Scope...2 3. ZigBee

More information

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Xi Wang 1 and Hui Gao 2 1 Heilongjiang Bayi Agricultural Reclamation University, Daqing 163319, China 2 Lanzhou Jiaotong

More information

mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM 2017

mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM 2017 mbed OS Update Sam Grove Technical Lead, mbed OS June 2017 ARM mbed: Connecting chip to cloud Device software Device services Third-party cloud services IoT device application mbed Cloud Update IoT cloud

More information

WIRELESS SENSOR NETWORK

WIRELESS SENSOR NETWORK 1 WIRELESS SENSOR NETWORK Dr. H. K. Verma Distinguished Professor (EEE) Sharda University, Greater Noida (Formerly: Deputy Director and Professor of Instrumentation Indian Institute of Technology Roorkee)

More information

Design Progress Report: x10 Environmental Control System Brian Kennedy, David Ramsay University of Rhode Island, Department of Biomedical Engineering

Design Progress Report: x10 Environmental Control System Brian Kennedy, David Ramsay University of Rhode Island, Department of Biomedical Engineering Design Progress Report: x10 Environmental Control System Brian Kennedy, David Ramsay University of Rhode Island, Department of Biomedical Engineering Kingston, Rhode Island Professors: Ying Sun, PhD. Eugene

More information

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 I/O System for the PSYONIC Advanced Bionic Hand Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 Background PSYONIC is a startup at the University of Illinois working on bringing low-cost

More information

Data Collector by Using Wireless Technologies IEEE and Bluetooth

Data Collector by Using Wireless Technologies IEEE and Bluetooth Data Collector by Using Wireless Technologies IEEE 802.15.4 and Bluetooth KSV Pavan Kumar 1, R.Srinivasa Rao 2 1 Scholars, KITS, Khammam, India 2 Associate Professor, KITS, Khammam, India E-Mail- pavan101088@gmail.com

More information

Wireless Home Control System

Wireless Home Control System WHCS UCF 1 Wireless Home Control System Project members Jimmy Campbell Computer Engineer Grant Hernandez Computer Engineer Joseph Love Electrical Engineer For Senior Design I at the University of Central

More information

Network Communications Standards. Applied Information Technology

Network Communications Standards. Applied Information Technology Network Communications Standards Applied Information Technology Network Standards Why do we need network standards? Defined guidelines for how computers or networked devices communicate Think of it as

More information

Federal Communications Commission Office of Engineering and Technology Laboratory Division

Federal Communications Commission Office of Engineering and Technology Laboratory Division Federal Communications Commission Office of Engineering and Technology Laboratory Division Guidelines for Labelling and User Information for Devices Subject to Part 15 and Part 18 1. General This document

More information

Design Document. May Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Design Document. May Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Design Document May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai David Hoffman Advisor : Collin Christy Client: Garmin International Qiaoya Cui 0 Table of Contents EXECUTIVE

More information

Chapter 2. Literature Survey. 2.1 Remote access technologies

Chapter 2. Literature Survey. 2.1 Remote access technologies Chapter 2 Literature Survey This chapter presents a brief report on literature reviewed in context to present work with an aim to identify current state of research in the domain. Literature review is

More information

Wireless OBD II CAN Bus Embedded System Design

Wireless OBD II CAN Bus Embedded System Design Wireless OBD II CAN Bus Embedded System Design Carmen Bovalino January 2014 Table of Contents Objective... 1 Background... 1 Description of Proposal... 2 System Operation... 3 System Requirements... 3

More information

Reindeer Technologies Pvt Ltd Excellence through Innovation

Reindeer Technologies Pvt Ltd Excellence through Innovation RDZM-T24FZ 2.4 GHZ IEEE 802.15.4/ZIGBEE RF TRANSCEIVER Datasheet Reindeer Technologies Pvt Ltd Excellence through Innovation S-2, Old No. 15, New No. 31 Rajamannar Street, T Nagar, Chennai 600017 India.

More information

Module 003: Introduction to the Arduino/RedBoard

Module 003: Introduction to the Arduino/RedBoard Name/NetID: Points: /5 Module 003: Introduction to the Arduino/RedBoard Module Outline In this module you will be introduced to the microcontroller board included in your kit. You bought either An Arduino

More information

BT2540 Bluetooth 4.0 BLE (CC2540) Module Users Manual

BT2540 Bluetooth 4.0 BLE (CC2540) Module Users Manual BT2540 Bluetooth 4.0 BLE (CC2540) Module Users Manual Revision 1.0 Online download: This manual: /images/manual/bluetooth/bt2540manual.pdf Software: http:///images/manual/bluetooth/cdrom-bt2540.rar 2012.08.31.

More information

ISSN (PRINT): , (ONLINE): , VOLUME-6, ISSUE-1,

ISSN (PRINT): , (ONLINE): , VOLUME-6, ISSUE-1, DESIGN OF MULTIMODE GATEWAY FOR DATA ACQUISITION TO HIGH END DATA MONITORING USING IEEE802.15.4 Madhhav G.Raut 1 & Pradip B.Dahikar 2 Hislop College,Civil Lines, Nagpur & Kamala Nehru Mahavidyalaya,Nagpur,India

More information

The ZigBee Architecture An Introduction

The ZigBee Architecture An Introduction The ZigBee Architecture An Introduction May 18 th, 2011 Session I Introduction & Architecture I, 1 Contents Outline 1. Architectural Overview 2. Market Positioning 3. Convergence 4. Summary 2 ch.1: IEEE802.15.4

More information

KW2XD REFERENCE DESIGNS

KW2XD REFERENCE DESIGNS KW2XD REFERENCE DESIGNS OCCUPANCY SENSOR NODE WIRELESS APPLICATION ENGINEERING FEB, 2017 PUBLIC What is a Reference Design? A form-factor design example, essentially ready to build 1.3 Proven performance

More information

Power Management Techniques for Low- Energy IoT Devices

Power Management Techniques for Low- Energy IoT Devices Power Management Techniques for Low- Energy IoT Devices Matt Saunders Director of Field Marketing, Microcontroller and Wireless Products, Silicon Labs With the rise of the Internet of Things (IoT), embedded

More information

A Wireless Identification System to Assist Sight- Constrained People

A Wireless Identification System to Assist Sight- Constrained People A Wireless Identification System to Assist Sight- Constrained People Dec06-06 5 December 2006 Client: Mr. Curtis Chong Iowa Department for the Blind Faculty Advisor: Dr. Zhengdao Wang Team: Jerad Harmsen

More information

Modulation. Propagation. Typical frequency bands

Modulation. Propagation. Typical frequency bands References Wireless Technology 2 AT THE END OF THIS SECTION, YOU SHOULD HAVE AN UNDERSTANDING OF THE UNDERLYING WIRELESS TECHNOLOGIES. The physical layer provides mechanical, electrical, l functional,

More information

AT THE END OF THIS SECTION, YOU SHOULD HAVE AN UNDERSTANDING OF THE

AT THE END OF THIS SECTION, YOU SHOULD HAVE AN UNDERSTANDING OF THE Wireless Technology AT THE END OF THIS SECTION, YOU SHOULD HAVE AN UNDERSTANDING OF THE UNDERLYING WIRELESS TECHNOLOGIES. References 2 The physical layer provides mechanical, electrical, l functional,

More information

Variable Frequency Drive Wireless Interface Prototype Project Proposal

Variable Frequency Drive Wireless Interface Prototype Project Proposal Senior Design I ECE 4901 Fall 2012 Variable Frequency Drive Wireless Interface Prototype Project Proposal Team 168 Members: Michael Kloter (EE) Christopher Perugini (EE) Alexander Shuster (EE) Kevin Wei

More information

Communication Models in Internet of Things: A Survey

Communication Models in Internet of Things: A Survey IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 11 May 2017 ISSN (online): 2349-784X Communication Models in Internet of Things: A Survey Santosh Kulkarni Lecturer Department

More information

Module Introduction. This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity.

Module Introduction. This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity. Module Introduction Purpose This training module provides an overview of Freescale s scalable solutions for low data rate 2.4 GHz connectivity. Objectives Understand Freescale s approach to ZigBee architecture

More information

Fun Low-power Observer-interactive Waterfall Sponsored by Orlando Utility Commision

Fun Low-power Observer-interactive Waterfall Sponsored by Orlando Utility Commision Fun Low-power Observer-interactive Waterfall Sponsored by Orlando Utility Commision Group 5 - Blue Team Connor Heckman - CPE Ben King - EE Robert Perkins - EE Jack Gray - EE Motivation Existing solar sculptures

More information

Wireless Outlet User Manual

Wireless Outlet User Manual Product Introduction Wireless Outlet User Manual This Wireless Outlet is a standard Zigbee PRO device, model IN-C01-WO. It provides any plug-in electric appliances interfaces to Control4 system and seamlessly

More information

Complete USB2.0 Digital Wireless Audio Dongle

Complete USB2.0 Digital Wireless Audio Dongle DWUSB83 Complete USB2.0 Digital Wireless Audio Dongle PRODUCT FEATURES Data Brief High Quality Audio Up to four stereo audio channels, fully bidirectional, uncompressed audio Low latency

More information

mbed Hello World! Introduction to mbed

mbed Hello World! Introduction to mbed mbed Hello World 1 Agenda Introduction to mbed Lab 1: mbed registration and Hello World demo Lab 2: Other IO Lab 3: Interfacing with sensors Lab 4: Output devices, a TextLCD Lab 5: Rapid prototyping, Build

More information

Radiocrafts Embedded Wireless Solutions

Radiocrafts Embedded Wireless Solutions Selecting an IEEE 802.15.4, 2.4 GHz wireless solution By Ø.Nottveit Abstract Companies searching for a low power 2.45 GHz wireless solution will find many different technical solutions. This white paper

More information

Project Plan. Project Plan. May Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Project Plan. Project Plan. May Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Project Plan May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai Advisor : Collin Christy Client: Garmin International David Hoffman Qiaoya Cui Table of Contents Need Statement...

More information

Development of Prototype for Ethernet port with ARM Cortex-M3 Processor for Web Application

Development of Prototype for Ethernet port with ARM Cortex-M3 Processor for Web Application Development of Prototype for Ethernet port with ARM Cortex-M3 Processor for Web Application Kavya M P Dept of VSLI Design and ES VTU,Belagavi, India Dr T C Thanuja Dept of VSLI Design and ES VTU,Belagavi,

More information

UNIT 4 INTEGRATED CIRCUIT DESIGN METHODOLOGY E5163

UNIT 4 INTEGRATED CIRCUIT DESIGN METHODOLOGY E5163 UNIT 4 INTEGRATED CIRCUIT DESIGN METHODOLOGY E5163 LEARNING OUTCOMES 4.1 DESIGN METHODOLOGY By the end of this unit, student should be able to: 1. Explain the design methodology for integrated circuit.

More information

AN1137: Bluetooth Mesh Network Performance

AN1137: Bluetooth Mesh Network Performance AN1137: Bluetooth Mesh Network Performance This application note details methods for testing Bluetooth mesh network performance. With an increasing number of mesh networks available in today s wireless

More information

Design of A Reliable Communication System Using Cloud-Based Technologies for Corrosion Monitoring System

Design of A Reliable Communication System Using Cloud-Based Technologies for Corrosion Monitoring System IEEE Conference on Professional Development & Latest Trends in Emerging Topics for Practicing Engineers Nov. 8-9, at Indianapolis Marriott East Organized by IEEE Central Indiana Section/Computer Society

More information

Unit 2. Computer Control. PIC stands for PROGRAMMABLE INTERFACE CONTROLLER. A PIC chip takes in input signals and then controls output transducers

Unit 2. Computer Control. PIC stands for PROGRAMMABLE INTERFACE CONTROLLER. A PIC chip takes in input signals and then controls output transducers Unit 2 Computer Control PIC stands for PROGRAMMABLE INTERFACE CONTROLLER A PIC chip takes in input signals and then controls output transducers Name: Form: 2 ASIC or Application Specific Integrated Circuits

More information

Final Report. Project Title: Dial A Whip

Final Report. Project Title: Dial A Whip EEL 4924 Electrical Engineering Design (Senior Design) 25 April 2012 Project Title: Dial A Whip Team Members: Name: Chris Calvo Name: Daniel De Leo Project Abstract: Dial A Whip consists of a compact module

More information

Internet of Things and M2M

Internet of Things and M2M Internet of Things and M2M Pedram Radmand, Ph.D. Wireless Sensor Network Research Newracom Inc Wireless Technology and IoT newracom.com Direct 949-390-7111 pedrad@gmail.com pedram.radmand@newracom.com

More information

Alternative Designs and Decision Making for Top Design Selection

Alternative Designs and Decision Making for Top Design Selection Alternative Designs and Decision Making for Top Design Selection 1 Step 1. Generation of Alternatives (>2 Conceptual Designs) Multiple Alternative conceptual designs Optimal Solution (by balanced capability,

More information

A Zigbee Based Wireless Datalogging System

A Zigbee Based Wireless Datalogging System International Journal of Scientific & Engineering Research Volume 3, Issue 9, September-2012 1 A Zigbee Based Wireless Datalogging System Author: Arun Kumar Abstract This paper is designed using embedded

More information

Designing a ZigBee Network

Designing a ZigBee Network Wireless Control That Simply Works Designing a ZigBee Network ESS 2006, Birmingham David Egan Ember Corporation Copyright 2004 ZigBee TM Alliance. All Rights Reserved. Contents: Typical Network Design

More information

Wireless Network Policy and Procedures Version 1.5 Dated November 27, 2002

Wireless Network Policy and Procedures Version 1.5 Dated November 27, 2002 Wireless Network Policy and Procedures Version 1.5 Dated November 27, 2002 Pace University reserves the right to amend or otherwise revise this document as may be necessary to reflect future changes made

More information

Lighting Controls and Connectivity basicdim. basicdim Wireless Passive Module Wireless module for basicdim

Lighting Controls and Connectivity basicdim. basicdim Wireless Passive Module Wireless module for basicdim Wireless Passive Module Wireless module for Product description Wireless controllable with a Android / ios smart device No need for an external gateway device Forms automatically a wireless communication

More information

Presented by Viraj Anagal Kaushik Mada. Presented to Dr. Mohamed Mahmoud. ECE 6900 Fall 2014 Date: 09/29/2014 1

Presented by Viraj Anagal Kaushik Mada. Presented to Dr. Mohamed Mahmoud. ECE 6900 Fall 2014 Date: 09/29/2014 1 Presented by Viraj Anagal Kaushik Mada Presented to Dr. Mohamed Mahmoud ECE 6900 Fall 2014 Date: 09/29/2014 1 Outline Motivation Overview Wireless Sensor Network Components Characteristics of Wireless

More information

Technical Documentation

Technical Documentation Technical Documentation for metratec QR15 HF RFID Module Date: June 2015 Version: 1.8 Technical Documentation metratec QR15 Page 1 of 14 Table of Contents 1 General Information / Security Advice...3 1.1

More information

PLASTIC LOGIC GERMANY S FLEXIBLE LECTUM DISPLAYS. About Plastic Logic Germany OVERVIEW. overview displays. eval. kits

PLASTIC LOGIC GERMANY S FLEXIBLE LECTUM DISPLAYS. About Plastic Logic Germany OVERVIEW. overview displays. eval. kits PLASTIC LOGIC GERMANY S FLEXIBLE LECTUM DISPLAYS Plastic Logic manufactures flexible, glass-free electrophoretic active matrix displays of various sizes. These displays are perfectly readable under bright

More information

Basic Components of Digital Computer

Basic Components of Digital Computer Digital Integrated Circuits & Microcontrollers Sl. Mihnea UDREA, mihnea@comm.pub.ro Conf. Mihai i STANCIU, ms@elcom.pub.ro 1 Basic Components of Digital Computer CPU (Central Processing Unit) Control and

More information

Project Number: P15452

Project Number: P15452 Multidisciplinary Senior Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 Project Number: P15452 DATA ACQUISITION DEVICE Kyle Smith Electrical

More information

Talon Communications. Wireless and Video Product Development It s what we do!

Talon Communications. Wireless and Video Product Development It s what we do! Talon Communications Wireless and Video Product Development It s what we do! Talon Designed Products in 2012 (1 of 2) Dance Dance Revolution (DDR) Classroom Edition: Talon designed the DDR Classroom Edition

More information

xpico 200 Series Evaluation Kit User Guide

xpico 200 Series Evaluation Kit User Guide xpico 200 Series Evaluation Kit User Guide This guide describes how to setup the xpico 200 series evaluation kit and provides the information needed to evaluate the included xpico 240 or xpico 250 embedded

More information

DesignWare IP for IoT SoC Designs

DesignWare IP for IoT SoC Designs DesignWare IP for IoT SoC Designs The Internet of Things (IoT) is connecting billions of intelligent things at our fingertips. The ability to sense countless amounts of information that communicates to

More information

C.L.A.I.M Computerized Luggage and Information Messenger

C.L.A.I.M Computerized Luggage and Information Messenger C.L.A.I.M Computerized Luggage and Information Messenger (Group 10) Ernest Jackman - Electrical Engineer Adrian McGrath - Computer Engineer Tomasz Pytel - Computer Engineer Intro -Problem: Baggage Claim

More information

WIFI COEXISTENCE AND KETRANET MESH CHANNEL PLANNING September 29, 2018

WIFI COEXISTENCE AND KETRANET MESH CHANNEL PLANNING September 29, 2018 WIFI COEXISTENCE AND KETRANET MESH CHANNEL PLANNING September 29, 2018 Contents Introduction 2 Recommendations 3 Procedure 4 Setting Hub Channel 4 Changing Hub Channel 5 Support 5 Introduction Ketra s

More information

AN1138: Zigbee Mesh Network Performance

AN1138: Zigbee Mesh Network Performance AN1138: Zigbee Mesh Network Performance This application note details methods for testing Zigbee mesh network performance. With an increasing number of mesh networks available in today s wireless market,

More information

Adding Smart Wireless Connectivity to an LED Lightbulb

Adding Smart Wireless Connectivity to an LED Lightbulb Adding Smart Wireless Connectivity to an LED Lightbulb silabs.com Smart. Connected. Energy-Friendly. Adding Smart Wireless Connectivity to an LED Lightbulb In this whitepaper we ll take a look at some

More information

S1 Access Control Gateway Datasheet

S1 Access Control Gateway Datasheet S1 Access Control Gateway Datasheet Table of contents Information... 2 Technical Specifications... 2 Images... 2 Wiring and Cabling... 3 Option 1: LAN PoE (Preferred Option)... 3 Option 2: WIFI + GPO -

More information

Prepaid Energy System

Prepaid Energy System Prepaid Energy System Group 21 Youssef Ojeil (EE) Michael Cuervo (EE) MD.S. Rahaman (EE) Sahin Okur (EE) Sponsored by: Supervised by Dr. Chung-Yong Chan Goals and Objectives Alternative pre-paid solution

More information

Technical characteristics (MICA)

Technical characteristics (MICA) HARTING MICA CISS Complete IIoT Starter Kit - Data Sheet Advantages Technical characteristics (MICA) All hardware and software components included to start your industrial condition monitoring application

More information

Casambi CBU-ASD. Bluetooth 4.0 Wireless Control Unit for LED Drivers. Features. 1 Description

Casambi CBU-ASD. Bluetooth 4.0 Wireless Control Unit for LED Drivers. Features. 1 Description Casambi CBU-ASD Bluetooth 4.0 Wireless Control Unit for LED Drivers Features Wirelessly controllable with a smart device. No need for an external gateway device. Forms automatically a fast wireless mesh

More information

A Wireless Process Monitoring And Control System With Zigbee

A Wireless Process Monitoring And Control System With Zigbee American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-7, Issue-2, pp-177-183 www.ajer.org Research Paper Open Access A Wireless Process Monitoring And Control System

More information

MicroPnP The Zero-Configuration Platform for Wireless Sensing & Actuation

MicroPnP The Zero-Configuration Platform for Wireless Sensing & Actuation MicroPnP The Zero-Configuration Platform for Wireless Sensing & Actuation Nelson Matthys VersaSense NV, Kroegberg 3, B-3000 Leuven, Belgium nelson@versasense.com Jackie Rutter Linear Technology Corporation,

More information

Proposal for Team 8 (Smart Phone Control of Advanced Sensor Systems) Executive Summary

Proposal for Team 8 (Smart Phone Control of Advanced Sensor Systems) Executive Summary 1 Proposal for Team 8 (Smart Phone Control of Advanced Sensor Systems) Sponsor: Battelle Laboratories Sensor Systems Group Group Members: Stephen Hilton, Donghun Ha, Micah Zastro, Michael Allon, Paul Krutty

More information

EDITORIAL: Wireless Networks and Their Applications in Building Automation Systems. Shengwei Wang, PhD Member ASHRAE

EDITORIAL: Wireless Networks and Their Applications in Building Automation Systems. Shengwei Wang, PhD Member ASHRAE VOLUME 14, NUMBER 4 HVAC&R RESEARCH JULY 2008 EDITORIAL: Wireless Networks and Their Applications in Building Automation Systems INTRODUCTION Shengwei Wang, PhD Member ASHRAE In recent years, wireless

More information

COMPUTER SKILLS COMP101

COMPUTER SKILLS COMP101 COMPUTER SKILLS COMP101 Chapter 4 Introduction to Computer Networks Definitions and Terminologies Computer Network A network consists of two or more computers that are linked in order to share resources

More information

BASIC CHARACTERISTICS OF ZIGBEE AND SIMPLICITI MODULES TO USE IN MEASUREMENT SYSTEMS

BASIC CHARACTERISTICS OF ZIGBEE AND SIMPLICITI MODULES TO USE IN MEASUREMENT SYSTEMS XIX IMEKO World Congress Fundamental and Applied Metrology September 6!11, 2009, Lisbon, Portugal BASIC CHARACTERISTICS OF ZIGBEE AND SIMPLICITI MODULES TO USE IN MEASUREMENT SYSTEMS L. Skrzypczak 1),

More information

UM User Manual for LPC54018 IoT Module. Rev November Document information

UM User Manual for LPC54018 IoT Module. Rev November Document information UM11078 for Rev. 1.01 27 November 2017 Document information Info Content Keywords LPC54018, OM40007, GT1216, UM11078 Abstract Revision history Rev Date Description 1.0 20171122 First draft 1.01 20171127

More information

Wireless# Guide to Wireless Communications. Objectives

Wireless# Guide to Wireless Communications. Objectives Wireless# Guide to Wireless Communications Chapter 1 Introduction to Wireless Communications Jorge Olenewa jolenewa@georgebrown.ca Office: E425 ext. 6809 Objectives Explain how the major wireless technologies

More information

Development and Deployment of ZigBee Wireless Sensor Networks for Precision Agriculture in Sugarcane Field

Development and Deployment of ZigBee Wireless Sensor Networks for Precision Agriculture in Sugarcane Field Development and Deployment of ZigBee Wireless Sensor Networks for Precision Agriculture in Sugarcane Field by Kamol Kaemarungsi (Ph.D.) Embedded System Technology Laboratory National Electronics and Computer

More information

This regulation outlines the policy and procedures for the implementation of wireless networking for the University Campus.

This regulation outlines the policy and procedures for the implementation of wireless networking for the University Campus. UAR NUMBER: 400.01 TITLE: Wireless Network Policy and Procedure INITIAL ADOPTION: 11/6/2003 REVISION DATES: PURPOSE: Set forth the policy for using wireless data technologies and assigns responsibilities

More information

Touchstone WECB460 Wi-Fi MoCA Bridge

Touchstone WECB460 Wi-Fi MoCA Bridge Touchstone WECB460 Wi-Fi MoCA Bridge Installation Guide ARRIS Enterprises, Inc. 2014 All rights reserved. No part of this publication may be reproduced in any form or by any means or used to make any derivative

More information

Melon S3 FPGA Development Board Product Datasheet

Melon S3 FPGA Development Board Product Datasheet Melon S3 FPGA Development Board Product Datasheet The Melon S3 FPGA is open-source, expandable development board perfect for the learning digital circuit design and prototyping of your unique ideas. You

More information

Multi-Board Systems Design

Multi-Board Systems Design Multi-Board Systems Design D A T A S H E E T MAJOR BENEFITS: Xpedition optimizes multi-board system design from logical system definition through manufacturing. Overview Electronic multi-board systems

More information

Final Report 26 April 2012

Final Report 26 April 2012 EEL 4924 Electrical Engineering Design (Senior Design) Final Report 26 April 2012 Project Title: Keyboard Jockey Team Members: Name: Jeffrey Kaufman Name: Jacob Meacham Project Abstract Our project is

More information

Chapter 2: Introducing the mbed tw rev

Chapter 2: Introducing the mbed tw rev Chapter 2: Introducing the mbed tw rev. 26.8.16 If you use or reference these slides or the associated textbook, please cite the original authors work as follows: Toulson, R. & Wilmshurst, T. (2016). Fast

More information

MXHP-R500. Remote Control

MXHP-R500. Remote Control MXHP-R500 Remote Control MX-HomePro MXHP-R500 Owner s Manual 2016 Universal Remote Control Inc. all rights reserved. The information in this manual is copyright protected. No part of this manual may be

More information

Intel Research mote. Ralph Kling Intel Corporation Research Santa Clara, CA

Intel Research mote. Ralph Kling Intel Corporation Research Santa Clara, CA Intel Research mote Ralph Kling Intel Corporation Research Santa Clara, CA Overview Intel mote project goals Project status and direction Intel mote hardware Intel mote software Summary and outlook Intel

More information

A Comprehensive Study of ZigBee. Presented by Dr. K F Tsang Citycom Technology Ltd. Tel:

A Comprehensive Study of ZigBee. Presented by Dr. K F Tsang Citycom Technology Ltd. Tel: A Comprehensive Study of ZigBee Presented by Dr. K F Tsang Citycom Technology Ltd. Tel: 2788-7806 Email: ee330015@cityu.edu.hk 1 1 Outline Introduction of ZigBee Market analysis Characteristics of ZigBee

More information

CTS-iCPE Gateway Controller User s Manual Version: Revision B1

CTS-iCPE Gateway Controller User s Manual Version: Revision B1 CTS-iCPE Gateway Controller User s Manual Version: Revision B1 Trademarks Contents are subject to revision without prior notice. All other trademarks remain the property of their respective owners. Copyright

More information