0

I am going to use INA220 ic for current monitoring, and the datasheet says:

Use a 0.1-μF ceramic capacitor for power-supply bypassing, placed as closely as possible to the supply and ground pins.

So the question is can i use the capacitor since i am pulling current from 3v3 pin of rpi to use this ic, is it safe for long term?

Seamus
  • 18,728
  • 2
  • 27
  • 57
Animesh Sahu
  • 103
  • 3
  • Hi @Animesh Sahu, Welcome and nice to meet you. Ah let me see. Standard EE practice is to use 0.1uF and 10uF. For motor, servo, and solenoids, I use 100uF to 10,000uF. I NEVER TOUCH the Rpi's 40 pin connector 3V3 and 5V power pins. I ALWAYS use cheapy, external, temperature and current limiting/short circuit protected power supplies: (1) https://raspberrypi.stackexchange.com/questions/98116/random-i2c-sda-spikes-bit-flip (2) https://raspberrypi.stackexchange.com/questions/98715/connecting-pi-zero-w-to-adafruit-powerboost-1000-through-extension-header-or-usb/98733#98733 – tlfong01 Dec 30 '19 at 05:03

1 Answers1

0

Yes it is perfectly safe - this is recommended practice. Virtually all external devices (including HATs) will have similar capacitors.

It will have no detectable impact on the Pi.

Milliways
  • 54,718
  • 26
  • 92
  • 182