<?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>RF communication method in BLE Keyboard example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45588/rf-communication-method-in-ble-keyboard-example</link><description>Hi. 
 I am using SDK15.0.0. 
 I tested the RF communication through the ESB example. 
 
 And I have tested the BLE communication using the ble_app_hids_keyboard example. 
 
 I want to combine the two codes to create a keyboard that can be both BLE and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Apr 2019 07:02:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45588/rf-communication-method-in-ble-keyboard-example" /><item><title>RE: RF communication method in BLE Keyboard example</title><link>https://devzone.nordicsemi.com/thread/181222?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2019 07:02:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d48657f-6ea3-49a8-b1d2-3f1ba7dc9191</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;No, you can&amp;#39;t just merge the proprietary RF examples with the BLE examples.&lt;/p&gt;
&lt;p&gt;The proprietary RF examples assume they have exclusive access to the radio, and so does the BLE SoftDevice. If you try to merge them directly you will get problems when both the proprietary protocol and the SoftDevice try to access the radio directly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To make proprietary protocols work during BLE activity you have to schedule all the radio activity through time slots, using the timeslot API of the SoftDevice.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is a lot more complicated, and only allows the proprietary RF protocol access to the radio when the SoftDevice doesn&amp;#39;t need it.&lt;/p&gt;
&lt;p&gt;For this reason it would be much easier to simply use BLE in both cases, whether you are talking to the dongle or talking directly to a PC or mobile device.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RF communication method in BLE Keyboard example</title><link>https://devzone.nordicsemi.com/thread/181196?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2019 02:24:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdece62c-b8c8-46d6-8bde-a2bf18d6c5f2</guid><dc:creator>powerup</dc:creator><description>&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;I want to use BLE communication with a PC or mobile device without a receiver.&lt;/p&gt;
&lt;p&gt;Simply integrating RF examples and BLE examples does not work?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RF communication method in BLE Keyboard example</title><link>https://devzone.nordicsemi.com/thread/180466?ContentTypeID=1</link><pubDate>Fri, 05 Apr 2019 10:35:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88099de8-0c41-49b0-b1ef-fcc5aab6d03c</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can&amp;#39;t you just run BLE in the nRF52840 RF receiver also?&lt;/p&gt;
&lt;p&gt;Then you don&amp;#39;t have to switch between ESB and BLE when the receiver is removed or added.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RF communication method in BLE Keyboard example</title><link>https://devzone.nordicsemi.com/thread/180459?ContentTypeID=1</link><pubDate>Fri, 05 Apr 2019 09:57:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:028a817e-cd9b-45a2-93ee-de697f78d533</guid><dc:creator>powerup</dc:creator><description>&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;The RF receiver will use the nRF52840.&lt;/p&gt;
&lt;p&gt;Can BLE and ESB be combined into one?&lt;br /&gt;Depending on whether the RF receiver is connected or not, is it possible to handle communication according to BLE and ESB?&lt;/p&gt;
&lt;p&gt;It is better to be able to combine into one.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;powerup&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RF communication method in BLE Keyboard example</title><link>https://devzone.nordicsemi.com/thread/179649?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2019 06:43:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b58a244b-85e8-4de8-aaea-581a7342bb18</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Kim&lt;/p&gt;
&lt;p&gt;It is technically possible to combine BLE and ESB, but it is quite complicated, and we don&amp;#39;t have any updated examples for it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It requires you to use the timeslot API of the SoftDevice to get access to the radio in between BLE events, and run the ESB protocol during these timeslots.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;May I ask what kind of device you plan to use for the ESB receiver?&lt;/p&gt;
&lt;p&gt;Is there any reason you couldn&amp;#39;t simply use BLE for both these links, so you don&amp;#39;t have to combine ESB and BLE into one?&lt;/p&gt;
&lt;p&gt;It should be possible to send 8 keys at the time, yes. When using HID you can set up the HID descriptor to support more keys than standard.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>