<?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>Benchmark zigbee example has some problems</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41329/benchmark-zigbee-example-has-some-problems</link><description>...\sdk\nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac\examples\multiprotocol\benchmark\zigbee 
 IDE: Segger Embedded Studio. 
 HW: Two 52840 DK, name them : A &amp;amp; B 
 PC Cli: Tera term. 
 Problems: 
 1. About zigbee. A starts as a coordinate, B starts as</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Jan 2019 16:45:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41329/benchmark-zigbee-example-has-some-problems" /><item><title>RE: Benchmark zigbee example has some problems</title><link>https://devzone.nordicsemi.com/thread/165575?ContentTypeID=1</link><pubDate>Mon, 14 Jan 2019 16:45:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d3307b4-bef3-4c70-bf3b-b6da109b8daa</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have been able to reproduce both issues. They have been reported internally, and the developers will have a look at the issues.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Benchmark zigbee example has some problems</title><link>https://devzone.nordicsemi.com/thread/163379?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 09:41:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa0d96e7-8a05-4eb2-8eb9-a9e4df667cbd</guid><dc:creator>helen</dc:creator><description>&lt;p&gt;case 2:&lt;/p&gt;
&lt;p&gt;void ble_ping_evt_handle(const ble_evt_t * p_evt)&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt; switch (p_evt-&amp;gt;header.evt_id)&lt;br /&gt; {&lt;br /&gt; case BLE_GAP_EVT_CONNECTED:&lt;br /&gt; &lt;br /&gt; if (!m_initialized)&lt;br /&gt; {&lt;br /&gt; ble_ping_init();&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; break;&lt;/p&gt;
&lt;p&gt;case BLE_GAP_EVT_DISCONNECTED:&lt;br /&gt;m_initialized = false;&lt;br /&gt; &lt;br /&gt; break;&lt;/p&gt;
&lt;p&gt;default:&lt;br /&gt; break;&lt;br /&gt; }&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;When&amp;nbsp;&lt;span&gt;BLE_GAP_EVT_DISCONNECTED,m_initialized = false. When connect again, this will cause another&amp;nbsp;ble_ping_init();&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Indeed,return&amp;nbsp;NRF_ERROR_NO_MEM.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So comment this&amp;nbsp; line //m_initialized&amp;nbsp;= false;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;And&amp;nbsp;add below code when&amp;nbsp;&lt;span&gt;BLE_GAP_EVT_CONNECTED for&amp;nbsp;&lt;/span&gt;BLE_GATTS_EVT_SYS_ATTR_MISSING.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;uint32_t err_code;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;err_code = sd_ble_gatts_sys_attr_set(p_evt-&amp;gt;evt.gap_evt.conn_handle, NULL, 0, 0);&lt;br /&gt; APP_ERROR_CHECK(err_code);&lt;/span&gt;&lt;br /&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Benchmark zigbee example has some problems</title><link>https://devzone.nordicsemi.com/thread/160833?ContentTypeID=1</link><pubDate>Sat, 08 Dec 2018 12:42:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:051ec3d9-70d1-47c3-afad-21de9cb069c7</guid><dc:creator>longrain</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;*Case 1：&lt;/p&gt;
&lt;p&gt;B:bdb start&amp;nbsp;&lt;span&gt;-&amp;gt;&lt;/span&gt;zdo eui64.&lt;/p&gt;
&lt;p&gt;A: bdb role zc&lt;span&gt;-&amp;gt;&lt;/span&gt; bdb start&lt;span&gt;-&amp;gt;&lt;/span&gt; zcl ping xxxxxx 10 .&amp;nbsp; &amp;nbsp; &lt;span&gt;B will ouccur an error.&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;error:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1544272646765v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1544272685202v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Enable DEBUG,but no log info.&lt;/p&gt;
&lt;p&gt;*Case 2:&lt;/p&gt;
&lt;p&gt;&amp;nbsp; B:ble ble info&amp;nbsp; -&amp;gt; ble start&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;A:ble conn start xxxx . --&amp;gt; ble conn stop&amp;nbsp;&lt;span&gt;&amp;nbsp;-&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;ble conn start xxxx.&amp;nbsp; &amp;nbsp;B will ouccur an error.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1544272824343v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1544272878643v4.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Benchmark zigbee example has some problems</title><link>https://devzone.nordicsemi.com/thread/160757?ContentTypeID=1</link><pubDate>Fri, 07 Dec 2018 13:51:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b297faaf-0bbf-480e-97dc-147e33b28db5</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you post the exact commands you use in both cases, and what errors you are seeing?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>