当前位置:网站首页>Wireless sensor networks -- ZigBee and 6LoWPAN
Wireless sensor networks -- ZigBee and 6LoWPAN
2022-07-07 15:50:00 【madkeyboard】
List of articles
ZigBee topology
Three structures : Stars 、 Tree and mesh topologies .
Star topology is the easiest topology to implement , But because of ZigBee Coordinator limitations , Not suitable for large-scale networks , Once the coordinator fails , Then the whole network will be affected
More flexible tree structure , Its deployment is not limited by the coordinator , You can also use ZigBee Routers use sub devices to expand the scope . It is easy to implement the routing protocol , Each device only needs to maintain a tree table, but there is no alternative route in case of node failure
Mesh topology is more flexible than tree topology , Each device can communicate directly , And when the halfway route fails , You can choose another route to replace .

In general ,ZigBee The network is a hybrid network structure , One ZigBee The terminal device of can only communicate with its parent node , It does not involve the forwarding function of network communication

ZigBee Address assignment scheme
- Cskip:
- Cm: The total number of child devices that each parent device can have
- Rm: Each parent device can have a total number of routers
- Lm: The maximum depth of the network
- d: The actual network depth of the device
above 4 All parameters are stored in ZigBee In the network information base of the coordinator . The number of terminal devices that the router device can accept is calculated according to this formula :
MaxEndDevices = MaxChildren - MaxRouters = Cm - RmThe picture below is Cskip The method of calculating the total number of possible successor nodes in any branch of the existing network

[ Failed to transfer the external chain picture , The origin station may have anti-theft chain mechanism , It is suggested to save the pictures and upload them directly (img-LhP2HSLV-1656730641139)(C:\Users\14645\AppData\Roaming\Typora\typora-user-images\image-20220702094304486.png)]
In any ZigBee In the network , The maximum number of network nodes is 65535.
Cskip(d) It is usually assigned to the router and its terminal equipment as an address offset
Give the router Rn How to assign addresses :Rn = R1 + (n - 1)x Cskip(d)
ZigBee Management mechanism
- Address management
The management mechanism includes address management 、 Describe management 、 Discovery and binding of devices and services
ZigBee The network can be used 64 Bit extended address can be used 16 Bit network address , But in order to solve the problem that multiple objects share a physical address , Need to use the concept of endpoint addressing .
There are two in the figure below ZigBee equipment A and B,A Terminal in 1 adopt IEEE 802.15.4 Standard request device A and B Establish wireless communication channel , But there's a problem ,B How to identify the terminal 1 It communicates with the humidity sensor ,ZigBee The specification defines a child addressing mode — Endpoint , Therefore, the initiator of the communication specifies the endpoint with which it establishes communication ,ZigBee In the equipment ZigBee The protocol stack can easily determine the target object

- Describe management
Description management is ZigBee Standardized communication basis , By the information 、 The protocol of information format and processing action constitutes , Define the processing action protocol to ensure cooperation within the system , Enable different components to create interoperable distributed applications .
As shown in the figure below , describe ID Long 8 position , Identify the attribute of the current description .
Public description ID For the range of 0x0000 - 0x7FFF, Private description ID The scope of the oxbf00 - 0xFFFF


ZigBee binding
The logical relationship between two endpoints without devices .
See why binding is needed through the following figure . In four cases , Some switches are one to many , Some are many to one , Using traditional methods to implement it will do a lot of repetitive work .

Use binding mechanism to improve efficiency . The coordinator is always working , So it is used to store binding tables , Record two items :1. switch 1 Endpoint and original address of , And lights 1 And lamp 2 The endpoint of and the matching address ;2. switch 2 Endpoint and address of , And lights 3 The endpoint of and the matching address . If the switch 1 Need to start the light 1 And lamp 2, Then switch 1 Send instructions and its own address to the coordinator . The coordinator receives the instruction and searches the binding table , Find the lamp 1 And lamp 2 The address of , Then the coordinator replaces the target address of the instruction with a lamp 1 And lamp 2 The address of , And send it automatically , Finally switch 1 You can control the light 1 And lamp 2.

6LoWPAN And wireless sensor networks
6LoWPAN send IPv6 Can be directly based on IEEE 802.15.4 Low power WSN Work on , Make it easier for wireless nodes to access the Internet
WSN The advantages of Internet Application :
- Using a IP Existing network architecture of the Protocol , Interoperability can be achieved
- Wireless devices can easily connect to the Internet without a gateway
- have access to HTTP、SNMP and DPWS And other established application protocols and data models
- Use the transmission protocol to provide a certain degree of reliability for networks with unreliable connections
Protocol stack
LoWPAN Layer in MAC Layer and the IPv6 Between , function :IPv6 Compression of the head 、IPv6 Fragment of load 、UDP Compression of the head

Configure the instance
Every LoWPAN By a border router , A number of LoWPAN Router and several hosts (H) form , There is also a remote server on the Internet

- LoWPAN Problems needing attention when connecting to the Internet
- 6LoWPAN The application of should make the data packet as small as possible , Prevent the packet from being divided into several IPv6 package
- End to end application protocols should take advantage of UDP And compact load format to accommodate 6LoWPA Use of nodes
- Firewall and URL conversion
- IPv4 interconnection
- safety problem
Make the packet as small as possible , Prevent the packet from being divided into several IPv6 package
- End to end application protocols should take advantage of UDP And compact load format to accommodate 6LoWPA Use of nodes
- Firewall and URL conversion
- IPv4 interconnection
- safety problem
边栏推荐
- Super signature principle (fully automated super signature) [Yun Xiaoduo]
- 有钱人买房就是不一样
- [quick start of Digital IC Verification] 26. Ahb-sramc of SystemVerilog project practice (6) (basic points of APB protocol)
- 【數字IC驗證快速入門】20、SystemVerilog學習之基本語法7(覆蓋率驅動...內含實踐練習)
- Detailed explanation of unity hot update knowledge points and introduction to common solution principles
- Please supervise the 2022 plan
- Getting started with webgl (2)
- Actually changed from 408 to self proposition! 211 North China Electric Power University (Beijing)
- Write sequence frame animation with shader
- The bank needs to build the middle office capability of the intelligent customer service module to drive the upgrade of the whole scene intelligent customer service
猜你喜欢

numpy---基础学习笔记
使用Scrapy框架爬取网页并保存到Mysql的实现

Three. JS introductory learning notes 08:orbitcontrols JS plug-in - mouse control model rotation, zoom in, zoom out, translation, etc

numpy--数据清洗

Getting started with webgl (1)

OpenGL's distinction and understanding of VAO, VBO and EBO

JS array foreach source code parsing

Write sequence frame animation with shader

【數字IC驗證快速入門】26、SystemVerilog項目實踐之AHB-SRAMC(6)(APB協議基本要點)
![[quick start of Digital IC Verification] 23. AHB sramc of SystemVerilog project practice (3) (basic points of AHB protocol)](/img/e9/9e32e38e12e1fa71732c52b8ee0ab0.png)
[quick start of Digital IC Verification] 23. AHB sramc of SystemVerilog project practice (3) (basic points of AHB protocol)
随机推荐
15. Using the text editing tool VIM
Detailed explanation of Cocos creator 2.4.0 rendering process
Three. JS introductory learning notes 03: perspective projection camera
10 schemes to ensure interface data security
Virtual memory, physical memory /ram what
【数字IC验证快速入门】23、SystemVerilog项目实践之AHB-SRAMC(3)(AHB协议基本要点)
LeetCode3_ Longest substring without duplicate characters
2022全开源企业发卡网修复短网址等BUG_2022企业级多商户发卡平台源码
Use of SVN
Function: JS Click to copy content function
webgl_ Enter the three-dimensional world (2)
Spin animation of Cocos performance optimization
LeetCode2_ Add two numbers
Whole process analysis of unity3d rendering pipeline
Android -- jetpack: the difference between livedata setValue and postvalue
Excerpted words
Syntaxhighlight highlights the right scroll bar
XMIND frame drawing tool
尤雨溪,来了!
【Markdown语法高级】让你的博客更精彩(四:设置字体样式以及颜色对照表)