Electronic – PCB design for current shunt monitor

current measurementpcb-design

I was looking at the INA225 datasheet and wondering how to appropriately design the PCB for this device.

My question is rather simple, the shunt resistor will be far away from the microcontroller and there will be switching regulators along the way, and I want to avoid using an external ADC, so I have two options:

1) Place the INA225 close to the shunt resistor and route the analog output to the microcontroller.

2) Place the IN225 close to the microcontroller and route the kelvin connection like one would route a differential pair.

I'd like to know which one is better considering since the signals may pick up a lot of noise along the way. If possible, please provide explanations on why one approach is preferable over the other.

Best Answer

The standard rule of thumb when amplifying sensors is to put the op amp as close to possible to the sensor, because the op amp has a lower output impedance than the sensor and so a given noise power will produce less noise voltage.

With a shunt resistor, though, the output impedance of the shunt is likely lower than than that of the op amp. This would argue for the long trace being between the shunt and op amp. However, the signal amplitude from the shunt is also much smaller, or else you wouldn't need an amplifier. Since any noise on the amplifier input will be multiplied by the gain, the tradeoff becomes a matter of comparing the impedance ratio with the gain.

All the typical advice about reducing noise still applies, of course, and will likely matter more than the amplifier placement: low-pass filtering, shielding, attention to grounding and current loops, etc. Your noise is going mostly to depend on the bandwidth you need for the current measurement.