24 V Power Supply: Difference between revisions
Jump to navigation
Jump to search
(→Links) |
(→Intro) |
||
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= |
Revision as of 20:01, 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
BOM
- 10a rectifier - [2]
Links
- Shocking truth about transformerless power supplies on Hackaday - [3]. Good explanations, but this is not about switch mode power supplies