欢迎访问ic37.com |
会员登录 免费注册
发布采购

XB24CZ7RIS-004 参数 Datasheet PDF下载

XB24CZ7RIS-004图片预览
型号: XB24CZ7RIS-004
PDF下载: 下载PDF文件 查看货源
内容描述: XBee® /的XBee - PRO® ZB SMT射频模块 [XBee®/XBee-PRO® ZB SMT RF Modules]
分类和应用: 射频
文件页数/大小: 155 页 / 3791 K
品牌: DCD [ DIGITAL CORE DESIGN ]
 浏览型号XB24CZ7RIS-004的Datasheet PDF文件第61页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第62页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第63页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第64页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第66页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第67页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第68页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第69页  
XBee®/XBeePRO® ZB SMT RF Modules  
For example, suppose a router is configured with NH=30 (0x1E) and SP=0x3E8 (10,000 ms), and that it is  
either trying to send data to one of its end device children, or to a remote end device. The total extended  
timeout to the end device is about:  
3 * ((50 * NH) + (1.2 * SP)), or  
3 * (1500 + 12000), or  
3 * (13500), or  
40500 ms, or  
40.5 seconds.  
Transmission Examples  
Example 1: Send a unicast API data transmission to the coordinator using 64-bit address 0, with  
payload "TxData".  
API Frame:  
7E 0014 10 01 00000000 00000000 FFFE 00 00 54 78 44 61 74 61 AB  
Field Composition:  
0x0014 - length  
0x10 - API ID (tx data)  
0x01 - frame ID (set greater than 0 to enable the tx-status response)  
0x00000000 00000000 - 64-bit address of coordinator (ZB definition)  
0xFFFE - Required 16-bit address if sending data to 64-bit address of 0.  
0x00 - Broadcast radius (0 = max hops)  
0x00 - Tx options  
0x54 78 44 61 74 61 - ASCII representation of "TxData" string  
0xAB - Checksum (0xFF - SUM (all bytes after length))  
Description:  
This transmission sends the string "TxData" to the coordinator, without knowing the coordinator device's 64-bit  
address. A 64-bit address of 0 is defined as the coordinator in ZB firmware. If the coordinator's 64-bit address  
was known, the 64-bit address of 0 could be replaced with the coordinator's 64-bit address, and the 16-bit  
address could be set to 0.  
Example 2 - Send a broadcast API data transmission that all devices can receive (including sleeping  
end devices), with payload "TxData".  
API Frame:  
7E 0014 10 01 00000000 0000FFFF FFFE 00 00 54 78 44 61 74 61 AD  
Field Composition:  
0x0014 - length  
0x10 - API ID (tx data)  
0x01 - frame ID (set to a non-zero value to enable the tx-status response)  
0x00000000 0000FFFF - Broadcast definition (including sleeping end devices  
0xFFFE - Required 16-bit address to send broadcast transmission.  
0x00 - Broadcast radius (0 = max hops)  
0x00 - Tx options  
0x54 78 44 61 74 61 - ASCII representation of "TxData" string  
0xAD - Checksum (0xFF - SUM (all bytes after length))  
Description:  
This transmission sends the string "TxData" as a broadcast transmission. Since the destination address is set to  
0xFFFF, all devices, including sleeping end devices can receive this broadcast.  
© 2010 Digi International, Inc.  
65