<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JN5168 adding new Clusters in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/JN5168-adding-new-Clusters/m-p/680612#M3134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can take a look the&amp;nbsp;ZigBee 3.0 Devices User Guide&amp;nbsp;1.4 Device Initialisation&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/docs/en/user-guide/JN-UG-3114.pdf" title="http://www.nxp.com/docs/en/user-guide/JN-UG-3114.pdf"&gt;http://www.nxp.com/docs/en/user-guide/JN-UG-3114.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;register the device by calling the relevant device registration function - for example, eZLO_RegisterDimmableLightEndPoint()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2017 23:08:00 GMT</pubDate>
    <dc:creator>mario_castaneda</dc:creator>
    <dc:date>2017-06-30T23:08:00Z</dc:date>
    <item>
      <title>JN5168 adding new Clusters</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN5168-adding-new-Clusters/m-p/680611#M3133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have a JN5168-000-M01 and I'm working with the &lt;A href="http://www.nxp.com/documents/application_note/JN-AN-1217.zip"&gt;JN-AN-1217&lt;/A&gt; &lt;A href="http://www.nxp.com/documents/application_note/JN-AN-1217.zip"&gt;ZigBee 3.0 Base Device Template&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After some hard time getting into the Materia I got the Base Device to work as a router, connect to a coordinator and I'm able to control a LED wireless via the Base Device On/Off Cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to add other clusters, especially the MultistateOutputBasic. In the ZCL User I found the function&lt;/P&gt;&lt;DIV data-canvas-width="155.32938720000004" style="left: 355.32px; top: 161.142px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(1.05666);"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; eCLD_MultistateOutputBasicCreateMultistateOutputBasic &lt;/STRONG&gt;to create the cluster, but there's the following note:&lt;/DIV&gt;&lt;DIV data-canvas-width="155.32938720000004" style="left: 355.32px; top: 161.142px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(1.05666);"&gt;&lt;DIV data-canvas-width="30.638952000000003" style="left: 253.08px; top: 459.943px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(1.05652);"&gt; &lt;/DIV&gt;&lt;DIV data-canvas-width="30.638952000000003" style="left: 253.08px; top: 459.943px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(1.05652);"&gt;Note:&lt;/DIV&gt;&lt;DIV data-canvas-width="275.15894400000025" style="left: 283.68px; top: 459.943px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(0.975741);"&gt;This function must not be called for an endpoint on&lt;/DIV&gt;&lt;DIV data-canvas-width="171.65581920000005" style="left: 253.08px; top: 474.343px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(0.969807);"&gt;which a standard ZigBee device&lt;/DIV&gt;&lt;DIV data-canvas-width="154.70190720000005" style="left: 424.8px; top: 474.343px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(0.960881);"&gt;will be used. In this case, the&lt;/DIV&gt;&lt;DIV data-canvas-width="174.52668960000003" style="left: 253.08px; top: 488.743px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(0.964236);"&gt;device and its supported clusters&lt;/DIV&gt;&lt;DIV data-canvas-width="142.6315824" style="left: 427.536px; top: 488.743px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(0.970283);"&gt;must be registered on the&lt;/DIV&gt;&lt;DIV data-canvas-width="296.3629871999999" style="left: 253.08px; top: 503.142px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(0.978096);"&gt;endpoint using the relevant device registration function&lt;/DIV&gt;&lt;DIV data-canvas-width="296.3629871999999" style="left: 253.08px; top: 503.142px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(0.978096);"&gt; &lt;/DIV&gt;&lt;DIV data-canvas-width="296.3629871999999" style="left: 253.08px; top: 503.142px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(0.978096);"&gt;I can't find this relevant device registration function. It's the same note on every cluster but I'm not able to find anything about these registration functions.&lt;/DIV&gt;&lt;DIV data-canvas-width="296.3629871999999" style="left: 253.08px; top: 503.142px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(0.978096);"&gt; &lt;/DIV&gt;&lt;DIV data-canvas-width="296.3629871999999" style="left: 253.08px; top: 503.142px; font-size: 11.952px; font-family: sans-serif; transform: scaleX(0.978096);"&gt;Please, could anyone help me and give some infos? :smileyhappy:&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 12:37:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN5168-adding-new-Clusters/m-p/680611#M3133</guid>
      <dc:creator>martinpannenbae</dc:creator>
      <dc:date>2017-06-09T12:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: JN5168 adding new Clusters</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN5168-adding-new-Clusters/m-p/680612#M3134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can take a look the&amp;nbsp;ZigBee 3.0 Devices User Guide&amp;nbsp;1.4 Device Initialisation&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/docs/en/user-guide/JN-UG-3114.pdf" title="http://www.nxp.com/docs/en/user-guide/JN-UG-3114.pdf"&gt;http://www.nxp.com/docs/en/user-guide/JN-UG-3114.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;register the device by calling the relevant device registration function - for example, eZLO_RegisterDimmableLightEndPoint()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 23:08:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN5168-adding-new-Clusters/m-p/680612#M3134</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2017-06-30T23:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: JN5168 adding new Clusters</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN5168-adding-new-Clusters/m-p/680613#M3135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for your reply on my question :smileyhappy:&lt;/P&gt;&lt;P&gt;I'm a total beginner in ZigBee development and wireless connectivity in general so I'm sorry if my questions might be superficial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with the ZigBee 3.0 Base Device Template and therefore used the function eZHA_RegisterBaseDeviceEndPoint() to register the Endpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a device which combines the functions of several sensors and actors. I changed the Application Device ID to 7 for a combined Interface and it gets recognized like this from my ZigBee Coordinator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I if I add a Temperature Measurement Cluster I can also see the cluster with the ZigBee coordinator, but can't see any data. Also from the Basic Cluster I can't read any data like Manufacturer name what was wondering me from the beginning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The defines&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;#define ZCL_ATTRIBUTE_READ_SERVER_SUPPORTED&lt;BR /&gt;#define ZCL_ATTRIBUTE_WRITE_SERVER_SUPPORTED&lt;BR /&gt;#define ZCL_ATTRIBUTE_READ_CLIENT_SUPPORTED&lt;BR /&gt;#define ZCL_ATTRIBUTE_WRITE_CLIENT_SUPPORTED&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;are all made in the zcl_options.h and in the app.zpscfg I set every discoverable property for any cluster as TRUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what I'm doing wrong? I can receive ON/OFF Commands with my device but it seems to not send anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would be so happy if someone could try to give me some help :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 09:51:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN5168-adding-new-Clusters/m-p/680613#M3135</guid>
      <dc:creator>martinpannenbae</dc:creator>
      <dc:date>2017-07-07T09:51:18Z</dc:date>
    </item>
  </channel>
</rss>

