nRF9160 Problem with I2C when two sensors are connected.

My project requires two sensors to operate on the same i2c bus, one of which is a display and the other of which is a touch sensor.
And I have a problem where, if I test both devices without connecting them simultaneously, both will function normally. But when I combine them, the touch sensor does not immediately function.
Using an oscilloscope to detect the signal, I discovered that when I send Address 0x38, which is the number of the touchscreen sensor in Bit 9, there appears to be an incomplete Logic High signal.
And I'm uncertain how this signal originated. Does anyone have any idea what could be causing this issue?

Note: R Pullup is 4.7K, Bus speed 100KHz, wring distance 20 cm.


Related