Closed FStefanni closed 2 years ago
Hi,
I found the answer by myself: PN532 requires no shared I2C with ESP32. Not sure why, since it actually works fine by using the Arduino ESP32 board version 2.0.0, and no more with version 2.0.1.
Reporting the issue also to PN532 library repo (here the issue). So I auto-close this issue.
Regards.
Hi,
a very strange bug happens when using Adafruit_SSD1306 and Adafruit-PN532 libraries together.
ssd1306_128x64_i2c
sketch (from Adafruit_SSD1306), it works fine.readMifareClassicIrq
sketch (from Adafruit-PN532), it works fine.So it seems to me that there should be some issue in the I2C management... but I do not know what/why. All the libraries and board definitions are up to date.
Regards.