<?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>topic Re: RF transmission speed selection in NFC</title>
    <link>https://community.nxp.com/t5/NFC/RF-transmission-speed-selection/m-p/1252095#M8331</link>
    <description>&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;Can you please share &amp;amp; add more details on selecting speed using application and card end.&lt;/P&gt;&lt;P&gt;As I am using Mifare DesFire Ev1 8k card which supports RF speed with 106, 212, 424 &amp;amp; 848 kbps, but it unable to change speed accordingly.&lt;/P&gt;&lt;P&gt;Currently I have hard coded my values in "phpalI14443p4a_Sw_ActivateCard" function for specific speeds. From my point of view it is not a valid way to do it for changing speed for CL Type A L4 card ? please correct if it is wrong.&lt;/P&gt;&lt;P&gt;Kindly let us know that how does it actually works to get change the RF speed from card or application side.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manva&lt;/P&gt;</description>
    <pubDate>Thu, 25 Mar 2021 10:46:32 GMT</pubDate>
    <dc:creator>trivedimanva</dc:creator>
    <dc:date>2021-03-25T10:46:32Z</dc:date>
    <item>
      <title>RF transmission speed selection</title>
      <link>https://community.nxp.com/t5/NFC/RF-transmission-speed-selection/m-p/1056963#M7141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000;"&gt;Hi All,&lt;/DIV&gt;&lt;DIV style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000;"&gt;We are using the PN553 NFC controller in an android device.&lt;/DIV&gt;&lt;DIV style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000;"&gt;We want some information on how to select the RF speed used between the NFC card and the reader.&lt;/DIV&gt;&lt;DIV style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000;"&gt;When we are reading type A/B NFC cards we observe that the RF transmission speed selected is 106kbps even though the card is capable of higher speeds.&lt;/DIV&gt;&lt;DIV style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000;"&gt;When the card is used with third party readers we see the speed negotiated between the reader and the card is higher.&lt;/DIV&gt;&lt;DIV style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000;"&gt;We tried modifying the NXP_CORE_CONF configuration in libnfc-nxp_RF.conf but there was no effect.&lt;/DIV&gt;&lt;DIV style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000;"&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000;"&gt;NXP_CORE_CONF={ 20, 02, 2E, 0E,&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 28, 01, 02,&lt;/STRONG&gt;&lt;/DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000;"&gt;Can anyone please let us know if this is the right place to change? Else how can this speed can be configured?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2020 06:43:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/RF-transmission-speed-selection/m-p/1056963#M7141</guid>
      <dc:creator>c_adharumaraj</dc:creator>
      <dc:date>2020-08-24T06:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: RF transmission speed selection</title>
      <link>https://community.nxp.com/t5/NFC/RF-transmission-speed-selection/m-p/1133024#M7632</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;Usually the speed is changed automatically after a PPS request, so did your application issue this request to the card?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 09:44:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/RF-transmission-speed-selection/m-p/1133024#M7632</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2020-09-01T09:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: RF transmission speed selection</title>
      <link>https://community.nxp.com/t5/NFC/RF-transmission-speed-selection/m-p/1252095#M8331</link>
      <description>&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;Can you please share &amp;amp; add more details on selecting speed using application and card end.&lt;/P&gt;&lt;P&gt;As I am using Mifare DesFire Ev1 8k card which supports RF speed with 106, 212, 424 &amp;amp; 848 kbps, but it unable to change speed accordingly.&lt;/P&gt;&lt;P&gt;Currently I have hard coded my values in "phpalI14443p4a_Sw_ActivateCard" function for specific speeds. From my point of view it is not a valid way to do it for changing speed for CL Type A L4 card ? please correct if it is wrong.&lt;/P&gt;&lt;P&gt;Kindly let us know that how does it actually works to get change the RF speed from card or application side.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manva&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 10:46:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/RF-transmission-speed-selection/m-p/1252095#M8331</guid>
      <dc:creator>trivedimanva</dc:creator>
      <dc:date>2021-03-25T10:46:32Z</dc:date>
    </item>
  </channel>
</rss>

