<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Packet structure send and receive via uart zigbee NCP</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83256/packet-structure-send-and-receive-via-uart-zigbee-ncp</link><description>Hi, 
 I&amp;#39;m trying to take advantage of nRF52840 as Zigbee NCP in communicate with a host microcontroller via UART. My problem is I don&amp;#39;t know what I have to send and what will get. 
 For example, Texas Instruments has a graphic user interface application</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Jan 2022 09:57:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83256/packet-structure-send-and-receive-via-uart-zigbee-ncp" /><item><title>RE: Packet structure send and receive via uart zigbee NCP</title><link>https://devzone.nordicsemi.com/thread/348450?ContentTypeID=1</link><pubDate>Wed, 19 Jan 2022 09:57:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cf823a5-4789-4f05-b1a1-51ced4f2d382</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We do not have any support for building for ESP32, but you can port the package to your desired platform yourself. You&amp;nbsp;will need to re-implement some part of OSIF (serial port access, logging subsystem, mechanism to restart the process etc) for your platform.&lt;/p&gt;
&lt;p&gt;Zephyr is not a Linux based operating system, it is an RTOS and it does not use any code from the Linux kernel. It inherits the configuration system (Kconfig and Devicetree) from Linux, but this is implemented in Python for portability to non-UNIX platforms.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Packet structure send and receive via uart zigbee NCP</title><link>https://devzone.nordicsemi.com/thread/348157?ContentTypeID=1</link><pubDate>Tue, 18 Jan 2022 03:23:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdff1efb-8ef5-41d3-b46e-dee09ee88802</guid><dc:creator>ashegheparyshun</dc:creator><description>&lt;p&gt;Any update?&lt;/p&gt;
&lt;p&gt;As Zephyr is a Linux based operating system, can I use NCP library if I run Zephyr on ESP32?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Packet structure send and receive via uart zigbee NCP</title><link>https://devzone.nordicsemi.com/thread/347252?ContentTypeID=1</link><pubDate>Tue, 11 Jan 2022 16:39:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed69a14b-c950-4e00-b6fe-25a71e3658d2</guid><dc:creator>ashegheparyshun</dc:creator><description>&lt;p&gt;Yes, ESP32 from &lt;a href="https://www.espressif.com/en/products/socs/esp32"&gt;Espressif&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Packet structure send and receive via uart zigbee NCP</title><link>https://devzone.nordicsemi.com/thread/347250?ContentTypeID=1</link><pubDate>Tue, 11 Jan 2022 16:35:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:251ec63d-21eb-4bcc-b32f-f673ca7b06d7</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;According to our developers, it should be possible to build the NCP Host package for any Linux Host MCU.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you have a specific MCU in mind that you want to use?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Packet structure send and receive via uart zigbee NCP</title><link>https://devzone.nordicsemi.com/thread/347226?ContentTypeID=1</link><pubDate>Tue, 11 Jan 2022 15:30:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d30a14fe-cd00-498d-ab41-f16c6259c9cb</guid><dc:creator>ashegheparyshun</dc:creator><description>&lt;p&gt;Does it mean it is impossible to use nRF50840 as a Zigbee NCP with a host microcontroller?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Packet structure send and receive via uart zigbee NCP</title><link>https://devzone.nordicsemi.com/thread/345722?ContentTypeID=1</link><pubDate>Mon, 03 Jan 2022 15:22:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2edb18b7-b293-43d3-a95b-718da2673b50</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Unfortunately, there is no documentation of the packet structure or commands for the NCP available publicly. You need to use the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrf/ug_zigbee_tools.html#zboss-ncp-host"&gt;ZBOSS NCP Host&lt;/a&gt; package to create the application to communicate with the NCP SoC.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>