<?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>Using NFC and bluetooth together</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18010/using-nfc-and-bluetooth-together</link><description>My latest assignment is adding NFC functionality to the device (the very same device that I had trouble with DFU on). Adding the functionality was easy enough but I&amp;#39;m having trouble getting both Bluetooth and NFC working together. 
 Running the application</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Nov 2016 11:46:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18010/using-nfc-and-bluetooth-together" /><item><title>RE: Using NFC and bluetooth together</title><link>https://devzone.nordicsemi.com/thread/69420?ContentTypeID=1</link><pubDate>Mon, 28 Nov 2016 11:46:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c7ba110-dfb1-45be-b23e-d59db9ea212a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;You would need to add your Bluetooth address inside the NDEF data beside the AAR to launch the application. Then from inside the application you parse your data and connect to the device with the specific Bluetooth address, automatically.
It&amp;#39;s discussed &lt;a href="http://stackoverflow.com/questions/10840439/start-android-application-from-nfc-tag-with-extra-data"&gt;here&lt;/a&gt; a little bit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using NFC and bluetooth together</title><link>https://devzone.nordicsemi.com/thread/69419?ContentTypeID=1</link><pubDate>Mon, 28 Nov 2016 11:02:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43065891-4fe5-4445-9f5e-00f4ffca8413</guid><dc:creator>jpolvi</dc:creator><description>&lt;p&gt;Actually the problem seemed to be hardware related. Moving the NFC antenna to the unit I successfully tested the SW on fixed the problem. Now both BT and NFC are working together fine. The mobile application can be launched using NFC and it gets the sensor readings from the device just fine.&lt;/p&gt;
&lt;p&gt;The only hitch is that the application (Android application) doesn&amp;#39;t automatically connect to the device. Not sure if it can be helped but is it possible to specify some startup arguments to the application some way in the NFC initialisation ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using NFC and bluetooth together</title><link>https://devzone.nordicsemi.com/thread/69421?ContentTypeID=1</link><pubDate>Mon, 28 Nov 2016 09:56:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33022a30-2fac-457f-8a08-fddf42b49e2e</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@jpolvi: the device usually doesn&amp;#39;t reset itself, it&amp;#39;s the code inside the firmware trigger a soft reset. You could probably try to debug and figure out it resets.
If you try to run the &amp;quot;ble_app_hrs_pairing_nfc&amp;quot; example (where we have NFC and BLE together) what happens ? (checkout how to use it in the documentation)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>