I meet the same question.here is the solution.for esp-idf, the i2c addr means bit0~bit6,but for nfc06a, the i2c addr means bit1~bit7,when I scan the i2c devices, 0x2d 0x53 0x57 are active,so, just set (addr >> 1), during write and read. int32_t pltf_...