- #1
- 2,138
- 2,713
I need to create a 5 V stable DC supply out of 6 V AC from a transformer. By "stable", I mean that I do not want the ripples in the voltage that one gets from the output of a full-wave bridge rectifier. I have to feed this to two ATmega 8A μCs.
I am going to create the following circuit:
6 V RMS means ≈ 8.5 V peak. The capacitor will hopefully smooth out the ripples. The LM 7805 voltage regulator will bring down the voltage to 5 V. I can attach a heat sink to it if it tends to get heated up too much.
I don't yet have all the materials; once I get them, I can use the Arduino
Does this circuit look okay? Any suggestion for improvement?
I am going to create the following circuit:
6 V RMS means ≈ 8.5 V peak. The capacitor will hopefully smooth out the ripples. The LM 7805 voltage regulator will bring down the voltage to 5 V. I can attach a heat sink to it if it tends to get heated up too much.
I don't yet have all the materials; once I get them, I can use the Arduino
analogRead()
function to have a look at the waveform of the output of the circuit because I don't have an oscilloscope.Does this circuit look okay? Any suggestion for improvement?