Hi there, I have been working with the FDC2214 and developed a pretty nice arduino connection to the chip and send the data via serial to a computer to be displayed in VC#
I have noticed that when i touch the mouse of the computer that the sensors are activated even when i am not touching them. I have found the TI application note on this (http://www.ti.com/lit/an/snoa952/snoa952.pdf,and how isolated earth and a ground plane can improve things, and i have observed this myself as well.
1) I decided that i would try to implement a DCDC isolator (for power ground isolation) and a I2c isolator (for signal isolation,www.ti.com/.../iso1541.pdf). Rather surprisingly i still see that moving the computer mouse is impacting the sensor.
2) I then tried complete galvanic isolation with a 9V battery and blue tooth and this solution produced perfect isolation from moving the computer mouse. However the batter supply doesn't last longer than 3 hours so its back to the serial cable solution(1) for now.
So is solution 1 wrong? is there any way to use isolator modules to separate the parasitic capacitance of the serial port USB connection from the sensor itself , am i conceptually missing something?
H