<?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 NRF52840 cluster question with custom payload data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80678/zigbee-nrf52840-cluster-question-with-custom-payload-data</link><description>Hello, 
 I have a question about the best way of implementation. 
 The data will consists out of a struct with multiple pressure and temperature measurements coming from another device via UART(non Zigbee). 
 Is it the best solution to have a custom cluster</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Oct 2021 06:51:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80678/zigbee-nrf52840-cluster-question-with-custom-payload-data" /><item><title>RE: Zigbee NRF52840 cluster question with custom payload data</title><link>https://devzone.nordicsemi.com/thread/334478?ContentTypeID=1</link><pubDate>Mon, 18 Oct 2021 06:51:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1348877-30eb-4a5b-aeb7-552838ff6fa8</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In this scenario I would suggest implementing the nRF52840 router as a temperature and pressure measurement device, and using the measured value attribute in the temperature measurement and pressure measurement clusters. Upon receiving data from the&amp;nbsp;ESP32 measuring sensor, you can update the&amp;nbsp;attributes&amp;nbsp;with the data using&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.1.0/group___z_b___z_c_l___c_o_m_m_o_n.html?cp=8_3_5_1_1_1_24#ga63b3b1c3e65feaa0a5c1147ccc3ba153"&gt;zb_zcl_set_attr_val()&lt;/a&gt;, as is done inside the function&amp;nbsp;zb_app_timer_handler() in the multi sensor example. The coordinator can then get the value by either sending a read attributes command, or by configuring attribute reporting.&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: Zigbee NRF52840 cluster question with custom payload data</title><link>https://devzone.nordicsemi.com/thread/334401?ContentTypeID=1</link><pubDate>Fri, 15 Oct 2021 14:59:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f8c3a77-fd2f-4a97-84de-536e16646dc7</guid><dc:creator>Sebastiaan</dc:creator><description>&lt;p&gt;The flow is like this:&lt;/p&gt;
&lt;p&gt;ESP32 measuring sensor data and puts it into binary UART packet &amp;lt;- HARDWIRED -&amp;gt; NRF52840DK Router receives the packet&amp;nbsp; &amp;lt;- ZIGBEE -&amp;gt; NRF52840DK coordinator with W5500 to act as a gateway&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My question is how to properly send the UART received sensor data from the ESP32 to the coordinator (as seperate clusters, or as a binary packet)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zigbee NRF52840 cluster question with custom payload data</title><link>https://devzone.nordicsemi.com/thread/334367?ContentTypeID=1</link><pubDate>Fri, 15 Oct 2021 13:02:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68d5a733-5177-41ea-9dd5-0b670eb2c452</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Sebastiaan,&lt;/p&gt;
&lt;p&gt;Can you elaborate more on what your goal is? What sort of Zigbee device is it, and what is the device to do with the data after receiving it from another device over UART?&amp;nbsp;Will it do something with the data locally, or is the goal to make the device send the data to another Zigbee device? If it is to send the data, can you tell me more about the Zigbee device that is to receive it?&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>