Hello, I'm using a PN532 in I2C, connected to an ESP32. I'm using VsCode and platformio.
I'm trying to improve the range of the PN532 using the RF Level Detector register. I saw this issue : https://community.nxp.com/t5/NFC/PN532-antenna-sensitivity-from-software/td-p/1397246
But, it don't seem to be resolved. My issue is that, when I modify this register, I don't noticed any differences on range/behavior. I have the exact same range with the min and the max sensitivity.
Is there any other register I should modify to “enable” this one ? I'm using the library Wire.h, is it okay ?
I cannot modify the antenna, so I must found i way to improve (a bit) the range.
Furthermore, I would like to get the RSSI too, but it seems not possible over I2C, right ?
Can you help me please ?
Thanks,
Best regards