By connecting the XIAO nRF52840 Sense with the Adafruit DRV2605L Haptic Motor Controller, we are implementing a function that allows the vibration motor to vibrate when a specific value is sensed by the imu sensor.
However, since both the Adafruit DRV2605L Haptic Motor Controller and the imu sensor use i2c, the imu sensor is not working, is there a solution?
The circuit diagram is as below
+) Should I implement I2C priority between the two within Arduino code?
