<?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 with SDK12 on nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16698/using-nfc-with-sdk12-on-nrf52832</link><description>The NFC example (launch app) on SDK12 does work on my device. However, when I copy exactly the same code into my own project, the NFC does not work. The difference is that I have S132 soft device flashed, but that does not explain the problem, because</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Sep 2016 18:24:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16698/using-nfc-with-sdk12-on-nrf52832" /><item><title>RE: Using NFC with SDK12 on nRF52832</title><link>https://devzone.nordicsemi.com/thread/63904?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2016 18:24:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:caa40d69-aa65-4b19-a2b7-525d80e0f097</guid><dc:creator>Jarmo</dc:creator><description>&lt;p&gt;Thanks, I look forward getting more easy SDK&amp;#39;s from Nordic Semiconductor in the future! Maybe some day I can write a bluetooth beacon with a nice C++ API just with a few lines of code, like:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;main()
{
  BleBeacon myBeacon(&amp;quot;EasyBeacon&amp;quot;);
  myBeacon.setScanResponseData(&amp;quot;scan response&amp;quot;);
  myBeacon.startAdvertising(100); // interval in ms
  runSystem();
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;...instead of tuning something like 900 lines of code, like you are providing it currently. It shouldn&amp;#39;t be that complicated, really.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using NFC with SDK12 on nRF52832</title><link>https://devzone.nordicsemi.com/thread/63902?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2016 10:34:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1aded3da-5a8b-48fa-b6f6-d8bea169fd0d</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;I guess it will depend on which functionalities that are required, the app_-libraries are meant to be easy to use and configure, and will be enough for simple use cases. For more complex use-cases I would recommend using the drivers as they give you more control over the peripheral. If you find that the driver does not provide the functionalities/features that you neddd then you can create your own driver with the HAL.&lt;/p&gt;
&lt;p&gt;Glad to hear that we&amp;#39;re moving in the right direction. I will pass on your feedback to the SDK developers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using NFC with SDK12 on nRF52832</title><link>https://devzone.nordicsemi.com/thread/63903?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2016 09:39:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c741413-6383-428b-85dd-2ca0410aea3b</guid><dc:creator>Jarmo</dc:creator><description>&lt;p&gt;Thanks for commenting! Okay, hal-drv-app -hierarchy sounds nice, but the problem is that for an application programmer it is not so clear which API should be used for a particular purpose. Yes, lack of intuitivity, lack of self-descriptiveness, that is true. For example, using clear descriptive words instead of three-letter acronyms, starting from files naming would make things a bit better. First days with nRF SDK I just spent wondering what the heck are those bas, dis, hrs etc. things. Luckily some development seem to be happened since then, many of your new files have almost understandable names.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using NFC with SDK12 on nRF52832</title><link>https://devzone.nordicsemi.com/thread/63901?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2016 07:32:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c0c48b8-bf7b-4afa-8370-9447087666e3</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;The PANs refers to the Product Anomaly Notice for the nRF52(now renamed to Errata), i.e. known issues with chip. You can find the Errata &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/PLUGINS_ROOT/com.nordic.infocenter.nrf52832.Rev1.errata/err_832.html"&gt;here&lt;/a&gt; on Infocenter. I do understand the frustration and I admit that some parts of our SKD are not intuitive enough.  We are grateful for all feedback on the SDK so that can improve it.&lt;/p&gt;
&lt;p&gt;The hal_, drv_ and app_* -layers provide  different level of abstraction for the user of the SDK.
The hardware access layer (HAL) provides basic APIs for accessing the registers of the hardware peripherals, the driver layer provides APIs on a higher level than the HAL and the app_- libraries provides APIs on a higher level than the driver again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using NFC with SDK12 on nRF52832</title><link>https://devzone.nordicsemi.com/thread/63900?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2016 06:38:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f77b0a7a-99f1-4e36-bc5b-3b05459d1dfc</guid><dc:creator>Jarmo</dc:creator><description>&lt;p&gt;It was some of the Makefile CFLAGS definitions. I copied the flags from the NFC example into my project, and removed the ones that were in my project previously, and got it finally working. I don&amp;#39;t know exactly the flag(s) that really did it.&lt;/p&gt;
&lt;p&gt;What are those strange PAN-flags, such as NRF52_PAN_4? Is there a list of them somewhere? I guess PAN does not mean Personal Area Network in this case... :P&lt;/p&gt;
&lt;p&gt;(Apologies, but I am once again so frustrated that I have to say you at Nordic Semiconductor have made a very nice minefields into your SDK. And all those drv_&lt;em&gt;, app_&lt;/em&gt;, hal_* and what-not code groups seem to make little or no sense for me, I feel like there&amp;#39;s no clear system ideas behind.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using NFC with SDK12 on nRF52832</title><link>https://devzone.nordicsemi.com/thread/63899?ContentTypeID=1</link><pubDate>Tue, 27 Sep 2016 17:25:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5053cec-448d-4c3b-a0f4-5ff1f12cba9d</guid><dc:creator>Jarmo</dc:creator><description>&lt;p&gt;Yes it is. And if it is not, then I get a compiler or linker error, I think.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using NFC with SDK12 on nRF52832</title><link>https://devzone.nordicsemi.com/thread/63898?ContentTypeID=1</link><pubDate>Tue, 27 Sep 2016 14:07:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:137c26c8-d670-44e7-a823-2acb4ec78649</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Have you verified that &lt;code&gt;#define NFC_HAL_ENABLED&lt;/code&gt; is set to 1 in &lt;code&gt;sdk_config.h&lt;/code&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>