All Guides

Setup Your NFC Tags

Step-by-step instructions for programming URLs, vCards, and more

The Problem

NFC tags ship blank. You need to write your URL, vCard, or Wi-Fi credentials onto them before they do anything. Get the encoding wrong and the tag either won't scan or opens the wrong thing.

Who This Is For

  • Anyone who just received their NFC tags
  • Businesses setting up NFC for marketing or operations
  • Developers testing NFC implementations
  • Users wanting to program custom content

Quick Decision Rules

  • 1
    Simple URL redirectUse any NFC writer app
  • 2
    vCard/contact sharingUse vCard NDEF format
  • 3
    Wi-Fi sharingUse Wi-Fi NDEF format
  • 4
    App launchUse Android Application Record (AAR)
  • 5
    Multiple recordsEnsure total size fits chip memory
  • 6
    Want to prevent changesLock the tag after writing
Long-Form NFC Lessons

Watch The Practical Walkthroughs

Prefer visual learning? These focused videos cover the same decisions and mistakes discussed in this guide.

How to Write NFC Tags Using Your Phone - Easy Steps

Hands-on programming walkthrough from blank tags to working tap actions.

Watch on YouTube

Common Mistakes to Avoid

  • Not testing the tag immediately after encoding
  • Using HTTP instead of HTTPS (browsers may warn)
  • Encoding URLs that are too long for the chip memory
  • Locking tags before verifying the content is correct
  • Not accounting for URL redirects eating into memory

Frequently Asked Questions

On Android, we recommend NFC Tools (free) or NFC TagWriter by NXP. On iPhone, use NFC Tools or NFC for iPhone. All of these support URL, vCard, and Wi-Fi encoding.