24 V Power Supply: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "=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.")
 
 
(7 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=
*''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=
<html><iframe src="https://docs.google.com/presentation/d/e/2PACX-1vQZrHpHncIcTNlBE8gHI7D9RmgkyrUBvv3KJoZINyU0j1qM4P6DLFmfdsZRsLFr3pkP0UQUQJL25F8Q/embed?start=false&loop=false&delayms=3000" frameborder="0" width="480" height="389" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe></html>
[https://docs.google.com/presentation/d/12TCkKzGYEnHJRTB1ESHZWrGyWm5EmaF_cefw-yzUcGI/edit#slide=id.g45ed589c64_0_0 edit]
=BOM=
*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=
*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