i am trying to use the amazing TMRpcm library together with the MPU6050_6Axis (i2cdev library)
http://www.i2cdevlib.com/devices/mpu6050#source
when used separately, they work perfectly well. the SD card can be read, the file can be detected, the speaker circuit is all perfectly sorted and working, and on its own (wired up on a separate board) the accelerometer returns all the necessary values as expected.
the goal is to make a wav file playback when a specific kind of motion is detected on the accelerometer.
however, when i try to combine both examples, the accelerometer stops working and returns "DMP Initialization failed (code 1)". that is the only thing that shows up on the serial monitor. there are no other errors showing up in the code. i don't know where to go from here. can someone suggest where or how should i start to fix this, or what could potentially be the reason behind it not working together?
thanks in advance for reading this.