This is a placeholder topic for “PiicoDev RFID Module (NFC 13.56MHz)” comments.
Read (and write) RFID/NFC tags with this compact module.
Read moreThis is a placeholder topic for “PiicoDev RFID Module (NFC 13.56MHz)” comments.
Read (and write) RFID/NFC tags with this compact module.
Read moreHi there!
I was looking at this RFID module for an upcoming project, and I was wondering can it be used with arduino/esp32 as well, and is there a library that can help with this?
Hi Kaylee,
Yeah, the onboard IC has an arduino library here: MFRC522-spi-i2c-uart-async - Arduino Reference (I havent tested this so cant 100% confirm) - though it definitely does work with micropython on the ESP32 (google and chatGPT are you friends )
Hi Kaylee,
I’ve had some luck in the past getting a Piicodev magnetometer working on an Arduino with some library I found on GitHub. It wasn’t the easiest process however.
As Liam stated the ESP32 also uses MicroPython and the provided libraries with work there.
There’s some fantastic hacking going on in this thread where a user is extending the range with a custom antenna
Is it possible to use PiicoDev RFID Module with a Raspberry Pi 3? And what sort of advantages/disadvantages does this have when compared to NFC HAT for Raspberry Pi (PN532)?
Hey Daniel, Welcome to the forums!
Yes, this module should work well with a Raspberry Pi 3. If you are curious we have a tutorial explaining how to use this reader with a Raspberry Pi that should help you understand what’s required.
The main difference between these two devices is the chip used to enable NFC communication. The Piicodev board uses the rc522 and the NFC HAT for Raspberry Pi uses the pn532. If you are interested in the specific details between these two options I would check out this breakdown, I found it super useful.
Aside from that the PiicoDev RFID Module is more compact and will integrate nicely with the PiicoDev ecosystem if you are planning on using other components in your project. The HAT is nice because its a HAT and wont require any wiring, just attach it to the pi and your good to go.
Was there something specific you wanted out of a NFC/RFID module aside from standard use?
Hope this helps!
Sam