<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>NFCのトピックRe: PN7160 (B1) not responding</title>
    <link>https://community.nxp.com/t5/NFC/PN7160-B1-not-responding/m-p/1477871#M9487</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I saw those examples but don't have the board readily available, As the shields provided with the NFC evaluation board are made for Arduino and RaspberryPi don't you have an example code for those platforms?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Themistoklis&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2022 06:00:20 GMT</pubDate>
    <dc:creator>Themistoklis</dc:creator>
    <dc:date>2022-06-22T06:00:20Z</dc:date>
    <item>
      <title>PN7160 (B1) not responding</title>
      <link>https://community.nxp.com/t5/NFC/PN7160-B1-not-responding/m-p/1473628#M9469</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have received a PN7160/PN7161 evaluation board. The board seems unresponsive.&lt;/P&gt;&lt;P&gt;I wanted to know if the steps taken are correct, if something is missing, or if the board is dead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using the Arduino shield provided.&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Step 1:
Initialize IOs
MISO &amp;lt;= SPI MISO (PIN 12)
MOSI &amp;lt;= SPI MOSI High to Low CPHA = false (PIN 11)
SCK  &amp;lt;= SPI CLK normally high CPOL = true (PIN 13)
(SPI configuration: 100kHz, MSB first)
NSS  &amp;lt;= output high (PIN 10)
VEN  &amp;lt;= output low (PIN 7)
REQ  &amp;lt;= output low (PIN 6)
IRQ  &amp;lt;= input interrupt (PIN 8)

Step 2:
Enable the board
VEN &amp;lt;= high
Wait for 1s

Step 3:
Transmit NCI Core Reset command
NSS      &amp;lt;= low
SPI send &amp;lt;= 0x7F 0x20 0x00 0x01 0x01
NSS      &amp;lt;= high

Step 4:
Waiting for IRQ to go high
The IRQ pin remains low (checked with an oscilloscope)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;The WAKEUP pin doesn't seem connected anywhere and remains unconnected (=0.2mV).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Themistoklis&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 12:10:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7160-B1-not-responding/m-p/1473628#M9469</guid>
      <dc:creator>Themistoklis</dc:creator>
      <dc:date>2022-06-14T12:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: PN7160 (B1) not responding</title>
      <link>https://community.nxp.com/t5/NFC/PN7160-B1-not-responding/m-p/1477598#M9486</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Hello sir,&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Thank you for your preference in using our products.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;At first glance, the setup seems as it is shown in &lt;A href="https://www.nxp.com/docs/en/application-note/AN13288.pdf" target="_blank"&gt;AN13288&lt;/A&gt;. Please test the examples that we provide from &lt;A href="https://www.nxp.com/products/rfid-nfc/nfc-hf/nfc-readers/om27160-development-kits-for-pn7160-plugn-play-nfc-controller:PN7160-EVK" target="_blank"&gt;SW6705&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;I've tested the available examples with my evaluation board and they work as they should. Please mind the SPI selection form &lt;STRONG&gt;section 6&lt;/STRONG&gt; of AN13288.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Please provide more information regarding your setup.&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;I hope this information may have been useful sir.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 16:42:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7160-B1-not-responding/m-p/1477598#M9486</guid>
      <dc:creator>Fabian_R</dc:creator>
      <dc:date>2022-06-21T16:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: PN7160 (B1) not responding</title>
      <link>https://community.nxp.com/t5/NFC/PN7160-B1-not-responding/m-p/1477871#M9487</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I saw those examples but don't have the board readily available, As the shields provided with the NFC evaluation board are made for Arduino and RaspberryPi don't you have an example code for those platforms?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Themistoklis&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 06:00:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7160-B1-not-responding/m-p/1477871#M9487</guid>
      <dc:creator>Themistoklis</dc:creator>
      <dc:date>2022-06-22T06:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: PN7160 (B1) not responding</title>
      <link>https://community.nxp.com/t5/NFC/PN7160-B1-not-responding/m-p/1479960#M9496</link>
      <description>&lt;P&gt;Hello sir,&lt;BR /&gt;We do have a GitHub repository, where you will find the PN7160 Linux project. Please follow the next link: &lt;A href="https://github.com/NXPNFCLinux" target="_blank"&gt;https://github.com/NXPNFCLinux&lt;/A&gt;&lt;BR /&gt;Additional to this, you will find the documentation for porting the library to your chosen Linux distribution.&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN13287.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN13287.pdf&lt;/A&gt;&lt;BR /&gt;Have a great day sir!!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 18:22:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7160-B1-not-responding/m-p/1479960#M9496</guid>
      <dc:creator>Fabian_R</dc:creator>
      <dc:date>2022-06-24T18:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: PN7160 (B1) not responding</title>
      <link>https://community.nxp.com/t5/NFC/PN7160-B1-not-responding/m-p/1483383#M9514</link>
      <description>&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;We ordered new PN7160 dev boards and an LPC55S69.&lt;/P&gt;&lt;P&gt;The one we had is dead. Both the example code for the LPC55S69 and our own code works on the new one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 09:54:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/PN7160-B1-not-responding/m-p/1483383#M9514</guid>
      <dc:creator>Themistoklis</dc:creator>
      <dc:date>2022-07-01T09:54:24Z</dc:date>
    </item>
  </channel>
</rss>

