<?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 Coordinator and BLE peripheral</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50748/zigbee-coordinator-and-ble-peripheral</link><description>Hi to all, I&amp;#39;m developing a new device that should be a multiprotocol: Zigbee (as coordinator) and BLE peripheral (with his own GATT) There is an example for this integration? Many thanks for answer Abele Barbieri - Como (ITALY)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Aug 2019 16:31:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50748/zigbee-coordinator-and-ble-peripheral" /><item><title>RE: ZigBee Coordinator and BLE peripheral</title><link>https://devzone.nordicsemi.com/thread/203150?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2019 16:31:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bcba8d28-2637-4a85-9f2b-96c2bf214607</guid><dc:creator>abe</dc:creator><description>&lt;p&gt;Ok thanks, I will try the changes you listed.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZigBee Coordinator and BLE peripheral</title><link>https://devzone.nordicsemi.com/thread/203030?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2019 10:42:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49b2ce34-2e31-4cc8-9b61-3dfde7cad0da</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi Abele.&lt;/p&gt;
&lt;p&gt;You can look at any of the multiprotocol Zigbee examples, and define this in the zigbee_init() function.&lt;/p&gt;
&lt;p&gt;For example, in examples\multiprotocol\ble_zigbee\ble_zigbee_dynamic_light_switch_nus\main.c and zigbee_init(), you&amp;nbsp; have:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;    /* Set up Zigbee protocol main parameters. */
    zb_set_network_ed_role(IEEE_CHANNEL_MASK);
    zigbee_erase_persistent_storage(ERASE_PERSISTENT_CONFIG);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;zb_set_network_ed_role() defines this device to be an end device.&lt;/p&gt;
&lt;p&gt;If you want this device to be a coordinator you have to change zb_set_network_ed_role() to zb_set_network_coordinator_role(), and also add zb_set_max_children(10 for example).&lt;/p&gt;
&lt;p&gt;You also have to change the included library. For a coordinator libzboss.a should be included, for a end device libzboss.ed.a should be included.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>