I am using the Op Amp MAX4424 because it's what I had, the circuit is working almost fine, the only problem is that the sensitivity is very high, even touching the MPU with my hand it triggers the interrupt.
My question is how can I set up a lower sensitivity using that circuit? perhaps reducing the 20M resistor to a lower value?
Edit, You might want to increase/decrease the value of the 10K resistor to GND.
The idle voltage output is setting too close to the trigger point.
The INT pins are HIGH and triggered LOW, correct?
ok, so changing the 10K resistors with a lower value will decrease the sensitivity, right? The INT pin are triggering LOW correctly, but as I told before it's extremly sensible.
Not both, just the 10K to GND. Change it to a higher value, like 20K. That will move the idle voltage up. It will need a stronger input to trigger the interrupt.
OK. Change R130 and see how that does.
With R129 and R130 both at 10K, the idle output switch point will be V+/2, or 1.65v. That is right at the trigger point. Any input will trigger the interrupt.
GND is is connected to ESP GND.
But looking at your comment I tighted MPU_A to GND and now it's all working perfectly. no false interrupts anymore and all is working as expected.