<?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>nrf51 DK with PN532</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14381/nrf51-dk-with-pn532</link><description>Hi,
I want to test my PN532 module recently ordered from iteadstudio.com . .i have keil ide and tool chain and nRF5_SDK_11.0.0_89a8197 with adafruit_tag_reader example but there is no information i have found that how to connect module with DK . . which</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 Jun 2016 09:49:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14381/nrf51-dk-with-pn532" /><item><title>RE: nrf51 DK with PN532</title><link>https://devzone.nordicsemi.com/thread/54907?ContentTypeID=1</link><pubDate>Thu, 09 Jun 2016 09:49:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97b83798-73b7-49c5-bfd4-fd0654b52b68</guid><dc:creator>Hardik.Soni</dc:creator><description>&lt;p&gt;let me add one more thing that i am powering nrf51 dk (nrf51422) board by usb to micro usb cable from pc . . .can this cable used for serial communication sor serial emulation or i have to use separate usb to serial bidge ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 DK with PN532</title><link>https://devzone.nordicsemi.com/thread/54906?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2016 14:56:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:feb729b0-f431-4778-a36e-5d5c96fc9cce</guid><dc:creator>Hardik.Soni</dc:creator><description>&lt;p&gt;Hi RichieJH,
i am specifically talking about following example for nrf51dk :
&lt;a href="https://devzone.nordicsemi.com/blogs/920/how-to-test-nrf52-nfc-tag-with-reader-adafruit-tag/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;
i have made connection according to above example with pn532 and testing nfc type2 passive tag with pn532 but as describe at below link :
&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Fnfc_adafruit_with_t2t_parser.html&amp;amp;cp=5_0_0_4_6_5"&gt;infocenter.nordicsemi.com/index.jsp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;under Testing i have configured putty as described but i can&amp;#39;t get debug data on pc serial console . ..
is there any requirement of serial to usb chip between nrf51d and pc ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 DK with PN532</title><link>https://devzone.nordicsemi.com/thread/54902?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2016 14:02:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99cb0d5b-349c-4fca-9dfd-3bfa398b4064</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;You mean this: &lt;a href="https://www.itead.cc/itead-pn532-nfc-module.html"&gt;www.itead.cc/itead-pn532-nfc-module.html&lt;/a&gt; ?&lt;/p&gt;
&lt;p&gt;Always helps to give a link - so people can see exactly what you&amp;#39;re talking about.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 DK with PN532</title><link>https://devzone.nordicsemi.com/thread/54908?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2016 13:57:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57b2ac2d-60c4-4327-8e93-097f2c0548f1</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/question/80843/nrf52-pinout-or-dedicated-pins/"&gt;You can use any pins you want&lt;/a&gt;. There are SPI examples in the SDK and the pin numbers can be configured in the code.&lt;/p&gt;
&lt;p&gt;Based on the information on &lt;a href="https://www.adafruit.com/product/364"&gt;this site&lt;/a&gt; it looks like you can use &amp;quot;&lt;em&gt;UART at any baud rate, I2C or SPI&lt;/em&gt;&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 DK with PN532</title><link>https://devzone.nordicsemi.com/thread/54905?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2016 13:53:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c80a6b1-cd5b-4c73-aaf2-31d7e1703eb0</guid><dc:creator>RichieJH</dc:creator><description>&lt;p&gt;The DK specification including all the pin outs and characteristics are here -&amp;gt; &lt;a href="http://infocenter.nordicsemi.com/index.jsp"&gt;infocenter.nordicsemi.com/index.jsp&lt;/a&gt; .  If you are generally looking at guidance on how to connect wire an SPI device there is good information here -&amp;gt; &lt;a href="https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi"&gt;learn.sparkfun.com/.../serial-peripheral-interface-spi&lt;/a&gt;.  Give it a go and then come back with some specific questions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 DK with PN532</title><link>https://devzone.nordicsemi.com/thread/54904?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2016 13:33:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbb407c0-16df-4b05-a57e-db9aba9fc756</guid><dc:creator>Hardik.Soni</dc:creator><description>&lt;p&gt;Hi RichieJH,
Yes i have gone through this but my main question if i want to connect pn532 with nrf51422 by spi protocol  . . .which physical pins on nrf51dk i should use . .for clk, cs, miso, mosi and irq pins.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51 DK with PN532</title><link>https://devzone.nordicsemi.com/thread/54903?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2016 13:02:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbad727b-257e-46ef-9ea9-64acf022e57c</guid><dc:creator>RichieJH</dc:creator><description>&lt;p&gt;Did you look at this?  &lt;a href="https://cdn-shop.adafruit.com/datasheets/pn532ds.pdf"&gt;cdn-shop.adafruit.com/.../pn532ds.pdf&lt;/a&gt;  At first glance it seems to include all the information you need.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>