Arduino Nano 33 BLE I2C connection issues with Seeed Grove NFC module

I am using an Arduino Nano 33 BLE and a Seeed Grove NFC module, and am attempting to use the I2C functionality of our Arduino to communicate with the module. After using the instructions and library provided by Seeed (found here: Grove - NFC - Seeed Wiki), our code didn't compile right away. We removed the includes to the SPI and other irrelevant drivers, but left the I2C and PN532 drivers included, and now our code compiles. However, when we run the Read_Tag example, our Arduino searches for a device on the I2C bus but cannot find anything. My team and I have soldered the I2C jumpers on the back of the NFC module, and checked our wiring as well as used another Grove NFC module and Arduino Nano 33 BLE, but we have the same issue regardless.

Has anyone gotten this specific set of hardware to work with each other, and/or does anyone have an Idea of how to diagnose this issue or where to start? Any help would be much appreciated!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.