Found the issue:
Adafruit_PN532 objects need the IRQ and RST pin. If this lib acceses the SDA and SCL pins directly then it confuses the PN532 beyond recognition.
Search found 2 matches
- Fri Dec 15, 2023 1:15 pm
- Forum: ESP32 Arduino
- Topic: I2C bug - [Wire.cpp:513] requestFrom(): i2cRead returned Error 263
- Replies: 1
- Views: 40344
- Thu Dec 14, 2023 11:58 am
- Forum: ESP32 Arduino
- Topic: I2C bug - [Wire.cpp:513] requestFrom(): i2cRead returned Error 263
- Replies: 1
- Views: 40344
I2C bug - [Wire.cpp:513] requestFrom(): i2cRead returned Error 263
Hi, I have a very peculiar bug. Sometimes my NFC PN532 reader, will cause the I2C bus on the ESP32 to completely freeze up. It will return [Wire.cpp:513] requestFrom(): i2cRead returned Error 263 permanently. No flashing with working code, no power cycling, no nothing can resolve it. The I2C communc...