<?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: how to create a multi record jpeg ndef for LPC8n04. I am using ndeft2t library by nxp in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-create-a-multi-record-jpeg-ndef-for-LPC8n04-I-am-using/m-p/1972314#M57036</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/241782"&gt;@saudshafiq&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Hope you are doing well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Due to limited size you may be able to store small portions of data. In general, perhaps you could try splitting your whole data and write each chunk every time the NDEF is written; however, retrieving and rebuilding the information would require a mobile application implementing this functionality.&lt;/P&gt;
&lt;P&gt;Would you consider encoding an URL to the image and write it to the NDEF?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2024 18:06:00 GMT</pubDate>
    <dc:creator>EduardoZamora</dc:creator>
    <dc:date>2024-10-11T18:06:00Z</dc:date>
    <item>
      <title>how to create a multi record jpeg ndef for LPC8n04. I am using ndeft2t library by nxp</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-create-a-multi-record-jpeg-ndef-for-LPC8n04-I-am-using/m-p/1971272#M57006</link>
      <description>&lt;P&gt;i am trying to send image through nfc from LPC8N04 processor. I am able to run the example code given in LPC8N04 SDK. How can I divide my image array which can be more tha 4kB. i am receiving NFC data from LPC8N04 to iphone nxpTagInfo app.&lt;/P&gt;&lt;P&gt;How can i divide my payload into multiple records.&lt;/P&gt;&lt;P&gt;I have also uploaded the library files for reference.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 10:15:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-create-a-multi-record-jpeg-ndef-for-LPC8n04-I-am-using/m-p/1971272#M57006</guid>
      <dc:creator>saudshafiq</dc:creator>
      <dc:date>2024-10-10T10:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a multi record jpeg ndef for LPC8n04. I am using ndeft2t library by nxp</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-create-a-multi-record-jpeg-ndef-for-LPC8n04-I-am-using/m-p/1972314#M57036</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/241782"&gt;@saudshafiq&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Hope you are doing well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Due to limited size you may be able to store small portions of data. In general, perhaps you could try splitting your whole data and write each chunk every time the NDEF is written; however, retrieving and rebuilding the information would require a mobile application implementing this functionality.&lt;/P&gt;
&lt;P&gt;Would you consider encoding an URL to the image and write it to the NDEF?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 18:06:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-create-a-multi-record-jpeg-ndef-for-LPC8n04-I-am-using/m-p/1972314#M57036</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2024-10-11T18:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a multi record jpeg ndef for LPC8n04. I am using ndeft2t library by nxp</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-create-a-multi-record-jpeg-ndef-for-LPC8n04-I-am-using/m-p/1973119#M57052</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200888"&gt;@EduardoZamora&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using the NXP Taginfo Iphone App for this. but&amp;nbsp; it according to it, only two records are received. one is 255 bytes containing first 255 bytes and second last 22 bytes. All the remaining data is lost(seemingly , according to the records i am receiving on NXP tagInfo app).&lt;BR /&gt;&lt;BR /&gt;main C file is attached.&amp;nbsp;&lt;BR /&gt;I tried different variation of creating multiple payloads. But only function that is working is&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;send_large_jpeg_via_nfc&lt;/STRONG&gt;&lt;/U&gt; and it only sends first and last bytes.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 08:19:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-create-a-multi-record-jpeg-ndef-for-LPC8n04-I-am-using/m-p/1973119#M57052</guid>
      <dc:creator>saudshafiq</dc:creator>
      <dc:date>2024-10-14T08:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a multi record jpeg ndef for LPC8n04. I am using ndeft2t library by nxp</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-create-a-multi-record-jpeg-ndef-for-LPC8n04-I-am-using/m-p/1974645#M57070</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Unfortunately, there is no guide or documentation for this specific requirement. Reading, assembling and reconstructing the fragmented data would be the task of a custom application on the mobile device side, and it is up to the customer to implement this functionality.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 23:55:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-create-a-multi-record-jpeg-ndef-for-LPC8n04-I-am-using/m-p/1974645#M57070</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2024-10-15T23:55:05Z</dc:date>
    </item>
  </channel>
</rss>

