Hi,
I am trying to run some basic I2C connections in micropython to test out each of the sensors on the unit, however it appears the I2C bus fails any time the capacitive touch is used. i.e. I can connect to and extract the acceleration form the MPU6886 fine but the moment I touch the screen I get the error OSError: I2C bus error (19). forcing me to recreate the i2c variable.
Does anyone know how or why this might be happening or what I can do to fix it?
Thank you!