Supported Methods
Web NFC (Mobile)
Use your Android phone’s built-in NFC to write tags. Works in Chrome and as an installed PWA.
Desktop Reader
Connect an ACR1252U USB reader for high-volume batch writing workflows. Coming soon.
Web NFC Quick Start
Open the Writer
Navigate to Writer in the NearNode dashboard on your Android phone (Chrome or installed PWA).
Select a Node
Choose the node you want to write. The URL
nearnode.io/v/{slug} will be encoded as an NDEF URL record.Tap to Write
Hold the NFC tag to the back of your phone. The writer encodes the URL and automatically verifies the write via read-back.
Batch Writing
For fleet deployments, the Writer integrates with the Fleet Management module:- Select a batch from the Fleet page
- All unwritten nodes appear in a queue
- Click Start Batch Write
- For each tag placed near the phone: encode → verify → log → next
- When all nodes are written, batch status transitions to Deployed
Ops Tip: Install NearNode as a PWA for the best writing experience — standalone mode, no browser chrome, faster launch, and offline queue support.
Offline Support
The NearNode PWA supports offline writes for field deployments without connectivity:- Tags are written normally via Web NFC
- Write logs are queued in IndexedDB
- Logs sync automatically when connectivity is restored
Write Log (Audit Trail)
Every write creates an immutable audit record. Write logs cannot be edited or deleted — they serve as a tamper-proof chain of custody.| Field | Description |
|---|---|
hardware_uid | The chip’s unique serial number (e.g., 04:A2:C8:1A:35:39:80) |
written_url | The exact URL written to the tag |
locked | Whether the tag was locked after writing |
verified | Whether a read-back verification was performed |
writer_method | web_nfc, desktop_reader, or manual |
written_by | The user who performed the write |
created_at | Timestamp of the write operation |
Browser Support
| Browser | Web NFC Support |
|---|---|
| Chrome (Android) | Yes |
| Chrome (iOS) | No |
| Safari | No |
| Firefox | No |
| NearNode PWA (Android) | Yes |
Web NFC requires HTTPS and a secure context. Both
nearnode.io and custom domains meet this requirement.