diff options
author | xengineering <me@xengineering.eu> | 2025-01-28 21:22:29 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-01-28 21:22:29 +0100 |
commit | 366968c15ba7fe2afa6fdbb483d9faba2a66158a (patch) | |
tree | 4b1aed99664a471a93703da9305d3d8aa7299318 | |
parent | ade1a390a719bd79efe2ff90444e47c869ee5894 (diff) | |
download | soundbox-366968c15ba7fe2afa6fdbb483d9faba2a66158a.tar soundbox-366968c15ba7fe2afa6fdbb483d9faba2a66158a.tar.zst soundbox-366968c15ba7fe2afa6fdbb483d9faba2a66158a.zip |
pcb: D3: Connect directly to 3V3 and add TODO
In general the PWR LED D3 should be connected directly to 3V3.
Nevertheless there should be the option to implement a night mode by
firmware which turns of the LED.
-rw-r--r-- | pcb/soundbox.kicad_sch | 99 |
1 files changed, 77 insertions, 22 deletions
diff --git a/pcb/soundbox.kicad_sch b/pcb/soundbox.kicad_sch index 8468ee0..4e27b3a 100644 --- a/pcb/soundbox.kicad_sch +++ b/pcb/soundbox.kicad_sch @@ -8402,6 +8402,16 @@ ) (uuid "8817fb12-9156-451a-964d-56c8e30167d5") ) + (text "TODO: Add night mode (PWR off)" + (exclude_from_sim no) + (at 251.714 56.896 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "a83ac06c-9420-463c-8b55-f1b3ff1efeac") + ) (text "PCB version detection\nvoltage divider" (exclude_from_sim no) (at 44.958 74.168 0) @@ -8738,28 +8748,6 @@ ) ) ) - (global_label "LED_PWR" - (shape input) - (at 267.97 66.04 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "e79cc867-8d0c-4347-ad25-0ad262fbebde") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 279.3613 66.04 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - ) (global_label "LED_BTL" (shape input) (at 267.97 62.23 0) @@ -12549,6 +12537,73 @@ ) ) (symbol + (lib_id "power:+3V3") + (at 267.97 66.04 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "eb953d68-8917-466c-8851-1f1a5c67654b") + (property "Reference" "#PWR013" + (at 264.16 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 271.78 66.0399 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 267.97 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 267.97 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3V3\"" + (at 267.97 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "81b1be00-d06b-4db5-a070-d0e1c1bc5168") + ) + (instances + (project "" + (path "/455ca4d6-9dda-4003-9db8-aa66aec94f73" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol (lib_id "Device:LED") (at 252.73 72.39 90) (unit 1) |