<?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: Reset EAS using Flutter</title>
    <link>https://community.nxp.com/t5/NFC/Reset-EAS-using-Flutter/m-p/1804502#M11280</link>
    <description>&lt;P&gt;HI.&lt;/P&gt;&lt;P&gt;I just found solution for the problem.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Uint8List command = Uint8List(0);
command[0] = 0x22; // Flag Address
command[1] = 0xA3; // Reset EAS
command[2] = 0x04; // IC manufacture code
command[3...10] = UID; 
await FlutterNfcKit.transceive(command);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I able to send command to read multiple blocks and to write AFI and tags is not password protected.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2024 02:51:07 GMT</pubDate>
    <dc:creator>fadzlihakim</dc:creator>
    <dc:date>2024-02-09T02:51:07Z</dc:date>
    <item>
      <title>Reset EAS using Flutter</title>
      <link>https://community.nxp.com/t5/NFC/Reset-EAS-using-Flutter/m-p/1802273#M11248</link>
      <description>&lt;P&gt;Hi. I'm developing Flutter using plugin flutter_nfc_kit that support transceive().&lt;/P&gt;&lt;P&gt;Currrently facing a problem to reset EAS.&lt;/P&gt;&lt;P&gt;NFC: NXP ICODE SLIX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Uint8List command = Uint8List(10);

command[0] = 0xA3; // Reset EAS

command[1] = 0x04; 

command[2...9] = UID

await FlutterNfcKit.transceive(command);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Response from transceive: [1, 15]. After ehecking with alarm EAS still activated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone can help me to solve the problem it would be great.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 03:35:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Reset-EAS-using-Flutter/m-p/1802273#M11248</guid>
      <dc:creator>fadzlihakim</dc:creator>
      <dc:date>2024-02-06T03:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reset EAS using Flutter</title>
      <link>https://community.nxp.com/t5/NFC/Reset-EAS-using-Flutter/m-p/1804439#M11279</link>
      <description>&lt;P&gt;Hello, &lt;BR /&gt;Thank you for using our products.&lt;BR /&gt;I'm very sorry but, we can't be sure on what could be causing this issue. Since we don't have any knowledge of Flutter. We do have an Android app that shows the tag UID but, is only for testing purposes. My recommendation would be to please take a look at our ICODE SLIX documentation section 9.4.3.&lt;BR /&gt;As mentioned in the command section (9.4.3.8) Is there any chance that the tag is password-protected?&lt;BR /&gt;Are you able to correctly send any other command to the Tag? i.e. Reader Single Block.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 22:32:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Reset-EAS-using-Flutter/m-p/1804439#M11279</guid>
      <dc:creator>Fabian_R</dc:creator>
      <dc:date>2024-02-08T22:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reset EAS using Flutter</title>
      <link>https://community.nxp.com/t5/NFC/Reset-EAS-using-Flutter/m-p/1804502#M11280</link>
      <description>&lt;P&gt;HI.&lt;/P&gt;&lt;P&gt;I just found solution for the problem.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Uint8List command = Uint8List(0);
command[0] = 0x22; // Flag Address
command[1] = 0xA3; // Reset EAS
command[2] = 0x04; // IC manufacture code
command[3...10] = UID; 
await FlutterNfcKit.transceive(command);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I able to send command to read multiple blocks and to write AFI and tags is not password protected.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 02:51:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Reset-EAS-using-Flutter/m-p/1804502#M11280</guid>
      <dc:creator>fadzlihakim</dc:creator>
      <dc:date>2024-02-09T02:51:07Z</dc:date>
    </item>
  </channel>
</rss>

