Hi,
I'm trying to take advantage of nRF52840 as Zigbee NCP in communicate with a host microcontroller via UART. My problem is I don't know what I have to send and what will get.
For example, Texas Instruments has a graphic user interface application for PC called ZTool, using this application you can communicate with for example cc26x2 launchpad over UART and send network formation command, and receive the result. It also has a document about it's packet structure, for example, there is a start byte followed by command type, command, etc.
I'm looking for this packet structure.
TNX