<?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>Merging hids_keyboard with ble_uart examples</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50953/merging-hids_keyboard-with-ble_uart-examples</link><description>Hello DevZone, I am trying to combine the ble_app_uart with the ble_app_hids_keyboard example. 
 I have added the necessary libraries from the the uart code into the HIDS code, added include directories in the linker under &amp;quot;common&amp;quot; and the projects builds</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Aug 2019 20:16:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50953/merging-hids_keyboard-with-ble_uart-examples" /><item><title>RE: Merging hids_keyboard with ble_uart examples</title><link>https://devzone.nordicsemi.com/thread/204364?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2019 20:16:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ca0be20-420a-4925-9efb-e72cdcbd7259</guid><dc:creator>CanTech1</dc:creator><description>&lt;p&gt;Yes, Thank you. Close the case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merging hids_keyboard with ble_uart examples</title><link>https://devzone.nordicsemi.com/thread/204183?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2019 05:35:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a659660d-5a53-4d39-a3be-bcee9bfc7e24</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Glad you were able to figure it out. Is it OK to close this case?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merging hids_keyboard with ble_uart examples</title><link>https://devzone.nordicsemi.com/thread/204159?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2019 18:17:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3e1e6af-0271-4461-a6fe-2b56e5fd0a19</guid><dc:creator>CanTech1</dc:creator><description>&lt;p&gt;It is showing up now. I erased all from the J-link, cleaned and rebuilt, forgot the device in iOS and cycled Bluetooth on my iPad, re-paired the two devices and everything is working as it should.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for the reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merging hids_keyboard with ble_uart examples</title><link>https://devzone.nordicsemi.com/thread/204033?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2019 11:01:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f4d4e3c-12fb-490f-95d4-e12188419dad</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Nathan&lt;/p&gt;
&lt;p&gt;Can you check the sdk_config.h file in your project to see that all UART/NUS defines are set to the same value as in the ble_app_uart examples config file? Do you get any errors when the central and peripheral is connected or does the UART service just not &amp;quot;show up&amp;quot;?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Merging hids_keyboard with ble_uart examples</title><link>https://devzone.nordicsemi.com/thread/203918?ContentTypeID=1</link><pubDate>Tue, 13 Aug 2019 23:32:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e26ade00-2c50-458c-b54b-b63247c93583</guid><dc:creator>CanTech1</dc:creator><description>&lt;p&gt;I figured out that I don&amp;#39;t need to put&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;span&gt;&lt;strong&gt;{BLE_UUID_NUS_SERVICE, NUS_SERVICE_UUID_TYPE}&lt;/strong&gt; inside of&amp;nbsp;&lt;strong&gt;m_adv_uuids[]&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;My hunch is that it overflows the advertising packet of 31 bytes for some reason?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The math doesn&amp;#39;t add up:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;HID UUID = 16bit = 2 byte&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;NUS UUID = 128bit = 16 byte&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;TOTAL = 18 bytes....13 bytes remaining....perhaps there is more in there that I am aware of.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The issue I am having now is that my UART Service is not discovered after the Central and Peripheral Pair.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;nRF52, SDK 15.2, SES, Soft Device 6.1.0 is my setup&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Cheers.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>