issues
search
taichunmin
/
chameleon-ultra.js
A JavaScript SDK for ChameleonUltra support Web Bluetooth API, Web Serial API and Node.js.
http://taichunmin.idv.tw/chameleon-ultra.js/
MIT License
29
stars
1
forks
source link
feature: demo page for NTAG 213/215/216
#119
Open
taichunmin
opened
5 months ago
taichunmin
commented
5 months ago
https://www.nxp.com/docs/en/data-sheet/NTAG210_212.pdf
https://www.nxp.com/docs/en/data-sheet/NTAG213_215_216.pdf
https://www.nxp.com/docs/en/data-sheet/MF0ULX1.pdf
https://www.nxp.com/docs/en/data-sheet/MF0ICU2.pdf
https://github.com/RfidResearchGroup/proxmark3/blob/4e0d4d3ad454285e62fc1a22c2ef3adda508ed01/client/src/cmdhfmfu.c#L2089
https://github.com/RfidResearchGroup/proxmark3/blob/4e0d4d3ad454285e62fc1a22c2ef3adda508ed01/client/src/cmdhfmfu.c#L1914
taichunmin
commented
4 months ago
NTAG213 EEPROM: 180 bytes, organized in 45 pages of 4 byte per page.
26 bytes reserved for manufacturer and configuration data
34 bits used for the read-only locking mechanism
4 bytes available as capability container
144 bytes user programmable read/write memory
NTAG215 EEPROM: 540 bytes, organized in 135 pages of 4 byte per page.
26 bytes reserved for manufacturer and configuration data
28 bits used for the read-only locking mechanism
4 bytes available as capability container
504 bytes user programmable read/write memory
NTAG216 EEPROM: 924 bytes, organized in 231 pages of 4 byte per page.
26 bytes reserved for manufacturer and configuration data
37 bits used for the read-only locking mechanism
4 bytes available as capability container
888 bytes user programmable read/write memory
taichunmin
commented
4 months ago
taichunmin
commented
4 months ago
taichunmin
commented
4 months ago
taichunmin
commented
4 months ago