29 lines
1004 B
Markdown
29 lines
1004 B
Markdown
|
---
|
||
|
title: Power Supply
|
||
|
BOMTable: true
|
||
|
shortDescription:
|
||
|
"This circuit converts a 9V power source "
|
||
|
BOM:
|
||
|
- type: Capacitor
|
||
|
count: 2
|
||
|
value: "10uF"
|
||
|
- type: Resistor
|
||
|
count: 2
|
||
|
value: "10Ω"
|
||
|
- type: Misc
|
||
|
label: "2x 9V battery clips"
|
||
|
pcb: "/recipes/power-supply/PaperCircuit.svg"
|
||
|
sample: "/recipes/power-supply/sample.mp3"
|
||
|
---
|
||
|
|
||
|
This circuit converts a 9V power source into a stable 5V output, suitable for powering low-voltage circuits like microcontrollers, sensors, and small audio devices. It ensures a clean, regulated voltage with minimal noise, preventing fluctuations that could interfere with sound circuits.
|
||
|
|
||
|

|
||
|
|
||
|
Instructions:
|
||
|
|
||
|
Prepare Components[^what-is]: Gather all components and ensure they match the schematic.
|
||
|
|
||
|
[^what-is]: what really is a component anyways./
|
||
|
|
||
|
Place the 7805 Regulator: Position the 7805 with its flat side facing you. The left pin is input (9V), the middle pin is ground, and the right pin is output (5V).
|