How to Write to on an NFC sticker using Pico W? #13416
donskytech
started this conversation in
General
Replies: 1 comment
-
Hi, Does anyone have experience writing an NFC tag using your Raspberry Pi Pico W or even an ESP32 using MicroPython? I cannot see any working reference. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

I have an NTAG215 NFC sticker that looks like the image below (https://amzn.to/3vEFbm8) and I am trying to program it using MicroPython on my Raspberry Pi Pico W using my MFRC522 RFID reader but I am unsuccessful in doing the writing.
I am using the library https://github.com/danjperron/micropython-mfrc522 and I can read an NFC sticker but not write to it as I am getting
Writing MAD sector failed!
Anybody has done something similar? or any other library that you can recommend?
Beta Was this translation helpful? Give feedback.
All reactions