NDEF Editor

Reads and writes NFC Data Exchange Format (NDEF) messages to NFC Forum Tags.

The NDEF Editor example uses Qt NFC to read and write NFC Data Exchange Format (NDEF) messages to NFC Forum Tags. NDEF messages can be composed by adding text and URI records. Records can be deleted by swiping them to the left.

Press Write to Tag to write the records to an NFC tag.

Press Read Tag to read the contents of an NFC tag. A successful read of an NFC tag replaces the manually added records with the NDEF message from the tag. If the read operation was cancelled or failed, the NDEF message remains unchanged.

Example project @ code.qt.io

See also Qt NFC.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.