我是靠谱客的博主 欢呼学姐,最近开发中收集的这篇文章主要介绍Zigbee | 四种基本的frame类型,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

The four basic frame types defined in 802.15.4: Data, ACK, MAC command, and beacon

The data frame provides a payload of up to 104 bytes. The frame is numbered to ensure that all packets are tracked. A frame-check sequence ensures that packets are received without error. This frame structure improves reliability in difficult conditions.

Another important structure for 802.15.4 is the acknowledgment (ACK) frame. It provides feedback from the receiver to the sender confirming that the packet was received without error. The device takes advantage of specified "quiet time" between frames to send a short packet immediately after the data-packet transmission.

A MAC command frameprovides the mechanism for remote control and configuration of client nodes. A centralized network manager uses MAC to configure individual clients' command frames no matter how large the network.

Finally, thebeacon frame wakes up client devices, which listen for their address and go back to sleep if they don't receive it. Beacons are important for mesh and cluster-tree networks to keep all the nodes synchronized without requiring those nodes to consume precious battery energy by listening for long periods of time.


参考链接:http://www.embedded.com/design/connectivity/4006430/Home-networking-with-Zigbee


最后

以上就是欢呼学姐为你收集整理的Zigbee | 四种基本的frame类型的全部内容,希望文章能够帮你解决Zigbee | 四种基本的frame类型所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(60)

评论列表共有 0 条评论

立即
投稿
返回
顶部