<?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>SENDING GPS DATA OVER ZIGBEE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92697/sending-gps-data-over-zigbee</link><description>Hi everyone, i am new at this platform. 
 In my project, i need to take gps data from uart and send the data over zigbee with nrf52833. I haven&amp;#39;t found any example and don&amp;#39;t know where to start. 
 Thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Oct 2022 08:45:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92697/sending-gps-data-over-zigbee" /><item><title>RE: SENDING GPS DATA OVER ZIGBEE</title><link>https://devzone.nordicsemi.com/thread/389949?ContentTypeID=1</link><pubDate>Mon, 10 Oct 2022 08:45:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f12a3ba4-5e4c-475c-b80f-e44150ccb965</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;span&gt;Unimplemented signal (signal: &lt;/span&gt;&lt;span&gt;%d&lt;/span&gt;&lt;span&gt;, status: &lt;/span&gt;&lt;span&gt;%d&lt;/span&gt;&lt;span&gt;)&amp;quot; does not necessarily&amp;nbsp;mean that there is an error. It is printed when a signal that is not handled in the signal handler (zboss_signal_handler) is generated. You can find a list over all the signals in&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/3.12.1.0/group__zb__comm__signals.html#gae05c0ff285cfd03e0997fe438e8047fc"&gt;ZBOSS commissioning signals handler&lt;/a&gt;&amp;nbsp;if you look under the section &amp;quot;Signals passed to&amp;nbsp;zboss_signal_handler()&amp;quot;. As you see there signal 54 is&amp;nbsp;ZB_NWK_SIGNAL_PERMIT_JOIN_STATUS, which means that the network was just closed or opened.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Marte&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SENDING GPS DATA OVER ZIGBEE</title><link>https://devzone.nordicsemi.com/thread/389908?ContentTypeID=1</link><pubDate>Sun, 09 Oct 2022 15:26:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e857ded5-1e78-40c6-9db1-edb43977508a</guid><dc:creator>FurkanCELIK</dc:creator><description>&lt;p&gt;Also i have tried the coordinator example with shell.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i have write this commands to the shell&lt;/p&gt;
&lt;p&gt;&amp;gt; bdb role zr&lt;/p&gt;
&lt;p&gt;&amp;gt; bdb start&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And my coordinator screen like this :&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1665329085875v1.png_2D00_640x480.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Also my shell screen is here:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1665329139416v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Those are the example and i didnt change anything. But i guss there is a problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SENDING GPS DATA OVER ZIGBEE</title><link>https://devzone.nordicsemi.com/thread/389906?ContentTypeID=1</link><pubDate>Sun, 09 Oct 2022 13:34:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eeb9bd79-9612-4b05-84fd-c593948f2377</guid><dc:creator>FurkanCELIK</dc:creator><description>&lt;p&gt;Hi,i have start with light blub and network coordinator examples. But i have got an message like that on the coordinator terminal.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1665322424318v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;And my light bulb terminal also have a Unimplemented signal error. So what is wrong with those ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SENDING GPS DATA OVER ZIGBEE</title><link>https://devzone.nordicsemi.com/thread/389896?ContentTypeID=1</link><pubDate>Sun, 09 Oct 2022 01:56:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4240f9d-b87e-4adc-a63d-c549c38dca1d</guid><dc:creator>thiago_hd</dc:creator><description>&lt;p&gt;There are some examples here:&amp;nbsp;&lt;a id="" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.1.0/nrf/samples.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.1.0/nrf/samples.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And here: &lt;a id="" href="https://docs.zephyrproject.org/latest/samples/index.html"&gt;https://docs.zephyrproject.org/latest/samples/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On VSCode NCS extension it&amp;#39;s really easy to setup the examples. Take a look at some tutorials on YouTube Nordic Semi channel.&lt;/p&gt;
&lt;p&gt;I suggest you to start with something simpler to get to know zephyr.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>