<?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>SEND RAW DATA USING ZIGBEE LIKE XBEE MODULES USING NRF52833</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92754/send-raw-data-using-zigbee-like-xbee-modules-using-nrf52833</link><description>Hi, in our project we have to send some raw data to one node to other node using zigbee. So i have checked every single example but it doesnt match with what i need. I have worked with Xbee modules before and that exacly what i need to do. In this project</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 17 Oct 2022 07:39:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92754/send-raw-data-using-zigbee-like-xbee-modules-using-nrf52833" /><item><title>RE: SEND RAW DATA USING ZIGBEE LIKE XBEE MODULES USING NRF52833</title><link>https://devzone.nordicsemi.com/thread/390907?ContentTypeID=1</link><pubDate>Mon, 17 Oct 2022 07:39:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e5c21c6-1da6-46ad-b691-cf0c94be8eaa</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;For Zigbee you need to use clusters and send cluster commands or read/write cluster attributes. There are no clusters that are designed to be used for GPS data, but you can try to use the Analog Input cluster, or create a custom cluster. Another option is to use the nRF 802.15.4 radio driver to send 802.15.4 packets. You can find the API documentation for the driver here: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.1.0/nrfxlib/nrf_802154/doc/api.html"&gt;nRF 802.15.4 Radio Driver API&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEND RAW DATA USING ZIGBEE LIKE XBEE MODULES USING NRF52833</title><link>https://devzone.nordicsemi.com/thread/390308?ContentTypeID=1</link><pubDate>Tue, 11 Oct 2022 14:35:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39e477be-5eae-42cc-823e-1f769d4bbd17</guid><dc:creator>FurkanCELIK</dc:creator><description>&lt;p&gt;Hi Marte&lt;/p&gt;
&lt;p&gt;We want to send GPS data like latitude:34.012355 longtitude:32.557799.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;we want to send and recieve this 2 parameter with Zigbee on nrf52833. How can we do this. I have checked every single example but didnt get a way to solve this problem.&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a class="ui-contentpeek internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/marte.m" data-contentid="a4ed6aa23e074759886422dc21532902" data-contenttypeid="e9ed411860ed4f2ba0265705b8793d05"&gt;Marte Myrvold&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And yes it is sending 802.15.4 packets. But it really doesnt matter the type of packages. I only want to send this 2 parameter with zigbee module on nrf52833&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEND RAW DATA USING ZIGBEE LIKE XBEE MODULES USING NRF52833</title><link>https://devzone.nordicsemi.com/thread/390306?ContentTypeID=1</link><pubDate>Tue, 11 Oct 2022 14:24:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74d85216-252b-4eb5-afde-ed20144461ae</guid><dc:creator>FurkanCELIK</dc:creator><description>&lt;p&gt;Hi Marte&lt;/p&gt;
&lt;p&gt;We want to send GPS data like latitude:34.012355 longtitude:32.557799.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;we want to send and recieve this 2 parameter with Zigbee on nrf52833. How can we do this. I have checked every single example but didnt get a way to solve this problem. &lt;a href="https://devzone.nordicsemi.com/members/marte.m"&gt;Marte Myrvold&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEND RAW DATA USING ZIGBEE LIKE XBEE MODULES USING NRF52833</title><link>https://devzone.nordicsemi.com/thread/390302?ContentTypeID=1</link><pubDate>Tue, 11 Oct 2022 14:15:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d109d04-8a49-4ed5-80e5-f1e9b5b0413b</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What type of data do you want to send? If you are going to send Zigbee packets then you must use ZBOSS, and most likely also ZCL, yes.&lt;/p&gt;
&lt;p&gt;When looking online I found the&amp;nbsp;digi.xbee.packets.raw module. Is this what you used when working with Xbee? If so, based on how I read the API it seems like this is sending general 802.15.4 packets, and not Zigbee packets. Is this correct?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>