Using NFC to send NDEF messages for serial communication.

"I have now solved the process of writing NDEF messages to NFC via a smartphone, then sending them to a computer via serial communication. Now, I want to reverse the process by sending messages to an NFC chip via serial communication, and then reading the sent messages on a smartphone."

I modified this part of the official NDEF example code. How can I implement it? Thank you for your help.

Related