diff options
author | xengineering <me@xengineering.eu> | 2025-01-03 22:23:16 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-01-03 22:23:16 +0100 |
commit | c14b475e36129049cb8add6f6bca39c47acc32ae (patch) | |
tree | 2ff51ecdeb83ca534831c5a0d26bd02d584f0616 /pcb/soundbox.kicad_sch | |
parent | 06a9e319d5ad301efedfc454c49c2c76799e5293 (diff) | |
download | soundbox-c14b475e36129049cb8add6f6bca39c47acc32ae.tar soundbox-c14b475e36129049cb8add6f6bca39c47acc32ae.tar.zst soundbox-c14b475e36129049cb8add6f6bca39c47acc32ae.zip |
pcb: Add version detection voltage divider
Diffstat (limited to 'pcb/soundbox.kicad_sch')
-rw-r--r-- | pcb/soundbox.kicad_sch | 160 |
1 files changed, 160 insertions, 0 deletions
diff --git a/pcb/soundbox.kicad_sch b/pcb/soundbox.kicad_sch index 0e0a280..755f0d1 100644 --- a/pcb/soundbox.kicad_sch +++ b/pcb/soundbox.kicad_sch @@ -3822,6 +3822,16 @@ ) (wire (pts + (xy 241.3 111.76) (xy 241.3 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3b63bf0-8a06-4c81-856c-1e911b563f6d") + ) + (wire + (pts (xy 203.2 96.52) (xy 203.2 101.6) ) (stroke @@ -3840,6 +3850,16 @@ ) (uuid "e7075ca1-6e4b-4677-9383-f4bd622dd00c") ) + (text "PCB version detection\nvoltage divider" + (exclude_from_sim no) + (at 253.238 114.808 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "fcab79b8-a2e7-4707-b043-effd53cd6401") + ) (symbol (lib_id "RF_Module:ESP32-S3-MINI-1") (at 146.05 97.79 0) @@ -4894,6 +4914,76 @@ ) ) (symbol + (lib_id "Device:R") + (at 241.3 120.65 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ce5febd8-eb28-4f55-a2c7-c191c30792ad") + (property "Reference" "R5" + (at 243.84 119.3799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 243.84 121.9199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 239.522 120.65 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 241.3 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 241.3 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fe36a61c-0282-4f3c-ae74-685380e23dca") + ) + (pin "2" + (uuid "19a22a44-e55e-40a7-83d0-abc98af46f52") + ) + (instances + (project "soundbox" + (path "/455ca4d6-9dda-4003-9db8-aa66aec94f73" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol (lib_id "Device:LED") (at 190.5 92.71 90) (unit 1) @@ -4963,6 +5053,76 @@ ) (symbol (lib_id "Device:R") + (at 241.3 107.95 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d3d3f4c2-e7c8-41b7-b731-90b3c2910323") + (property "Reference" "R4" + (at 243.84 106.6799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 243.84 109.2199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 239.522 107.95 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 241.3 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 241.3 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ad6d1094-ce47-4057-9dbb-b6a6e2299a70") + ) + (pin "2" + (uuid "2317a5af-9d4d-4488-81e7-59242c24f7e3") + ) + (instances + (project "soundbox" + (path "/455ca4d6-9dda-4003-9db8-aa66aec94f73" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") (at 190.5 105.41 0) (unit 1) (exclude_from_sim no) |