
Z-wave
chenbang110
学习是最快乐的事
展开
-
51系列中data,idata,xdata,pdata的区别
从数据存储类型来说,8051系列有片内、片外程序存储器,片内、片外数据存储器,片内程序存储器还分直接寻址区和间接寻址类型,分别对应code、data、xdata、idata以及根据51系列特点而设定的pdata类型,使用不同的存储器,将使程序执行效率不同,在编写C51程序时,最好指定变量的存储类型,这样将有利于提高程序执行效率(此问题将在后面专门讲述)。与ANSI-C稍有不同,它只分SAMLL、C转载 2012-08-16 18:35:27 · 4970 阅读 · 0 评论 -
Z-Wave Protocol Stack
关键词:Z-Wave,协议,协议栈,软件,结构,开发,智能家居。转载 2012-10-06 09:09:21 · 2786 阅读 · 0 评论 -
Z-Wave Inclusion Flow
关键词:Z-Wave,开发,软件,流程,系统,Controller,Slave转载 2012-10-05 11:26:26 · 1129 阅读 · 0 评论 -
Z-Wave Application Layer
So far we only looked at how different nodes can communicate with each other. The application layer of the Z-Wave product now defines and specifies what and why two nodes communicate with each other.转载 2012-10-04 21:52:56 · 1979 阅读 · 0 评论 -
z-wave grossary
ControllerA Z-Wave enabled component that lets you send commands to other Z-Wave enabled devices remotely. Because Z-Wave is a two-way communication medium, the controller “knows” whether the comman转载 2012-10-04 21:29:46 · 1012 阅读 · 0 评论 -
Quick Start Guide for Z-Wave
Quick Start Guide for Z-Wave1. Choose Devices2. Include Devices into network3. Associate devices and functions4. Ready!1. Choose devicesZ-Wave allows controlling various types of转载 2012-10-04 21:12:01 · 851 阅读 · 0 评论 -
Z-Wave™ as Home Control RF Platform
Z-Wave™ as Home Control RF PlatformThomas Jorgensen, HW Manager Niels T. Johansen, VP R&D Zensys A/S DenmarkZensys provides a mass-market home control technology, which is low cost, low power,转载 2012-10-06 09:43:51 · 2229 阅读 · 0 评论 -
Z-Wave Frame
关键词:Z-Wave,Frame,帧格式,传输,结构。转载 2012-10-06 09:11:04 · 1200 阅读 · 0 评论 -
UNDERSTANDING Z-WAVE NETWORKS, NODES, & DEVICES
UNDERSTANDING Z-WAVE NETWORKS, NODES, & DEVICES Z-Wave technology complies of three layers. They are a radio layer, network layer and an application layer. These all work together so that communi转载 2012-10-04 21:49:45 · 1068 阅读 · 0 评论 -
Z-Wave System Startup
关键词:Z-Wave,软件流程,系统建立。转载 2012-10-05 11:21:59 · 967 阅读 · 0 评论 -
Z-Wave Software Architecture
关键词:Z-Wave,软件开发,结构。转载 2012-10-05 11:05:58 · 896 阅读 · 0 评论 -
Catching the Z-Wave
Catching the Z-WaveBy Mikhail T. Galeev, October 02, 2006Post a CommentIt's the other home network: simple but reliable, this lesser-known protocol competes with the IEEE-supported ZigBee stan转载 2012-10-04 21:38:30 · 1847 阅读 · 0 评论 -
51汇编程序编写的一些原则
系统寄存器: A:累加器 B:乘除运算/暂存 C:进位标志/位累加器 DPTR:16位数据指针,访问ROM/XRAM PC:程序计数器 PSW:程序状态字 R0:8位数据指针,访问IRAM R1:IRAM堆指针,可用来分配IRAM局部数组 R2,R3:XRAM堆指针,可用来分配XRAM局部数组 SP转载 2012-10-01 09:09:45 · 676 阅读 · 0 评论 -
Z-Wave installation scheme
Choose of Primary ControllerIt is important to think in advance about your installation scheme not to have to rebuild your network and re-include all devices again. It is extremly important to c转载 2012-10-06 11:37:46 · 765 阅读 · 0 评论