<?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>Wake-on-NFC for PCA10059 (Dongle)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59072/wake-on-nfc-for-pca10059-dongle</link><description>Hi, 
 I am no programmer, but I wanted to try the Wake-on-NFC example on the 52840 dongle (I soldered an NFC flex on pins P0.09 and P0.10). I have downloaded SES and nRF SDK 16.0.0. As there is no such example for the PCA10059 board I took the example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Mar 2020 07:28:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59072/wake-on-nfc-for-pca10059-dongle" /><item><title>RE: Wake-on-NFC for PCA10059 (Dongle)</title><link>https://devzone.nordicsemi.com/thread/240158?ContentTypeID=1</link><pubDate>Tue, 17 Mar 2020 07:28:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:514c5e68-7abe-425b-aacd-e61b384f3137</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Peter&lt;/p&gt;
&lt;p&gt;Yes, there are quite a few differences between the blinky and the NFC example. The sdk_config.h header file is the configuration file of our SDK examples and includes multiple defines, like if logging should be enabled, what LF clock should be used, and what peripherals should be enabled. You&amp;#39;ll need to change this file as well in order to make the NFC project identical to the blinky project.&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: Wake-on-NFC for PCA10059 (Dongle)</title><link>https://devzone.nordicsemi.com/thread/240049?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 14:29:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13b64919-a0d8-4821-85dd-9be8309c6a6b</guid><dc:creator>Pema</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;So I did some tests:&lt;br /&gt;1.) Built (did not use the precompiled hex file) and programmed &amp;quot;Blinky&amp;quot; (blinky_pca10059_mbr) on the dongle, worked fine, leds are blinking.&lt;br /&gt;2.) Copied the main.c from Blinky to the wake on nfc folder (made a backup of the existing main.c with a different name). Should basically be the same as the original Blinky project, since&amp;nbsp;they share the same files (boards.h, boards.c etc).&lt;br /&gt;3.) Built the &amp;quot;new&amp;quot; wake-on-nfc project (which now should be a blinky), worked ok.&lt;br /&gt;4.) Programmed to the dongle. And now I suddenly&amp;nbsp;I get prompted to select softdevice... I select 0xCA and it seems to move on.&lt;br /&gt;5.) No leds are blinking...&lt;br /&gt;6.) Programmed the blinky hex from 1.), everything works fine...&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see why this wouldn&amp;#39;t work...&lt;/p&gt;
&lt;p&gt;EDIT: I just realised that the sdk_config.h differs between the two examples, what does that file do?&lt;/p&gt;
&lt;p&gt;/Peter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wake-on-NFC for PCA10059 (Dongle)</title><link>https://devzone.nordicsemi.com/thread/240027?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 13:33:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:537664d6-7049-403d-baf1-0c7c73298649</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Keep in mind that the Dongle has way fewer buttons and LEDs than the DK (1 of each instead of 4), so in order to have any button/LED functionality, you need to make sure that the ones in the example go to the pins you expect them to.&lt;/p&gt;
&lt;p&gt;Have you confirmed that the Dongle is emitting 13.56MHz with your current setup? I&amp;#39;m not so sure that it will just by using the same capacitors and antenna as the DK is.&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: Wake-on-NFC for PCA10059 (Dongle)</title><link>https://devzone.nordicsemi.com/thread/239993?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 12:25:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:725748c2-5b87-4d4e-a579-4b4df70276e0</guid><dc:creator>Pema</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;But the buttons/leds are configured in the boards.h =&amp;gt; pca10059.h files. Seems to be generic, i.e. since BOARD_PCA10059 is defined the proper pins are set up for buttons/leds for the dongle, or am I wrong? Selecting PCA10059 also enables the 3V GPIO levels if I am not mistaken.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For the antenna I use the Nordic supplied NFC antenna and the same type of connector. Since this is 13MHz I think some differences in line lengths on the PCB is negligible.&lt;/p&gt;
&lt;p&gt;/Peter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wake-on-NFC for PCA10059 (Dongle)</title><link>https://devzone.nordicsemi.com/thread/239963?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 11:11:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6786361-4ff7-48c9-97f8-090214f0b70b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The reason LEDs aren&amp;#39;t blinking on your Dongle is that the Dongle and DK have different configurations to the LED(s) and button(s). Try changing the configurations to make the button and LED on the Dongle be the ones used instead of the ones on the DK. You can see the difference in pin configurations on the HW files found &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-DK/Download#infotabs"&gt;here for the DK&lt;/a&gt;, and &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52840-Dongle/Download#infotabs"&gt;here for the Dongle&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There is also no guarantee that the same tuning components that work on the DK will work on the Dongle as well as the form factor is so very different. Please see the tuning whitepaper for details on how to tune your device.&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: Wake-on-NFC for PCA10059 (Dongle)</title><link>https://devzone.nordicsemi.com/thread/239903?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 08:52:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd694489-4e86-4792-8212-fbfaa0cdd607</guid><dc:creator>Pema</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Yes, the NFC antenna is tuned. I put a 150pF capacitor across its terminals, should be good enough, it is what you use on the 10056 board. I don&amp;#39;t expect it to differ much on the 10059. From the SDK example documentation, there should be some LEDs blinking when running the wake-on-NFC example, but I don&amp;#39;t get that so I guess there is something more to it. I&amp;#39;ll try to run the example on the 10056 board as well. By the way, I tried by using NFC Tools app on my phone, I guess no special app is needed?&lt;/p&gt;
&lt;p&gt;/Peter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wake-on-NFC for PCA10059 (Dongle)</title><link>https://devzone.nordicsemi.com/thread/239867?ContentTypeID=1</link><pubDate>Mon, 16 Mar 2020 07:12:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a49a3147-c9c6-414e-8e0e-1a6abc33f19f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Peter&lt;/p&gt;
&lt;p&gt;Have you tuned the NFC antenna at all? Please check out our &lt;a href="https://infocenter.nordicsemi.com/topic/nwp_026/WP/nwp_026/nWP_026_intro.html"&gt;NFC antenna tuning whitepaper&lt;/a&gt;, as the NFC antenna can&amp;#39;t be expected to just work by soldering the antenna itself onto the P0.09 and P0.10 pins.&lt;/p&gt;
&lt;p&gt;Other than that, your procedure seems correct. To avoid confusion, the nRFConnect programmer can have both the&amp;nbsp; SoftDevice file and the application file in the file layout at once and you can flash them onto the Dongle with one action instead of two separate &amp;quot;flashing actions&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></channel></rss>