Here is a simple Java library/driver for building commands to communicate with Innovision/Broadcom Topaz512 NFC tags.
- Fully compliant with Broadcom BCM20203T512 specification
- All Topaz512 commands implemented
- Integrity checking with optional CRC-16 computation
- JDK 11 or later
- No third-party dependency
- MIT Licensed
Topaz512-driver is available on Maven Central. To use it, just import the following dependency in your pom.xml
file.
<dependency>
<groupId>eu.verdelhan</groupId>
<artifactId>topaz512-driver</artifactId>
<version>1.0.0</version>
</dependency>
For snapshots, add the following repository to your pom.xml
file.
<repository>
<id>sonatype snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
Topaz512 t512 = new Topaz512();
// Getting tag UID
byte[] ridCommand = t512.buildRidCommand();
byte[] tagUid = ...; // Send the RID command and get the tag UID in return
// Reading 8 bytes at block 0x1A
byte add8 = Topaz512.buildAdd8((byte) 0x1A);
byte[] read8Command = t512.buildRead8Command(add8);
byte[] read8Response = ...; // Send the READ8 command and get the 8 bytes in return
The BCM20203T512 (Topaz512) tags are NFC tags designed by Broadcom Inc.. They are NFC Forum Type 1 compliant tags.
- Compliant with the NFC Forum Type 1 tag format
- Compatible with the ISO/IEC 14443:2001, Parts 2 and 3; ISO/IEC 14443 Type A modulation scheme
- Contactless operating Frequency: 13.56 MHz
- Read/write operation (8-byte read/write commands)
- Configurable for One Time Programmable (OTP) and Write Once Read Many (WORM) operation
- Data communication rate: 106 kbps
- Communication robustness: collision detection, 16-bit CRC integrity checking
- EEPROM based user read/write memory area organized as blocks of 8 bytes (7 bytes of Unique Identification (UID) number for use in data authentication/anticloning, 480 bytes of user read/write memory, 64 bits (8 bytes) of OTP memory)
- All memory areas are individually one time lockable by RF command (to produce read-only functionality)
Bitcoin address: 13BMqpqbzJ62LjMWcPGWrTrdocvGqifdJ3