من سفارش این ماژول رو دادم اما نحوه write اطلاعات توی توابع کتابخانه ایش هست؟
من یه کتابخانه پیدا کردم توش چیزایی راجع به write نوشته شده یه قسمتاییش رو میذارم خواستین آپلود کنم اما مثال ازش ندارم.
کد:
PICC_CMD_MF_WRITE = 0xA0, // Writes one 16 byte block to the authenticated sector of the PICC. Called "COMPATIBILITY WRITE" for MIFARE Ultralight.
PICC_CMD_MF_TRANSFER = 0xB0, // Writes the contents of the internal data register to a block.
// The commands used for MIFARE Ultralight (from http://www.nxp.com/documents/data_sheet/MF0ICU1.pdf, Section 8.6)
// The PICC_CMD_MF_READ and PICC_CMD_MF_WRITE can also be used for MIFARE Ultralight.
PICC_CMD_UL_WRITE = 0xA2 // Writes one 4 byte page to the PICC.
//these two methods read and write entire blocks. It seems there is no method to just access one byte.
* Writes a byte to the specified register in the MFRC522 chip.
* The interface is described in the datasheet section 8.1.2.
البته یه مثال توش هست اما مطمئن شدم بعدز تست میذارم.
برای رایت مسلماً یا باید 2 تا ماژول رو داشت ازین بخونه توی دیگری رایت کنه یا با یه ماژول اطلاعات رو روی Arduino ذخیره شه و بعد از مثلاً یه delay خودبخود رایت کنه یعنی بگیم بعدز چند ثانیه و بعد کارت خام رو جلوش بگیریم...