Other Parts Discussed in Thread: CC2538 , Z-STACK , CC2531 since znp host framework doesnt contain zcl libraries integrated with it how we can able to send commands to the end device to set or get its data like on/off.
i have a linux pc running znp…
Other Parts Discussed in Thread: Z-STACK , CC2531 , CC2530 I was wondering what are the differences between Z-Stack Linux Gateway and ZNP Host Framework project ? I mean what are the advantages and disadvantages of each other?
Z-Stack Linux Gateway…
Other Parts Discussed in Thread: CC2530 In my application I want to use two (2) CC2530 's. One of them will have it's GPIO pins connected to a dip switch and push button (to set and send a code), and the other one will be connected to the to a host (for…
Other Parts Discussed in Thread: CC2530 , CC2530EM , Z-STACK In my application I want to use two (2) CC2530's. One of them will have it's GPIO pins connected to a dip switch and push button (to set and send a code), and the other one will be connected…
Z-Stack Linux Home GW use HA profile and standard ZCL as cluster IDs so I don't think it's easy to modify it to proprietary usage. If you need private Profile and cluster, I suggest you to use www.ti.com/.../TIDC-ZNP-HOST-SW3
There's no reference design for this. I suggest you to install Z-Stack and study ZAP-ZNP architecture first. Then, you can try to use Portable ZigBee Plug-In Software Framework at www.ti.com/.../TIDC-ZNP-HOST-SW3 to implement it.
But in TIDC-ZNP-HOST-SW3 in bin folder there are two hex files which by the name it looks like they are for CC2538 board and there are no hex files for CC2531.
I programmed my CC2531 USB Module with CC2531ZNP-Pro.hex file in Z-Stack Home 1.2.2.42930…
The figure is from the zigbee specification. APL of the coordinator receives the JoinIndication, then it knows the end device has joined its network. But in znp-host-framework I do not find the callback of JoinIndication.