Seeed-Studio / PN532

NFC library using PN532 to read/write card and communicate with android
425 stars 173 forks source link

M5paper ESP32 Didn't find PN53x board #109

Open openmotion opened 3 years ago

openmotion commented 3 years ago

hello i want to use the grove nfc v1.1 with my M5paper ( ESP32-DOWDQ6-V3 ) the M5paper has a port C grove ( UART )

i can compile the code but i have this error : Didn't find PN53x board

`#include

include <PN532/PN532/PN532.h>

include

include "driver/gpio.h"

include "driver/adc.h"

#include <PN532/PN532_HSU/PN532_HSU.h>

//HardwareSerial Serial1(1);

PN532_HSU pn532hsu(Serial1);
NfcAdapter nfc(pn532hsu);

void setup(void) { M5.begin(); Serial1.println("NDEF begin"); delay(5000); Serial1.begin(9600); Serial1.println("NDEF Reader"); nfc.begin(); }

void loop(void) { SERIAL.println("\nScan a NFC tag\n"); if (nfc.tagPresent()) { NfcTag tag = nfc.read(); tag.print(); } //delay(5000); M5.update(); delay(100); }`

GeorgeFlorian commented 3 years ago

I am having the same problem.

Did you solve it ?

openmotion commented 3 years ago

I am having the same problem.

Did you solve it ?

hello no :p do you have the grove nfc v1.1

GeorgeFlorian commented 3 years ago

I am having the same problem. Did you solve it ?

hello no :p do you have the grove nfc v1.1

I am interested in integrating the RFID1356MIFARE with the ESP32-EVB an using it as a card reader. I don't think this library is compatible with the card reader firmware.

ABCDCreeper commented 3 years ago

i have the same problem too.my pn532 is elechouse nfc moudle v3