<?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>ZigBee sending and receiving string.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82947/zigbee-sending-and-receiving-string</link><description>I have been working and studying how zigbee protocol works, I start with coordinator, light bulb and light switch. it was fun example. However now I want to send the reading from temperate sensor to the coordinator because when I search in source code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Dec 2021 16:50:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82947/zigbee-sending-and-receiving-string" /><item><title>RE: ZigBee sending and receiving string.</title><link>https://devzone.nordicsemi.com/thread/344672?ContentTypeID=1</link><pubDate>Tue, 21 Dec 2021 16:50:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f511e36-497f-427b-91ef-c3e8a9e44ee0</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As a beginner, you&amp;nbsp;could try referring to the&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.0.0%2Fzigbee_example_cli_agent.html"&gt; CLI example &lt;/a&gt;in the&amp;nbsp;&lt;span&gt;SDK\examples\zigbee\experimental\cli\cli_agent_router. The test description is also available. Unfortunately, this is not available in the nRF Connect SDK as of now and you could use the nrf5 SDK.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;There is also the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.0.0%2Fzigbee_multi_sensor_example.html&amp;amp;cp=8_7_0_3_8_5_3"&gt;Multi-Sensor example&lt;/a&gt; which can help in sending and receiving data.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Zigbee networks are generally private and it&amp;#39;s open only for a few minutes and then in order to add new nodes later, you need to open it again.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I would suggest you to begin with the CLI example and you can test how this behaves and learn more.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Priyanka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZigBee sending and receiving string.</title><link>https://devzone.nordicsemi.com/thread/344469?ContentTypeID=1</link><pubDate>Tue, 21 Dec 2021 02:28:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e86950a1-4bb4-42c2-b483-7edd1fd9cafa</guid><dc:creator>psychogenic</dc:creator><description>&lt;p&gt;Oh, and of course there&amp;#39;s the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/3.9.0.1/index.html"&gt;Nordic-specific zboss api docs&lt;/a&gt;, but I haven&amp;#39;t found it all that helpful--it&amp;#39;s both a bit overwhelming and then lacking details where you need them (e.g. &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/3.9.0.1/group__zb__general__set.html#ga7767a6018a3c4a62f5d7942e341ff1a5"&gt;zb_set_channel_mask()&lt;/a&gt; has a single example, no details about whether the params are channel numbers or standard 16 bit mask, where bit two is channel 11 or whatever, that example calls zb_set_channel() which doesn&amp;#39;t exist and it doesn&amp;#39;t tell you when this needs to be set other than the fact it&amp;#39;s in the &amp;quot;before start&amp;quot; section, and finally that thing did nothing for me when I tried it...). Oh, the joys of generated documentation.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Still, probably a pretty good place to start if you&amp;#39;re building on nRF.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZigBee sending and receiving string.</title><link>https://devzone.nordicsemi.com/thread/344468?ContentTypeID=1</link><pubDate>Tue, 21 Dec 2021 02:15:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:310660f0-bb94-430e-97f2-59fe8dbdd265</guid><dc:creator>psychogenic</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp; just getting started with zigbee myself and can&amp;#39;t answer directly.&amp;nbsp; However, a few resources that I&amp;#39;ve been leaning on to get going are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;a href="https://zboss.dsr-wireless.com/downloads/index/zboss"&gt;zboss source&lt;/a&gt; (behind one of those annoying create-an-account-to-download things, but open/free) has a bunch of stuff under tests/ that might be useful (e.g. tests/zdo_start_secur/)&lt;/li&gt;
&lt;li&gt;Search for &lt;a href="https://www.google.com/search?q=zigbee+05-3520-29"&gt;zigbee document 05-3520&lt;/a&gt; (home automation public application profile), it gives a lot of info on how zigbee works and how nodes are supposed to behave.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you find better, would love to know.&lt;/p&gt;
&lt;p&gt;Good luck,&lt;/p&gt;
&lt;p&gt;P&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>