Zigbee is a specification for a suite of high-level communication protocols used to create personal area networks from small, low-power digital radios. It operates on the IEEE 802.15.4 standard and provides data rates of 250 kbps, 40 kbps, and 20 kbps in different frequency bands. Zigbee devices can transmit data over long distances by passing through a mesh network and has a range of 10-100 meters. The technology targets applications requiring low data transfer rates and long battery life and is often used in industrial automation and home automation through devices like door locks and security sensors.
The document discusses how to make your own Internet of Things (IoT) device using ZigBee technology. It explains the concepts of IEEE 802.15.4 and ZigBee standards and how they interact. It provides details on ZigBee network topologies, device roles, and the process of forming and joining a ZigBee network. It then gives an example of creating a smart home thermostat IoT device using XBee modules and Arduino.
[Mar./2014] WiFi : Filling the Big PipeHayoung Yoon
油
Prof. Young-Bae Ko in Ajou Univ., South Korea invites me again to talk about the latest 802.11 standard 802.11ac. At the end of the talk, we discuss how Wi-Fi Direct/Wi-Fi Display (a.k.a, Miracast) experience changed with the latest 802.11 technologies.
Internet of Things application using Raspberry pi.pdfshobana605713
油
1) The document describes building a circuit using a Raspberry Pi that transfers data using the Zigbee protocol and verifies the transmission range of Zigbee.
2) The needed modules are a Raspberry Pi 2, two XBee 1mW Wire Antenna series 1 devices, and two XBee Explorer Dongles.
3) Zigbee uses low power consumption for wireless data transfer over distances of 10-100 meters line-of-sight using a mesh network, making it suitable for sensor networks and industries requiring short-range, low-data applications.
The document discusses various Internet of Things (IoT) communication technologies and protocols. It describes IEEE 802.15.4, which defines the physical and media access control layers for low-rate wireless personal area networks. It also covers ZigBee, which is built on top of IEEE 802.15.4 and adds network and security layers to enable mesh networking. Finally, it discusses 6LoWPAN, which allows IPv6 packets to be transmitted over IEEE 802.15.4 networks and interfaces them with the Internet using header compression and addressing translation techniques.
Z-wave油is a protocol used for wireless communication mainly in油home-automation.油This protocols caters needs of residential control and automation market which effectively and smartly control lighting,油security systems.
This document describes a wireless automatic meter reading (AMR) system that uses ZigBee technology. It discusses the problems with current energy metering systems, describes the structure and types of AMR systems, and provides a brief introduction to ZigBee technology and the IEEE 802.15.4 standard. It then outlines the components of the proposed ZigBee-based wireless AMR system, including the ZigBee architecture, devices, system block diagram, and flowcharts. Experimental results demonstrating the system's coverage performance and low power consumption are also presented.
ZigBee defines the application and security layer specifications enabling interoperability between products from different manufacturers.ZigBee is a wireless technology developed as an open global standard to address the unique needs of low-cost, low-power wireless M2M networks.It is very useful in this communication world.
Wireless zigbee communication technology 141215052616-conversion-gate01M srinivasu
油
ZigBee defines the application and security layer specifications enabling interoperability between products from different manufacturers.ZigBee is a wireless technology developed as an open global standard to address the unique needs of low-cost, low-power wireless M2M networks.It is very useful in this communication world
This document provides an overview of smart home energy management using IEEE 802.15.4e and ZigBee wireless communication standards. It describes the key characteristics of 802.15.4e, including data rates, operation modes, latency, and frequency bands. It then explains ZigBee's role in providing network, security and application services on top of 802.15.4e. The document outlines a smart home control system using ZigBee device types and a device binding system to allow control and monitoring of devices throughout the home.
Smart agriculture based on data acquisition and monitoring systemsSachin Pal
油
1. The document proposes a smart agricultural monitoring system using various sensors to collect environmental data like temperature, humidity, and soil moisture and send it wirelessly to a user.
2. The system architecture includes sensor nodes connected to an Arduino, which collects and transmits data via Zigbee or WiFi to a Raspberry Pi base station. The Raspberry Pi acts as a server to make the data available on a web server.
3. The document compares the capabilities of Zigbee, WiFi, and Bluetooth for wireless transmission and selects Zigbee for its long range, low power use, and simple network configuration suitable for a wireless sensor network. Data collected from sensors across agricultural fields would be stored
This document provides an overview and tutorial on using X-CTU software to configure and test XBee wireless modules. It discusses how to connect XBees to a computer using an XBee explorer or shield, the benefits of using X-CTU including configuring and upgrading firmware, and how to use key features of the software like the console and range test tools to establish communication between XBee modules. Step-by-step instructions are provided on setting up and configuring XBee network settings like the channel, PAN ID, destination and source addresses.
This document describes a wireless notice board project using ZigBee technology. The system uses an AT89S52 microcontroller interfaced with an LCD, Max232 for RS-232 communication, and ZigBee modules. Power is supplied through a transformer, rectifier, and voltage regulator. Software includes Keil C51 and XCTU. Applications include information display in public places. Improvements could include adding more receivers, LED displays, and multi-lingual support. The project aims to automate notice distribution wirelessly.
ZigBee is a wireless communication standard that uses small, low-power digital radios to transmit data over short distances. It is intended to be simpler and cheaper than other wireless personal area network (WPAN) technologies like Bluetooth. The ZigBee standard defines protocols for sensing, monitoring and control applications that require transmission of small data packets over longer battery life and secure networking. The document discusses ZigBee's low-power and low-cost characteristics that make it suitable for wireless sensor networks. It also describes ZigBee's network topologies, frame structure, security features and other technical specifications.
This project uses X Bee wireless modules to control devices remotely with feedback. The transmitter unit takes input from switches and sends commands via an X Bee module. The receiver unit receives the commands via its X Bee module and controls devices like relays. The status of devices is displayed on an LCD. X Bee modules allow bidirectional wireless communication and are configured using AT commands to control devices remotely over short ranges.
Smart home technologies allow devices in the home to communicate and be controlled remotely. Common standards discussed include X10, INSTEON, Z-Wave, ZigBee, 6LoWPAN, and HomePlug. X10 was an early standard that used powerline communication but had limitations. Newer standards like INSTEON, Z-Wave and ZigBee enable wireless communication but use different protocols and frequencies. 6LoWPAN integrates IPv6 with low power wireless networks. HomePlug provides high-speed powerline communication for network devices. Each standard has advantages and limitations for different smart home applications.
This document discusses various wireless and wired communication technologies used for Internet of Things (IoT) systems, including Near-Field Communication (NFC), RFID, Bluetooth, ZigBee, Wi-Fi, cellular networks, USB, and Ethernet. It provides details on the standards, features, modes of operation, and applications of these different technologies for physical and data link layer communication functions in IoT/M2M systems.
- Zigbee is a wireless mesh networking standard used for low-power wireless personal area networks. It operates on the IEEE 802.15.4 standard and defines the higher layers for reliable transmission of data between devices.
- 6LoWPAN is an adaptation layer that allows IPv6 packets to be sent over IEEE 802.15.4 low-power wireless networks. It provides compression mechanisms to encapsulate IPv6 datagrams into frames compatible with the IEEE 802.15.4 standard.
- Both Zigbee and 6LoWPAN are commonly used in wireless sensor networks and Internet of Things applications where many devices need to communicate wirelessly over short distances with low power consumption. However, Z
Describes the key protocols used in Internet of Things across the network stack.
It covers the MAC protocol such as 802.15.4, Zigbee, Z-wave, Bluetooth, BLE, some key protocol used in IIoT - Industrial Internet of Things / Automation such as ISA 100.11, Wireless HART, NB-IoT, LTE-M
Effort has been made to keep the explanation short and crisp. The intention was never to replace numerous books on this subject.
The document discusses free computer science eBooks and technology news that are being provided. It includes links to blogs sharing this free content and encourages clicking on advertisements to support their work. It then discusses the topics of wireless technologies and Wi-Fi networks in particular, covering introductions, architectures, elements, how they work, topologies and configurations.
ZigBee is a wireless networking technology built on the IEEE 802.15.4 standard designed for low-power wireless networks. It was created to satisfy the need for an inexpensive, low-power, reliable, and secure wireless standard for monitoring and control applications. The ZigBee Alliance develops the ZigBee standard and its applications. ZigBee operates on three frequency bands and uses CSMA-CA to reduce interference. There are three device types - coordinator, router, and end device. ZigBee supports star, mesh, and peer-to-peer topologies and is well-suited for wireless sensor networks due to its low power consumption.
ZigBee is a wireless technology standard created for low-power wireless networks. It uses small, low-power digital radios to transmit data over short distances. ZigBee networks are commonly used in wireless control and monitoring applications that require long battery life, such as home automation and industrial control systems. ZigBee operates on open global standards and has low manufacturing costs, making it suitable for a wide range of wireless control and monitoring applications.
Basic networking in power point by suprabhaSuprabha Sahoo
油
Computer networking allows for the sharing of data and resources between connected computers. The main purpose is sharing information, hardware, software, and administration. Connected devices include network interface cards, cables, hubs/switches, routers, and network software. Common network topologies are peer-to-peer and client-server. Common network types include local area networks within an office and metropolitan area networks within a city.
Numerical Linear Algebra in digital image processingIndra Hermawan
油
HW 1 out due in two weeks
Follow submission format (wrong format = 0)
The homeworks are not fill-in-the-blank. This is harder to do but mirrors life
If its ambiguous: make a decision, document what you think and why in your homework, and move on
Highly encouraged to work together. See piazza
Please check syllabus for whats allowed. I guarantee checking the syllabus thoroughly will help boost your grade.
Filtering in digital signal and image processingIndra Hermawan
油
n digital image processing, filtering refers to the process of modifying or enhancing an image by manipulating its pixel values based on certain algorithms or rules. Filters are widely used to emphasize certain features, suppress others, or extract information from images.
More Related Content
Similar to zigbee networks using xbee modules zigbee networks using xbee modules (20)
ZigBee defines the application and security layer specifications enabling interoperability between products from different manufacturers.ZigBee is a wireless technology developed as an open global standard to address the unique needs of low-cost, low-power wireless M2M networks.It is very useful in this communication world.
Wireless zigbee communication technology 141215052616-conversion-gate01M srinivasu
油
ZigBee defines the application and security layer specifications enabling interoperability between products from different manufacturers.ZigBee is a wireless technology developed as an open global standard to address the unique needs of low-cost, low-power wireless M2M networks.It is very useful in this communication world
This document provides an overview of smart home energy management using IEEE 802.15.4e and ZigBee wireless communication standards. It describes the key characteristics of 802.15.4e, including data rates, operation modes, latency, and frequency bands. It then explains ZigBee's role in providing network, security and application services on top of 802.15.4e. The document outlines a smart home control system using ZigBee device types and a device binding system to allow control and monitoring of devices throughout the home.
Smart agriculture based on data acquisition and monitoring systemsSachin Pal
油
1. The document proposes a smart agricultural monitoring system using various sensors to collect environmental data like temperature, humidity, and soil moisture and send it wirelessly to a user.
2. The system architecture includes sensor nodes connected to an Arduino, which collects and transmits data via Zigbee or WiFi to a Raspberry Pi base station. The Raspberry Pi acts as a server to make the data available on a web server.
3. The document compares the capabilities of Zigbee, WiFi, and Bluetooth for wireless transmission and selects Zigbee for its long range, low power use, and simple network configuration suitable for a wireless sensor network. Data collected from sensors across agricultural fields would be stored
This document provides an overview and tutorial on using X-CTU software to configure and test XBee wireless modules. It discusses how to connect XBees to a computer using an XBee explorer or shield, the benefits of using X-CTU including configuring and upgrading firmware, and how to use key features of the software like the console and range test tools to establish communication between XBee modules. Step-by-step instructions are provided on setting up and configuring XBee network settings like the channel, PAN ID, destination and source addresses.
This document describes a wireless notice board project using ZigBee technology. The system uses an AT89S52 microcontroller interfaced with an LCD, Max232 for RS-232 communication, and ZigBee modules. Power is supplied through a transformer, rectifier, and voltage regulator. Software includes Keil C51 and XCTU. Applications include information display in public places. Improvements could include adding more receivers, LED displays, and multi-lingual support. The project aims to automate notice distribution wirelessly.
ZigBee is a wireless communication standard that uses small, low-power digital radios to transmit data over short distances. It is intended to be simpler and cheaper than other wireless personal area network (WPAN) technologies like Bluetooth. The ZigBee standard defines protocols for sensing, monitoring and control applications that require transmission of small data packets over longer battery life and secure networking. The document discusses ZigBee's low-power and low-cost characteristics that make it suitable for wireless sensor networks. It also describes ZigBee's network topologies, frame structure, security features and other technical specifications.
This project uses X Bee wireless modules to control devices remotely with feedback. The transmitter unit takes input from switches and sends commands via an X Bee module. The receiver unit receives the commands via its X Bee module and controls devices like relays. The status of devices is displayed on an LCD. X Bee modules allow bidirectional wireless communication and are configured using AT commands to control devices remotely over short ranges.
Smart home technologies allow devices in the home to communicate and be controlled remotely. Common standards discussed include X10, INSTEON, Z-Wave, ZigBee, 6LoWPAN, and HomePlug. X10 was an early standard that used powerline communication but had limitations. Newer standards like INSTEON, Z-Wave and ZigBee enable wireless communication but use different protocols and frequencies. 6LoWPAN integrates IPv6 with low power wireless networks. HomePlug provides high-speed powerline communication for network devices. Each standard has advantages and limitations for different smart home applications.
This document discusses various wireless and wired communication technologies used for Internet of Things (IoT) systems, including Near-Field Communication (NFC), RFID, Bluetooth, ZigBee, Wi-Fi, cellular networks, USB, and Ethernet. It provides details on the standards, features, modes of operation, and applications of these different technologies for physical and data link layer communication functions in IoT/M2M systems.
- Zigbee is a wireless mesh networking standard used for low-power wireless personal area networks. It operates on the IEEE 802.15.4 standard and defines the higher layers for reliable transmission of data between devices.
- 6LoWPAN is an adaptation layer that allows IPv6 packets to be sent over IEEE 802.15.4 low-power wireless networks. It provides compression mechanisms to encapsulate IPv6 datagrams into frames compatible with the IEEE 802.15.4 standard.
- Both Zigbee and 6LoWPAN are commonly used in wireless sensor networks and Internet of Things applications where many devices need to communicate wirelessly over short distances with low power consumption. However, Z
Describes the key protocols used in Internet of Things across the network stack.
It covers the MAC protocol such as 802.15.4, Zigbee, Z-wave, Bluetooth, BLE, some key protocol used in IIoT - Industrial Internet of Things / Automation such as ISA 100.11, Wireless HART, NB-IoT, LTE-M
Effort has been made to keep the explanation short and crisp. The intention was never to replace numerous books on this subject.
The document discusses free computer science eBooks and technology news that are being provided. It includes links to blogs sharing this free content and encourages clicking on advertisements to support their work. It then discusses the topics of wireless technologies and Wi-Fi networks in particular, covering introductions, architectures, elements, how they work, topologies and configurations.
ZigBee is a wireless networking technology built on the IEEE 802.15.4 standard designed for low-power wireless networks. It was created to satisfy the need for an inexpensive, low-power, reliable, and secure wireless standard for monitoring and control applications. The ZigBee Alliance develops the ZigBee standard and its applications. ZigBee operates on three frequency bands and uses CSMA-CA to reduce interference. There are three device types - coordinator, router, and end device. ZigBee supports star, mesh, and peer-to-peer topologies and is well-suited for wireless sensor networks due to its low power consumption.
ZigBee is a wireless technology standard created for low-power wireless networks. It uses small, low-power digital radios to transmit data over short distances. ZigBee networks are commonly used in wireless control and monitoring applications that require long battery life, such as home automation and industrial control systems. ZigBee operates on open global standards and has low manufacturing costs, making it suitable for a wide range of wireless control and monitoring applications.
Basic networking in power point by suprabhaSuprabha Sahoo
油
Computer networking allows for the sharing of data and resources between connected computers. The main purpose is sharing information, hardware, software, and administration. Connected devices include network interface cards, cables, hubs/switches, routers, and network software. Common network topologies are peer-to-peer and client-server. Common network types include local area networks within an office and metropolitan area networks within a city.
Numerical Linear Algebra in digital image processingIndra Hermawan
油
HW 1 out due in two weeks
Follow submission format (wrong format = 0)
The homeworks are not fill-in-the-blank. This is harder to do but mirrors life
If its ambiguous: make a decision, document what you think and why in your homework, and move on
Highly encouraged to work together. See piazza
Please check syllabus for whats allowed. I guarantee checking the syllabus thoroughly will help boost your grade.
Filtering in digital signal and image processingIndra Hermawan
油
n digital image processing, filtering refers to the process of modifying or enhancing an image by manipulating its pixel values based on certain algorithms or rules. Filters are widely used to emphasize certain features, suppress others, or extract information from images.
Sistem Pengomposan Cerdas Berbasis IoT untuk Pengelolaan Sampah Organik Berke...Indra Hermawan
油
Bagaimana mengembangkan system yang mampu mengklasifikasikan objek sampah dan mampu mereduksi sampah organik menjadi kompos
Bagaimana mengembangkan model yang mampu mendeteksi dan mengklasifikasi objek sampah
Bagaimana mengembangkan sistem yang dapat mengubah sampah organik menjadi kompos
Bagaimana mengintegrasikan sistem pengomposan sampah dengan sistem internet of things agar dapat melakukan monitoring senyata waktu nyata
Wireless sensor networks (WSNs) refer to networks of spatially dispersed and dedicated sensors that monitor and record the physical conditions of the environment and forward the collected data to a central location.
Trik Pembuatan Surat Lamaran Pekerjaan.pptIndra Hermawan
油
Dokumen ini memberikan panduan langkah-langkah dalam menulis surat lamaran pekerjaan, meliputi persiapan dengan mengumpulkan informasi tentang pekerjaan dan perusahaan, menulis surat lamaran yang mencantumkan kepala surat, alenia pembuka dan penutup, serta tindak lanjut dengan menghubungi perusahaan.
Matlab tutorial and Linear Algebra Review.pptIndra Hermawan
油
This document provides an introduction to Matlab and a review of linear algebra concepts. It discusses starting Matlab, getting help, vectors, matrices, common operations, and linear transformations including translation, scaling, rotation, and affine transformations. Examples are provided for how to represent and perform these transformations using Matlab code and matrix mathematics. The document concludes by mentioning files, functions, images, and debugging in Matlab.
Dokumen tersebut menjelaskan klasifikasi Naive Bayes, yaitu metode klasifikasi berbasis probabilitas yang mengasumsikan independensi antar fitur. Metode ini memprediksi kelas baru berdasarkan peluang kelas tersebut di masa lalu dengan memanfaatkan teorema Bayes. Contoh penerapannya adalah filtering spam dan klasifikasi dokumen.
This document provides an overview of text classification and the Naive Bayes algorithm for text classification. It begins by defining text classification and giving examples like spam filtering and document classification. It then explains supervised classification and the goal of learning a classifier from labeled training data. The document spends several slides explaining the Naive Bayes algorithm for text classification, including the Naive Bayes assumption of conditional independence between features. It discusses parameter estimation and smoothing techniques to avoid overfitting. Finally, it compares the multivariate Bernoulli and multinomial Naive Bayes models for text classification.
This document provides an overview of MATLAB and introduces its basic functions and commands. It covers topics such as the MATLAB desktop, entering commands, scalar and array arithmetic, variables, functions, plotting, and programming with scripts. Examples are provided to demonstrate key concepts like precedence rules, complex numbers, polynomials, and solving systems of linear equations. The document also discusses getting help, the problem-solving process, and includes homework problems.
How to Grant Discounts in Sale Order Lines in Odoo 18 SalesCeline George
油
Odoo offers several ways to apply the discounts on sales orders, providing flexibility for various scenarios. The discounts applied on the sales order lines are global discounts, fixed discounts, and discounts on all order lines. In this slide, we will learn how to grant discounts on the sale order line in Odoo 18.
Pass SAP C_C4H47_2503 in 2025 | Latest Exam Questions & Study MaterialJenny408767
油
Pass SAP C_C4H47_2503 with expert-designed practice tests & real questions. Start preparing today with ERPPrep.com and boost your SAP Sales Cloud career!
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...coreylewis960
油
Marketing is Everything in the Beauty Business! 憓
Talent gets you in the gamebut visibility keeps your chair full.
Todays top stylists arent just skilledtheyre seen.
Thats where MyFi Beauty comes in.
We Help You Get Noticed with Tools That Work:
Social Media Scheduling & Strategy
We make it easy for you to stay consistent and on-brand across Instagram, Facebook, TikTok, and more.
Youll get content prompts, captions, and posting tools that do the work while you do the hair.
ワ Your Own Personal Beauty App
Stand out from the crowd with a custom app made just for you. Clients can:
Book appointments
Browse your services
View your gallery
Join your email/text list
Leave reviews & refer friends
種 Offline Marketing Made Easy
We provide digital flyers, QR codes, and branded business cards that connect straight to your appturning strangers into loyal clients with just one tap.
ッ The Result?
You build a strong personal brand that reaches more people, books more clients, and grows with you. Whether youre just starting out or trying to level upMyFi Beauty is your silent partner in success.
The Virtual Medical Operations Center Briefs (VMOC) were created as a service-learning project by the Yale School of Public Health faculty and graduate students in response to the 2010 Haiti Earthquake.
Each year, students enrolled in Environmental Health Science Course 581Public Health Emergencies: Disaster Planning and Response produce the VMOC Briefs. These briefs compile diverse information sourcesincluding status reports, maps, news articles, and web contentinto a single, easily digestible document that can be widely shared and used interactively.
Key features of this report include:
- Comprehensive Overview: Provides situation updates, maps, relevant news, and web resources.
- Accessibility: Designed for easy reading, wide distribution, and interactive use.
- Collaboration: The unlocked" format enables other responders to share, copy, and adapt it seamlessly.
The students learn by doing, quickly discovering how and where to find critical油information and presenting油it in an easily understood manner.
How to Manage Purchase Order Approval in Odoo 18Celine George
油
In Odoo 18, you can set a minimum amount as a limit, and whenever an order comes above the limit, it requires the approval of the manager. In this slide, we are diving into the crucial aspect of procurement, which is managing purchase order approval.
Design approaches and ethical challenges in Artificial Intelligence tools for...Yannis
油
The recent technology of Generative Artificial Intelligence (GenAI) has undeniable advantages, especially with regard to improving the efficiency of all stakeholders in the education process.
At the same time, almost all responsible international organisations and experts in the field of education and educational technology point out a multitude of general ethical problems that need to be addressed. Many of these problems have already arisen in previous models of artificial intelligence or even in systems based on learning data, and several are appearing for the first time.
In this short contribution, we will briefly review some dimensions of ethical problems, both (a) the general ones related to trust, transparency, privacy, personal data security, accountability, environmental responsibility, bias, power imbalance, etc., and (b) the more directly related to teaching, learning, and education, such as students' critical thinking, the social role of education, the development of teachers' professional competences, etc.
In addition, the categorizations of possible service allocation to humans and AI tools, the human-centered approach to designing AI tools and learning data, as well as the more general design of ethics-aware applications and activities will be briefly presented. Finally, some short illustrative examples will be presented to set the basis for the debate in relation to ethical and other dilemmas.
Unit1 Inroduction to Internal Combustion EnginesNileshKumbhar21
油
Introduction of I. C. Engines, Types of engine, working of engine, Nomenclature of engine, Otto cycle, Diesel cycle Fuel air cycles Characteristics of fuel - air mixtures Actual cycles, Valve timing diagram for high and low speed engine, Port timing diagram
2. The ZigBee is the name of a wireless protocol
maintained by the IEEE 802.15 standard.
This is a protocol specified for Wireless Personal
Area Network (PAN) using low powered wireless
transceivers.
There are already wireless transmitter and receiver
modules which can do point to point communication.
What is ZigBee?
3. The Xbee is the brand name a wireless transceiver
device introduced by the Digi international which
works on the ZigBee protocol and can form PAN
networks. They have an approximate range of 10 to
100 meters and are used in industries, scientific fields,
medical fields etc.
The Xbee module even though uses complex packet
data based Zigbee protocol for communicating with
each other; But also they can communicate with other
devices using simplest serial communication
protocol and hence they are widely used in
microcontroller base boards.
What is Xbee?
4. What is Zigbee?
Based on IEEE 802.15.4 Standard
Designed for sensor and control
networks
Used for applications that require:
Low Power Consumption
Low Data Rate
Network Security
5. Xbee Wireless Modules
802.15.4/Multipoint network topologies
2.4 GHz for worldwide deployment
900 MHz for long-range deployment
Low-power sleep modes
Multiple antenna options
Low power and long range variants available
8. In a mesh network, ZigBee, devices have one of three
different duties:
Coordinator: Establishes and maintains the network by
assigning addresses to joining (associated) devices and assisting
with path planning form various nodes to its self. In our case
base station.
Routers: move data between nodes that cannot communicate
directly. In our case sink nodes or cluster heads.
End devices: The node that collects data and controls devices
on the network and is typically connected to our controllers,
sensors and other devices for network interfacing.
11. A short discussion of pin groups will provide better
understanding of use and features of the module:
DOUT and DIN: These are the pins through
which serial data is received by our controller or
PC (DOUT) and sent to the XBee (Din). This data
may be either for transmission between XBee
modules or for setting and reading configuration
information of the XBee. The default data rate is
9600 baud (bps) using asynchronous serial
communications.
RESET: A momentary low on this pin will reset
the XBee to the saved configuration settings.
Pin Description of XBee
12. CTS/RTS/DTR: These are used for handshaking
between the XBee and your controller or the PC. The
XBee will not send data out through the DOUT line to
your controller unless the RTS line is held low. This
allows the controller to signal to the XBee that it is
ready to receive more data. DTR is typically used by
the XBee when downloading new firmware, and
therefore firmware updates can only be done using
XBee adapter boards such as the Parallax USB Adapter
Board that implement this connection. When
transmitting, the XBee can signal to the controller
through the CTS line that it is ready to send more data.
CTS is seldom needed because the Xbee sends data out
by radio much more quickly than it accepts data from
the controller.
Pin Description of XBee
13. DIO0DIO7/D08: These are used as standard 3.3 V
digital inputs and outputs. The XBee can be
controlled to set the state of the pins. They can also
be used in "line passing" so that the state of a pin on
one XBee (high or low) is reflected on the
corresponding pin of another XBee.
AD0 to AD6: These are 10-bit Analog to Digital
Converter (ADC) inputs to the XBee. While we
cannot directly read these values, some can also be
used in "line passing" so that the amount of voltage
on a pin on one XBee is reflected by the amount of
voltage (PWM) on the corresponding pin of another
XBee.
Pin Description of XBee
14. RSSI: The XBee can report the strength of the received
RF signal as PWM output on this pin. This value can
also be retrieved using AT commands or as part of a
packet in API Mode.
PWM0/1: These pins can be set for 10-bit pulse width
modulated output, which can be used directly or filtered
for analog output. They can also be controlled using
line passing by the analog input on another XBee.
ASSOC: When configured, the XBee can be set to join
an existing network and assigned certain parameters. In
this tutorial we will manually configure the XBee in the
network instead of joining networks.
Pin Description of XBee
15. XBee & XBee Pro, 802.15.4
Modules
The 802.15.4 style of XBee (commonly called Series
1) allows point-to-point networking, shown in Figure,
and point-to-multipoint (one node to all nodes)
networking. They use the IEEE 802.15.4 data link
protocol to move data directly between 2 or more
devices. All nodes on the network use the same
firmware version though settings on various nodes
may vary.
The XBee and XBee-Pro are nearly identical in
operation and function with the biggest differences
being size and power. While the pinouts are the same,
the casing of the XBee Pro is slightly longer.
18. Working of XBee
To operate XBee, two Xbees are required, one will act as a
transmitter and the other will act as a receiver.
Now suppose you want to send something from one side to
another, one has to connect one xbee at the transmitter side and
the other at the receiver side. For example home automation
project in which remote is used to switch on your light or fan
etc. So in that case there we must be one XBee in remote and
the second one in board where the light circuit is placed.
So when one presss the button of remote, the XBee in remote
will send an instruction to the XBee in the board. As soon as
the XBee in the board receive the instruction from XBee in the
remote it will switch on the light. Both the Xbees are
connected to the Arduino board and needs to be programmed.
19. Example of interfacing Temperature
sensor withArduino using XBee
Interface a Zigbee module with the Arduino Uno and the
temperature readings from the LM35 sensor will be forwarded to
the other PC wirelessly through the Zigbee.
Sensor node/End device:
21. Configuration of Zigbee
Configuration
XB24-ZB
Coordinator AT : PAN ID and Destination
Routers: PAN ID and JV verification for Tran- receiver
Both should have common PAN ID
22. Operation:
The Sensing element continuously monitors the phenomenon in
the targeted area, in our case either forests or buildings and then
the sensed signals are being passed to the processing element for
further processing, in our case it is AVR Microcontroller. These
processed values are further transmitted over a wireless medium
to the sink node or Base station with the help of Zigbee
Modules. Thus each node, part of the whole network will
transmit the data over wireless medium to the sink node or Base
station. The whole network is implemented using Star and Mesh
topologies. Star topology is used to transmit the data from the
sensor nodes to the sink nodes. Mesh topology has been used to
transmit the data from the sink nodes or cluster heads to the
Base station. i.e. Sensor nodes dump the data into sink node
called cluster head, which is in the range of sensor node. Then
the cluster nodes transmit the data to the other cluster heads
nearby for passing the information to the Base station.