Part Number: CC2652P Other Parts Discussed in Thread: Z-STACK , SIMPLELINK-CC13XX-CC26XX-SDK Hi,
I want to develop a ZigBee Smart Energy Profile 1.1b end device or a router on CC2652P to read energy values from a smart meter that is ZSEP 1.1b compliant…
Hi Koen,
Thank you for the sniffer and host logs. How many devices are actively communicating on the network when the failure occurs, and is there a correlation between the number of active devices and the stability of the ZNP? This is a lot of information…
For the most part, I see packets being ACKed which implies that the network has not crashed as previously implied. What is the host being used and is the ZNP in question ( triggering AF_ INCOMING_ MSG_ CMD) the ZC or ZED? Be sure to answer my other earlier…
Aries Lord said: If Matter and ZigBee can run at same MAC-layer and same Channel, only one radio is needed
Yes, that is the challenge. Matter is using openthread, which has its own MAC functions: https://github.com/openthread/openthread/tree/main/src…
Hello -
Have you programmed the EDID PROM with a binary file? See attached instructions and binary file.
Customer DLPC230 and TPS99000 Fresh PCB Start Up Procedure.docx https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files…
Hi Cherry,
If you add a USER_ProcessEvent to tasksArr then you will need to add a USER_Init to osalInitTasks as well and follow other *_Init functions to determine the correct initialization procedure. Are they using the ZNP and connecting to a gateway…
Hi,Gokul
thank you for your response.
following the setps,
1.building the ti-uboot project, The below command was performd ( add a config file " j722s_evm_r5_usbdfu.config "), and then will be generate new tiboot3.bin,tispl.bin and u-boot.img
…
1. You cannot change role dynamically. Basically, you have to use different firmwares for different role. The alternative is to use ZNP/ host architecture but that would need an extra MCU and you have to write ZCL and application log j x by yourself.…
Hi Roberto,
Please refer to the latest Z-Stack User's Guide documentation for your research.
Using an external MCU to host your Zigbee application is certainly feasible and the common use-case of Zigbee gateways. Please refer to the ZNP Guide .…