zurgeg / puck.js-ntag215

Messing with my puck.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

puck.js-ntag215

Messing with my puck.js

WARNING!

Since this is designed mainly for storing amiibo, a full backdoor is active. Read/write-locking is not implemented. Everything is fully open. I MAKE NO PROMISES WHEN IT COMES TO SECURITY

What is this?

Simple, this is an attempt at emulating NTAG21x with a puck.js. See https://www.nxp.com/docs/en/data-sheet/NTAG213_215_216.pdf.

Completion (37.5% complete)

You can find the respective branches for the implementation (if there is one) linked

Read (25%)

  • READ - 0x30
  • FAST_READ - 0x3a
  • READ_CNT - 0x39
  • READ_SIG - 0x3c

Write (50%)

  • COMP_WRITE - 0xa0
  • WRITE - 0xa2

Misc. (50%)

About

Messing with my puck.js


Languages

Language:JavaScript 100.0%