欢迎访问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文件第109页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第110页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第111页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第112页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第114页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第115页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第116页浏览型号XB24CZ7RIS-004的Datasheet PDF文件第117页  
XBee®/XBeePRO® ZB SMT RF Modules  
Example: Suppose a 1-wire sensor sample is received from a device with a 64-bit address of 0x0013A200  
40522BAA and a 16-bit address of 0xDD6C. If the sensor sample was taken from a 1-wire humidity sensor,  
the API frame could look like this (if AO=0):  
For convenience, let's label the A/D and temperature readings as AD0, AD1, AD2, AD3, and T. Using the data in  
this example:  
AD0 = 0x0002  
AD1 = 0x00CE  
AD2 = 0x00EA  
AD3 = 0x0052  
T = 0x016A  
To convert these to temperature and humidity values, the following equations should be used.  
Temperature (°C) = (T / 16), for T < 2048  
= - (T & 0x7FF) / 16, for T >= 2048  
Vsupply = (AD2 * 5.1) / 255  
Voutput = (AD3 * 5.1) / 255  
Relative Humidity = ((Voutput / Vsupply) - 0.16) / (0.0062)  
True Humidity = Relative Humidity / (1.0546 - (0.00216 * Temperature (°C)))  
Looking at the sample data, we have:  
Vsupply = (234 * 5.1 / 255) = 4.68  
Voutput = (82 * 5.1 / 255) = 1.64  
Temperature = (362 / 16) = 22.625°C  
Relative H = (161.2903 * ((1.64/4.68) - 0.16)) = 161.2903 * (0.19043) = 30.71%  
True H = (30.71 / (1.0546 - (0.00216 * 22.625))) = (30.71 / 1.00573) = 30.54%  
© 2010 Digi International, Inc.  
113  
 复制成功!