Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M5paper ESP32 Didn't find PN53x board #109

Open
openmotion opened this issue Jan 24, 2021 · 4 comments
Open

M5paper ESP32 Didn't find PN53x board #109

openmotion opened this issue Jan 24, 2021 · 4 comments

Comments

@openmotion
Copy link

openmotion commented Jan 24, 2021

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 <NfcAdapter.h>
#include <PN532/PN532/PN532.h>
#include <M5EPD.h>
#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
Copy link

GeorgeFlorian commented Feb 10, 2021

I am having the same problem.

Did you solve it ?

@openmotion
Copy link
Author

openmotion commented Feb 10, 2021

I am having the same problem.

Did you solve it ?

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

@GeorgeFlorian
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants