<?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>Add BLE LBS to NFC examples</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69492/add-ble-lbs-to-nfc-examples</link><description>Two (2) nRF52840 DKs, SDK 17.0.2 
 I believe I have added the necessary code from ble_blinky_apps both peripheral and central to their respective NFC reference role examples, making sure to set the correct macros in the sdk_config as well the initializing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Dec 2020 10:14:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69492/add-ble-lbs-to-nfc-examples" /><item><title>RE: Add BLE LBS to NFC examples</title><link>https://devzone.nordicsemi.com/thread/285568?ContentTypeID=1</link><pubDate>Thu, 17 Dec 2020 10:14:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8db556a-8828-47aa-8b0a-7ece64738203</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;By checking return values I mean by checking return codes with the macro APP_ERROR_CHECK. Please check out &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/10729/my-device-is-freezing-and-restarting"&gt;this debug &amp;quot;guide&amp;quot;&lt;/a&gt; for some pointers on how to debug a project.&amp;nbsp;&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: Add BLE LBS to NFC examples</title><link>https://devzone.nordicsemi.com/thread/285477?ContentTypeID=1</link><pubDate>Thu, 17 Dec 2020 01:45:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:497498ba-c9b3-4b00-ad55-6069e1638e9d</guid><dc:creator>SRall</dc:creator><description>&lt;p&gt;Already confirmed that I have set the correct #defines in the sdk_config. Not sure what you mean by setting return values?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add BLE LBS to NFC examples</title><link>https://devzone.nordicsemi.com/thread/285257?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 09:33:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:918f8279-f2cf-4353-a630-3d63032a1924</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Have you set the&amp;nbsp;BLE_LBS_ENABLED (BLE_LBS_C_ENABLED for the client) in the sdk_config.h header file when adding the BLE_LBS service? It sounds very strange that you&amp;#39;re not able to see anything useful in your debug log.&amp;nbsp;Can you try setting some returns so you can see if any return values are triggered when the buttons are pressed.&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: Add BLE LBS to NFC examples</title><link>https://devzone.nordicsemi.com/thread/285144?ContentTypeID=1</link><pubDate>Tue, 15 Dec 2020 15:14:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59b9c129-013e-44b5-aaaf-ffa862687e2e</guid><dc:creator>SRall</dc:creator><description>&lt;p&gt;Yes I have used the NFC example successfully already. My application only requires an extra LED Button on the peripheral device,&amp;nbsp;so I added an external button circuit on a spare GPIO pin (pulled up as the other buttons are). I believe I&amp;#39;ve added this pin correctly to the board support and the functionality to the bsp_event_handler. On the central device, I haven&amp;#39;t changed anything with the buttons or pins. However, on both devices, with the addition of the ble_lbs service in the example, none of the buttons on either device are triggering any events or any action at all really, which I find strange.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add BLE LBS to NFC examples</title><link>https://devzone.nordicsemi.com/thread/285079?ContentTypeID=1</link><pubDate>Tue, 15 Dec 2020 12:54:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c081254-be51-4f7e-b37c-3c41325cb8a5</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Sam&lt;/p&gt;
&lt;p&gt;Can you confirm that you&amp;#39;ve used the&amp;nbsp;&lt;strong&gt;experimental&amp;nbsp;&lt;/strong&gt;&lt;em&gt;ble_nfc_pairing_reference_c&lt;/em&gt; and&amp;nbsp;&lt;span&gt;&lt;em&gt;ble_nfc_pairing_reference example projects&lt;/em&gt;? Please note that some buttons are already used in this example to switch between pairing modes.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Peripheral:&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can use buttons to switch between pairing modes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Press Button 1 to terminate the current connection.&lt;/li&gt;
&lt;li&gt;Press Button 2 to switch into LE Secure Connections OOB pairing.&lt;/li&gt;
&lt;li&gt;Press Button 3 to switch into Legacy OOB pairing.&lt;/li&gt;
&lt;li&gt;Press Button 4 to switch into Legacy Just Works pairing.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Central:&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Use the buttons to control the device:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Press Button 4 to initialize pairing.&lt;/li&gt;
&lt;li&gt;Press Button 3 when connected to disconnect from a device.&lt;/li&gt;
&lt;li&gt;Press Button 3 when disconnected to erase bonding.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The BLE Blinky application also uses Button one in order to turn on LED 3 on the central board, so you will have to make sure that Button 1 is only used for one operation so they don&amp;#39;t conflict with one another. Lastly, the BLE Blinky application will only work when the two devices are connected, so you will have to make sure they are connected when trying out this.&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></channel></rss>