Other Parts Discussed in Thread: CC2530, Z-STACK, CC2650
Dear all,
Where can I get the source code of cc2538 znp used in the example mentioned in the document titled Developing a ZigBee System Using a CC2530-ZNP Approach?
Many thanks
Barry
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.
Dear Jason,
I used the hex file named cc2538-znp-120-usb-tclk.hex inside \znp-host-framework-znp-host-framework\bin of the git repo: https://git.ti.com/znp-host-framework/znp-host-framework with CC2538EM.
I used it as a router. I got another ZigBee module CC2530 using the program (not ZNP) based on the ZigBee Z-Stack and worked as Coordinator.
Result: That CC2538EM can join to the network with that CC2530.
Then, I debugged and downloaded the project located at \Z-Stack 3.0.0\Projects\zstack\ZNP\CC2538\ into the same CC2538EM module.
I repeated the above procedures.
Result: The CC2538EM **CANNOT** join to the network with that CC2530. Here is the error:
I assume there should be some differences between the hex file provided and the source code provided. I would appreciate that if you would find out the difference or you can provide the source code of the cc2538-znp-120-usb-tclk.hex. Thank you very much.
P.S. I used the ZAP program provided from https://git.ti.com/znp-host-framework/znp-host-framework and run at Ubuntu 16.04.
Best regards,
Barry
As I replied you in previous post, znp-host-framework doesn't use any Zigbee profile but SampleLight does. This is why your device cannot join CC2530 SampleLight.
To FAE,
I build the znp-host-framework in my Linux host and plug CC2650 launchpad via USB.
I can see /dev/ttyACM0 and /dev/ttyACM1 nodes, then perform nwkTopology.bin and it can run.
Does it mean my CC2650 can successfully run the Z-Stack 3.0 to behave as coordinator/router/end-device ?
thanks,
Jada