Dear Nordic Team,
We are using nRF52832 with a IQS231A for proximity detection for a new product, the pins are connected to SDA and SCL and everything is routed as in datasheet. however, I got to know today this sensor can only enter I2C mode in "test mode" which last for 340ms at initialization, and during this time we can access the I2C, this is done for power consumption purposes.
however, this requires polling the device at the start within 340ms and recieving the ACK this also includes burning the setting to the IC within this time window, my question. is the nRF52832 able to communicate at this speed ?, i tried the TWI scanner example but no device was found, changed to frequency to higher speed 400KB but still no device was found on I2C bus. Are you aware of any possible solution ? is it possible if there is any code sample that we can test as a biginning. an idea would be to supply the VDD directly from the the nordic chip, but what is maximum current that can the pins can supply without disrupting.
datasheet for the sensor can be found here:
https://www.mouser.com/ds/2/42/iqs231a_datasheet-1062577.pdf
The way to access the test mode/I2C mode can be found here:
https://www.mouser.com/pdfdocs/AZd0981QS231OTPconfiguration-2.pdf
I look forward for your reply,
Moe