<?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>BLE MESH/THREAD/ZIGBEE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62161/ble-mesh-thread-zigbee</link><description>Hi, 
 I am evaluating a project where I want to run light switch on nrf52840. This is supposed to support mentioned protocols - BLE Mesh, Thread and Zigbee, but NOT concurrently. So I am looking for a best way to create generic application that will support</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Jun 2020 14:31:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62161/ble-mesh-thread-zigbee" /><item><title>RE: BLE MESH/THREAD/ZIGBEE</title><link>https://devzone.nordicsemi.com/thread/253338?ContentTypeID=1</link><pubDate>Thu, 04 Jun 2020 14:31:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58454921-8fb3-4384-b7ba-943916d05b65</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello Michal,&lt;/p&gt;
&lt;p&gt;That is a rare request. I don&amp;#39;t know if this is possible at all. You would require to use all 3 stacks, which by default will overlap.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I believe the first thing you would need to do is to have a very small main() function, just checking what protocol to use, and then start the main() function for that protocol based on that decision.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You should start with the Thread and Zigbee SDK, and then you need to add everything you need from the mesh SDK to that.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As I mentioned. It sounds a bit messy, and I don&amp;#39;t know if it is possible, but I can&amp;#39;t think of anything that indicates that it will not work. The BLE stack (the softdevice) is a binary, so you can&amp;#39;t move that, but if you include the rest of the stacks during compile time, I believe they will be stacked upon each other. You simply have to try it out, and see if it works.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>