SLOA208B November 2014 – March 2019 TRF7970A , TRF7970A
// NDEF File (read-only) NFC Powered by Texas Instruments
uint8_t pui8NDefBuffer[500] =
{
0x00, 0x2E, // These two bytes are excluded from the File Length count
// File Header
0xD1, // NDEF Header
0x01, // Length of the record name
0x2A, // Length of the payload data
0x54, // Binary Encoding of record name - 0x54 (Text RTD)
//Payload
0x02, // Status Byte - UTF-8, two byte language code
0x65, 0x6E, // Language Code - English
0x4E, 0x46, 0x43, 0x20, 0x2D, 0x20, 0x50, 0x6F, 0x77, 0x65,
0x72, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x54, 0x65, 0x78,
0x61, 0x73, 0x20, 0x49, 0x6E, 0x73, 0x74, 0x72, 0x75, 0x6D,
0x65, 0x6E, 0x74, 0x73, 0x20, 0x49, 0x6E, 0x63, 0x2E
};