24 V Power Supply: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
*10A fuse on DC side
*10A fuse on DC side
*Arduino topology - Rectify AC, chop it, filter it, that's it.
*Arduino topology - Rectify AC, chop it, filter it, that's it.
=Logic=
*Separate the logic from power, and do not use integrated circuits
*Arduino - a standard component - provides the logic
*Transistor - provides the power handling.
*Example of this - [https://youtu.be/NO41UezqO-s?t=379]


=Terminology=
=Terminology=
Line 15: Line 21:
=BOM=
=BOM=
*10a rectifier - [https://www.mouser.com/ProductDetail/Rectron/MP3510?qs=G5AQjGfRJcJF7g2xGmyATg%3D%3D&gclid=EAIaIQobChMIxtavhYrL4QIVR77ACh3kywLCEAQYAyABEgKK9vD_BwE]
*10a rectifier - [https://www.mouser.com/ProductDetail/Rectron/MP3510?qs=G5AQjGfRJcJF7g2xGmyATg%3D%3D&gclid=EAIaIQobChMIxtavhYrL4QIVR77ACh3kywLCEAQYAyABEgKK9vD_BwE]
=Industry Standards=
==Commercial==
*Arduino-based 30A power supply running from 120 AC - [http://www.mastechpowersupply.com/programmable-dc-power-supply-hy3030ep-0-30v-0-30a-new-model.html]


=Links=
=Links=
*Shocking truth about transformerless power supplies on Hackaday - [https://hackaday.com/2017/04/04/the-shocking-truth-about-transformerless-power-supplies/]. Good explanations, but this is not about ''switch mode power supplies''
*Shocking truth about transformerless power supplies on Hackaday - [https://hackaday.com/2017/04/04/the-shocking-truth-about-transformerless-power-supplies/]. Good explanations, but this is not about ''switch mode power supplies''
*[[Power Supply Basics]]

Latest revision as of 20:35, 12 April 2019

Intro

  • From 120AC to 24V DC using arduino, and 6A max output.
  • 10A fuse on DC side
  • Arduino topology - Rectify AC, chop it, filter it, that's it.

Logic

  • Separate the logic from power, and do not use integrated circuits
  • Arduino - a standard component - provides the logic
  • Transistor - provides the power handling.
  • Example of this - [1]

Terminology

  • Transformerless power supply typically refers to a power supply where a capacitor and resistor are dropping the voltage to a required level. This is valid for 1 amp or less current.
  • Switch mode power supply is one that uses fast, active switching

Working DOC

edit

BOM

  • 10a rectifier - [2]

Industry Standards

Commercial

  • Arduino-based 30A power supply running from 120 AC - [3]

Links

  • Shocking truth about transformerless power supplies on Hackaday - [4]. Good explanations, but this is not about switch mode power supplies
  • Power Supply Basics