Wednesday 20 December 2017

voltage regulator - Does the MC7805CT-BP need capacitors?


As far as I know, you have to put capacitors on most voltage regulators. However, the data sheet for this one specifically says "No external components required" and furthermore goes on to state "electrical characteristics" being "Vi=10V, Io=500mA, Ci=0.33uF, Co=0.1uF, Unless Otherwise Specified."


I'm fairly new to electrical engineering and I don't know what to think of this. Is it saying I should put a 0.33uF on the Vin and 0.1uF on Vout, or does it mean that it already has capacity equivalent to those values built into the IC?


As a bonus, It'd be helpful to know what it means by Vi=10V and Io=500mA because it specifically states that the output is 1A and the minimum input is 7V (dropout 2V, output 5V).


I'm thoroughly confused.


Here's a link to the datasheet: MC7805CT(TO-220)-480029.pdf




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...