This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
看你做什么应用?
Z-Stack Home is TI's ZigBee Home Automation (ZHA) compliant protocol stack for the CC2630, CC2530 and CC2538 System-on-Chip.
Z-Stack Home notables include:
Additional examples available from: ZigBee Home Automation wiki
Get Z-Stack Home by clicking on the Download button above.
Z-Stack Lighting is TI's ZigBee Light Link (ZLL) compliant protocol stack for the CC2530 System-on-Chip.
Z-Stack Lighting notables include:
Get Z-Stack Lighting by clicking on the Download button above.
The new Z-Stack Mesh software is a ZigBee PRO 2012 compliant and certified protocol stack that simplifies the development of standards-based ZigBee mesh products for CC2538 SOCs.
Z-Stack Mesh notables include:
Get Z-Stack Mesh by clicking on the Download button above.
VV 说:看你做什么应用?
Z-Stack Home
Z-Stack Home is TI's ZigBee Home Automation (ZHA) compliant protocol stack for the CC2630, CC2530 and CC2538 System-on-Chip.
Z-Stack Home notables include:
- Based on Z-Stack, ZigBee PRO 2012 protocol stack with ZCP (ZigBee Compliant Platform) certification and 802.15.4 MAC certification
- Support for low-power SoCs: ultra-low power CC2630, cost-effective CC2530 SoC and high performance CC2538
- The CC2630 implementation is written on top of TI-RTOS to fully utilize the low-power features of CC2630
- Incorporated support for the CC2592 and CC2590 RF front ends which support respectively +22dBm and +14dBm transmit power and provide improved receive sensitivity
- Examples and building blocks for the following end product categories:
- Consumer Home Lighting Control
- Commercial (professional install) Lighting Control System
- Alarm and Security
- Home Energy Management
- Module Supplier for Home Automation Applications
- Golden unit (reference specifications) for the latest ZigBee Home Automation 1.2.2 profile
- Sample applications
- Over-the-air firmware upgrade, allowing future updates of deployed systems
- Easy integration with TI's Z-Stack Linux Gateway
Additional examples available from: ZigBee Home Automation wiki
Get Z-Stack Home by clicking on the Download button above.
Z-Stack Lighting
Z-Stack Lighting is TI's ZigBee Light Link (ZLL) compliant protocol stack for the CC2530 System-on-Chip.
Z-Stack Lighting notables include:
- Based on Z-Stack, ZigBee PRO 2012 protocol stack with ZCP (ZigBee Compliant Platform) certification
- Support for low-cost, low-power CC2530 and CC2531 SoC
- Incorporated support for the CC2591 and CC2590, RF front ends which support respectively +20dBm and +14dBm transmit power and provide improved receive sensitivity
- Foundations and examples for the following end product categories:
- Consumer Home Wireless Lighting Control: LED or CFL Light
- Consumer Home Wireless Lighting Control: Switch/Occupancy Sensor/Lumen Sensor
- Commercial (professional install) Lighting Control System
- Module Supplier for Lighting Applications
- Industrial Building Lighting Applications
- Highway Infrastructure Lighting Control
- Golden unit (reference specifications) for the ZigBee Light Link 1.0 profile, golden unit implementation
- ZLL certified applications for:
- Color scene remote controller
- Color light, dimmable light, on/off light
- Control Bridge
- ZLL Kit (including ZLL certified Color Light Reference HW) available from:http://www.ti.com/tool/cc2530zdk-zll
- Examples and FAQ available from:http://processors.wiki.ti.com/index.php/Category:ZigBee_Light_Link
Get Z-Stack Lighting by clicking on the Download button above.
Z-Stack Mesh
The new Z-Stack Mesh software is a ZigBee PRO 2012 compliant and certified protocol stack that simplifies the development of standards-based ZigBee mesh products for CC2538 SOCs.
Z-Stack Mesh notables include:
- Self-healing, robust and proven network stack capable of connecting over 400 nodes
- Compatible with many-to-many or many-to-one application routing
- Includes secure over-the-air software download capability for easy in-field updates
- Compact solution that can be run either in a Wireless Network Processor or Wireless Microntroller (MCU) configuration with the SimpleLink ZigBee CC2530, CC2531 or CC2538enabling flexible host processor options and a variety of memory configurations.
- Incorporated support for the CC2592 and CC2590 RF front ends which support respectively +22 dBm and +14 dBm transmit power and provide improved receive sensitivity
Get Z-Stack Mesh by clicking on the Download button above.
我不知道用哪个开始入门。
你好,我经常看到你帮助解答问题,我是一个初学者我有两个问题希望得到你的解答。
第一个问题,AF_DataRequest()函数里面的参数第一个参数里面的目的地址端点号和第二个参数源端点里面的端点号要相同吗
第二个问题,发送成功后,就代表对方一定接受到了吗?对方怎么确定我收到该条发送的数据了
第三个问题,还有个发送选项参数,可以设置为让对方确认,如果配置为这个选项,接收方需要怎么处理?接收到对方的确认后发送方需要做什么处理?这些都需要自己写代码还是用协议栈已经提供的代码
期待你的回到,谢谢
afStatus_t AF_DataRequest( afAddrType_t *dstAddr, endPointDesc_t *srcEP,
uint16 cID, uint16 len, uint8 *buf, uint8 *transID,
uint8 options, uint8 radius )
第一个参数 dstAddr,在文件AF.h中,该参数是一个结构体的指针。在该参数中除了指定了网络地址外,还需要指定目的地址的模式参数。
第二个参数endPointDesc_t *srcEP,也是一个结构体的指针,源网络地址描述,每个终端都必须要有一个ZigBeezz的简单描述。