How to Use
This utility is designed to help you create OpenTag3D tag data to be
written onto RFID tags, which can then be written directly with Web NFC
(on Android) or via a number of tools.
Generating Tag Data
To write tag data, simply fill out all of the applicable fields on the
form. Fields with a red asterisk next to their name are required fields
and must be filled out. All other fields are optional.
You can also import existing tag data, either by reading it via Web NFC
(on Android) or loading a previously exported file.
Exporting Tag Data
Once you have filled out all of the fields, you can export the tag data to
be written to a real tag in a few ways:
- Direct Write via Web NFC
- Proxmark3-Ready .bin
- Flipper Zero .nfc (work-in-progress)
- NFC Tools for Desktop
- NFC Tools for Mobile (non-functional pending app bug fix)
If you're not sure which format to use, the easiest way to write tags is
to use Web NFC (on Android).
Write via Web NFC
To write tag data via Web NFC, simply press the button and then hold an
NFC tag up to the phone's RFID antenna. The antenna is usually placed next
to the back camera, but may be in the center of the phone on some models.
Once the tag is detected, the writing process will start. Hold the tag in
place until the writing process is finished.
Write via Proxmark3
To write tag data via a Proxmark3, download the Proxmark3 .bin file. Then,
in a terminal, launch pm3 and run
hf mfu restore -f [/path/to/file.bin].
Write via Flipper Zero
Currently, the Flipper Zero implementation is non-functional due to a bug
on our end. This is being worked on.
Write via NFC Tools Desktop
To write tag data via NFC Tools for Desktop, download the NFC Tools
Desktop .json. Then, in the app, go to Write > More > Open and load the
.json file. Click the Write button once you've got a tag on your NFC
reader.
Write via NFC Tools Mobile
The NFC Tools iOS app has a bug where writing a tag from an imported .json
profile corrupts any byte value of 128 or higher, garbling your tag data.
This happens even with profiles exported by the app itself, so it is
something that Wakdev must fix.