This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RF430FRL152H: Sending custom command (0xC0) through Android NFC library - Command not recognized error (0x01)

Part Number: RF430FRL152H

Hi. While sending the custom command (0xC0) through NFC enabled phone, command not recognized error (0x01) is displayed.

The content of the command array send are {flag = 0x00, command = 0xC0, Manufacturer code = 0x07, Address_LSB = 0x00, Address_MSB = 0x06}.

Does RF430 IC by default support custom commands like 0xC0?.

does Android NFC library support sending custom commands for your TI solution?. Please confirm.

  • Hello,

    You need to define the custom command and add it to the RF430FRL152H code for it to be supported. It does not support that command by default, only 0xAA to toggle the alarm LED. Our default firmware example code includes showing how to make a custom command.