Hi,
Probably the easiest thing in this situation would be to disable EZ-MODE in the sample Switch and then send a ZDO_Bind request from the ZNP using Z-Tool to the switch and then the toggle command should work properly.
Also if you are planing on…
Hi,
you can flash the CC2531 with the ZNP firmware and use it with Z-Tool which allows you to send and receive ZNP commands. Z-Tool will show a log of all the received and sent commands.
If you want to write your own C application to control the CC2531…
Hi,
I am not sure I understand your question, are you trying to use MT commands to communicate with the ZigBee device or do you want to know if it is possible to send data to the ZigBee device without using MT commands?
if you want to send MT commands…
Hi Leonardo,
You can find this information in the document Z-Stack ZNP Interface Specification.pdf and Z-Stack Monitor and Test API.pdf which are located in C:\Texas Instruments\Z-Stack Home 1.2.2.42930\Documents\API.
Also, if you are writing a host…
Hi,
we recommend using the CC253x dev kit for the out-of-box experience of the sample applications released of the Z-Stack SDK.
The sample applications we deliver have been written using the keyboard and the display of the SmartRF0x board.
CC2530DK…
Hi Carlo,
We have just released a new ZNP host framework that runs in any POSIX compliant OS as well as in TI-RTOS. This framework is composed of easy to use APIs to control the ZNP, it also comes with an example which is an interactive command line…
Hi,
yes CC2650 can support different standards: ZigBee, 6LoWPAN or BLE. Choice can be made at compile time, and TI offers the 3 different stacks.
BLE-SDK offers CCS support for application development, while Z-Stack SDK only supports IAR for the moment…
Hi,
CC2650 is our Ultra-Low Power platform device. It has extremely good power performance and therefore it targets embedded applications on a wireless MCU for devices which are battery powered, ie end devices. Typically sensor based applications are…
You can use the AF_DATA_REQUEST_EXT command, but be sure to set the dst endpoint to 0xFE.
I just tested this on CC2538 ZNP using the ZNP Host Framework command line trainer (more info on this here www.ti.com/.../tidc-znp-host-sw3 ):
Enter CMD
AF_DATA_REQUEST_EXT…
Hi,
it is not entirely true that there are no examples where the SW runs on the CC2531 dongle.
Z-Stack Home 1.2.2 SDK contains CC2531 dongle workspace in C:\Texas Instruments\Z-Stack Home 1.2.2.42930\Projects\zstack\ZNP\CC253x
Also, please note CC2531…