<?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>Example 【ble_app_uart】 import head file from 【proprietary_rf】</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37529/example-ble_app_uart-import-head-file-from-proprietary_rf</link><description>Hi， 
 SDK：nRF5_SDK_15.0.0_a53641a 
 Chip：nRF52810 
 Example BLE：ble_app_uart（pca10040e \ s112） 
 Example 2.4G：esb_prx（pca10040） 
 I am working on BLE and 2.4G integration projects.（I also read the documentation for Timeslot.） 
 Open example ble_app_uart</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Aug 2018 09:25:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37529/example-ble_app_uart-import-head-file-from-proprietary_rf" /><item><title>RE: Example 【ble_app_uart】 import head file from 【proprietary_rf】</title><link>https://devzone.nordicsemi.com/thread/144666?ContentTypeID=1</link><pubDate>Fri, 17 Aug 2018 09:25:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81d1dd81-bc14-4d5c-8771-9e09ca3bd8aa</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;Thank you, I am trying to modify it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example 【ble_app_uart】 import head file from 【proprietary_rf】</title><link>https://devzone.nordicsemi.com/thread/144568?ContentTypeID=1</link><pubDate>Thu, 16 Aug 2018 14:08:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:540626c6-fb61-4e65-aec6-3ead0e718231</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="67740" url="~/f/nordic-q-a/37529/example-ble_app_uart-import-head-file-from-proprietary_rf/144517"]Need to change to the number swi3, is it possible to conflict with BLE?[/quote]
&lt;p&gt;No, SWI3 does not &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s112.sds/dita/softdevices/s130/sd_resource_reqs/app_signal_sw_interrupt.html?cp=2_3_0_0_6_1"&gt;conflict with BLE/SoftDevice&lt;/a&gt;.&lt;/p&gt;
[quote userid="67740" url="~/f/nordic-q-a/37529/example-ble_app_uart-import-head-file-from-proprietary_rf/144517"]Should only need to add these two parts?[/quote]
&lt;p&gt;Yes, for ESB you don&amp;#39;t need to include&amp;nbsp;more files.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example 【ble_app_uart】 import head file from 【proprietary_rf】</title><link>https://devzone.nordicsemi.com/thread/144517?ContentTypeID=1</link><pubDate>Thu, 16 Aug 2018 11:43:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8bdb163-323c-41f1-88a9-b463f289c593</guid><dc:creator>tony55723</dc:creator><description>&lt;p&gt;Thank you for answer,&lt;/p&gt;
&lt;p&gt;Need to change to the number swi3, is it possible to conflict with BLE?&lt;/p&gt;
&lt;p&gt;The two red boxes on the left indicate the files I added.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Should only need to add these two parts?&lt;/p&gt;
&lt;p&gt;Please forgive me for lack of knowledge and experience, I must make samples as soon as possible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example 【ble_app_uart】 import head file from 【proprietary_rf】</title><link>https://devzone.nordicsemi.com/thread/144448?ContentTypeID=1</link><pubDate>Thu, 16 Aug 2018 08:27:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff5946ba-9e1d-47fe-ae19-90e895802329</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please change&amp;nbsp;nrf_esb_bitrate_t so it looks like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/**@brief Enhanced ShockBurst bitrate modes. */
typedef enum {
    NRF_ESB_BITRATE_2MBPS     = RADIO_MODE_MODE_Nrf_2Mbit,      /**&amp;lt; 2 Mb radio mode.                                                */
    NRF_ESB_BITRATE_1MBPS     = RADIO_MODE_MODE_Nrf_1Mbit,      /**&amp;lt; 1 Mb radio mode.                                                */
#if !(defined(NRF52840_XXAA) || defined(NRF52810_XXAA))
    NRF_ESB_BITRATE_250KBPS   = RADIO_MODE_MODE_Nrf_250Kbit,    /**&amp;lt; 250 Kb radio mode.                                              */
#endif //NRF52840_XXAA
    NRF_ESB_BITRATE_1MBPS_BLE = RADIO_MODE_MODE_Ble_1Mbit,      /**&amp;lt; 1 Mb radio mode using @e Bluetooth low energy radio parameters. */
#if defined(NRF52_SERIES)
    NRF_ESB_BITRATE_2MBPS_BLE = 4                               /**&amp;lt; 2 Mb radio mode using @e Bluetooth low energy radio parameters. */
#endif
} nrf_esb_bitrate_t;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You might also need to change the SWI&amp;nbsp;instance used by ESB. Try SWI3 if you run into any issues with that.&lt;/p&gt;
&lt;p&gt;Snippet:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define     ESB_EVT_IRQ                         SWI3_IRQn           //!&amp;lt; The ESB event IRQ number when running on an nRF5 device.
#define     ESB_EVT_IRQHandler                  SWI3_IRQHandler     //!&amp;lt; The handler for @ref ESB_EVT_IRQ when running on an nRF5 device.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Note: We are adding full ESB support for nRF52810 in the next version of the SDK.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>