0

I am looking for low power power supply without transformer.

Input \$110V-230V\$,

Output plan to use 7805 regulator IC.

Application demand \$5V/3.V, 150-250mA. \$

In input side I should be able to give 110VAC /230V AC I know transformer based design give good isolation. Whether bridge rectifier with Zener diode serve purpose?
Kindly suggest me some power supply design

Information about some design

User323693
  • 9,151
  • 4
  • 21
  • 50
Ajit
  • 15
  • 4
  • 2
    *"low power power supply without transformer"*. Only a transformer provides good isolation. If the power supply is for a consumer product and accessible to the end-user, a transformer should be used to protect the user from shock hazards. A switched-mode power supply can be used to reduce the size of the transformer. A transformerless design should only be used when the system is not accessible to the user, such as an electric lamp on the ceiling, or when it's part of some industrial machinery that is not a consumer product. – 比尔盖子 Feb 27 '20 at 03:51
  • 7
    If you are asking these questions then you do not know enough to safely build and use a supply without a transformer. Use a transformer. – DKNguyen Feb 27 '20 at 04:02
  • 1
    Use a phone charger. more than about 10mA it too much for a practical transformerless supply. – Jasen Слава Україні Feb 27 '20 at 04:35
  • Here's [a bunch of google images](https://www.google.com/search?q=pm01+regulator&tbm=isch&source=univ&client=firefox-b-1-d&sa=X&ved=2ahUKEwiOgdPa9PDnAhVPop4KHbr9DbUQsAR6BAgJEAE&biw=2560&bih=887) of possible cheap solutions. Also see this [performance test and review of mains to 5V 0.6A Hi-Link HLK-PM01](http://lygte-info.dk/review/Power%20Mains%20to%205V%200.6A%20Hi-Link%20HLK-PM01%20UK.html). – jonk Feb 27 '20 at 04:43
  • if i wanted to use transformer . what is min construction of transformer – Ajit Feb 29 '20 at 03:50

2 Answers2

2

Use a phone charger. more than about 10mA is too much for a practical transformerless supply

To get 150mA from 250V you need a 600uF X capacitor that's going to cost over $100 at digikey. (you have to put several smaller capacitors in parallel)

For a tenth of that price you can buy a 1W AC-DC converter module (and probably cheaper if you shop elsewhere.)

0

If you use just a rectifier and Zener diode, then the Zener will go "bang" in a spectacular fashion. The first circuit in the accepted answer in the question you linked to is a common way to produce a lower voltage without a transformer.

But you need to understand how to calculate C1 and R1. For the currents you want, R1 would be much lower. C1 is set to pass the largest current you want.

I would expect to see a high value resistor connected across C1. Perhaps 330k ohms.

Be aware that the circuit provides no isolation from the mains supply. It can be lethal if anyone touches any part of the circuit. Such supplies are only to be used if completely enclosed, and should not be used as power supplies for anything that plugs in to them.

Simon B
  • 18,609
  • 1
  • 29
  • 55