Other Parts Discussed in Thread: CC2530, CC2531, CC2591, AM3517
Hi there,
I have a cc2530+cc2591 board with ZNP, it just looks like a cc2531 dongle but has UART Tx/Rx wired.
Recently, I read about zigbee lighting gateway http://processors.wiki.ti.com/index.php/ZigBee_Lighting_Gateway_SW.
I am using AM3517 and trying to communicate with this ZNP thru UART and active it as a coordinator.
I built up "Client Application" (android client) and "TI Linux SW" into AM3517 just like the diagram of the SW architecture shown in the document.
I can send commands (SWRA444) thru /dev/ttyS0 to CC2530ZNP and get responses all correctly.
My question is, how do I implement the third block which is "ZStack-lighting control bridge"? Can this block all be implemented into cc2530ZNP? What is the hardware of this block?
Thanks.