Very good information. In my project I am using this pn532 chip using "Type 2 NTAG213 HF RFID NFC NTag Sticker, 40x26mm " NFC. Tag. As per pn532 manual operation distance upto 50 mm. But I my application it's getting upto 20 mm. How I can increase operation range upto 50 mm?
@rochdimaria2 жыл бұрын
Can it read smartphone nfc ?
@SS-Ak4711 ай бұрын
Afaik the chip can do that but I'm not sure if the library supports it
@anggaamalulahli9413 Жыл бұрын
Why is it that when communicating using SPI, only one pin is declared? What are the other pins used for if not declared?
@irawanie8635 Жыл бұрын
the libraries used here is not supported by arduino ide (2.0.3) anymore. upgrade is needed.
@HowtoElectronics Жыл бұрын
Downgrade the arduino IDE to earlier version.
@KRZAKOWY Жыл бұрын
I use I2C, doesn't detect white cards, only keychain and pizzeria card, why?
@somenathsamanta_87432 жыл бұрын
PN532_I2C.h no such file or directery this error is hapening
@salahxakira10 ай бұрын
im also getting this error, if u found the solution please share it with me
@practi-herramientasdesoftw3208 Жыл бұрын
4:42 5v ? is 3.3v
@justsayjay Жыл бұрын
Could you use this as a simple on/off switch for a project? Like to turn on a whole device only with an rfid tag? No read / write info. Just to turn on and off a thing?
@histon9 ай бұрын
yeah if you keep a microcontroller running constantly searching for tags, on battery power or powered from your main power rail, then use that microcontroller to switch a relay or something to turn your main device on/off. then in the code you don't check for a specific ID, just if there is a tag detected at all then you switch the relay.
@DonLaplace41302 жыл бұрын
Can you connect more than one module NFC to an Arduino?
@liswifi Жыл бұрын
Your code is for the ATMega processor, but you're running a Nano. Doesn't that use the nRF processor instead?
@Gamespeare18 Жыл бұрын
nano? 33?
@flaviocunha75762 жыл бұрын
Isn't this module 3.3 Volts?
@dibyojyotibhattacherjee8972 жыл бұрын
Hello, if u do a series on pcb design, it would be really helpful.
@electronic79792 жыл бұрын
Super
@Luca_040 Жыл бұрын
you forgot SPI mode
@SS-Ak4711 ай бұрын
Doesn't work
@ismartalluarjun2 жыл бұрын
Please make Mit app inventor android app Make video Nfc and RFID all the best thing
@IbnuHallaz2 жыл бұрын
nfc.getFirmwareVersion(); return 0 Didn't Find PN53x Module How I can fix it?