Hi Frangline,
I assume you are using the C55X-USBAUDIO — C55x USB Audio Class Framework Version: 02.00.02.04 Release date: 14 May 2013.
From the screen shots, it seems the USB enumeration never starts. Make sure you have the following HW setup properly…
If you are further interested in ZCL development using the ZNP then it may be worthwhile to consider more advanced host interfaces than Z-Tool, such as zigbee2mqtt .
Regards, Ryan
Therein lies the problem, since this endpoint is registered by the local application with its appServiceTaskId entity, messages will not be passed to the MT_TaskID. This is as an attempt to prevent two applications (MT host and local) from controlling…
In you case, I suppose you can use ZNP running on CC2652 and Arduino acts as host to send MT commands for Zigbee communicating. I would suggest you to use ZTool to get familiar with MT commands before you do this on Arduino. You can try to refer to https…
1. Just the ZNP firmware needs to be loaded manually as it does not come loaded by default, the Zigbee application is stored on the host processor as described in the Z-Stack Linux Gateway User's Guide .
2. There is no Zigbee module available from TI…
Hello Thierry,
Thierry HAUSER said: REFCLK is not propagated, so I suppose than synchronization is done by using Independent Reclks (IR) and not Common Refclk (CC)
Yes. That's especially important because on all but the first AM64x EVM revisions …
Hi,
Those examples we provide use a linux based host since it usually has the resources/setup for IP interface (e.g. wi-fi, ethernet). A collection of different linux tools are also used along the way.
In theory, it is possible to use some other,…
Hello Antonio,
Which version of Z-Stack are you evaluating? MT_ZdoHandleExceptions filters out Simple_Desc_rsp with an incorrect cmd.DataLength (less than five) such that MT_ZdoDirectCB doesn't call MT_BuildAndSendZToolResponse. You will need to modify…