You can refer to www.ti.com/.../TIDC-ZNP-HOST-SW3 and run it on Raspberry Pi to act as coordinator to form Zigbee network. After Zigbee network is formed, you can allow Zigbee device to join from coordinator and communicate with it.
If you don't have IAR license and want to use CC2630, you can use it as ZNP and would need an extra CPU to act as ZAP. Since you want to use Raspberry Pi, you can make it run as ZAP and connect CC2630 ZNP to it. You can refer to www.ti.com/.../TIDC-ZNP…
Other Parts Discussed in Thread: CC3200 Hi, greetings, I need help in porting the Porting Portable ZigBee Plug-In Software Framework to CC3200 Launchpad. www.ti.com/.../tidc-znp-host-sw3 The framework applications can be built under linux using gnu tools…
Hi,
please take a look at this: www.ti.com/.../tidc-znp-host-sw3
It is a portable host framework for MCU that are used in combination with CC253x or CC26xx ZNP devices.
The framework is POSIX compliant so it is highly portable in POSIX or pseudo POSIX…
Suyash Jain said: You can download the ZNP Host Framework software and associated document from the web-page: www.ti.com/.../TIDC-ZNP-HOST-SW3 . Also, you can find the software under the Related Tools and Software category on that page. Also there are…
Hi Leonardo,
Please see the post by TheDarkSide at e2e.ti.com/.../1474996 , this should help you get the RSSI from a received packet from the ZNP on the host processor.
Please note that ZNP Mini Kit is not recommended for new designs, we recommend using…
ZTool is just a PC example that shows you MT commands communications and I don't think it is suitable to be used as ZAP. I would suggest you to refer to Portable ZigBee Plug-In Software Framework for any OS at www.ti.com/.../TIDC-ZNP-HOST-SW3 . For the…
If you have a 256KB device, you can have the core ZigBee stack running on the 256KB device and have the Home Automation profile or the application running on the external MCU.
You can take a look at
www.ti.com/.../tidc-znp-host-sw3
www.ti.com/..…
Other Parts Discussed in Thread: CC2530 hi, we are working on a ZigBee gateway device and using a arm host to communicate with cc2530 znp through uart interface, and znp act as the coordinator of ZigBee network.
At this time, we tried to enable the…