<?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>Radio and BLE softdevice on same build?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74101/radio-and-ble-softdevice-on-same-build</link><description>How do I configure the chip to operate in radio mode or BLE mode on the same build? 
 It seems the radio mode example projects use no soft device, but the BLE project I want uses the s140. 
 Thanks!</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Apr 2021 10:14:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74101/radio-and-ble-softdevice-on-same-build" /><item><title>RE: Radio and BLE softdevice on same build?</title><link>https://devzone.nordicsemi.com/thread/305479?ContentTypeID=1</link><pubDate>Mon, 19 Apr 2021 10:14:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdb206d5-f4f5-4447-abf8-4733f299ec84</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you want to switch between using BLE and a custom radio protocol (without any concurrent multiprotocol support), this should be as simple as adding the radio functions from the radio examples into the BLE examples, and make sure to disable the softdevice before accessing the radio registers directly.&lt;/p&gt;
&lt;p&gt;If you want to do concurrent multiprotocol, you can only access the radio through the softdevice&amp;#39;s timeslot API. See&amp;nbsp;&lt;a title="Multiprotocol support" href="https://infocenter.nordicsemi.com/topic/sds_s140/SDS/s1xx/multiprotocol_operation/multiprotocol_support.html?cp=4_7_4_0_8"&gt;Multiprotocol support&lt;/a&gt;&amp;nbsp;in the softdevice documentation for more details.&lt;/p&gt;
&lt;p&gt;We have a&amp;nbsp;&lt;a title="Multiprotocol Application" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_gzll.html?cp=7_1_4_9_2"&gt;Multiprotocol Application&lt;/a&gt;&amp;nbsp;example in the SDK, that shows switched multiprotocol operation with BLE/softdevice. This example uses the proprietary Gazell protocol, and not the radio registers directly.&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>