I am currently using a clev6630Ard board as a recevier communicating with an NT3H2111. I am trying tot set up pass through communication i2c->nfc. I am trying to implement the following steps on the ntag:
1. field is detected by ntag -> FD pin goes low
2. once FD pin is low the following script it sent to sent up passthrough mode
Hello @cateaz
From the log that you provided, the memory you want to read involves an invalid part, so it cannot be read.
Thank you very much. It is now seems to work. however I am having another issue. Once the field is detected and the FD pin goes low, these commands are sent :
Hello @cateaz
If you set NC_REG=0x7C, FD_ON=11, FD_OFF=11, means if the field is switched off or if last data is read by I2C (in pass-through mode NFC---> I2C) or last data is written by I2C (in pass-through mode I2C---> NFC), the event upon which the signal output on the FD pin is released, in that case, you would see FD pin go to high.
does this mean that the diagram in the datasheet is incorrect? From the datasheet it seems that the FD pin goes high upon writing the NC REG to be 7C and doesn not change vlaue as the data has finished being written by i2c.
Thank you for your help
Hello @cateaz
Set NC REG to 0x7C and the corresponding event is triggered and then FD goes high. Just setting the register, there will be nothing happening. Please check the descriptions of the datasheet for details.