Part Number: SIMPLELINK-CC13X2-26X2-SDK
Other Parts Discussed in Thread: Z-STACK, SIMPLELINK-CC13XX-CC26XX-SDK
I'm trying to figure out how to commission a green power device through a Simplelink 6.30 ZNP.
In the docs I see the following:
- ZNP includes the necessary GP Stub interfaces which are available to the application and allow it to implement GP basic proxy functionality on the host processor (Zigbee Network Processor (ZNP) Interface — SimpleLink CC13XX/CC26XX SDK Z-Stack User's Guide 6.30.00 documentation)
- The current version of ZNP device does not support commissioning GP devices in the network if these devices require the basic proxy device to switch channel during this commissioning process. (Zigbee Network Processor (ZNP) Interface — SimpleLink CC13XX/CC26XX SDK Z-Stack User's Guide 6.30.00 documentation)
Based on the above it seems to be possible; my GP device does not require channel switching. How do I implement the stub on the host processor side? Currently when the GP device sends a commissioning message, nothing is sent to the host processor (over USB).