diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..42cbcf9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ + +# Local datasheets — not committed +datasheets/ + +# KiCad generated / local files +**/~*.lck +**/*.lck +**/_restore_backup_*/ + +# Generated reports / exports +hardware/kicad/HubAudio/ERC.rpt +hardware/kicad/HubAudio/ERC.txt +hardware/kicad/HubAudio/*.asc +hardware/kicad/HubAudio/*.csv +hardware/kicad/HubAudio/export_project_*.csv + diff --git a/datasheets/SN5545xB.PDF b/datasheets/SN5545xB.PDF deleted file mode 100644 index a02e7b5..0000000 Binary files a/datasheets/SN5545xB.PDF and /dev/null differ diff --git a/docs/architecture/HubAudio b/docs/architecture/HubAudio new file mode 100644 index 0000000..0ea3903 --- /dev/null +++ b/docs/architecture/HubAudio @@ -0,0 +1,291 @@ +# ARCH-PCB-001 — Layer Architecture & Routing Strategy + +**Project:** HubAudio +**PCB:** 6-layer mixed-signal audio/RF board +**Status:** Architecture baseline +**Revision:** 1.0 +**Date:** 2026-08-24 + +--- + +## 1. Purpose + +This document defines the layer architecture and routing strategy for the HubAudio PCB. + +The objectives are: + +- minimize EMI and crosstalk; +- provide short and well-defined return paths for high-speed signals; +- preserve signal integrity for audio, clock, SPI, USB, Ethernet and RF interfaces; +- isolate slow control signals from critical high-speed routing; +- simplify placement and routing decisions; +- maintain a consistent PCB architecture throughout layout. + +The layer assignment is an architectural constraint, not merely a routing preference. + +--- + +## 2. PCB Stackup + +The PCB uses a 6-layer stackup with 35 µm copper on all copper layers. + +| Layer | Type | Primary Function | +|---|---|---| +| **L1 — F.Cu** | Copper | Components + high-speed / critical signals | +| **L2 — In1.Cu** | Copper | **GND plane** | +| **L3 — In2.Cu** | Copper | Slow signals / control | +| **L4 — In3.Cu** | Copper | **POWER plane** | +| **L5 — In4.Cu** | Copper | **GND plane** | +| **L6 — B.Cu** | Copper | Components + slow / secondary signals | + +### Dielectric structure + +| Interface | Dielectric | +|---|---:| +| L1 ↔ L2 | 0.10 mm prepreg | +| L2 ↔ L3 | 0.535 mm core | +| L3 ↔ L4 | 0.10 mm prepreg | +| L4 ↔ L5 | 0.535 mm core | +| L5 ↔ L6 | 0.10 mm prepreg | + +Total nominal PCB thickness is approximately **1.58 mm**, compatible with a nominal 1.6 mm PCB construction. + +--- + +## 3. Layer Philosophy + +The PCB follows this hierarchy: + +```text +L1 HIGH-SPEED / CRITICAL SIGNALS +L2 GND +L3 SLOW SIGNALS / CONTROL +L4 POWER +L5 GND +L6 SECONDARY / SLOW SIGNALS + +The fundamental principle is: + +Keep high-speed and sensitive signals on the outer layers, directly adjacent to a solid GND reference plane. + +L1 is therefore treated as the primary high-speed routing layer. + +L6 may be used for secondary and slow routing, with L5 providing the adjacent GND reference. + +4. L1 — High-Speed / Critical Signals + +L1 is the preferred layer for signals where signal integrity, edge rate, impedance or electromagnetic coupling is important. + +Preferred signals +I²S +SPI +clocks +USB +Ethernet +RF +other high-speed digital interfaces +critical audio clocks +Examples +ADAU1467 audio clocks +I²S BCLK +I²S LRCLK / WCLK +I²S SDATA +SPI clock and data +12.288 MHz audio reference +Ethernet PHY high-speed signals +USB signals +RF paths +Rule + +High-speed signals should remain on L1 whenever practical. + +Avoid unnecessary layer changes. + +When a layer transition is unavoidable, provide an appropriate nearby GND stitching via to preserve the return-current path. + +5. L2 — Ground Plane + +L2 is the primary continuous GND reference plane. + +It should remain as continuous and uninterrupted as possible. + +L2 provides the primary return-current reference for signals routed on L1. + +Rules +Do not route ordinary signals through L2. +Avoid unnecessary splits or voids. +Do not create isolated copper islands without a defined purpose. +Provide GND vias close to layer-transition vias for high-speed signals. +Maintain particularly clean GND under clock, I²S, SPI, USB and other fast L1 routing. +6. L3 — Slow Signals / Control + +L3 is dedicated primarily to low-speed digital signals. + +Typical signals include: + +GPIO +RESET +ENABLE +INTERRUPT +power-control signals +configuration signals +low-speed control interfaces +miscellaneous control lines +other signals where controlled impedance is not required + +L3 should not be the preferred routing layer for high-speed signals. + +The relatively large dielectric spacing to L2 makes L3 less suitable than L1 for high-speed routing. + +7. L4 — Power Plane + +L4 is dedicated to power distribution. + +Typical power domains may include: + +3V3_DIG +3V3_AUDIO +1V8 +1V2 +other required regulated or switched rails + +Power domains shall be partitioned logically according to the power architecture. + +Power routing should avoid unnecessarily crossing sensitive signal regions. + +The power plane must not be treated as a generic signal-routing layer unless specifically required. + +8. L5 — Ground Plane + +L5 is the secondary continuous GND plane. + +It provides the primary reference for signals routed on L6. + +L5 should remain as continuous as practical. + +Together, L2 and L5 form the principal internal ground structure of the PCB. + +9. L6 — Secondary / Slow Routing + +L6 is intended primarily for: + +I²C +GPIO +slow control signals +secondary communication lines +connections to components located on the bottom side +signals that do not require controlled impedance +I²C + +I²C is preferentially routed on L6. + +This keeps I²C away from the critical high-speed routing on L1 and allows bottom-side components to be connected without consuming valuable TOP routing space. + +10. Communication-Signal Policy + +Communication signals are classified according to electrical speed and sensitivity rather than simply by protocol name. + +High-speed / critical + +Preferred on L1: + +I²S +SPI +clock signals +USB +Ethernet +RF +Low-speed / control + +Preferred on L3 or L6: + +I²C +GPIO +RESET +ENABLE +INTERRUPT +power-control signals +configuration interfaces +Important exception + +The layer policy is architectural, not an absolute prohibition. + +A signal may use another layer when required by routing topology, component placement or congestion. However, deviations should be minimized and should have a clear reason. + +11. TOP-Layer Routing Policy + +L1 should not become a general-purpose routing layer. + +The preferred priority is: + +RF +critical clocks +I²S +SPI +USB / Ethernet high-speed signals +other critical signals +ordinary signals only when necessary + +Slow GPIO and control signals should not normally be routed on L1. + +This preserves the TOP layer for the signals that benefit most from the 0.10 mm L1–L2 geometry. + +12. Layer Transition Rules + +When a high-speed signal changes layer: + +minimize the number of transitions; +avoid unnecessary vias; +provide a nearby GND stitching via; +preserve the return-current path; +avoid crossing GND-plane discontinuities. + +For slow signals, layer transitions are less critical and may be used freely when useful for routing. + +13. Placement Implications + +Component placement shall support the layer architecture. + +L1 placement + +Critical components should be positioned so that their high-speed connections can be routed primarily on L1. + +Examples: + +ADAU1467 +audio codec +Si4684 +BT1058 +Ethernet PHY +USB interface +clock sources +Bottom placement + +Bottom-side components should preferentially connect using L6 where practical. + +I²C and other low-speed buses should therefore be planned around bottom-side placement where advantageous. + +14. Design Rule + +The following rule is the fundamental routing constraint for this PCB: + +L1 is for high-speed and critical signals. L2 is their primary GND reference. L3 is for slow control. L4 is power. L5 is GND. L6 is for secondary and slow routing. + +This rule should be applied consistently during placement and routing. + +15. Final Layer Assignment +┌──────────────────────────────────────────┐ +│ L1 F.Cu COMPONENTS / HIGH-SPEED │ +├──────────────────────────────────────────┤ +│ L2 In1 GND │ +├──────────────────────────────────────────┤ +│ L3 In2 SLOW SIGNAL / CONTROL │ +├──────────────────────────────────────────┤ +│ L4 In3 POWER │ +├──────────────────────────────────────────┤ +│ L5 In4 GND │ +├──────────────────────────────────────────┤ +│ L6 B.Cu COMPONENTS / SLOW SIGNAL │ +└──────────────────────────────────────────┘ + +Architecture status: BASELINE — use as the routing reference for placement and PCB layout. diff --git a/hardware/kicad/HubAudio/BT-Unit.kicad_sch b/hardware/kicad/HubAudio/BT-Unit.kicad_sch index 671d8ab..5d8521e 100644 --- a/hardware/kicad/HubAudio/BT-Unit.kicad_sch +++ b/hardware/kicad/HubAudio/BT-Unit.kicad_sch @@ -349,6 +349,207 @@ ) (embedded_fonts no) ) + (symbol "Device:LED" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 1.016) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "D" + (at 0 2.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 0 -2.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "LED diode" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) (symbol "Device:R" (pin_numbers (hide yes) @@ -875,14 +1076,17 @@ ) (embedded_fonts no) ) - (symbol "MIKILAB_FSC_BT1035:FSC-BT1035" + (symbol "MIKILAB_FSC_BT1058:FSC-BT1058" + (pin_names + (offset 1.016) + ) (exclude_from_sim no) (in_bom yes) (on_board yes) (in_pos_files yes) (duplicate_pin_numbers_are_jumpers no) (property "Reference" "U" - (at -20.32 34.29 0) + (at 0 28 0) (show_name no) (do_not_autoplace no) (effects @@ -891,8 +1095,8 @@ ) ) ) - (property "Value" "FSC-BT1035" - (at -20.32 -34.29 0) + (property "Value" "FSC-BT1058" + (at 0 26 0) (show_name no) (do_not_autoplace no) (effects @@ -901,7 +1105,7 @@ ) ) ) - (property "Footprint" "MIKILAB_FSC_BT1035:FSC-BT1035" + (property "Footprint" "MIKILAB_FSC_BT1058:FSC-BT1058" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -912,7 +1116,7 @@ ) ) ) - (property "Datasheet" "https://www.feasycom.com/datasheet/fsc-bt1035.pdf" + (property "Datasheet" "https://document.feasycom.com/docs/datasheet/BT1058/FSC-BT1058_Datasheet_EN.pdf" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -923,7 +1127,7 @@ ) ) ) - (property "Description" "Bluetooth 5.2 dual-mode stereo audio module, Qualcomm QCC3056" + (property "Description" "Feasycom FSC-BT1058 Bluetooth 5.3 QCC5181 audio module" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -934,10 +1138,10 @@ ) ) ) - (symbol "FSC-BT1035_0_1" + (symbol "FSC-BT1058_0_1" (rectangle - (start -20.32 31.75) - (end 20.32 -31.75) + (start -12.7 25.4) + (end 12.7 -25.4) (stroke (width 0.254) (type default) @@ -946,938 +1150,940 @@ (type background) ) ) + ) + (symbol "FSC-BT1058_1_1" (pin power_in line - (at -25.4 31.75 0) - (length 5.08) + (at -15.24 24.13 0) + (length 2.54) (name "GND" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "1" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin bidirectional line - (at -25.4 29.21 0) - (length 5.08) - (name "AIO4_LED4" + (at -15.24 21.59 0) + (length 2.54) + (name "AIO3/LED3" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "2" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 26.67 0) - (length 5.08) - (name "AIO5_LED5" + (pin no_connect line + (at -15.24 20.32 0) + (length 2.54) + (name "NC" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "3" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin bidirectional line - (at -25.4 24.13 0) - (length 5.08) - (name "PCM_CLK_PIO16" + (at -15.24 17.78 0) + (length 2.54) + (name "I2S_CLK" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "4" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 21.59 0) - (length 5.08) - (name "PCM_IN_PIO19" + (pin input line + (at -15.24 16.51 0) + (length 2.54) + (name "I2S_IN" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "5" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 19.05 0) - (length 5.08) - (name "PCM_OUT_PIO18" + (pin output line + (at -15.24 15.24 0) + (length 2.54) + (name "I2S_OUT" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "6" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin bidirectional line - (at -25.4 16.51 0) - (length 5.08) - (name "PCM_SYNC_PIO17" + (at -15.24 13.97 0) + (length 2.54) + (name "I2S_WS" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "7" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 13.97 0) - (length 5.08) + (pin input line + (at -15.24 11.43 0) + (length 2.54) (name "RESET" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "8" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin bidirectional line - (at -25.4 11.43 0) - (length 5.08) - (name "PCM_MCLK_OUT_PIO15" + (at -15.24 8.89 0) + (length 2.54) + (name "PCM_MCLK_OUT" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "9" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin bidirectional line - (at -25.4 8.89 0) - (length 5.08) - (name "PIO6" + (at -15.24 6.35 0) + (length 2.54) + (name "TBR_MOSI" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "10" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin bidirectional line - (at -25.4 6.35 0) - (length 5.08) - (name "PIO7" + (at -15.24 5.08 0) + (length 2.54) + (name "TBR_MISO" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "11" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin bidirectional line - (at -25.4 3.81 0) - (length 5.08) - (name "PIO8" + (at -15.24 3.81 0) + (length 2.54) + (name "TBR_CLK" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "12" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 1.27 0) - (length 5.08) - (name "BT_TX_PIO5" + (pin output line + (at -15.24 1.27 0) + (length 2.54) + (name "UART_TX" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "13" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 -1.27 0) - (length 5.08) - (name "BT_RX_PIO4" + (pin input line + (at -15.24 0 0) + (length 2.54) + (name "UART_RX" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "14" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 -3.81 0) - (length 5.08) - (name "BT_CTS_PIO3" + (pin input line + (at -15.24 -1.27 0) + (length 2.54) + (name "UART_CTS" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "15" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin bidirectional line - (at -25.4 -6.35 0) - (length 5.08) - (name "BT_RTS_PIO2" + (at -15.24 -2.54 0) + (length 2.54) + (name "UART_RTS" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "16" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 -8.89 0) - (length 5.08) - (name "AIO0_LED0" + (pin output line + (at -15.24 -6.35 0) + (length 2.54) + (name "LED0" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "17" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 -11.43 0) - (length 5.08) - (name "AIO1_LED1" + (pin output line + (at -15.24 -7.62 0) + (length 2.54) + (name "LED1" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "18" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 -13.97 0) - (length 5.08) - (name "AIO2_LED2" + (pin output line + (at -15.24 -8.89 0) + (length 2.54) + (name "LED2" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "19" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin bidirectional line - (at -25.4 -16.51 0) - (length 5.08) - (name "PIO44" + (at -15.24 -11.43 0) + (length 2.54) + (name "PIO34" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "20" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin bidirectional line - (at -25.4 -19.05 0) - (length 5.08) - (name "PIO41" + (at -15.24 -12.7 0) + (length 2.54) + (name "PIO35" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "21" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin power_in line - (at -25.4 -21.59 0) - (length 5.08) + (at -15.24 -15.24 0) + (length 2.54) (name "GND" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "22" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 -24.13 0) - (length 5.08) - (name "PIO42" + (pin output line + (at -15.24 -17.78 0) + (length 2.54) + (name "PIO36" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "23" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 -26.67 0) - (length 5.08) - (name "PIO43" + (pin output line + (at -15.24 -19.05 0) + (length 2.54) + (name "PIO37" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "24" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 -29.21 0) - (length 5.08) - (name "PIO40" + (pin output line + (at -15.24 -20.32 0) + (length 2.54) + (name "PIO38" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "25" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at -25.4 -31.75 0) - (length 5.08) - (name "PIO45" + (pin output line + (at -15.24 -21.59 0) + (length 2.54) + (name "PIO39" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "26" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at 25.4 -31.75 180) - (length 5.08) + (pin output line + (at 15.24 24.13 180) + (length 2.54) (name "PIO20" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "27" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at 25.4 -29.21 180) - (length 5.08) + (pin output line + (at 15.24 21.59 180) + (length 2.54) (name "PIO21" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "28" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin input line - (at 25.4 -26.67 180) - (length 5.08) + (at 15.24 20.32 180) + (length 2.54) (name "VCHG_SENSE" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "29" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin no_connect line - (at 25.4 -24.13 180) - (length 5.08) - (name "NC" + (pin input line + (at 15.24 19.05 180) + (length 2.54) + (name "CHG_EXT" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "30" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin power_out line - (at 25.4 -21.59 180) - (length 5.08) - (name "VDD_USB_3V3_OUT" + (pin output line + (at 15.24 16.51 180) + (length 2.54) + (name "VDD_USB/3.3V_OUT" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "31" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin power_in line - (at 25.4 -19.05 180) - (length 5.08) + (at 15.24 15.24 180) + (length 2.54) (name "GND" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "32" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin power_in line - (at 25.4 -16.51 180) - (length 5.08) + (at 15.24 12.7 180) + (length 2.54) (name "VBAT_IN" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "33" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin input line - (at 25.4 -13.97 180) - (length 5.08) + (at 15.24 11.43 180) + (length 2.54) (name "SYS_CTRL" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "34" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin power_out line - (at 25.4 -11.43 180) - (length 5.08) - (name "1V8_OUT" + (pin output line + (at 15.24 8.89 180) + (length 2.54) + (name "1.8V_OUT" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "35" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin power_in line - (at 25.4 -8.89 180) - (length 5.08) + (at 15.24 7.62 180) + (length 2.54) (name "VDD_IO" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "36" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at 25.4 -6.35 180) - (length 5.08) + (pin input line + (at 15.24 5.08 180) + (length 2.54) (name "USB_DP" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "37" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin bidirectional line - (at 25.4 -3.81 180) - (length 5.08) + (pin input line + (at 15.24 3.81 180) + (length 2.54) (name "USB_DN" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "38" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin power_in line - (at 25.4 -1.27 180) - (length 5.08) + (pin input line + (at 15.24 2.54 180) + (length 2.54) (name "VCHG" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "39" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin input line - (at 25.4 1.27 180) - (length 5.08) - (name "MIC_RP" + (pin output line + (at 15.24 0 180) + (length 2.54) + (name "MIC_RN" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "40" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin input line - (at 25.4 3.81 180) - (length 5.08) - (name "MIC_RN" + (pin output line + (at 15.24 -1.27 180) + (length 2.54) + (name "MIC_RP" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "41" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin no_connect line - (at 25.4 6.35 180) - (length 5.08) + (at 15.24 -3.81 180) + (length 2.54) (name "NC" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "42" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin input line - (at 25.4 8.89 180) - (length 5.08) + (pin bidirectional line + (at 15.24 -6.35 180) + (length 2.54) (name "MIC_LP" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "43" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin input line - (at 25.4 11.43 180) - (length 5.08) + (pin bidirectional line + (at 15.24 -7.62 180) + (length 2.54) (name "MIC_LN" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "44" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin power_out line - (at 25.4 13.97 180) - (length 5.08) + (pin bidirectional line + (at 15.24 -8.89 180) + (length 2.54) (name "MIC_BIAS" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "45" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin no_connect line - (at 25.4 16.51 180) - (length 5.08) - (name "NC" + (pin output line + (at 15.24 -11.43 180) + (length 2.54) + (name "SPK_RN" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "46" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) - (pin no_connect line - (at 25.4 19.05 180) - (length 5.08) - (name "NC" + (pin output line + (at 15.24 -12.7 180) + (length 2.54) + (name "SPK_RP" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "47" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin output line - (at 25.4 21.59 180) - (length 5.08) - (name "SPK_N" + (at 15.24 -15.24 180) + (length 2.54) + (name "SPK_LN" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "48" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin output line - (at 25.4 24.13 180) - (length 5.08) - (name "SPK_P" + (at 15.24 -16.51 180) + (length 2.54) + (name "SPK_LP" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "49" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin power_in line - (at 25.4 26.67 180) - (length 5.08) + (at 15.24 -19.05 180) + (length 2.54) (name "GND" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "50" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin output line - (at 25.4 29.21 180) - (length 5.08) - (name "RF_OUT" + (at 15.24 -20.32 180) + (length 2.54) + (name "EXT_ANT" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "51" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) ) (pin power_in line - (at 25.4 31.75 180) - (length 5.08) + (at 15.24 -21.59 180) + (length 2.54) (name "GND" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) (number "52" (effects (font - (size 1.27 1.27) + (size 0.9 0.9) ) ) ) @@ -2000,670 +2206,903 @@ ) (embedded_fonts no) ) + (symbol "power:VD" + (power global) + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + (hide yes) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VD" + (at 0 3.556 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "VD_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VD_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) ) (junction - (at 33.02 113.03) + (at 213.36 44.45) (diameter 0) (color 0 0 0 0) - (uuid "1e0e0759-33af-4ebe-886d-5ebe6b10b53c") + (uuid "2e15e8b5-f15f-489a-a61b-bf05243bee17") ) (junction - (at 92.71 99.06) + (at 222.25 46.99) (diameter 0) (color 0 0 0 0) - (uuid "212bc28b-e297-4322-812f-054624f53192") + (uuid "437b7a51-97c1-4f9e-9014-2d6ac294b5cd") ) (junction - (at 33.02 101.6) + (at 54.61 83.82) (diameter 0) (color 0 0 0 0) - (uuid "50ac6cc6-452d-4330-a3f3-10beb36d36b9") + (uuid "46d15ad7-eccf-4bb3-93f7-72208cc710b9") ) (junction - (at 199.39 102.87) + (at 54.61 72.39) (diameter 0) (color 0 0 0 0) - (uuid "60cbe09c-ec2b-4506-a5d4-13e8dcce8fce") + (uuid "4b88f7ed-8fe0-4000-a89e-25114074e8f1") ) (junction - (at 196.85 95.25) + (at 115.57 69.85) (diameter 0) (color 0 0 0 0) - (uuid "6122a4bf-6178-4e40-946e-9777135755ba") + (uuid "573e6512-ffaf-402f-af96-80d8c33fd500") ) (junction - (at 60.96 63.5) + (at 251.46 52.07) (diameter 0) (color 0 0 0 0) - (uuid "a78cd436-45f3-4351-a868-76325d2c118a") + (uuid "633f8164-5fd0-436f-ac77-53a80b141ab7") + ) + (junction + (at 82.55 34.29) + (diameter 0) + (color 0 0 0 0) + (uuid "d7165aeb-e1ee-44ba-9db8-0933054edabe") ) (no_connect - (at 184.15 57.15) - (uuid "063303f5-809d-4e53-a9de-ecbc2ec76df1") + (at 182.88 68.58) + (uuid "065227da-27ea-4567-a444-0381bcc6c0a1") ) (no_connect - (at 133.35 110.49) - (uuid "1215d296-cc2e-49f9-bd41-9b3dc8234f17") + (at 213.36 80.01) + (uuid "0f1913c0-f0d3-4b16-9dc5-8c20796a5ae1") ) (no_connect - (at 133.35 74.93) - (uuid "23ccf953-2dd1-4c2e-aaa7-60d0204fb3a2") + (at 182.88 60.96) + (uuid "1b3db49b-d7a6-41b3-a814-277d94a0e509") ) (no_connect - (at 133.35 100.33) - (uuid "259b460e-0c53-462c-9d50-bc3c5ef7594f") + (at 213.36 76.2) + (uuid "1dfc878e-29ff-4867-b2fa-7e0f52e60965") ) (no_connect - (at 184.15 72.39) - (uuid "25fc7e7d-30ca-407f-8497-77b618f5deb0") + (at 213.36 72.39) + (uuid "207f4002-5179-434e-b816-cba2f3c63ac4") ) (no_connect - (at 184.15 92.71) - (uuid "2ef9540f-a085-4530-97c8-9357e9770c2f") + (at 182.88 53.34) + (uuid "27216b73-b358-4dd3-aea8-f3f914ac71b1") ) (no_connect - (at 184.15 82.55) - (uuid "32b1c2a0-2d15-45bf-bc09-40949332659c") + (at 182.88 71.12) + (uuid "2aebfc7d-2958-432c-9d22-f5f268f20b91") ) (no_connect - (at 184.15 62.23) - (uuid "43e6ba38-1871-4a03-a41f-254a2c87e4dd") + (at 213.36 54.61) + (uuid "2c2f2a2e-d69c-40fc-b72a-8af679ea9a38") ) (no_connect - (at 133.35 80.01) - (uuid "4a75be59-342b-4ace-9743-be75d96be046") + (at 213.36 55.88) + (uuid "31a7ff62-b45d-4a71-9895-0ba69993c076") ) (no_connect - (at 184.15 74.93) - (uuid "5c90db75-1251-4ad7-9630-4889275dac5b") + (at 182.88 72.39) + (uuid "32ddec59-f504-43a2-a52b-bf303e621140") ) (no_connect - (at 184.15 113.03) - (uuid "64de86aa-9e46-4a74-b7d7-3355ce86c2fe") + (at 182.88 78.74) + (uuid "4dcda15a-28a8-459f-85d6-8a2690b26ae3") ) (no_connect - (at 184.15 87.63) - (uuid "70ddf87c-533e-49f3-a7a2-4713ad36d79c") + (at 182.88 62.23) + (uuid "4e1d8ea1-0f60-4a48-8d1b-091c14265d3c") ) (no_connect - (at 133.35 118.11) - (uuid "7e3c24b7-e6e5-4d95-b749-7993cd5698b1") + (at 213.36 74.93) + (uuid "562e2074-41b1-44d8-9aad-49f83c0020a0") ) (no_connect - (at 184.15 64.77) - (uuid "899018a5-494a-470c-b6b9-849759d9c66b") + (at 182.88 81.28) + (uuid "5d825a95-85a8-431f-9a3c-2e58bce107dd") ) (no_connect - (at 184.15 115.57) - (uuid "90312caf-1014-4d22-8e4a-ebe0b4bfbbd3") + (at 102.87 59.69) + (uuid "64cf0b96-d89b-4e6e-80d6-8cb041399d05") ) (no_connect - (at 184.15 77.47) - (uuid "90ef77f0-b424-432a-a8ed-228a734e2512") + (at 213.36 38.1) + (uuid "6f777b10-40ad-4e49-87c3-de4731d1ff09") ) (no_connect - (at 184.15 85.09) - (uuid "916834cc-0280-48e0-a088-31095da6a801") + (at 213.36 35.56) + (uuid "7fe8adf2-946b-4abc-84e4-1383dc48735b") ) (no_connect - (at 133.35 67.31) - (uuid "9ac6de9a-387c-4d85-87ce-7aacef0c803b") + (at 213.36 59.69) + (uuid "8311901e-eae3-4d7d-b0cb-a3cce3fcd15b") ) (no_connect - (at 133.35 77.47) - (uuid "a6b54549-e701-456c-a029-52f3594c4d08") + (at 182.88 38.1) + (uuid "83fa94b6-55e7-4046-b92b-bd42db0d9ed9") ) (no_connect - (at 133.35 95.25) - (uuid "a7843a04-ccb4-42b2-84ba-ba7e54ab5c26") + (at 182.88 77.47) + (uuid "84068557-9703-456f-b7eb-b4e5c541329c") ) (no_connect - (at 184.15 90.17) - (uuid "b378540b-31f2-49e0-a747-f9d7bf3f70ea") + (at 213.36 68.58) + (uuid "8423a17f-bfe0-4788-a931-6a8af39b474f") ) (no_connect - (at 184.15 107.95) - (uuid "b8c0995d-1c6d-4c64-ad60-f3aef85ef68e") + (at 182.88 67.31) + (uuid "84e62e76-e541-4926-a225-a500ec437787") ) (no_connect - (at 133.35 97.79) - (uuid "bc815d16-71d2-4837-85f9-2c819c4e48e8") + (at 182.88 50.8) + (uuid "9271ebdd-cd93-4196-afd4-6297dd804824") ) (no_connect - (at 184.15 118.11) - (uuid "c96967b8-1f79-48e4-9763-43a61636b9c3") + (at 182.88 55.88) + (uuid "9315c1c3-f0e4-4e9d-b58f-fcb844246382") ) (no_connect - (at 133.35 102.87) - (uuid "c97b1cd8-2310-4337-ae8b-09cd34bab045") + (at 182.88 80.01) + (uuid "952ec460-1960-4822-ac6d-458c89e60d9d") ) (no_connect - (at 133.35 105.41) - (uuid "d1bca1b3-5c1c-460f-be97-7dc710b2d863") + (at 213.36 67.31) + (uuid "9ce71c2c-aff3-443d-bec2-7be9f82bf115") ) (no_connect - (at 133.35 115.57) - (uuid "d6e4fc2e-03f3-4cc5-8974-4491ae5f596c") + (at 213.36 60.96) + (uuid "9e9f2c5a-58b0-423b-b815-45c48b4abb90") ) (no_connect - (at 133.35 82.55) - (uuid "eb6d23af-3bf6-4cee-a164-a80aca04052a") + (at 213.36 57.15) + (uuid "b3289b80-c7cd-4f07-ad10-8a93038243e7") ) (no_connect - (at 133.35 59.69) - (uuid "f921097b-ffc3-49ee-b15a-e5d91f652b2c") + (at 213.36 66.04) + (uuid "c31c950b-a649-4e5b-9b7e-6a1a58483a7c") ) (no_connect - (at 133.35 113.03) - (uuid "fa4a1604-f3c7-4cd0-b705-0cb55a7f11b2") + (at 213.36 71.12) + (uuid "ceccf82f-e941-429f-8673-f29af4ba4464") ) (no_connect - (at 133.35 57.15) - (uuid "fcdbc70b-a2b1-404c-a6a8-97d3ece9f636") + (at 213.36 43.18) + (uuid "d0319e03-a137-4a11-a2a0-acf511acd567") + ) + (no_connect + (at 182.88 54.61) + (uuid "d8f0053b-2577-41d0-83f8-6f1ee9bfdbd7") + ) + (no_connect + (at 102.87 62.23) + (uuid "e3fc698d-143d-42c5-9dd8-797cd8494363") ) (wire (pts - (xy 88.9 86.36) (xy 88.9 85.09) + (xy 54.61 74.93) (xy 54.61 72.39) ) (stroke (width 0) (type default) ) - (uuid "05cdbb0c-9404-4fcf-a21e-fa0b02dca156") + (uuid "014bc792-71b9-42cb-85ae-66f2747a9756") ) (wire (pts - (xy 101.6 88.9) (xy 101.6 92.71) + (xy 146.05 39.37) (xy 146.05 41.91) ) (stroke (width 0) (type default) ) - (uuid "06aa21ae-08bf-4271-8947-b9fd3687a049") + (uuid "078f571d-6c34-4a98-a6b2-7d7260b891fd") ) (wire (pts - (xy 68.58 73.66) (xy 68.58 63.5) + (xy 115.57 69.85) (xy 115.57 73.66) ) (stroke (width 0) (type default) ) - (uuid "15f056b0-3423-40a5-9e21-c4d57b25a2e0") + (uuid "0a2cf143-a1bf-46b9-8198-26ec265fdb7c") ) (wire (pts - (xy 114.3 62.23) (xy 133.35 62.23) + (xy 66.04 64.77) (xy 77.47 64.77) ) (stroke (width 0) (type default) ) - (uuid "1b92cffe-77dd-4eff-9c17-cc6d3d399fd4") + (uuid "0ddafd9f-f479-4dcd-8b54-86bd125ba4a6") ) (wire (pts - (xy 114.3 69.85) (xy 133.35 69.85) + (xy 119.38 59.69) (xy 182.88 59.69) ) (stroke (width 0) (type default) ) - (uuid "1e2de9f1-9200-4c1e-b717-b3b1394d107f") + (uuid "0e9639df-aadb-4ada-a33e-68fa320b2e8c") ) (wire (pts - (xy 81.28 88.9) (xy 101.6 88.9) + (xy 64.77 49.53) (xy 77.47 49.53) ) (stroke (width 0) (type default) ) - (uuid "20da65dd-1ada-41b2-89a7-5193fc7a74b1") + (uuid "1063f98f-25e5-4ce0-801f-9f6903e67278") ) (wire (pts - (xy 92.71 102.87) (xy 92.71 99.06) + (xy 226.06 78.74) (xy 213.36 78.74) ) (stroke (width 0) (type default) ) - (uuid "2169ece5-eb08-4c66-b427-440aef6c6f34") + (uuid "1c005d2c-24e6-4116-8bc0-7e004e229d32") ) (wire (pts - (xy 184.15 59.69) (xy 204.47 59.69) + (xy 251.46 52.07) (xy 261.62 52.07) ) (stroke (width 0) (type default) ) - (uuid "24248e63-4869-4527-a16d-dc4c51b1e859") + (uuid "22f873d7-7090-448c-a8cc-65566993466b") ) (wire (pts - (xy 53.34 104.14) (xy 55.88 104.14) + (xy 64.77 52.07) (xy 77.47 52.07) ) (stroke (width 0) (type default) ) - (uuid "3a86d9b5-c9b9-43ba-832e-dd981f42a0e7") + (uuid "264afbd8-d7d2-4144-9489-697dfef79c30") ) (wire (pts - (xy 88.9 90.17) (xy 133.35 90.17) + (xy 170.18 44.45) (xy 182.88 44.45) ) (stroke (width 0) (type default) ) - (uuid "42d2adba-c588-48d0-9e9a-8164022387e4") + (uuid "28cff3ff-9948-4640-8478-6cafeb9cce1b") ) (wire (pts - (xy 96.52 93.98) (xy 96.52 87.63) + (xy 53.34 72.39) (xy 54.61 72.39) ) (stroke (width 0) (type default) ) - (uuid "42ecf35e-1253-481f-9c6d-442e6bcaf18e") + (uuid "2a2dcf01-1087-40e0-823b-48abea3f1b09") ) (wire (pts - (xy 88.9 85.09) (xy 133.35 85.09) + (xy 160.02 66.04) (xy 154.94 66.04) ) (stroke (width 0) (type default) ) - (uuid "467e0315-282f-42f4-bfdb-e19e7722d5df") + (uuid "2a81ebb4-6279-4630-b345-525e90db7f96") ) (wire (pts - (xy 92.71 110.49) (xy 92.71 113.03) + (xy 163.83 46.99) (xy 170.18 46.99) ) (stroke (width 0) (type default) ) - (uuid "4b096faf-7e5a-4ce1-9f8f-be85d79df3c0") + (uuid "2b4b5f3d-7948-4c7e-9f1b-44d2ff53414c") ) (wire (pts - (xy 88.9 90.17) (xy 88.9 91.44) + (xy 54.61 72.39) (xy 77.47 72.39) ) (stroke (width 0) (type default) ) - (uuid "5526a539-71da-46c6-99cc-d67cee82da5e") + (uuid "315bdf9d-982e-46b7-84d3-b97add7eb755") ) (wire (pts - (xy 33.02 104.14) (xy 33.02 101.6) + (xy 213.36 46.99) (xy 222.25 46.99) ) (stroke (width 0) (type default) ) - (uuid "5c7f0596-4ab3-4d96-8c9c-1cf170cf648b") + (uuid "31d2f451-a187-419c-8f1a-55c7176c231c") ) (wire (pts - (xy 44.45 96.52) (xy 55.88 96.52) + (xy 182.88 45.72) (xy 172.72 45.72) ) (stroke (width 0) (type default) ) - (uuid "5fe6d5aa-92fd-4d95-a934-50265ee03f7c") + (uuid "332edd1d-d330-45d9-9ea0-b86009270542") ) (wire (pts - (xy 92.71 99.06) (xy 101.6 99.06) + (xy 175.26 54.61) (xy 175.26 48.26) ) (stroke (width 0) (type default) ) - (uuid "61a071bc-c8fd-4306-a5c4-515f71fbde00") + (uuid "35681135-432d-4b79-b753-a6759f9235f5") ) (wire (pts - (xy 44.45 93.98) (xy 55.88 93.98) + (xy 77.47 34.29) (xy 82.55 34.29) ) (stroke (width 0) (type default) ) - (uuid "641dbc55-5202-4670-ad86-6a98ddb6ca21") + (uuid "38cec034-c4ba-488c-a833-0de79fb870b7") ) (wire (pts - (xy 88.9 91.44) (xy 81.28 91.44) + (xy 102.87 69.85) (xy 115.57 69.85) ) (stroke (width 0) (type default) ) - (uuid "683d2ecb-efeb-440f-b2c8-c5bad31277c7") + (uuid "4309b1e0-66d3-47eb-8da3-0d252449fe92") ) (wire (pts - (xy 31.75 113.03) (xy 33.02 113.03) + (xy 213.36 52.07) (xy 251.46 52.07) ) (stroke (width 0) (type default) ) - (uuid "7170485d-124d-4f67-8c4f-2f59cde29caf") + (uuid "440b8792-00bb-4716-8603-d416546c0295") ) (wire (pts - (xy 196.85 95.25) (xy 204.47 95.25) + (xy 119.38 58.42) (xy 119.38 57.15) ) (stroke (width 0) (type default) ) - (uuid "7348327f-f59e-41b4-bcd0-dc1373372b83") + (uuid "44a5a53e-cafc-409c-ab6e-ccba54667cf1") ) (wire (pts - (xy 33.02 111.76) (xy 33.02 113.03) + (xy 144.78 39.37) (xy 146.05 39.37) ) (stroke (width 0) (type default) ) - (uuid "75c46593-6a1c-45a1-9424-71fc34468075") + (uuid "48d2f7c5-eee4-4d8c-b8e1-5ff3a6d029fc") ) (wire (pts - (xy 96.52 87.63) (xy 133.35 87.63) + (xy 128.27 74.93) (xy 182.88 74.93) ) (stroke (width 0) (type default) ) - (uuid "7e3206bc-efc2-45fc-9ac5-7cf79c33107f") + (uuid "48f39c38-6abb-4343-8df1-8983ee490b78") ) (wire (pts - (xy 60.96 63.5) (xy 68.58 63.5) + (xy 66.04 62.23) (xy 77.47 62.23) ) (stroke (width 0) (type default) ) - (uuid "81731ecf-737b-4ed0-bb11-7345a6faa708") + (uuid "51592332-ad30-40de-946d-061bf872f497") ) (wire (pts - (xy 44.45 88.9) (xy 55.88 88.9) + (xy 172.72 50.8) (xy 144.78 50.8) ) (stroke (width 0) (type default) ) - (uuid "847b462c-c5e6-4d91-accb-bf3399079b54") + (uuid "52a5418b-e8cb-476a-917a-d0eacaacdd37") ) (wire (pts - (xy 184.15 100.33) (xy 204.47 100.33) + (xy 175.26 48.26) (xy 182.88 48.26) ) (stroke (width 0) (type default) ) - (uuid "85d79008-091e-4203-b633-4e5a3155663b") + (uuid "576e558d-2b0f-4523-a295-2c533b2062a8") ) (wire (pts - (xy 199.39 102.87) (xy 204.47 102.87) + (xy 140.97 35.56) (xy 182.88 35.56) ) (stroke (width 0) (type default) ) - (uuid "8c7b38de-961c-42db-baf7-6645503caf75") + (uuid "5b86dc65-b563-46c4-b77e-e862a0bdfa55") ) (wire (pts - (xy 184.15 97.79) (xy 224.79 97.79) + (xy 66.04 57.15) (xy 77.47 57.15) ) (stroke (width 0) (type default) ) - (uuid "92a6d221-2534-4562-b71f-553ca7a2450c") + (uuid "5d25999e-1c03-4c6a-b1c9-c58920b7ab14") ) (wire (pts - (xy 184.15 102.87) (xy 199.39 102.87) + (xy 74.93 83.82) (xy 74.93 74.93) ) (stroke (width 0) (type default) ) - (uuid "961aa9ad-657c-4cbb-88d7-833f858fa159") + (uuid "64a9ec36-2538-4791-a0f0-b47079e278a3") ) (wire (pts - (xy 33.02 113.03) (xy 53.34 113.03) + (xy 144.78 54.61) (xy 175.26 54.61) ) (stroke (width 0) (type default) ) - (uuid "9ac30646-4776-45ea-9a54-e5383ae8900c") + (uuid "688e00d6-226e-4720-8037-c8a6730d62ce") ) (wire (pts - (xy 44.45 86.36) (xy 55.88 86.36) + (xy 74.93 74.93) (xy 77.47 74.93) ) (stroke (width 0) (type default) ) - (uuid "9ec564f5-9069-41a9-959e-ad4a70edadd4") + (uuid "6f05e9b3-43b0-4c6b-aac3-a75e7a8213ec") ) (wire (pts - (xy 53.34 113.03) (xy 53.34 104.14) + (xy 182.88 58.42) (xy 119.38 58.42) ) (stroke (width 0) (type default) ) - (uuid "a17e2ae2-7fc3-4c3b-bc8b-530014d1b64a") + (uuid "759cea7d-9296-4cf4-a55a-b109b7b56785") ) (wire (pts - (xy 81.28 86.36) (xy 88.9 86.36) + (xy 213.36 44.45) (xy 212.09 44.45) ) (stroke (width 0) (type default) ) - (uuid "a235f309-5ec2-4b3e-ba07-4991c336fc95") + (uuid "75bfbf6a-3173-4530-be54-647825e16bd5") ) (wire (pts - (xy 55.88 63.5) (xy 60.96 63.5) + (xy 146.05 41.91) (xy 182.88 41.91) ) (stroke (width 0) (type default) ) - (uuid "a3309115-42dd-45de-9a1a-e94dff481695") + (uuid "95d8ddc6-9209-4fa7-b2e7-0e4716156379") ) (wire (pts - (xy 81.28 93.98) (xy 96.52 93.98) + (xy 214.63 44.45) (xy 213.36 44.45) ) (stroke (width 0) (type default) ) - (uuid "a4e01663-433c-49d7-a1f2-e338d05bba99") + (uuid "991d3ead-48c6-4852-9ea3-f594c5037c92") ) (wire (pts - (xy 115.57 107.95) (xy 133.35 107.95) + (xy 54.61 82.55) (xy 54.61 83.82) ) (stroke (width 0) (type default) ) - (uuid "a8d49b2a-939e-4293-ae8a-665b8015b35d") + (uuid "99461147-cea6-40f5-8f69-56a5f3e08ed8") ) (wire (pts - (xy 184.15 105.41) (xy 189.23 105.41) + (xy 144.78 43.18) (xy 182.88 43.18) ) (stroke (width 0) (type default) ) - (uuid "a8ea754d-da2c-4e10-a4dd-fa17f272c56a") + (uuid "9c534a86-97fd-4bb0-b504-905a4f660116") ) (wire (pts - (xy 114.3 72.39) (xy 133.35 72.39) + (xy 226.06 81.28) (xy 213.36 81.28) ) (stroke (width 0) (type default) ) - (uuid "ab323d4c-b4b7-4bf8-ab24-c5f142e30d85") + (uuid "9f306055-006e-401e-ad9c-5079f5f70df7") ) (wire (pts - (xy 33.02 101.6) (xy 55.88 101.6) + (xy 102.87 57.15) (xy 119.38 57.15) ) (stroke (width 0) (type default) ) - (uuid "b206438a-1ac6-42f4-987a-1a25964f71b4") + (uuid "afa94471-fac0-479d-a8e7-98aa4314d3e7") ) (wire (pts - (xy 184.15 95.25) (xy 196.85 95.25) + (xy 229.87 40.64) (xy 229.87 46.99) ) (stroke (width 0) (type default) ) - (uuid "b958ea46-edb3-4db1-a750-d77717d036ba") + (uuid "b25878bb-bfb6-40ae-98b0-2f2db293b99e") ) (wire (pts - (xy 114.3 64.77) (xy 133.35 64.77) + (xy 54.61 83.82) (xy 74.93 83.82) ) (stroke (width 0) (type default) ) - (uuid "b9709e03-5395-412e-974d-34ee9d9f3f86") + (uuid "bed96779-e828-4aeb-ab55-6444e64e0207") ) (wire (pts - (xy 232.41 97.79) (xy 234.95 97.79) + (xy 170.18 44.45) (xy 170.18 46.99) ) (stroke (width 0) (type default) ) - (uuid "bb4308f8-1021-41d1-8b51-d91b60a6f19b") + (uuid "c44acfea-2805-4ace-88fa-931ad0a4b6f7") ) (wire (pts - (xy 101.6 92.71) (xy 133.35 92.71) + (xy 229.87 48.26) (xy 213.36 48.26) ) (stroke (width 0) (type default) ) - (uuid "c5b570e2-5466-4d24-bb78-6b5866399aef") + (uuid "c67c3680-721f-426e-9313-9fffa2f26f89") ) (wire (pts - (xy 81.28 99.06) (xy 92.71 99.06) + (xy 66.04 67.31) (xy 77.47 67.31) ) (stroke (width 0) (type default) ) - (uuid "d3b119ae-e58d-4d88-81af-449253fc2f71") + (uuid "d08f5c2c-17da-4d3c-b57b-3932dd3c2cb6") ) (wire (pts - (xy 43.18 81.28) (xy 55.88 81.28) + (xy 172.72 45.72) (xy 172.72 50.8) ) (stroke (width 0) (type default) ) - (uuid "d41ff31a-bc30-4299-8edc-a24bb9bf599e") + (uuid "d4f8f9e1-e939-4e28-bbbf-dbc93fe3761a") ) (wire (pts - (xy 31.75 101.6) (xy 33.02 101.6) + (xy 219.71 50.8) (xy 213.36 50.8) ) (stroke (width 0) (type default) ) - (uuid "d5fd6fe9-6c21-4995-8f95-3bea7db07b30") + (uuid "d564fa14-dce5-425f-9587-0dd16d43be23") ) (wire (pts - (xy 43.18 78.74) (xy 55.88 78.74) + (xy 119.38 59.69) (xy 119.38 64.77) ) (stroke (width 0) (type default) ) - (uuid "e01ba61c-f9d6-49e6-98a9-ea080a57bc96") + (uuid "d7624d71-fd7e-4846-96bd-5580c068edd4") ) (wire (pts - (xy 114.3 54.61) (xy 133.35 54.61) + (xy 115.57 81.28) (xy 115.57 83.82) ) (stroke (width 0) (type default) ) - (uuid "f3b0ded7-2cda-46fe-bb93-d0b695ba90bf") + (uuid "e07a6075-27b0-4359-816a-3881fd7a38e7") ) (wire (pts - (xy 44.45 91.44) (xy 55.88 91.44) + (xy 53.34 83.82) (xy 54.61 83.82) ) (stroke (width 0) (type default) ) - (uuid "f6431e65-4179-4181-bd54-8c3256e36a36") + (uuid "e21c5506-6183-4161-a50f-44a438f4fde7") ) (wire (pts - (xy 184.15 54.61) (xy 204.47 54.61) + (xy 222.25 46.99) (xy 229.87 46.99) ) (stroke (width 0) (type default) ) - (uuid "fbc64160-3244-4bc0-a572-a283c75cf892") + (uuid "e4511159-f1e5-446c-b2b8-7532b34936e0") + ) + (wire + (pts + (xy 82.55 34.29) (xy 90.17 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e51b7220-1af0-4794-a95f-54785197995e") + ) + (wire + (pts + (xy 142.24 46.99) (xy 156.21 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e5e66f1e-b852-407d-8bf2-ad14ae681a84") + ) + (wire + (pts + (xy 219.71 55.88) (xy 219.71 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ebf558e7-e842-411e-9bbc-65180e109afe") + ) + (wire + (pts + (xy 102.87 64.77) (xy 119.38 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f0eeee6b-cd23-4a78-bb4c-1c3d38227700") + ) + (wire + (pts + (xy 66.04 59.69) (xy 77.47 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f4b0a97d-2ed5-4b8d-a820-2bcb15ead1a9") + ) + (wire + (pts + (xy 115.57 69.85) (xy 119.38 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fb551dc4-f939-42d9-b472-8b56e9cbeb3d") + ) + (wire + (pts + (xy 90.17 44.45) (xy 90.17 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd9fc744-0366-4798-b0eb-be4e76dda7b7") + ) + (wire + (pts + (xy 175.26 66.04) (xy 182.88 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ff4f00b9-89e2-40d0-b828-126d82063691") ) (global_label "SPI_MISO" (shape input) - (at 44.5018 91.44 180) + (at 66.0918 62.23 180) (fields_autoplaced yes) (effects (font @@ -2671,9 +3110,9 @@ ) (justify right) ) - (uuid "01e3a9ea-d8f6-440d-a5bd-4d77d6ff76ac") + (uuid "030f724e-28db-4528-a745-1b6d2e6b842b") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 32.8685 91.44 0) + (at 54.4585 62.23 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2687,7 +3126,7 @@ ) (global_label "UART_RESET" (shape input) - (at 43.18 78.74 180) + (at 64.77 49.53 180) (fields_autoplaced yes) (effects (font @@ -2695,177 +3134,9 @@ ) (justify right) ) - (uuid "13a9b1b6-2841-4465-bb97-8323d157cd40") + (uuid "226cb142-1c54-48da-9c3e-faccf4889b8a") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 28.8254 78.74 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "UART_INT" - (shape input) - (at 101.6 99.06 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "23401c35-23b0-4beb-bf99-ed04bd98bb99") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 113.1124 99.06 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "SPI_MOSI" - (shape input) - (at 44.45 88.9 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "45b82a90-e6bf-4a69-8528-6f71466628b3") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 32.8167 88.9 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "I2S_OUT_BT1035_LRCLK" - (shape input) - (at 114.3 69.85 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "591f2186-9651-4974-91f1-90e7708916e5") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 88.8178 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "3V3_BT1035" - (shape input) - (at 204.47 102.87 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "593b53c4-449f-4a1f-8f7f-7ed8d8ce0f40") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 219.006 102.87 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "3V3_BT1035" - (shape input) - (at 92.71 113.03 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "644f2b07-eda2-45e5-895b-1a00e3b9f451") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 78.174 113.03 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "I2S_OUT_BT1035_BCLK" - (shape input) - (at 114.3 62.23 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "6b6049c8-c99c-447f-aa0c-cf0e320c2656") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 89.8459 62.23 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "SPI_UART_CS" - (shape input) - (at 44.45 86.36 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "8253205b-2bd5-4723-9d71-bca007fc258c") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 29.3091 86.36 0) + (at 50.4154 49.53 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2879,7 +3150,7 @@ ) (global_label "SPI_CLK" (shape input) - (at 44.45 93.98 180) + (at 66.04 64.77 180) (fields_autoplaced yes) (effects (font @@ -2887,9 +3158,9 @@ ) (justify right) ) - (uuid "853862e1-3452-4108-b8c9-54433bebd24e") + (uuid "2ba11af1-b04d-4897-acc4-d88df3175e7b") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 33.8448 93.98 0) + (at 55.4348 64.77 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2901,9 +3172,9 @@ ) ) ) - (global_label "3V3_BT1035" + (global_label "SPI_MOSI" (shape input) - (at 55.88 63.5 180) + (at 66.04 59.69 180) (fields_autoplaced yes) (effects (font @@ -2911,9 +3182,9 @@ ) (justify right) ) - (uuid "8549c0f3-fdb5-4c08-a57f-7e054551b245") + (uuid "31c883d2-7025-495c-8c54-1b3d1d5150c4") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 41.344 63.5 0) + (at 54.4067 59.69 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2925,33 +3196,9 @@ ) ) ) - (global_label "I2S_OUT_BT1035_SDATA" + (global_label "UART_INT" (shape input) - (at 114.3 64.77 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "8e27a6ea-2e9c-4e78-9aa7-bd63d8ebcaab") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 89.0597 64.77 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "BT1035_SYSCTRL" - (shape input) - (at 204.47 100.33 0) + (at 119.38 69.85 0) (fields_autoplaced yes) (effects (font @@ -2959,9 +3206,9 @@ ) (justify left) ) - (uuid "d52aaa33-eb4e-4ec2-8a2b-63b169ac7354") + (uuid "3afae576-ed90-485f-8cae-e5786e85c1a7") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 223.5417 100.33 0) + (at 130.8924 69.85 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2973,33 +3220,9 @@ ) ) ) - (global_label "BT1035_RESET" + (global_label "BT1058_SYSCTRL" (shape input) - (at 114.3 72.39 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "e72840ad-3914-4188-bd7f-bcd2e2f74f67") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 97.5265 72.39 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "3V3_BT1035" - (shape input) - (at 204.3986 95.25 0) + (at 229.87 48.26 0) (fields_autoplaced yes) (effects (font @@ -3007,9 +3230,9 @@ ) (justify left) ) - (uuid "e9b09a39-38e2-4eee-a6e9-a193ca716044") + (uuid "481d0931-c85a-4ed5-aed5-007c7a154c91") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 218.9346 95.25 0) + (at 248.9417 48.26 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3021,97 +3244,19 @@ ) ) ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 204.47 54.61 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "041ed522-d51c-48ae-91d3-790ade6c5ba4") - (property "Reference" "#PWR0150" - (at 204.47 60.96 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 204.724 58.42 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 204.47 54.61 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 204.47 54.61 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 204.47 54.61 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "fdb841c1-463b-427e-b9f9-83db91e81a17") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0150") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 196.85 87.63 180) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) + (global_label "I2S_OUT_BT1058_LRCLK" + (shape input) + (at 144.78 50.8 180) (fields_autoplaced yes) - (uuid "1bb2291d-d8a9-44b2-a48f-e452ed78b059") - (property "Reference" "#PWR0156" - (at 196.85 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "4efce191-ecff-43a1-9249-6469cbb10a33") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 119.2978 50.8 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3119,97 +3264,23 @@ (font (size 1.27 1.27) ) - ) - ) - (property "Value" "GND" - (at 196.85 82.55 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 196.85 87.63 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 196.85 87.63 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 196.85 87.63 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "c8fe0a29-474f-48f2-87f1-3fe1598d775e") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0156") - (unit 1) - ) + (justify right) ) ) ) - (symbol - (lib_id "MIKILAB_FSC_BT1035:FSC-BT1035") - (at 158.75 86.36 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) + (global_label "BT1058_RESET" + (shape input) + (at 144.78 54.61 180) (fields_autoplaced yes) - (uuid "1dd61352-c617-4b7f-ad2f-72da7c585687") - (property "Reference" "U16" - (at 158.75 49.53 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) + (effects + (font + (size 1.27 1.27) ) + (justify right) ) - (property "Value" "FSC-BT1035" - (at 158.75 52.07 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "MIKILAB_FSC_BT1035:FSC-BT1035" - (at 158.75 86.36 0) + (uuid "8867a52e-2535-432c-8a2d-8e6c64fc66e1") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 128.0065 54.61 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3217,10 +3288,23 @@ (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Datasheet" "https://www.feasycom.com/datasheet/fsc-bt1035.pdf" - (at 158.75 86.36 0) + ) + (global_label "I2S_OUT_BT1058_BCLK" + (shape input) + (at 144.78 39.37 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "948a33ae-1e80-4523-bfb5-3615975d92d6") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 120.3259 39.37 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3228,10 +3312,23 @@ (font (size 1.27 1.27) ) + (justify right) ) ) - (property "Description" "FSC-BT1035" - (at 158.75 86.36 0) + ) + (global_label "SPI_UART_CS" + (shape input) + (at 66.04 57.15 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "9c60ee6b-7be1-4e52-b9e6-dfa02d69f2a2") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 50.8991 57.15 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3239,10 +3336,23 @@ (font (size 1.27 1.27) ) + (justify right) ) ) - (property "PNM" "FSC-BT1035" - (at 158.75 86.36 0) + ) + (global_label "I2S_IN_BT1058_SDATA" + (shape input) + (at 142.24 46.99 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "c622a902-18ea-469c-b4a2-14e3b925f77b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 118.693 46.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3250,176 +3360,37 @@ (font (size 1.27 1.27) ) + (justify right) ) ) - (pin "1" - (uuid "415455d5-2774-4e79-88a6-0ff26603a145") + ) + (global_label "I2S_OUT_BT1058_SDATA" + (shape input) + (at 144.78 43.18 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) ) - (pin "2" - (uuid "d44c6241-cdd2-4695-93dc-db96ee4f58a1") - ) - (pin "3" - (uuid "dd28956c-dc98-44c3-b298-d11811390696") - ) - (pin "4" - (uuid "1746653e-25da-4791-8c68-f06629e65a85") - ) - (pin "5" - (uuid "f7ebfef4-a24e-4b58-9ce3-b532cae3182a") - ) - (pin "6" - (uuid "d771b822-59ef-465a-bd3e-5c9325dc2018") - ) - (pin "7" - (uuid "1179e19c-b767-4915-8ba7-9c98c4ddc510") - ) - (pin "8" - (uuid "d5fd7736-d9fa-405b-a36d-66237b86b93d") - ) - (pin "9" - (uuid "31e8cec8-5c42-4298-99fc-863d7ae3c072") - ) - (pin "10" - (uuid "087fd19d-8c4d-465b-8ead-0bc16b99708f") - ) - (pin "11" - (uuid "4b71580b-39dc-48cb-b502-51640ced9504") - ) - (pin "12" - (uuid "fb1bf7a0-46b4-48b2-b072-363c73c3afa1") - ) - (pin "13" - (uuid "441cf13b-6ee6-47c5-a643-2a7a28276f5e") - ) - (pin "44" - (uuid "734d4291-5473-482f-8290-5f316ec15d2f") - ) - (pin "45" - (uuid "3bc5fadb-2556-4d6b-8827-c0775de4149d") - ) - (pin "46" - (uuid "6cdae86f-e8a7-4141-9ea2-d2d30d6a5219") - ) - (pin "47" - (uuid "e49b966b-9f94-44ab-b467-0ae776e6b9ef") - ) - (pin "48" - (uuid "d7cfc725-befe-4c93-ab8a-892f58ac27e7") - ) - (pin "49" - (uuid "f781e586-6527-4e35-93b5-82d4e605098b") - ) - (pin "50" - (uuid "4c0bb272-e52b-4615-94d2-6fdc055e7c8f") - ) - (pin "51" - (uuid "45851509-44e2-4983-ba61-7651c645f8e2") - ) - (pin "52" - (uuid "4d1fc4ff-565b-4cda-b556-0e03c3665c48") - ) - (pin "14" - (uuid "d24895ea-a069-4acb-abde-34ce9e1685d4") - ) - (pin "15" - (uuid "971b5acc-3e9f-4051-84c9-07b3ebe44d1c") - ) - (pin "16" - (uuid "8a4bafc4-f377-41b3-b0f7-53d97787f970") - ) - (pin "17" - (uuid "87b2e5f5-496c-46fd-9820-146dc329ccb8") - ) - (pin "18" - (uuid "f8279d1a-bb9e-4e5c-a569-dd7ac5b72ec4") - ) - (pin "19" - (uuid "2104158e-881b-48d0-a158-fae87d349e48") - ) - (pin "20" - (uuid "e42e7c4a-cd4e-4dab-9e9a-4f8ff9ad2af7") - ) - (pin "21" - (uuid "069a3f56-659d-4655-b9bb-e39302dd48fa") - ) - (pin "22" - (uuid "c41aa432-2bd8-4b25-90eb-3049651193d7") - ) - (pin "23" - (uuid "f9ae66c9-428b-4d3a-8296-a893aea38b95") - ) - (pin "24" - (uuid "45cc9489-bafb-4445-9c16-67b6537a700a") - ) - (pin "25" - (uuid "2a0882e8-21e0-4174-8d97-8ef93a9def12") - ) - (pin "26" - (uuid "d7f454c5-e128-4257-ac96-de7f8f78f653") - ) - (pin "27" - (uuid "e86d24be-d20d-427a-b2e4-968c13829719") - ) - (pin "28" - (uuid "e75d8a35-9099-42a4-9516-596f014a5df9") - ) - (pin "29" - (uuid "6db1a9e8-1297-4ba2-8196-b96b4dd7f211") - ) - (pin "30" - (uuid "a06a977a-f95e-40fe-9355-1e97398134ea") - ) - (pin "31" - (uuid "312b1e41-7e6a-4aa0-85af-6b1241a98e67") - ) - (pin "32" - (uuid "b949c243-bcff-4c14-ac21-9bb8a51678b2") - ) - (pin "33" - (uuid "22a1dcae-08de-47e6-bf88-7e1a77054c3a") - ) - (pin "34" - (uuid "195117d5-ce7d-4174-b56d-5bda7b563266") - ) - (pin "35" - (uuid "ee5885d5-2d4b-4f20-ae0d-149a5ee684b6") - ) - (pin "36" - (uuid "eaac3f9c-403a-46eb-bf10-4ef4860450cf") - ) - (pin "37" - (uuid "93f0dc32-9bef-41f1-8497-bff9bdf1eff5") - ) - (pin "38" - (uuid "c53205a0-9cce-4312-829e-9d6bf4504cdd") - ) - (pin "39" - (uuid "55d16258-b0a0-439a-9f78-7807f0ee5e4f") - ) - (pin "40" - (uuid "74ba7740-ecb7-454e-beb0-5daccd534c8e") - ) - (pin "41" - (uuid "fe6a68b7-5b83-42d4-9d39-67f5afd2f629") - ) - (pin "42" - (uuid "389408ed-df06-4d43-a4aa-58dcba1d4058") - ) - (pin "43" - (uuid "8fb677a5-eef7-49aa-b1c7-a77fb128e555") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "U16") - (unit 1) + (uuid "ee99b629-d6db-4ef7-9e66-ebe2bd0cba2a") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 119.5397 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) ) + (justify right) ) ) ) (symbol (lib_id "MIKILAB_power:GND") - (at 115.57 107.95 0) + (at 226.06 81.28 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -3427,9 +3398,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "2394fac2-0ce8-4c20-839c-e8a6fb8c0813") - (property "Reference" "#PWR0153" - (at 115.57 114.3 0) + (uuid "008a895d-852b-4e06-89d4-23af949b98bf") + (property "Reference" "#PWR0168" + (at 232.41 81.28 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3440,7 +3411,7 @@ ) ) (property "Value" "GND" - (at 115.824 111.76 0) + (at 229.87 81.026 0) (show_name no) (do_not_autoplace no) (effects @@ -3450,7 +3421,7 @@ ) ) (property "Footprint" "" - (at 115.57 107.95 0) + (at 226.06 81.28 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3461,7 +3432,7 @@ ) ) (property "Datasheet" "" - (at 115.57 107.95 0) + (at 226.06 81.28 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3472,7 +3443,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 115.57 107.95 0) + (at 226.06 81.28 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3483,12 +3454,12 @@ ) ) (pin "1" - (uuid "b0325275-ba72-4372-bbb6-2fcc74d14b78") + (uuid "b2b51b71-8095-4d8f-bb7c-33bbd65d7c93") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0153") + (reference "#PWR0168") (unit 1) ) ) @@ -3496,7 +3467,7 @@ ) (symbol (lib_id "Device:C") - (at 199.39 106.68 0) + (at 49.53 72.39 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -3504,9 +3475,657 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "2543bb8b-18d8-4fa4-8fb8-08762fe74177") - (property "Reference" "C125" - (at 199.644 104.394 0) + (uuid "03613a32-830e-40da-96dc-c3fdbbdf92b9") + (property "Reference" "C132" + (at 49.53 68.834 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "20pF" + (at 50.038 75.438 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 53.34 71.4248 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 49.53 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21A5C2J200JA01" + (at 49.53 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21A5C2J200JA01" + (at 49.53 72.39 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "f2dc8a95-c6ed-4647-a136-1a0f2fce41bd") + ) + (pin "1" + (uuid "61bb2445-a442-48bd-90b0-290b52b73f07") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "C132") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 214.63 44.45 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "05c694a6-66d4-4e86-aed3-6228da847cbc") + (property "Reference" "#PWR0170" + (at 220.98 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 218.44 44.196 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 214.63 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 214.63 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 214.63 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "cdcf3681-fd5a-4be8-852b-cc670d35755e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0170") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 226.06 78.74 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "0eebda49-06b2-429e-8b2b-88137c28d293") + (property "Reference" "#PWR0169" + (at 232.41 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 229.87 78.486 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 226.06 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 226.06 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 226.06 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6d5dd617-a416-4ad1-8ae2-8fb979ab9695") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0169") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 66.04 67.31 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "14ef761d-1270-4165-a88b-490f177372db") + (property "Reference" "#PWR0318" + (at 59.69 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 60.706 67.31 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 66.04 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 66.04 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 66.04 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "d4176a66-e2d4-41dd-b225-b86135781819") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0318") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 219.71 59.69 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "166fa5ee-24ec-477c-9c82-e282fee7373e") + (property "Reference" "C135" + (at 220.218 57.404 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 220.218 61.976 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 220.6752 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 219.71 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 219.71 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 219.71 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "4bf9f1e5-343f-4b44-a8e6-2e5c34dcdd3c") + ) + (pin "1" + (uuid "090ebdd4-c8db-4800-b226-538c34339c8a") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "C135") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 45.72 83.82 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "2c2f6c75-bc68-4bd6-a283-10d328d750e3") + (property "Reference" "#PWR0316" + (at 45.72 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 45.72 88.9 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 45.72 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 45.72 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 45.72 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "2f503025-010b-4c41-86a9-45b9ecb0a1c1") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0316") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 77.47 34.29 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4c0f2a2d-4f50-4423-b36b-16d2aa1f8247") + (property "Reference" "#PWR0325" + (at 81.28 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_BT1058" + (at 73.66 34.2899 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 77.47 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 77.47 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 77.47 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "2b67af06-cbc4-41ad-ab2d-cefe4e57856d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0325") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 82.55 41.91 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "4e2ed2f6-a60a-462b-ada2-a937a36f4c17") + (property "Reference" "#PWR0319" + (at 82.55 48.26 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 82.55 45.466 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 82.55 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 82.55 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 82.55 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "54911ff6-d8b4-40ea-93e8-ec36781fbded") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0319") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 222.25 43.18 0) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "51687e36-0be4-420f-a41b-945ea82b3528") + (property "Reference" "C136" + (at 222.504 45.466 0) (show_name no) (do_not_autoplace no) (effects @@ -3517,7 +4136,7 @@ ) ) (property "Value" "10uF" - (at 199.898 108.712 0) + (at 222.758 41.148 0) (show_name no) (do_not_autoplace no) (effects @@ -3528,7 +4147,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 200.3552 110.49 0) + (at 223.2152 39.37 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3539,7 +4158,7 @@ ) ) (property "Datasheet" "" - (at 199.39 106.68 0) + (at 222.25 43.18 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3550,7 +4169,7 @@ ) ) (property "Description" "GRM21BR61E106KA73L" - (at 199.39 106.68 0) + (at 222.25 43.18 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3561,7 +4180,7 @@ ) ) (property "PNM" "GRM21BR61E106KA73L" - (at 199.39 106.68 0) + (at 222.25 43.18 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3572,249 +4191,15 @@ ) ) (pin "2" - (uuid "bbf0261e-7d09-4690-a5a8-4963bf7c4f1f") + (uuid "256e41fe-0eb4-4afa-acd2-1e1b3db1857b") ) (pin "1" - (uuid "eb9e8dbc-b557-42f2-a0c3-25b42c0f052c") + (uuid "535f92d8-41cc-4136-aa03-333245c48a9b") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "C125") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 68.58 109.22 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (fields_autoplaced yes) - (uuid "2d732333-0f0b-4479-b641-c3a3554d788e") - (property "Reference" "#PWR0160" - (at 68.58 115.57 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 68.58 114.3 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 68.58 109.22 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 68.58 109.22 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 68.58 109.22 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "26c7b0e6-fb40-4570-ab96-0e7c50aa7277") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0160") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 189.23 105.41 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "3284e651-f0e3-40ed-b5a6-9a2c57a326c2") - (property "Reference" "#PWR0152" - (at 195.58 105.41 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 193.04 105.156 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 189.23 105.41 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 189.23 105.41 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 189.23 105.41 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "5f8e8ca6-a056-4477-81f9-4739404c82a3") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0152") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 234.95 97.79 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (fields_autoplaced yes) - (uuid "3534f008-ca8c-4cec-b146-682874723cc1") - (property "Reference" "#PWR0157" - (at 241.3 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 238.76 97.7899 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "" - (at 234.95 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 234.95 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 234.95 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "8130a6ab-6de2-43f4-b1c5-678c6c587c2d") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0157") + (reference "C136") (unit 1) ) ) @@ -3822,7 +4207,7 @@ ) (symbol (lib_id "Device:C") - (at 60.96 67.31 0) + (at 49.53 83.82 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -3830,180 +4215,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "522799c8-88e8-4dca-b2b5-9be466fff905") - (property "Reference" "C128" - (at 64.77 66.0399 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100nF" - (at 64.77 68.5799 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 61.9252 71.12 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 60.96 67.31 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "GRM21BR71H104KA01L" - (at 60.96 67.31 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "PNM" "GRM21BR71H104KA01L" - (at 60.96 67.31 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "0c92bbc6-e42d-43e3-b793-3cc98d73d468") - ) - (pin "1" - (uuid "70bb1db2-aff6-4979-96a0-7a996ac28170") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "C128") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 199.39 110.49 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (fields_autoplaced yes) - (uuid "54e8e5b1-4e26-4037-89bc-9cabe38d3322") - (property "Reference" "#PWR0155" - (at 199.39 116.84 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 199.39 115.57 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 199.39 110.49 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 199.39 110.49 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 199.39 110.49 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "e779813e-c793-4327-b22f-0c486b526eaa") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0155") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 27.94 101.6 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "634840a6-5250-4467-9930-ae3f1182d036") - (property "Reference" "C130" - (at 27.94 98.044 90) + (uuid "53d07308-be04-4494-9b97-a467324860cc") + (property "Reference" "C133" + (at 49.53 80.264 90) (show_name no) (do_not_autoplace no) (effects @@ -4013,7 +4227,7 @@ ) ) (property "Value" "20pF" - (at 28.448 104.648 90) + (at 50.038 86.868 90) (show_name no) (do_not_autoplace no) (effects @@ -4023,7 +4237,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 31.75 100.6348 0) + (at 53.34 82.8548 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4034,7 +4248,7 @@ ) ) (property "Datasheet" "" - (at 27.94 101.6 0) + (at 49.53 83.82 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4045,7 +4259,7 @@ ) ) (property "Description" "GRM21A5C2J200JA01" - (at 27.94 101.6 0) + (at 49.53 83.82 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4056,7 +4270,7 @@ ) ) (property "PNM" "GRM21A5C2J200JA01" - (at 27.94 101.6 90) + (at 49.53 83.82 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4067,15 +4281,15 @@ ) ) (pin "2" - (uuid "27a60715-817f-4a0c-88c7-bdec0c058048") + (uuid "0c02e03c-bafa-486b-9e4c-a24fb34f40e7") ) (pin "1" - (uuid "47dc0b8e-ed3d-4074-a8a1-e82f47f9b4ea") + (uuid "af1b856c-bb4b-4dd9-ae15-3d063e5d2a5b") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "C130") + (reference "C133") (unit 1) ) ) @@ -4083,7 +4297,97 @@ ) (symbol (lib_id "Device:R") - (at 92.71 106.68 0) + (at 160.02 46.99 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "5c8bb138-fef2-450f-b96b-51a31fc40fed") + (property "Reference" "R98" + (at 160.02 44.704 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "33" + (at 160.02 46.99 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 160.02 48.768 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 160.02 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0733RL — 33 Ω — 1% — 0805" + (at 160.02 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0733RL — 33 Ω — 1% — 0805" + (at 160.02 46.99 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "767c64cf-87a0-4744-be15-4d3599c2da72") + ) + (pin "2" + (uuid "e71ac0e6-fbdc-4bd3-b82f-72bb57f1013e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "R98") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 219.71 63.5 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4092,9 +4396,321 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "6fb55ef2-b901-4dc6-a6d9-347ee6f4650a") - (property "Reference" "R17" - (at 95.25 105.4099 0) + (uuid "6dbfaf4c-47ec-4f70-af61-645abc65d7b6") + (property "Reference" "#PWR0323" + (at 219.71 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 219.71 68.58 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 219.71 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 219.71 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 219.71 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "def1ac5d-bf80-4858-97a9-db96edf6d447") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0323") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 45.72 72.39 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7470237b-034d-4cc9-8b4a-83cb5eb1986b") + (property "Reference" "#PWR0315" + (at 45.72 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 45.72 77.47 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 45.72 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 45.72 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 45.72 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "dd7bf77a-ffce-462c-a09c-88a6387c2c50") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0315") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 115.57 83.82 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "802382cb-9550-4d29-a217-cf90f512601c") + (property "Reference" "#PWR0326" + (at 115.57 80.01 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_BT1058" + (at 115.57 88.9 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 115.57 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 115.57 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 115.57 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5e43eda3-48e7-4cb1-b1c1-970399abd8a5") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0326") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 90.17 80.01 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "80f636e1-5af1-490a-8495-62781f92ea0e") + (property "Reference" "#PWR0320" + (at 90.17 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 90.17 85.09 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 90.17 80.01 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 90.17 80.01 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 90.17 80.01 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b9daac62-b530-4fbf-aeca-d50114a64fa6") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0320") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 115.57 77.47 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8cdfc17b-9d12-4d93-b37f-dae7457d5f5d") + (property "Reference" "R18" + (at 118.11 76.1999 0) (show_name no) (do_not_autoplace no) (effects @@ -4105,7 +4721,7 @@ ) ) (property "Value" "1k" - (at 95.25 107.9499 0) + (at 118.11 78.7399 0) (show_name no) (do_not_autoplace no) (effects @@ -4116,7 +4732,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 90.932 106.68 90) + (at 113.792 77.47 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4127,7 +4743,7 @@ ) ) (property "Datasheet" "" - (at 92.71 106.68 0) + (at 115.57 77.47 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4138,7 +4754,18 @@ ) ) (property "Description" "RC0805FR-071KL" - (at 92.71 106.68 0) + (at 115.57 77.47 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-071KL" + (at 115.57 77.47 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4149,107 +4776,15 @@ ) ) (pin "1" - (uuid "c8971a68-dfbc-45d9-9f5b-e1ee0be22b60") + (uuid "dce7993c-8f74-4a78-a165-5b850489fc7f") ) (pin "2" - (uuid "32535fcb-e9f9-4ef5-95ef-a932968b2fc5") + (uuid "e07470c7-fdf3-4f77-9bae-b1dd3602da6f") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "R17") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 228.6 97.79 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "7182c76e-847f-483c-9e12-4fc0dfca531e") - (property "Reference" "C126" - (at 226.314 97.282 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100nF" - (at 230.886 97.282 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 232.41 96.8248 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 228.6 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "GRM21BR71H104KA01L" - (at 228.6 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "PNM" "GRM21BR71H104KA01L" - (at 228.6 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "6a7df238-8e73-479a-9abb-bde82f1c5797") - ) - (pin "1" - (uuid "8741d92a-c91e-4c62-a6d9-6945c5234b4e") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "C126") + (reference "R18") (unit 1) ) ) @@ -4257,7 +4792,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 43.18 81.28 270) + (at 64.77 52.07 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4265,9 +4800,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "84a6dcef-ee27-4349-a7e4-6b66152a2e57") - (property "Reference" "#PWR0165" - (at 36.83 81.28 0) + (uuid "90ab20c0-ce0e-40a2-9474-64cd225efc74") + (property "Reference" "#PWR0317" + (at 58.42 52.07 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4278,7 +4813,7 @@ ) ) (property "Value" "GND" - (at 37.846 81.28 90) + (at 59.436 52.07 90) (show_name no) (do_not_autoplace no) (effects @@ -4288,7 +4823,7 @@ ) ) (property "Footprint" "" - (at 43.18 81.28 0) + (at 64.77 52.07 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4299,7 +4834,7 @@ ) ) (property "Datasheet" "" - (at 43.18 81.28 0) + (at 64.77 52.07 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4310,7 +4845,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 43.18 81.28 0) + (at 64.77 52.07 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4321,12 +4856,12 @@ ) ) (pin "1" - (uuid "d0d4bcbe-9519-48e5-9bb6-b95a22d224eb") + (uuid "c5e21fa1-1fcf-4d06-9e53-8593c4e4ecfd") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0165") + (reference "#PWR0317") (unit 1) ) ) @@ -4334,7 +4869,7 @@ ) (symbol (lib_id "Device:Crystal") - (at 33.02 107.95 90) + (at 54.61 78.74 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4343,9 +4878,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "8b1cb567-3114-4f04-a0f3-1d979bba87b8") - (property "Reference" "Y3" - (at 36.83 106.6799 90) + (uuid "94e90068-27fc-4a31-8bb9-629ea3e560a2") + (property "Reference" "Y4" + (at 58.42 77.4699 90) (show_name no) (do_not_autoplace no) (effects @@ -4356,7 +4891,7 @@ ) ) (property "Value" "12,288 MHz" - (at 36.83 109.2199 90) + (at 58.42 80.0099 90) (show_name no) (do_not_autoplace no) (effects @@ -4367,7 +4902,7 @@ ) ) (property "Footprint" "Crystal:Crystal_SMD_2520-4Pin_2.5x2.0mm" - (at 33.02 107.95 0) + (at 54.61 78.74 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4378,7 +4913,7 @@ ) ) (property "Datasheet" "" - (at 33.02 107.95 0) + (at 54.61 78.74 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4389,7 +4924,7 @@ ) ) (property "Description" "FH1220004" - (at 33.02 107.95 0) + (at 54.61 78.74 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4400,15 +4935,15 @@ ) ) (pin "2" - (uuid "e0a948a3-2159-40be-9ab1-de27d20a86cc") + (uuid "c4162d46-0f9f-4eba-80a4-5cd3370e79c6") ) (pin "1" - (uuid "d345f9f6-a9ba-416f-bfb4-0b0d114902d4") + (uuid "b1728e99-0960-42fd-a2fa-4a9bd35aee8e") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "Y3") + (reference "Y4") (unit 1) ) ) @@ -4416,7 +4951,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 204.47 59.69 0) + (at 128.27 74.93 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4424,9 +4959,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "8fc281b2-80a1-46e8-977a-c721cfc4312b") - (property "Reference" "#PWR0151" - (at 204.47 66.04 0) + (uuid "a994e26a-1d91-427a-b381-5606e294d4d5") + (property "Reference" "#PWR0167" + (at 121.92 74.93 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4437,7 +4972,7 @@ ) ) (property "Value" "GND" - (at 204.724 63.5 0) + (at 124.46 75.184 0) (show_name no) (do_not_autoplace no) (effects @@ -4447,7 +4982,7 @@ ) ) (property "Footprint" "" - (at 204.47 59.69 0) + (at 128.27 74.93 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4458,7 +4993,7 @@ ) ) (property "Datasheet" "" - (at 204.47 59.69 0) + (at 128.27 74.93 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4469,7 +5004,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 204.47 59.69 0) + (at 128.27 74.93 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4480,12 +5015,12 @@ ) ) (pin "1" - (uuid "70315721-523f-4a27-88e6-173fbdc6935f") + (uuid "b52e7976-fbf5-43a0-9877-c2ad3d7722c5") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0151") + (reference "#PWR0167") (unit 1) ) ) @@ -4493,7 +5028,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 60.96 71.12 0) + (at 251.46 44.45 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4501,9 +5036,10 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "909a3af8-cf7c-4c14-9e31-94189ade8f12") - (property "Reference" "#PWR0159" - (at 60.96 77.47 0) + (fields_autoplaced yes) + (uuid "b1727599-816d-48c1-bd17-10f23a1067cc") + (property "Reference" "#PWR0322" + (at 251.46 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4514,7 +5050,7 @@ ) ) (property "Value" "GND" - (at 60.96 74.676 0) + (at 251.46 39.37 0) (show_name no) (do_not_autoplace no) (effects @@ -4524,7 +5060,7 @@ ) ) (property "Footprint" "" - (at 60.96 71.12 0) + (at 251.46 44.45 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4535,7 +5071,7 @@ ) ) (property "Datasheet" "" - (at 60.96 71.12 0) + (at 251.46 44.45 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4546,7 +5082,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 60.96 71.12 0) + (at 251.46 44.45 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4557,20 +5093,20 @@ ) ) (pin "1" - (uuid "3dcfa2e9-0515-412c-8399-47771d728a37") + (uuid "53356f9f-c9a3-4cf1-b1cc-b201cae323ef") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0159") + (reference "#PWR0322") (unit 1) ) ) ) ) (symbol - (lib_id "Device:C") - (at 27.94 113.03 90) + (lib_id "Device:R") + (at 163.83 66.04 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4578,9 +5114,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "915f4043-3629-4eec-b8aa-a4e56829cf3a") - (property "Reference" "C131" - (at 27.94 109.474 90) + (uuid "bb26c1a2-f40c-403c-9f72-6e2980fd8978") + (property "Reference" "R19" + (at 163.576 64.008 90) (show_name no) (do_not_autoplace no) (effects @@ -4589,8 +5125,8 @@ ) ) ) - (property "Value" "20pF" - (at 28.448 116.078 90) + (property "Value" "1k" + (at 163.83 66.04 90) (show_name no) (do_not_autoplace no) (effects @@ -4599,8 +5135,8 @@ ) ) ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 31.75 112.0648 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 163.83 67.818 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4611,7 +5147,7 @@ ) ) (property "Datasheet" "" - (at 27.94 113.03 0) + (at 163.83 66.04 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4621,8 +5157,8 @@ ) ) ) - (property "Description" "GRM21A5C2J200JA01" - (at 27.94 113.03 0) + (property "Description" "RC0805FR-071KL" + (at 163.83 66.04 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4632,8 +5168,8 @@ ) ) ) - (property "PNM" "GRM21A5C2J200JA01" - (at 27.94 113.03 90) + (property "PNM" "RC0805FR-071KL" + (at 163.83 66.04 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4643,172 +5179,16 @@ ) ) ) + (pin "1" + (uuid "3a0d20da-6b99-4d98-89ae-e6bc5a3ea92d") + ) (pin "2" - (uuid "5b6024bd-716c-43ae-b613-2a0172567f08") - ) - (pin "1" - (uuid "869494ae-a115-4fdb-929a-1e4bd21c343e") + (uuid "a04908fd-2d94-4269-894d-753c7c23f50a") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "C131") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 24.13 101.6 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (fields_autoplaced yes) - (uuid "94c421cd-9035-4932-933f-ad8724d8ae09") - (property "Reference" "#PWR0161" - (at 24.13 107.95 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 24.13 106.68 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 24.13 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 24.13 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 24.13 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "ea27ac3b-bf7a-403e-9d12-2a9461a2485f") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0161") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 24.13 113.03 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (fields_autoplaced yes) - (uuid "96ffd50f-996c-40f6-969b-5b13469d3f7a") - (property "Reference" "#PWR0162" - (at 24.13 119.38 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 24.13 118.11 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 24.13 113.03 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 24.13 113.03 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 24.13 113.03 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "23b60995-1a63-43ee-8d4c-947211dd594c") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0162") + (reference "R19") (unit 1) ) ) @@ -4816,7 +5196,7 @@ ) (symbol (lib_id "Interface_UART:SC16IS740") - (at 68.58 91.44 0) + (at 90.17 62.23 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4825,9 +5205,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "a5a26f50-1d40-409c-9810-029455cb4dec") - (property "Reference" "U30" - (at 70.7233 71.12 0) + (uuid "c2323358-f823-44e4-a8b0-faaaaf5a829b") + (property "Reference" "U40" + (at 92.3133 41.91 0) (show_name no) (do_not_autoplace no) (effects @@ -4838,7 +5218,7 @@ ) ) (property "Value" "SC16IS740IPW,128" - (at 70.7233 73.66 0) + (at 92.3133 44.45 0) (show_name no) (do_not_autoplace no) (effects @@ -4849,7 +5229,7 @@ ) ) (property "Footprint" "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" - (at 68.58 121.92 0) + (at 90.17 92.71 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4860,7 +5240,7 @@ ) ) (property "Datasheet" "https://www.nxp.com/docs/en/data-sheet/SC16IS740_750_760.pdf" - (at 68.58 127 0) + (at 90.17 97.79 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4871,7 +5251,7 @@ ) ) (property "Description" "SC16IS740IPW,128" - (at 68.58 91.44 0) + (at 90.17 62.23 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4882,7 +5262,7 @@ ) ) (property "PNM" "SC16IS740IPW,128" - (at 68.58 91.44 0) + (at 90.17 62.23 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4893,57 +5273,57 @@ ) ) (pin "12" - (uuid "58d66041-08d1-4644-8936-596dfab2110e") + (uuid "93dd93d9-1da8-4fec-8914-5c810168cb40") ) (pin "11" - (uuid "6449001d-cf4a-413d-b0dc-03b161f3428d") + (uuid "bbb633f5-7dab-41dc-b0bb-d57c01502333") ) (pin "10" - (uuid "5b249ef8-f742-444a-be72-a9da2fdfccee") + (uuid "9737ecb6-ed99-4cba-bd82-209d7355cea9") ) (pin "9" - (uuid "095f1528-ee15-491e-b035-0d4dafa33097") + (uuid "9594be67-0d72-4a55-aa37-c084c95a0d2d") ) (pin "8" - (uuid "e178f513-b39a-4ea3-b49f-cbf8bffe4044") + (uuid "f4a03906-b172-4d68-9e01-c4dcaac6b75e") ) (pin "7" - (uuid "f020bd11-b51d-4cb8-bc19-62899e32f46e") + (uuid "ac1cfbd8-1f74-43f9-9395-c283c94226e0") ) (pin "6" - (uuid "009bd874-8010-49e8-b5c9-907ad8f85837") + (uuid "70b85aea-2495-421b-bc8e-09e0fe2e906f") ) (pin "5" - (uuid "42e85d10-08e1-4d82-af58-d8feca958adc") + (uuid "0d0abf55-255d-4bf2-873b-c9e518c37e78") ) (pin "4" - (uuid "2da1857d-7423-4947-9996-b39af1ca060d") + (uuid "610e2897-31d2-4893-bcde-6d8bb47ccbf4") ) (pin "3" - (uuid "e7c966b5-cf11-4914-9b59-103bfe3cce63") + (uuid "0e9f9a60-f8d0-47aa-82d1-e95a5a0b9f39") ) (pin "2" - (uuid "5be330dc-26b5-46df-a92e-6bdd20a2743b") + (uuid "dfcc0942-7785-46c2-858a-9651de18ed5e") ) (pin "1" - (uuid "4ff104d8-7ee5-435a-ac6f-b8c19db67bab") + (uuid "9504e8b4-6bfb-4161-b01e-a02c01d03b5a") ) (pin "13" - (uuid "92aff89e-708b-4433-bd89-6bc24e51c22b") + (uuid "5aed3465-8802-4bb1-af20-9beded65052b") ) (pin "14" - (uuid "94f08f83-2112-4a6c-a93d-f6cbfed31ad5") + (uuid "c132620c-acf5-443d-bf23-4e1b77fb0a83") ) (pin "15" - (uuid "da6a3034-ac26-45f6-9e49-d388c234a1ef") + (uuid "4971e439-e5ee-45e9-8d25-92e93128e789") ) (pin "16" - (uuid "793b0f25-040b-4b5e-bdad-8e70011ffd40") + (uuid "e2ea0308-c8b5-423b-92fc-12da8c6d4790") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "U30") + (reference "U40") (unit 1) ) ) @@ -4951,7 +5331,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 114.3 54.61 0) + (at 154.94 66.04 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4959,9 +5339,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "aea5dff7-29f4-4c86-874e-6d75a69ca864") - (property "Reference" "#PWR0154" - (at 114.3 60.96 0) + (uuid "c2b3bfb5-3b37-4a27-9dec-2cead659f941") + (property "Reference" "#PWR0321" + (at 154.94 72.39 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4972,7 +5352,7 @@ ) ) (property "Value" "GND" - (at 114.554 58.42 0) + (at 155.194 69.85 0) (show_name no) (do_not_autoplace no) (effects @@ -4982,7 +5362,7 @@ ) ) (property "Footprint" "" - (at 114.3 54.61 0) + (at 154.94 66.04 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4993,7 +5373,7 @@ ) ) (property "Datasheet" "" - (at 114.3 54.61 0) + (at 154.94 66.04 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5004,7 +5384,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 114.3 54.61 0) + (at 154.94 66.04 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5015,12 +5395,12 @@ ) ) (pin "1" - (uuid "88b39c28-1ca1-49aa-897c-b6284555ff7b") + (uuid "c32b11fd-2bd0-40bb-8d9c-df1141227ac7") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0154") + (reference "#PWR0321") (unit 1) ) ) @@ -5028,7 +5408,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 44.45 96.52 270) + (at 140.97 35.56 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5036,9 +5416,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "b68463a6-75a7-4b52-8fe5-a27a6639fd40") - (property "Reference" "#PWR0166" - (at 38.1 96.52 0) + (uuid "cb9ebf25-1cf9-41f3-a9f7-3994b71f1f9c") + (property "Reference" "#PWR0158" + (at 134.62 35.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5049,7 +5429,7 @@ ) ) (property "Value" "GND" - (at 39.116 96.52 90) + (at 137.16 35.814 0) (show_name no) (do_not_autoplace no) (effects @@ -5059,7 +5439,7 @@ ) ) (property "Footprint" "" - (at 44.45 96.52 0) + (at 140.97 35.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5070,7 +5450,7 @@ ) ) (property "Datasheet" "" - (at 44.45 96.52 0) + (at 140.97 35.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5081,7 +5461,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 44.45 96.52 0) + (at 140.97 35.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5092,20 +5472,111 @@ ) ) (pin "1" - (uuid "40a6ee0f-64f9-4bbe-915c-cc88a67fceb1") + (uuid "e8774fa0-90f3-4351-9356-add02c7ab7d8") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0166") + (reference "#PWR0158") (unit 1) ) ) ) ) (symbol - (lib_id "Device:C") - (at 196.85 91.44 0) + (lib_id "Device:LED") + (at 171.45 66.04 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "ce398caa-e20e-4ab1-aacb-f0afdb75472f") + (property "Reference" "D3" + (at 172.212 63.5 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 168.91 63.5 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "LED_SMD:LED_0805_2012Metric" + (at 171.45 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 171.45 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Light emitting diode" + (at 171.45 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Sim.Pins" "1=K 2=A" + (at 171.45 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "2b238a2c-c796-4041-bfba-9101b92cef1b") + ) + (pin "1" + (uuid "fba8ad20-dd64-4773-a17a-e6edb772e021") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 222.25 39.37 0) + (mirror x) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5114,9 +5585,243 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "cd4b644d-421c-40ce-bddb-c17f1c463653") - (property "Reference" "C127" - (at 200.66 90.1699 0) + (uuid "d076a6aa-dd88-4386-b63c-8fcddd223d95") + (property "Reference" "#PWR0324" + (at 222.25 33.02 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 222.25 34.29 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 222.25 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 222.25 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 222.25 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a1255778-c888-4537-acf7-fa4f872be73e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0324") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 229.87 40.64 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d4065050-f609-4f79-a386-e96c6eb9e31f") + (property "Reference" "#PWR0327" + (at 229.87 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_BT1058" + (at 229.87 35.56 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 229.87 40.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 229.87 40.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 229.87 40.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "cdbe8bed-9bf6-497f-bcdb-ea6c7131803e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0327") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 261.62 52.07 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d5761846-4420-4234-b821-e1014c813cd6") + (property "Reference" "#PWR0328" + (at 257.81 52.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_BT1058" + (at 266.7 52.07 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 261.62 52.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 261.62 52.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 261.62 52.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "68dd0cb5-a4d3-4619-981e-6a9ffcc6458a") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0328") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 251.46 48.26 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e17362e7-56da-4fce-803c-2d96bcb7bff8") + (property "Reference" "C134" + (at 255.27 46.9899 0) (show_name no) (do_not_autoplace no) (effects @@ -5127,7 +5832,7 @@ ) ) (property "Value" "100nF" - (at 200.66 92.7099 0) + (at 255.27 49.5299 0) (show_name no) (do_not_autoplace no) (effects @@ -5138,7 +5843,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 197.8152 95.25 0) + (at 252.4252 52.07 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5149,7 +5854,7 @@ ) ) (property "Datasheet" "" - (at 196.85 91.44 0) + (at 251.46 48.26 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5160,7 +5865,7 @@ ) ) (property "Description" "GRM21BR71H104KA01L" - (at 196.85 91.44 0) + (at 251.46 48.26 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5171,7 +5876,7 @@ ) ) (property "PNM" "GRM21BR71H104KA01L" - (at 196.85 91.44 0) + (at 251.46 48.26 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5182,15 +5887,338 @@ ) ) (pin "2" - (uuid "b04057d4-d3a6-4a71-8aa9-6463a17bd27a") + (uuid "8fab2eaf-98dd-4142-a592-86715c5a70d6") ) (pin "1" - (uuid "0b419050-89ad-471f-bf46-23b52664f29c") + (uuid "8d1240d1-c513-4a4a-a991-886b3d2ad3f8") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "C127") + (reference "C134") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_FSC_BT1058:FSC-BT1058") + (at 198.12 59.69 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e64e2fe5-df43-4e14-bcc6-789fe6327d2f") + (property "Reference" "U38" + (at 198.12 29.21 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "FSC-BT1058" + (at 198.12 31.75 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "MIKILAB_FSC_BT1058:FSC-BT1058" + (at 198.12 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://document.feasycom.com/docs/datasheet/BT1058/FSC-BT1058_Datasheet_EN.pdf" + (at 198.12 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Feasycom FSC-BT1058 Bluetooth 5.3 QCC5181 audio module" + (at 198.12 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "13" + (uuid "79a43347-e747-4bed-aec9-6d00019eb313") + ) + (pin "12" + (uuid "df3d64dc-886e-426f-b235-ce8c2eaad820") + ) + (pin "14" + (uuid "7565365d-8150-4c93-be92-df24947187dc") + ) + (pin "15" + (uuid "1e179b9f-06d0-465a-9705-fc71df00ffbd") + ) + (pin "11" + (uuid "89db67bc-1651-4f0c-8dfc-ec2fe54c2b64") + ) + (pin "10" + (uuid "4fe636b4-1b67-4592-850f-866d4121f5de") + ) + (pin "9" + (uuid "a0ec2b6b-bc94-4670-adcb-fc8a44a53633") + ) + (pin "8" + (uuid "cc5d458c-f463-41c8-80a5-a2e5ffba03c8") + ) + (pin "7" + (uuid "69c745fa-eb52-45d4-a503-5e29d4778783") + ) + (pin "6" + (uuid "9014f2bf-7703-4ad6-80bf-e7886d5cca28") + ) + (pin "5" + (uuid "7865693d-adef-4ea0-a6c4-04e48ed7547e") + ) + (pin "4" + (uuid "a62f5f64-e163-44bb-a201-a894385bcd97") + ) + (pin "3" + (uuid "1c165845-cf0f-4385-8fb8-da77adcedd25") + ) + (pin "2" + (uuid "c6aa96a3-5285-4448-a120-f655c36d22f9") + ) + (pin "1" + (uuid "7826c9cc-49d4-4d12-9547-a54f150d6694") + ) + (pin "41" + (uuid "54492097-11e5-42c5-9011-26c7ef0c90df") + ) + (pin "42" + (uuid "c878eea7-604d-4fc3-8128-ca27134d5a9b") + ) + (pin "43" + (uuid "01cbe1e5-3381-4c28-acf0-b25572e06bb5") + ) + (pin "44" + (uuid "25ecc36c-4ace-4af2-b7dc-750b2fcf8279") + ) + (pin "45" + (uuid "16a5e3f9-42d8-4ffd-b3e2-2a84584d169e") + ) + (pin "46" + (uuid "8b626dbf-0d2a-4fd8-847d-3b669ca82998") + ) + (pin "47" + (uuid "6a0dcb53-fe5e-4a2f-8b0e-7a67683ba1e9") + ) + (pin "48" + (uuid "2b6e9158-b66a-46ad-9048-ee78824110c8") + ) + (pin "49" + (uuid "1d51075d-964b-49c6-a944-a69fc6b5eafa") + ) + (pin "50" + (uuid "f505f834-0dfa-4bf6-88f8-535016692b97") + ) + (pin "51" + (uuid "4ed7ca02-3621-41fa-8138-ff0b36eae112") + ) + (pin "52" + (uuid "8b3f40df-d7dd-4521-918a-fca3f6f86403") + ) + (pin "16" + (uuid "b747be05-a369-454e-ba14-cec923d8f250") + ) + (pin "17" + (uuid "560e2593-d049-4126-93c4-6fc7af76a5d4") + ) + (pin "18" + (uuid "bb535acb-3545-4a07-a5ff-c7da10c68445") + ) + (pin "19" + (uuid "2747a4af-7342-4e69-8136-61d15279df25") + ) + (pin "20" + (uuid "9f30eec7-f005-40de-89a0-51b746e0e7c4") + ) + (pin "21" + (uuid "6aa2bd41-f75a-43d1-a62a-aa8674bd99d2") + ) + (pin "22" + (uuid "ff259a02-cc80-4a41-8a82-5a4cae3b0d1b") + ) + (pin "23" + (uuid "2f427777-8cca-4685-aac7-66c1bae399a1") + ) + (pin "24" + (uuid "2de50f77-a893-41b9-8965-4c2aad53b1d5") + ) + (pin "25" + (uuid "072c9352-e59a-461c-9a1f-b7da48dbbdef") + ) + (pin "26" + (uuid "ad62587a-2049-4211-967c-c44a141c2594") + ) + (pin "27" + (uuid "16860208-d69a-4d9a-b2c8-7713d622fbcc") + ) + (pin "28" + (uuid "c754ce01-22f0-47ab-b564-98b92ce2a7e0") + ) + (pin "29" + (uuid "31feae02-7781-40b3-8fb9-d17475288d85") + ) + (pin "30" + (uuid "d5f49c2e-05ef-4c06-84f6-1ca7d8825d04") + ) + (pin "31" + (uuid "6f18778f-89cb-42ad-a9d7-a0baf248a435") + ) + (pin "32" + (uuid "68eff59c-c05c-4c57-812b-abf15e51d5ca") + ) + (pin "33" + (uuid "f3959089-dd93-40c6-b968-82c161e6c8b3") + ) + (pin "34" + (uuid "e4ee4233-051d-407a-b8bb-fb9a97a3bb40") + ) + (pin "35" + (uuid "c16d3393-216b-427c-90ee-63caa3ce0b78") + ) + (pin "36" + (uuid "89a3c3c7-17c4-4f79-8f16-203b4872a39b") + ) + (pin "37" + (uuid "1615014f-095e-4fa4-b721-36f548514eb7") + ) + (pin "38" + (uuid "a30fa174-d1c8-4cda-915e-31639c90335b") + ) + (pin "39" + (uuid "75e63040-a46c-4d3d-82c8-c9dcb1357b3f") + ) + (pin "40" + (uuid "89b09de2-7a71-49a7-bc7c-6596c048fa68") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "U38") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 82.55 38.1 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f477d39c-160e-4a02-b85a-b3894fff31b7") + (property "Reference" "C129" + (at 86.36 36.8299 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 86.36 39.3699 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 83.5152 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 82.55 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 82.55 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 82.55 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "ecb924aa-c01e-4230-9fc0-736fd4310b16") + ) + (pin "1" + (uuid "5bb4bfbd-6736-4223-9f0b-083b330e6858") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "C129") (unit 1) ) ) diff --git a/hardware/kicad/HubAudio/Codec.kicad_sch b/hardware/kicad/HubAudio/Codec.kicad_sch index 476b8ac..b7b3f94 100644 --- a/hardware/kicad/HubAudio/Codec.kicad_sch +++ b/hardware/kicad/HubAudio/Codec.kicad_sch @@ -6079,34 +6079,34 @@ ) ) (pin "4" - (uuid "1d561279-5490-43fe-b5a5-078ef5f04c5a") + (uuid "1d561279-5490-43fe-b5a5-078ef5f04c5b") ) (pin "9" - (uuid "2ece6fba-dae7-428e-bb91-0c289c27a7bb") + (uuid "2ece6fba-dae7-428e-bb91-0c289c27a7bc") ) (pin "10" - (uuid "d5899f36-276e-45e5-b238-bb01fea1211a") + (uuid "d5899f36-276e-45e5-b238-bb01fea1211b") ) (pin "8" - (uuid "ab1f4550-c59f-4d60-aa42-7d5f87dcf193") + (uuid "ab1f4550-c59f-4d60-aa42-7d5f87dcf194") ) (pin "1" - (uuid "478d14d6-9ab0-4e7c-8c7b-076d3da846f9") + (uuid "478d14d6-9ab0-4e7c-8c7b-076d3da846fa") ) (pin "6" - (uuid "5df8b7c5-9e75-441d-82d5-8114fab1c353") + (uuid "5df8b7c5-9e75-441d-82d5-8114fab1c354") ) (pin "3" - (uuid "b398acba-3b55-48a1-b5fe-f278c604af22") + (uuid "b398acba-3b55-48a1-b5fe-f278c604af23") ) (pin "5" - (uuid "9d6e889f-5083-41f2-88ca-2d72260a625a") + (uuid "9d6e889f-5083-41f2-88ca-2d72260a625b") ) (pin "2" - (uuid "5fca09d8-86e3-4a3b-a12f-37d8189ff3d7") + (uuid "5fca09d8-86e3-4a3b-a12f-37d8189ff3d8") ) (pin "7" - (uuid "a6edcf88-aa86-455e-90a6-5b41ad7e3f70") + (uuid "a6edcf88-aa86-455e-90a6-5b41ad7e3f71") ) (instances (project "HubAudio" @@ -6288,18 +6288,6 @@ (justify bottom) ) ) - (property "Package" "S070-3" - (at 121.92 180.34 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) (property "MPN" "TPD2E007DCKR" (at 121.92 180.34 0) (hide yes) @@ -8413,18 +8401,6 @@ (justify bottom) ) ) - (property "Package" "S070-3" - (at 217.17 110.49 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) (property "MPN" "TPD2E007DCKR" (at 217.17 110.49 0) (hide yes) @@ -9900,18 +9876,6 @@ (justify bottom) ) ) - (property "Package" "S070-3" - (at 58.42 182.88 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) (property "MPN" "TPD2E007DCKR" (at 58.42 182.88 0) (hide yes) diff --git a/hardware/kicad/HubAudio/HubAudio.kicad_pcb b/hardware/kicad/HubAudio/HubAudio.kicad_pcb index 5e2a0b4..711da39 100644 --- a/hardware/kicad/HubAudio/HubAudio.kicad_pcb +++ b/hardware/kicad/HubAudio/HubAudio.kicad_pcb @@ -87,5 +87,460 @@ (outputdirectory "") ) ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "02151648-5cda-45bb-bbf0-9570214ae8a0") + (at 142.5 53) + (descr "Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py") + (tags "mountinghole M2") + (property "Reference" "REF**" + (at 0 -3.15 0) + (layer "F.SilkS") + (hide yes) + (uuid "ca263a07-a37e-4a5c-8b9d-d73e4e95028b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_2.2mm_M2" + (at 0 3.15 0) + (layer "F.Fab") + (hide yes) + (uuid "61c971c4-b050-4623-bc7f-da738c3a7246") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d6686404-1b9d-4e30-be2c-c9bd2428c97a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f54b0b63-7870-4cd0-a35c-aa1781c2c5f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "mounting_hardware/mounting_hole" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "22607aad-a998-4b0b-8168-c534f16e49cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (duplicate_pad_numbers_are_jumpers no) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill no) + (layer "Cmts.User") + (uuid "566ed5d8-8cd5-4444-b3c1-2de851531e18") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "20172d37-ee5e-4a9d-9f00-5dae2382ae73") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "d38f023c-9291-460e-be74-353c5c0cb117") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "d5fb1fb9-8340-41cf-90d6-ac394836ed67") + ) + (embedded_fonts no) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "49651aab-9264-4e33-8e45-6201466e3201") + (at 52.5 123) + (descr "Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py") + (tags "mountinghole M2") + (property "Reference" "REF**" + (at 0 -3.15 0) + (layer "F.SilkS") + (hide yes) + (uuid "2bb59f11-3b5d-4afd-858b-7dbf8053251e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_2.2mm_M2" + (at 0 3.15 0) + (layer "F.Fab") + (hide yes) + (uuid "c63c309f-197b-43f4-a7dd-366e81453b8b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b3f08248-757c-4310-a7e2-81371d3e2000") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cb7d731e-2616-42fb-ba57-b5eb848143fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "mounting_hardware/mounting_hole" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "852658ea-ffb1-4bcc-b2ff-fc0a312ee9ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (duplicate_pad_numbers_are_jumpers no) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill no) + (layer "Cmts.User") + (uuid "90057678-79f7-416d-a121-76597af1afc3") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "6689b71a-2d17-417a-bdee-d97b1c235b7f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f9e219bc-d0aa-44e1-91fb-fc918a7364fd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "f864635d-f20b-42df-b0d3-f2a7d9928200") + ) + (embedded_fonts no) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "4c250c3e-3d5c-4705-86e7-eb5f3771f4f4") + (at 142.5 123) + (descr "Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py") + (tags "mountinghole M2") + (property "Reference" "REF**" + (at 0 -3.15 0) + (layer "F.SilkS") + (hide yes) + (uuid "14e40415-14da-4c32-a1fe-5f9e7478e19a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_2.2mm_M2" + (at 0 3.15 0) + (layer "F.Fab") + (hide yes) + (uuid "14900f09-9809-45e6-a869-a370d042c516") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "48fae721-046e-4706-b5ca-04b1fae827aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e506fa41-e53e-473a-8458-a6906e8b30a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "mounting_hardware/mounting_hole" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "ac928563-ce59-4195-a460-c2d3322db7a5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (duplicate_pad_numbers_are_jumpers no) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill no) + (layer "Cmts.User") + (uuid "b04f9b74-5196-47af-904f-19c05c8d266a") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "f32ef802-c1b5-423b-99ae-f3f1e4f093c5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "a221824c-19fc-4baf-b9a4-f47003ab6e11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "ae5aa37f-d7fd-4f9c-9464-543561a44fd8") + ) + (embedded_fonts no) + ) + (footprint "MountingHole:MountingHole_2.2mm_M2" + (locked yes) + (layer "F.Cu") + (uuid "87404fef-f368-4c2d-87bc-10305ba2d8ec") + (at 52.5 53) + (descr "Mounting Hole 2.2mm, M2, no annular, generated by kicad-footprint-generator mountinghole.py") + (tags "mountinghole M2") + (property "Reference" "REF**" + (at 0 -3.15 0) + (layer "F.SilkS") + (hide yes) + (uuid "48f295ee-30cf-4268-81d5-cf1a3be015ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_2.2mm_M2" + (at 0 3.15 0) + (layer "F.Fab") + (hide yes) + (uuid "7e041b2d-ab65-4225-bbe6-55913ca36aa8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "892e3c3a-8c21-49ef-a692-83c36945dd1d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c4c413a9-1a42-4290-82e2-bc15da9ca68b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "KiLib_Generator" "mounting_hardware/mounting_hole" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "8cb8a181-073d-4c33-bd40-06647b64c1f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (duplicate_pad_numbers_are_jumpers no) + (fp_circle + (center 0 0) + (end 2.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill no) + (layer "Cmts.User") + (uuid "9ec9dfa0-beca-44a6-af23-c1c3e50f3557") + ) + (fp_circle + (center 0 0) + (end 2.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "F.CrtYd") + (uuid "0e55f609-248b-4a85-87d1-549984eb50d5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "91b975fc-125a-4fcf-adce-05437d333766") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.2 2.2) + (drill 2.2) + (layers "*.Cu" "*.Mask") + (uuid "392e4b6d-2144-4a8b-b36d-5ab09171d4d7") + ) + (embedded_fonts no) + ) + (gr_rect + (start 50 50.5) + (end 145 125.5) + (radius 3) + (stroke + (width 0.05) + (type solid) + ) + (fill no) + (layer "Edge.Cuts") + (uuid "0bdd7dfe-52d3-4666-bc2c-01b66f1fcb9a") + ) + (group "" + (uuid "4318c84a-627f-4382-ba96-a69e5b2d2ca1") + (locked yes) + (members "02151648-5cda-45bb-bbf0-9570214ae8a0" "49651aab-9264-4e33-8e45-6201466e3201" + "4c250c3e-3d5c-4705-86e7-eb5f3771f4f4" "87404fef-f368-4c2d-87bc-10305ba2d8ec" + ) + ) (embedded_fonts no) ) diff --git a/hardware/kicad/HubAudio/HubAudio.kicad_pro b/hardware/kicad/HubAudio/HubAudio.kicad_pro index 8453b70..60bf6f2 100644 --- a/hardware/kicad/HubAudio/HubAudio.kicad_pro +++ b/hardware/kicad/HubAudio/HubAudio.kicad_pro @@ -39,9 +39,9 @@ "other_text_thickness": 0.15, "other_text_upright": false, "pads": { - "drill": 0.8, - "height": 1.27, - "width": 1.27 + "drill": 2.2, + "height": 2.2, + "width": 2.2 }, "silk_line_width": 0.1, "silk_text_italic": false, @@ -261,6 +261,26 @@ }, "erc": { "erc_exclusions": [ + [ + "pin_not_driven|1028700|571500|5aed3465-8802-4bb1-af20-9beded65052b|00000000-0000-0000-0000-000000000000|/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949|/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949|", + "" + ], + [ + "pin_to_pin|1054100|1016000|90ac4f69-3dba-4e31-a249-c1acb1de964a|b28aca99-2435-4594-aa2d-04511d1d55b0|/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab|/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab|/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab", + "" + ], + [ + "pin_to_pin|1054100|990600|7b8823a2-1477-435a-a959-685c5902fa3b|90ac4f69-3dba-4e31-a249-c1acb1de964a|/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab|/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab|/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab", + "" + ], + [ + "pin_to_pin|1993900|622300|9abfd2d8-7ee0-413c-a1c8-43a9e9bc6128|610e2897-31d2-4893-bcde-6d8bb47ccbf4|/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe|/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe|/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949", + "" + ], + [ + "pin_to_pin|533400|254000|f67bcafa-68b0-43ba-9d50-0c7061228323|7ae32c33-d2a5-47e8-9d37-526d78b295da|/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab|/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab|/841d8022-3a94-443e-97aa-a99a12889684/19d2c6b9-23fc-454e-a8be-1c2c66c2d1f5", + "" + ], [ "pin_to_pin|685800|622300|785f2c25-acb1-472d-acc0-e1cab8fec402|9abfd2d8-7ee0-413c-a1c8-43a9e9bc6128|/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe|/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe|/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe", "" @@ -819,6 +839,12 @@ "label": "SNAPEDA_PN", "name": "SNAPEDA_PN", "show": false + }, + { + "group_by": false, + "label": "Sim.Pins", + "name": "Sim.Pins", + "show": false } ], "filter_string": "", @@ -869,7 +895,7 @@ "uuid": "841d8022-3a94-443e-97aa-a99a12889684" } ], - "used_designators": "#FLG1-25,J_BAT1,IC1,Z1,REF1,J_POW_BTN1,Q10-13,BOOT1,RN1-10,Y1-3,D1-18,#PWR1-314,U1-40,C1-194,FB1-4,FB14-15,SW1-2,X1,L1-24,RESET1,J1-15,TP3-8,JP3-4,R1-121,R130-132", + "used_designators": "#FLG1-25,J_BAT1,IC1,Z1,REF1,J_POW_BTN1,Q10-13,BOOT1,RN1-10,Y1-4,D1-18,#PWR1-340,U1-40,C1-194,FB1-4,FB14-15,SW1-2,X1,L1-24,RESET1,J1-15,TP3-8,JP3-4,R1-121,R130-132", "variants": [] }, "sheets": [ diff --git a/hardware/kicad/HubAudio/POWER.kicad_sch b/hardware/kicad/HubAudio/POWER.kicad_sch index 9174fef..ee923b4 100644 --- a/hardware/kicad/HubAudio/POWER.kicad_sch +++ b/hardware/kicad/HubAudio/POWER.kicad_sch @@ -13308,18 +13308,6 @@ (justify bottom) ) ) - (property "Package" "VSON-14 Texas Instruments" - (at 87.63 114.3 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) (property "Price" "None" (at 87.63 114.3 0) (hide yes) diff --git a/hardware/kicad/HubAudio/Si4684.kicad_sch b/hardware/kicad/HubAudio/Si4684.kicad_sch index e14cfaf..c68bf95 100644 --- a/hardware/kicad/HubAudio/Si4684.kicad_sch +++ b/hardware/kicad/HubAudio/Si4684.kicad_sch @@ -5692,7 +5692,7 @@ (justify left) ) ) - (property "Footprint" "Package_SO:SOIC-8_5.23x5.23mm_P1.27mm" + (property "Footprint" "Package_SO:SOIC-8_5.3x5.3mm_P1.27mm" (at 134.62 152.4 0) (hide yes) (show_name no) diff --git a/hardware/kicad/HubAudio/add_lcsc_to_bom.py b/hardware/kicad/HubAudio/add_lcsc_to_bom.py new file mode 100755 index 0000000..2a4f9e2 --- /dev/null +++ b/hardware/kicad/HubAudio/add_lcsc_to_bom.py @@ -0,0 +1,177 @@ +#!/usr/bin/env python3 + +import csv +import sys +from pathlib import Path + + +def norm(value): + return (value or "").strip().strip('"').strip() + + +def read_kicad_bom(path): + with open(path, "r", encoding="utf-8-sig", newline="") as f: + return list(csv.DictReader(f)) + + +def read_lcsc_export(path): + with open(path, "r", encoding="utf-8-sig", newline="") as f: + lines = f.readlines() + + header = None + + for i, line in enumerate(lines): + if line.startswith("LCSC#;"): + header = i + break + + if header is None: + raise RuntimeError("Non trovo la sezione 'LCSC Matching Results'.") + + return list( + csv.DictReader( + lines[header:], + delimiter=";" + ) + ) + + +def build_lcsc_map(rows): + result = {} + + for row in rows: + mpn = norm(row.get("Mrf#", "")) + lcsc = norm(row.get("LCSC#", "")) + status = norm(row.get("Matched status", "")) + url = norm(row.get("Product Link", "")) + + if not mpn: + continue + + # IMPORTANTE: + # accettiamo automaticamente solo Exact Matches + if status == "Exact Matches" and lcsc: + result[mpn] = { + "lcsc": lcsc, + "status": status, + "url": url, + } + + return result + + +def main(): + + if len(sys.argv) != 3: + print() + print("Uso:") + print( + " python3 add_lcsc_to_bom.py " + "HubAudio.csv export_project_20260822_065729.csv" + ) + print() + sys.exit(1) + + bom_file = Path(sys.argv[1]) + lcsc_file = Path(sys.argv[2]) + + if not bom_file.exists(): + print(f"ERRORE: BOM non trovata: {bom_file}") + sys.exit(1) + + if not lcsc_file.exists(): + print(f"ERRORE: export LCSC non trovato: {lcsc_file}") + sys.exit(1) + + print("Leggo BOM KiCad...") + bom = read_kicad_bom(bom_file) + + print("Leggo export LCSC...") + lcsc_rows = read_lcsc_export(lcsc_file) + + lcsc_map = build_lcsc_map(lcsc_rows) + + # Manteniamo tutte le colonne originali di KiCad + columns = list(bom[0].keys()) + + for column in [ + "LCSC#", + "LCSC_Status", + "LCSC_URL", + ]: + if column not in columns: + columns.append(column) + + exact = 0 + missing = 0 + + for row in bom: + + # Prima scelta: PNM + mpn = norm(row.get("PNM", "")) + + # Fallback: Value + if not mpn: + mpn = norm(row.get("Value", "")) + + match = lcsc_map.get(mpn) + + if match: + + row["LCSC#"] = match["lcsc"] + row["LCSC_Status"] = "Exact Matches" + row["LCSC_URL"] = match["url"] + + exact += 1 + + else: + + row["LCSC#"] = "" + row["LCSC_Status"] = "" + row["LCSC_URL"] = "" + + missing += 1 + + output = bom_file.with_name( + bom_file.stem + "_Pinscope_BOM.csv" + ) + + with open( + output, + "w", + encoding="utf-8-sig", + newline="" + ) as f: + + writer = csv.DictWriter( + f, + fieldnames=columns, + quoting=csv.QUOTE_ALL + ) + + writer.writeheader() + writer.writerows(bom) + + print() + print("=" * 50) + print(" LCSC → PINSCOPE BOM") + print("=" * 50) + print() + print(f"BOM originale : {bom_file.name}") + print(f"Export LCSC : {lcsc_file.name}") + print(f"Output : {output.name}") + print() + print(f"Righe BOM : {len(bom)}") + print(f"Exact Match : {exact}") + print(f"Senza LCSC : {missing}") + print() + print("Solo 'Exact Matches' sono stati accettati.") + print("Partial Matches NON sono stati inseriti.") + print("No Matches NON sono stati inseriti.") + print() + print(f"FILE CREATO: {output}") + print() + + +if __name__ == "__main__": + main() diff --git a/hardware/kicad/HubAudio/antenna.kicad_sch b/hardware/kicad/HubAudio/antenna.kicad_sch index 419de52..6ca3d61 100644 --- a/hardware/kicad/HubAudio/antenna.kicad_sch +++ b/hardware/kicad/HubAudio/antenna.kicad_sch @@ -4555,30 +4555,6 @@ (justify bottom) ) ) - (property "Price" "1.04 USD" - (at 25.4 80.01 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "Package" "None" - (at 25.4 80.01 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) (property "Check_prices" "https://www.snapeda.com/parts/SJ-435107RS/Same+Sky/view-part/?ref=eda" (at 25.4 80.01 0) (hide yes) @@ -5118,18 +5094,6 @@ (justify bottom) ) ) - (property "Package" "TSSOP-20" - (at 160.02 162.56 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) (property "MPN" "ADG936BRUZ" (at 160.02 162.56 0) (hide yes) @@ -6487,18 +6451,6 @@ (justify bottom) ) ) - (property "Package" "S070-3" - (at 116.84 106.68 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) (property "MPN" "TPD2E007DCKR" (at 116.84 106.68 0) (hide yes) @@ -6887,18 +6839,6 @@ (justify bottom) ) ) - (property "Package" "S070-3" - (at 59.69 107.95 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) (property "MPN" "TPD2E007DCKR" (at 59.69 107.95 0) (hide yes) diff --git a/hardware/kicad/HubAudio/audio-processor.kicad_sch b/hardware/kicad/HubAudio/audio-processor.kicad_sch index 51f11ec..6e30341 100644 --- a/hardware/kicad/HubAudio/audio-processor.kicad_sch +++ b/hardware/kicad/HubAudio/audio-processor.kicad_sch @@ -4014,12 +4014,6 @@ (color 0 0 0 0) (uuid "19247ab9-83d6-4b81-beb8-efe1025e0115") ) - (junction - (at 50.8 34.29) - (diameter 0) - (color 0 0 0 0) - (uuid "1c3d7489-3a8d-4065-9828-68ab2691400a") - ) (junction (at 236.22 49.53) (diameter 0) @@ -4092,6 +4086,12 @@ (color 0 0 0 0) (uuid "4ea65aee-8162-40a1-8540-5fd9be360fc7") ) + (junction + (at 203.2 142.24) + (diameter 0) + (color 0 0 0 0) + (uuid "5048174e-24e7-4631-a367-4b3405654b7f") + ) (junction (at 46.99 59.69) (diameter 0) @@ -4104,6 +4104,12 @@ (color 0 0 0 0) (uuid "599327d4-e301-4e8f-908d-df397fba0573") ) + (junction + (at 262.89 134.62) + (diameter 0) + (color 0 0 0 0) + (uuid "5a3b02f0-d5d6-4955-b750-3e966cd41b95") + ) (junction (at 224.79 139.7) (diameter 0) @@ -4140,12 +4146,6 @@ (color 0 0 0 0) (uuid "7e8eda48-99fe-476c-81b8-50a9b119e697") ) - (junction - (at 203.2 142.24) - (diameter 0) - (color 0 0 0 0) - (uuid "7fde8c7b-824d-4351-85be-943bae5388af") - ) (junction (at 29.21 74.93) (diameter 0) @@ -4176,6 +4176,12 @@ (color 0 0 0 0) (uuid "8dcd8fdd-3432-492d-8797-95dc79eb07ee") ) + (junction + (at 50.8 34.29) + (diameter 0) + (color 0 0 0 0) + (uuid "91708f2e-a66b-457b-95c4-fadb652c04ca") + ) (junction (at 219.71 49.53) (diameter 0) @@ -4308,10 +4314,6 @@ (at 153.67 72.39) (uuid "4079f1b0-b925-4ec7-908f-4d7652ea1e01") ) - (no_connect - (at 92.71 130.81) - (uuid "407f0bd3-e377-4ea9-b6b7-ef3cb691a8c0") - ) (no_connect (at 153.67 59.69) (uuid "46723720-c06a-492a-91ec-c512a9d4664e") @@ -4412,16 +4414,6 @@ ) (uuid "0993276f-ab19-482c-a601-d96bca410384") ) - (wire - (pts - (xy 25.4 34.29) (xy 50.8 34.29) - ) - (stroke - (width 0) - (type default) - ) - (uuid "0dc07c7e-96b5-44d6-bd55-d7b919ec0705") - ) (wire (pts (xy 185.42 87.63) (xy 203.2 87.63) @@ -4452,6 +4444,16 @@ ) (uuid "127eb2f7-27b1-4883-a3ac-002b43b84de8") ) + (wire + (pts + (xy 266.7 134.62) (xy 262.89 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "13963994-7361-4afe-a5af-baa5b3345198") + ) (wire (pts (xy 87.63 179.07) (xy 59.69 179.07) @@ -4632,16 +4634,6 @@ ) (uuid "38d16899-abb7-42ac-adf2-ef49e3227d01") ) - (wire - (pts - (xy 261.62 134.62) (xy 275.59 134.62) - ) - (stroke - (width 0) - (type default) - ) - (uuid "397c702f-6252-41e9-830f-b82f28a9a7ce") - ) (wire (pts (xy 41.91 31.75) (xy 92.71 31.75) @@ -4662,6 +4654,16 @@ ) (uuid "3bfa4131-688d-4be4-8070-4e7a564d0cc5") ) + (wire + (pts + (xy 25.4 34.29) (xy 50.8 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4194b8ca-35cc-495d-8c01-7cc8e5f76eb0") + ) (wire (pts (xy 260.35 59.69) (xy 261.62 59.69) @@ -4912,16 +4914,6 @@ ) (uuid "6396dd82-73b9-4ed8-921d-3ee14858d729") ) - (wire - (pts - (xy 210.82 132.08) (xy 224.79 132.08) - ) - (stroke - (width 0) - (type default) - ) - (uuid "6443590a-eb69-4cda-ba0d-b7dd0ea7f1a2") - ) (wire (pts (xy 153.67 140.97) (xy 165.1 140.97) @@ -4952,6 +4944,16 @@ ) (uuid "68d0260c-31a6-4215-a918-741811b38106") ) + (wire + (pts + (xy 262.89 134.62) (xy 261.62 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "69d6ae87-a599-450f-9e0f-77cb4c19f24b") + ) (wire (pts (xy 184.15 97.79) (xy 203.2 97.79) @@ -5582,16 +5584,6 @@ ) (uuid "c87f34af-0f9c-45fd-9032-8fd99075fb67") ) - (wire - (pts - (xy 203.2 133.35) (xy 203.2 142.24) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c8a2fb7d-4999-4a67-b68e-a41697fd8cff") - ) (wire (pts (xy 25.4 41.91) (xy 55.88 41.91) @@ -5692,6 +5684,16 @@ ) (uuid "dceb1fdb-0e6d-40e9-842c-2c15df156a2e") ) + (wire + (pts + (xy 41.91 130.81) (xy 92.71 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd2c2856-08f4-4aa8-bcef-766d46c9548f") + ) (wire (pts (xy 232.41 49.53) (xy 236.22 49.53) @@ -5912,16 +5914,6 @@ ) (uuid "fed3c7b6-dfe3-4484-a3b7-6f867a3f7c4f") ) - (label "3V3_ADAU1467" - (at 26.67 36.83 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "1227c2a3-b00c-4a9e-833d-fc50de33969c") - ) (label "EEPROM_MISO" (at 261.62 139.7 0) (effects @@ -5932,16 +5924,6 @@ ) (uuid "1b1f3b32-8d03-4b69-86b7-22b6b9f04dbb") ) - (label "3V3_ADAU1467" - (at 26.67 41.91 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "226475a5-cf8a-4ca4-907b-c8cc429c53b1") - ) (label "EEPROM_CS" (at 166.37 118.11 0) (effects @@ -5952,16 +5934,6 @@ ) (uuid "43ff22a4-ab7b-4433-b123-0bb116b3d8b4") ) - (label "3V3_ADAU1467" - (at 203.2 139.7 90) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "59fd5eac-3dca-411c-a061-ddc941d6c867") - ) (label "EEPROM_MISO" (at 166.37 125.73 0) (effects @@ -5972,26 +5944,6 @@ ) (uuid "5d3c9dc1-61b1-4342-83c6-bc77e681e545") ) - (label "3V3_ADAU1467" - (at 26.67 39.37 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "60dac43d-a4e6-4004-88ef-34cccb210408") - ) - (label "3V3_ADAU1467" - (at 262.89 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "63579a9f-3fdf-48e5-9132-03c7bb681e65") - ) (label "SPIF_OUT" (at 166.37 29.21 180) (effects @@ -6002,16 +5954,6 @@ ) (uuid "687c8724-5e0d-4607-806a-44aed2009a37") ) - (label "1V2_ADAU1467" - (at 27.94 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "72bc1fa3-8188-47d8-97e3-0045f615df61") - ) (label "SPIF_IN" (at 259.08 59.69 180) (effects @@ -6072,36 +6014,6 @@ ) (uuid "a8823e19-bf16-436c-9ce2-57178f595f7a") ) - (label "1V2_ADAU1467" - (at 27.94 64.77 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "a95bcbc2-7e2b-465c-a8b7-c9db3bbb9f9a") - ) - (label "1V2_ADAU1467" - (at 27.94 59.69 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "b4d31d7a-67fc-48dc-9b17-221b6c5e2cd6") - ) - (label "3V3_ADAU1467" - (at 212.09 132.08 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "bf4157ed-7058-4d6a-81b3-ebb37cea0977") - ) (label "EEPROM_CLK" (at 212.09 147.32 0) (effects @@ -6132,16 +6044,6 @@ ) (uuid "db0e1223-3ea1-4520-bf00-21a9ffc083d0") ) - (label "1V2_ADAU1467" - (at 27.94 57.15 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "db4f5bb4-1030-4c5b-bb15-140f5d829dbe") - ) (label "3V3_ADAU1467" (at 26.67 31.75 0) (effects @@ -6152,16 +6054,6 @@ ) (uuid "e3b37c76-afb2-44c1-988c-d1b19129339f") ) - (label "3V3_ADAU1467" - (at 26.67 34.29 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "eed79ec3-88fe-40c7-9e80-fdcbde803e78") - ) (label "EEPROM_MOSI" (at 166.37 120.65 0) (effects @@ -6508,31 +6400,7 @@ ) ) ) - (global_label "3V3_ADAU1467" - (shape input) - (at 25.4 31.75 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "99a29177-2922-4eb0-baf4-d713dbe96ca6") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 8.3239 31.75 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "I2S_OUT_BT1035_SDATA" + (global_label "I2S_OUT_BT1058_SDATA" (shape output) (at 203.2 102.87 0) (fields_autoplaced yes) @@ -6604,30 +6472,6 @@ ) ) ) - (global_label "1V2_ADAU1467" - (shape input) - (at 26.67 57.15 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "b3c28059-8c46-42b9-a6d3-462a7fe25109") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 9.5939 57.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "SPI_MISO" (shape output) (at 165.1 138.43 0) @@ -6700,7 +6544,7 @@ ) ) ) - (global_label "I2S_OUT_BT1035_LRCLK" + (global_label "I2S_OUT_BT1058_LRCLK" (shape output) (at 203.2 97.79 0) (fields_autoplaced yes) @@ -6772,7 +6616,31 @@ ) ) ) - (global_label "I2S_OUT_BT1035_BCLK" + (global_label "I2S_IN_BT1058_SDATA" + (shape input) + (at 41.91 130.81 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "cee0e3f1-efcd-46ee-81f0-98616cefb6e6") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 18.363 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2S_OUT_BT1058_BCLK" (shape output) (at 203.2 100.33 0) (fields_autoplaced yes) @@ -8510,6 +8378,85 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 203.2 142.24 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3eeca804-cce0-48c6-a349-022136fff638") + (property "Reference" "#PWR0338" + (at 207.01 142.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ADAU1467" + (at 199.39 142.2399 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 203.2 142.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 203.2 142.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 203.2 142.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "884bf9c5-8faf-4283-9f05-b2bc8159b6bc") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0338") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R_Pack02_Split") (at 180.34 97.79 90) @@ -8969,6 +8916,98 @@ ) ) ) + (symbol + (lib_id "Device:C") + (at 262.89 130.81 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "567d6c5a-7497-49a4-9836-37f8fdf26b3d") + (property "Reference" "C88" + (at 263.398 128.27 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 259.588 132.842 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 263.8552 134.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 262.89 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 262.89 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 262.89 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "4fe6ebdd-e395-40c8-94c9-f6f46ff0481a") + ) + (pin "2" + (uuid "00bc54bc-26a8-40ae-b821-0632213be976") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "C88") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 247.65 22.86 0) @@ -9140,6 +9179,85 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 25.4 41.91 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5ef52e11-513f-4831-b020-b99d4987d8b1") + (property "Reference" "#PWR0333" + (at 29.21 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ADAU1467" + (at 21.59 41.9099 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 25.4 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 25.4 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 25.4 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f5e77280-961e-40b5-b094-025a9fcd0838") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0333") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 146.05 173.99 0) @@ -9309,6 +9427,85 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 26.67 59.69 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6839ce9a-f2b8-4062-b12c-e81088d44758") + (property "Reference" "#PWR0335" + (at 30.48 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V2_ADAU1467" + (at 22.86 59.6899 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 26.67 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 26.67 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 26.67 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "791efe8f-df96-417d-8d72-4523266cbd73") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0335") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 50.8 26.67 0) @@ -10354,6 +10551,164 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 25.4 39.37 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7d313e50-19ae-4c09-9963-7276312bebce") + (property "Reference" "#PWR0332" + (at 29.21 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ADAU1467" + (at 21.59 39.3699 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 25.4 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 25.4 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 25.4 39.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b2488182-c3e2-4388-b8ba-1352e20c3e2f") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0332") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 26.67 57.15 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8c49e078-08d3-4255-903b-33dbe00c9636") + (property "Reference" "#PWR0334" + (at 30.48 57.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V2_ADAU1467" + (at 22.86 57.1499 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 26.67 57.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 26.67 57.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 26.67 57.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c2ae90fb-11db-45f0-85cc-b862f5e531f6") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0334") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 247.65 26.67 0) @@ -10510,6 +10865,85 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 25.4 31.75 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "905558d1-eb99-44cf-a407-d40ef299806d") + (property "Reference" "#PWR0329" + (at 29.21 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ADAU1467" + (at 21.59 31.7499 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 25.4 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 25.4 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 25.4 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "cb4acb8c-d839-47be-bf9a-c8d9374d6f75") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0329") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "MIKILAB_25AA1024:25AA1024-I_SM") (at 243.84 147.32 0) @@ -10705,6 +11139,242 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 224.79 132.08 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "93294bce-0632-4ba9-a9ce-038ddca100a2") + (property "Reference" "#PWR0339" + (at 224.79 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ADAU1467" + (at 224.79 127 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 224.79 132.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 224.79 132.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 224.79 132.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "1d95471e-8513-4a50-a833-623c28a74393") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0339") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 266.7 134.62 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "96d59e5f-dab1-4a79-8bab-1fbe8a5a6c06") + (property "Reference" "#PWR0340" + (at 262.89 134.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ADAU1467" + (at 270.51 134.6199 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 266.7 134.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 266.7 134.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 266.7 134.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7e78965d-40fc-4bc2-b5ae-c0c0484b052d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0340") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 26.67 62.23 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "992061ef-500a-4f89-87a7-70104b90d2ea") + (property "Reference" "#PWR0336" + (at 30.48 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V2_ADAU1467" + (at 22.86 62.2299 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 26.67 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 26.67 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 26.67 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "4fdcf377-cd6b-47f6-b0d8-e7cb34ce9fe3") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0336") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:L") (at 228.6 49.53 90) @@ -11971,6 +12641,85 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 26.67 64.77 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c1068b03-59e2-4ecd-8c8a-d3370678c421") + (property "Reference" "#PWR0337" + (at 30.48 64.77 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V2_ADAU1467" + (at 22.86 64.7699 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 26.67 64.77 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 26.67 64.77 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 26.67 64.77 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3d37ba78-ad13-4c80-b385-647887dbc902") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0337") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 38.1 71.12 0) @@ -12063,6 +12812,83 @@ ) ) ) + (symbol + (lib_id "power:GND") + (at 262.89 127 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "ca92d8cc-30c5-40c0-bd6d-29a2987b1fec") + (property "Reference" "#PWR0135" + (at 262.89 120.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 263.144 122.936 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 262.89 127 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 262.89 127 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 262.89 127 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7d11a77e-2a07-4532-9c4a-24fc83c29567") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0135") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:VD") (at 217.17 49.53 90) @@ -12326,6 +13152,85 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 25.4 34.29 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "df0c8d6f-88e8-48fb-b195-410dd44a5c60") + (property "Reference" "#PWR0330" + (at 29.21 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ADAU1467" + (at 21.59 34.2899 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 25.4 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 25.4 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 25.4 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6bfa5105-080e-4bdb-8564-db9875692a39") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0330") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 45.72 48.26 0) @@ -13300,6 +14205,85 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 25.4 36.83 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fea9972e-75b2-4bf7-9d3e-6e6ea49febed") + (property "Reference" "#PWR0331" + (at 29.21 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ADAU1467" + (at 21.59 36.8299 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 25.4 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 25.4 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 25.4 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "42046298-f388-41e5-b8ed-253390755005") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0331") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 33.02 186.69 0) diff --git a/hardware/kicad/HubAudio/device-manager.kicad_sch b/hardware/kicad/HubAudio/device-manager.kicad_sch index a465de1..e5baea3 100644 --- a/hardware/kicad/HubAudio/device-manager.kicad_sch +++ b/hardware/kicad/HubAudio/device-manager.kicad_sch @@ -1243,12 +1243,6 @@ (color 0 0 0 0) (uuid "29268cbe-7ce8-4d6d-b346-0ac37a2aa84e") ) - (junction - (at 228.6 57.15) - (diameter 0) - (color 0 0 0 0) - (uuid "2e0fed15-85cc-4a1b-aa8d-7ca842f896e0") - ) (junction (at 123.19 106.68) (diameter 0) @@ -1477,6 +1471,10 @@ (at 127 69.85) (uuid "71bdeacf-ff88-40c2-ace0-f9302bc18847") ) + (no_connect + (at 228.6 50.8) + (uuid "8d78fa52-57a8-42f2-89f5-040f6e6eab3b") + ) (no_connect (at 256.54 92.71) (uuid "a77a42e4-2b52-4fda-a309-59c7613790c6") @@ -1505,16 +1503,6 @@ ) (uuid "0490f46e-da46-4ff4-9f93-64d1c375303e") ) - (wire - (pts - (xy 228.6 50.8) (xy 228.6 57.15) - ) - (stroke - (width 0) - (type default) - ) - (uuid "0e2cc0be-e504-4eaa-895d-89f0d5ba9576") - ) (wire (pts (xy 247.65 43.18) (xy 251.46 43.18) @@ -2117,7 +2105,7 @@ ) (wire (pts - (xy 228.6 57.15) (xy 257.81 57.15) + (xy 224.79 57.15) (xy 257.81 57.15) ) (stroke (width 0) @@ -2305,16 +2293,6 @@ ) (uuid "92e559ec-4c34-4a06-95e6-be15dac6b162") ) - (wire - (pts - (xy 224.79 57.15) (xy 228.6 57.15) - ) - (stroke - (width 0) - (type default) - ) - (uuid "96cfac1f-014c-4a71-ba8d-9ee7045ec562") - ) (wire (pts (xy 127 77.47) (xy 123.19 77.47) @@ -3011,7 +2989,7 @@ ) ) ) - (global_label "BT1035_RESET" + (global_label "BT1058_RESET" (shape output) (at 257.81 54.61 0) (fields_autoplaced yes) @@ -3563,7 +3541,7 @@ ) ) ) - (global_label "BT1035_SYSCTRL" + (global_label "BT1058_SYSCTRL" (shape output) (at 257.81 57.15 0) (fields_autoplaced yes) diff --git a/hardware/kicad/HubAudio/ethernet.kicad_sch b/hardware/kicad/HubAudio/ethernet.kicad_sch index 497e848..83e0d21 100644 --- a/hardware/kicad/HubAudio/ethernet.kicad_sch +++ b/hardware/kicad/HubAudio/ethernet.kicad_sch @@ -3366,18 +3366,18 @@ (color 0 0 0 0) (uuid "2b262ff8-2298-455f-8bfb-0721eeef568f") ) + (junction + (at 107.95 119.38) + (diameter 0) + (color 0 0 0 0) + (uuid "2ba9b45d-2965-4c81-beed-e4e63b29a80e") + ) (junction (at 176.53 44.45) (diameter 0) (color 0 0 0 0) (uuid "315d9288-2224-4852-a6a8-bda261a1f919") ) - (junction - (at 54.61 118.11) - (diameter 0) - (color 0 0 0 0) - (uuid "3726aea7-20e3-403c-a7b2-dbee5aa0780c") - ) (junction (at 154.94 53.34) (diameter 0) @@ -3385,7 +3385,7 @@ (uuid "399869b1-ae50-4b9a-9a5a-b469555bc786") ) (junction - (at 17.78 139.7) + (at 92.71 107.95) (diameter 0) (color 0 0 0 0) (uuid "3f62dccd-b71d-4e39-8775-bd1f76f7d362") @@ -3402,6 +3402,12 @@ (color 0 0 0 0) (uuid "67040915-7acc-4184-aaa6-8cd86bb7c3f1") ) + (junction + (at 135.89 97.79) + (diameter 0) + (color 0 0 0 0) + (uuid "6f54328c-63ec-47ee-a61e-355dc28ae19b") + ) (junction (at 154.94 60.96) (diameter 0) @@ -3414,12 +3420,6 @@ (color 0 0 0 0) (uuid "79f2d025-bdd1-44e6-a632-d2a89b80f160") ) - (junction - (at 135.89 97.79) - (diameter 0) - (color 0 0 0 0) - (uuid "814f2fdb-6e3d-425b-a0b4-b1f824931060") - ) (junction (at 128.27 73.66) (diameter 0) @@ -3436,10 +3436,10 @@ (at 152.4 100.33) (diameter 0) (color 0 0 0 0) - (uuid "90df8755-9901-4af4-83ca-eb790797eeeb") + (uuid "9475068d-1bc2-415d-b48f-03786e48a18d") ) (junction - (at 31.75 156.21) + (at 76.2 121.92) (diameter 0) (color 0 0 0 0) (uuid "9b61704e-c6de-486a-974f-4e0129f49635") @@ -3457,7 +3457,7 @@ (uuid "a921ac11-8694-4d43-a3a5-207b29fdcca3") ) (junction - (at 17.78 147.32) + (at 85.09 107.95) (diameter 0) (color 0 0 0 0) (uuid "c4317549-32e1-4de3-9dd0-df37d775fb6e") @@ -3542,7 +3542,7 @@ ) (wire (pts - (xy 17.78 132.08) (xy 17.78 139.7) + (xy 92.71 100.33) (xy 92.71 107.95) ) (stroke (width 0) @@ -3562,17 +3562,7 @@ ) (wire (pts - (xy 54.61 118.11) (xy 64.77 118.11) - ) - (stroke - (width 0) - (type default) - ) - (uuid "17be9489-dc0d-47a7-b1eb-07623a077ce0") - ) - (wire - (pts - (xy 36.83 139.7) (xy 44.45 139.7) + (xy 92.71 127) (xy 92.71 134.62) ) (stroke (width 0) @@ -3692,7 +3682,7 @@ ) (wire (pts - (xy 44.45 139.7) (xy 44.45 156.21) + (xy 92.71 134.62) (xy 76.2 134.62) ) (stroke (width 0) @@ -3712,7 +3702,7 @@ ) (wire (pts - (xy 54.61 115.57) (xy 64.77 115.57) + (xy 107.95 115.57) (xy 114.3 115.57) ) (stroke (width 0) @@ -3732,17 +3722,7 @@ ) (wire (pts - (xy 72.39 115.57) (xy 156.21 115.57) - ) - (stroke - (width 0) - (type default) - ) - (uuid "3f46ff4d-3098-44fb-9f46-64951732338e") - ) - (wire - (pts - (xy 17.78 156.21) (xy 17.78 154.94) + (xy 76.2 107.95) (xy 77.47 107.95) ) (stroke (width 0) @@ -3772,7 +3752,7 @@ ) (wire (pts - (xy 54.61 118.11) (xy 54.61 115.57) + (xy 107.95 119.38) (xy 107.95 115.57) ) (stroke (width 0) @@ -3860,6 +3840,16 @@ ) (uuid "5edce7ad-fa86-4cdb-b2a7-d4209a3d9272") ) + (wire + (pts + (xy 121.92 115.57) (xy 156.21 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5f538961-eec9-4de9-adfb-0afdac5c6e51") + ) (wire (pts (xy 121.92 100.33) (xy 152.4 100.33) @@ -3912,7 +3902,7 @@ ) (wire (pts - (xy 17.78 147.32) (xy 29.21 147.32) + (xy 85.09 107.95) (xy 85.09 119.38) ) (stroke (width 0) @@ -4052,7 +4042,7 @@ ) (wire (pts - (xy 17.78 139.7) (xy 17.78 147.32) + (xy 92.71 107.95) (xy 85.09 107.95) ) (stroke (width 0) @@ -4062,7 +4052,7 @@ ) (wire (pts - (xy 17.78 139.7) (xy 21.59 139.7) + (xy 92.71 107.95) (xy 92.71 111.76) ) (stroke (width 0) @@ -4142,7 +4132,7 @@ ) (wire (pts - (xy 29.21 118.11) (xy 54.61 118.11) + (xy 100.33 119.38) (xy 107.95 119.38) ) (stroke (width 0) @@ -4232,7 +4222,7 @@ ) (wire (pts - (xy 44.45 156.21) (xy 31.75 156.21) + (xy 76.2 134.62) (xy 76.2 121.92) ) (stroke (width 0) @@ -4250,16 +4240,6 @@ ) (uuid "c3bc45b9-32b6-430e-a8fe-13c98d4eca27") ) - (wire - (pts - (xy 121.92 97.79) (xy 135.89 97.79) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c43e011b-627b-430e-a710-a91371efd49a") - ) (wire (pts (xy 121.92 110.49) (xy 156.21 110.49) @@ -4322,7 +4302,7 @@ ) (wire (pts - (xy 72.39 118.11) (xy 88.9 118.11) + (xy 120.65 119.38) (xy 125.73 119.38) ) (stroke (width 0) @@ -4422,13 +4402,23 @@ ) (wire (pts - (xy 29.21 118.11) (xy 29.21 132.08) + (xy 107.95 119.38) (xy 113.03 119.38) ) (stroke (width 0) (type default) ) - (uuid "fa8e0c68-65df-4543-9e1a-98b04e8677c6") + (uuid "f40613c3-8446-4caa-abad-0406defaf3ed") + ) + (wire + (pts + (xy 121.92 97.79) (xy 135.89 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "facbf154-4fbe-48f6-85d1-07cd7fa4bea4") ) (wire (pts @@ -4452,7 +4442,7 @@ ) (wire (pts - (xy 31.75 156.21) (xy 17.78 156.21) + (xy 76.2 121.92) (xy 76.2 107.95) ) (stroke (width 0) @@ -4728,7 +4718,7 @@ ) (global_label "ETH_50MHZ_CLOCK" (shape output) - (at 87.63 118.11 0) + (at 125.73 119.38 0) (fields_autoplaced yes) (effects (font @@ -4738,7 +4728,7 @@ ) (uuid "9ce78ce8-e19b-4041-9c09-a538ad3f577b") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 108.5765 118.11 0) + (at 146.6765 119.38 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5880,7 +5870,7 @@ ) (symbol (lib_id "Device:R") - (at 68.58 115.57 90) + (at 118.11 115.57 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5890,7 +5880,7 @@ (dnp no) (uuid "4030797b-14c0-469e-978c-5bff5ddba73b") (property "Reference" "R80" - (at 73.406 114.3 90) + (at 122.936 114.3 90) (show_name no) (do_not_autoplace no) (effects @@ -5900,7 +5890,7 @@ ) ) (property "Value" "33" - (at 68.326 115.57 90) + (at 117.856 115.57 90) (show_name no) (do_not_autoplace no) (effects @@ -5910,7 +5900,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 68.58 117.348 90) + (at 118.11 117.348 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5921,7 +5911,7 @@ ) ) (property "Datasheet" "" - (at 68.58 115.57 0) + (at 118.11 115.57 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5932,7 +5922,7 @@ ) ) (property "Description" "RC0805FR-0733RL — 33 Ω — 1% — 0805" - (at 68.58 115.57 0) + (at 118.11 115.57 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5943,7 +5933,7 @@ ) ) (property "PNM" "RC0805FR-0733RL — 33 Ω — 1% — 0805" - (at 68.58 115.57 90) + (at 118.11 115.57 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6296,7 +6286,7 @@ ) (symbol (lib_id "power:VD") - (at 17.78 132.08 0) + (at 92.71 100.33 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6307,7 +6297,7 @@ (fields_autoplaced yes) (uuid "56f436e9-b8b0-4c41-bce2-a5569e05826e") (property "Reference" "#PWR0256" - (at 17.78 135.89 0) + (at 92.71 104.14 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6318,7 +6308,7 @@ ) ) (property "Value" "3V3_ETHERNET" - (at 17.78 127 0) + (at 92.71 95.25 0) (show_name no) (do_not_autoplace no) (effects @@ -6328,7 +6318,7 @@ ) ) (property "Footprint" "" - (at 17.78 132.08 0) + (at 92.71 100.33 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6339,7 +6329,7 @@ ) ) (property "Datasheet" "" - (at 17.78 132.08 0) + (at 92.71 100.33 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6350,7 +6340,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"VD\"" - (at 17.78 132.08 0) + (at 92.71 100.33 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6555,7 +6545,7 @@ ) (symbol (lib_id "power:GND") - (at 31.75 156.21 0) + (at 76.2 121.92 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6566,7 +6556,7 @@ (fields_autoplaced yes) (uuid "65c023ae-d519-4a7d-8df5-3e18741a9d4a") (property "Reference" "#PWR095" - (at 31.75 162.56 0) + (at 69.85 121.92 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6577,7 +6567,7 @@ ) ) (property "Value" "GND" - (at 31.75 161.29 0) + (at 71.12 121.92 0) (show_name no) (do_not_autoplace no) (effects @@ -6587,7 +6577,7 @@ ) ) (property "Footprint" "" - (at 31.75 156.21 0) + (at 76.2 121.92 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6598,7 +6588,7 @@ ) ) (property "Datasheet" "" - (at 31.75 156.21 0) + (at 76.2 121.92 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6609,7 +6599,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 31.75 156.21 0) + (at 76.2 121.92 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6801,7 +6791,7 @@ ) (symbol (lib_id "Device:R") - (at 68.58 118.11 90) + (at 116.84 119.38 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6811,7 +6801,7 @@ (dnp no) (uuid "6cdd9540-9e4d-42e8-b60b-fcc935062f57") (property "Reference" "R81" - (at 73.406 119.126 90) + (at 121.666 120.396 90) (show_name no) (do_not_autoplace no) (effects @@ -6821,7 +6811,7 @@ ) ) (property "Value" "33" - (at 68.326 118.11 90) + (at 116.586 119.38 90) (show_name no) (do_not_autoplace no) (effects @@ -6831,7 +6821,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 68.58 119.888 90) + (at 116.84 121.158 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6842,7 +6832,7 @@ ) ) (property "Datasheet" "" - (at 68.58 118.11 0) + (at 116.84 119.38 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6853,7 +6843,7 @@ ) ) (property "Description" "RC0805FR-0733RL — 33 Ω — 1% — 0805" - (at 68.58 118.11 0) + (at 116.84 119.38 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6864,7 +6854,7 @@ ) ) (property "PNM" "RC0805FR-0733RL — 33 Ω — 1% — 0805" - (at 68.58 118.11 90) + (at 116.84 119.38 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -7726,7 +7716,7 @@ ) (symbol (lib_id "Device:C") - (at 17.78 151.13 180) + (at 81.28 107.95 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7736,7 +7726,7 @@ (dnp no) (uuid "adea9353-fca7-4d0f-90ed-3a02d3ae4710") (property "Reference" "C49" - (at 12.7 148.844 0) + (at 83.566 102.87 0) (show_name no) (do_not_autoplace no) (effects @@ -7747,7 +7737,7 @@ ) ) (property "Value" "100nF" - (at 11.43 153.416 0) + (at 78.994 101.6 0) (show_name no) (do_not_autoplace no) (effects @@ -7758,7 +7748,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 16.8148 147.32 0) + (at 85.09 106.9848 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7769,7 +7759,7 @@ ) ) (property "Datasheet" "" - (at 17.78 151.13 0) + (at 81.28 107.95 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7780,7 +7770,7 @@ ) ) (property "Description" "GRM21BR71H104KA01L" - (at 17.78 151.13 0) + (at 81.28 107.95 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7791,7 +7781,7 @@ ) ) (property "PNM" "GRM21BR71H104KA01L" - (at 17.78 151.13 0) + (at 81.28 107.95 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7911,7 +7901,7 @@ ) (symbol (lib_id "MIKILAB_Oscillator:ASE-xxxMHz") - (at 29.21 139.7 90) + (at 92.71 119.38 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7921,7 +7911,7 @@ (dnp no) (uuid "bcec0b66-1ecc-49cb-9eca-699fd450b13b") (property "Reference" "X1" - (at 33.528 133.604 90) + (at 98.806 123.698 90) (show_name no) (do_not_autoplace no) (effects @@ -7931,7 +7921,7 @@ ) ) (property "Value" "ASE-50.000MHZ-LC-T" - (at 42.164 146.558 90) + (at 85.852 132.334 90) (show_name no) (do_not_autoplace no) (effects @@ -7941,7 +7931,7 @@ ) ) (property "Footprint" "Oscillator:Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm" - (at 38.1 121.92 0) + (at 110.49 128.27 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7952,7 +7942,7 @@ ) ) (property "Datasheet" "http://www.abracon.com/Oscillators/ASV.pdf" - (at 29.21 142.24 0) + (at 90.17 119.38 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7963,7 +7953,7 @@ ) ) (property "Description" "3.3V CMOS SMD Crystal Clock Oscillator, Abracon" - (at 29.21 139.7 0) + (at 92.71 119.38 0) (hide yes) (show_name no) (do_not_autoplace no) diff --git a/hardware/kicad/HubAudio/main-controller.kicad_sch b/hardware/kicad/HubAudio/main-controller.kicad_sch index 4a2fe40..1090c89 100644 --- a/hardware/kicad/HubAudio/main-controller.kicad_sch +++ b/hardware/kicad/HubAudio/main-controller.kicad_sch @@ -4235,12 +4235,12 @@ (uuid "0ee6049b-0d8c-48f1-a949-ef56697cc2ff") ) (no_connect - (at 205.74 45.72) - (uuid "22770226-15a7-4eaf-9325-4ca63bcda180") + (at 152.4 111.76) + (uuid "112b877b-9869-47a2-ad2d-9b68e5fe47f3") ) (no_connect - (at 96.52 76.2) - (uuid "2588a9e7-170b-4d31-a8f8-5c6198b6f7a5") + (at 205.74 45.72) + (uuid "22770226-15a7-4eaf-9325-4ca63bcda180") ) (no_connect (at 232.41 60.96) @@ -4251,8 +4251,8 @@ (uuid "296b88f1-e693-47a2-97f2-a259269f8fef") ) (no_connect - (at 96.52 91.44) - (uuid "36ac015d-fb75-420d-8ed3-6dabd6148c31") + (at 147.32 111.76) + (uuid "31d13947-8f3e-47cc-a95c-38ade50ece66") ) (no_connect (at 154.94 162.56) @@ -4262,14 +4262,6 @@ (at 232.41 63.5) (uuid "452c8c0e-4672-4dae-bd39-781778d1d74c") ) - (no_connect - (at 96.52 66.04) - (uuid "45d9578f-4fdf-4f1a-9f2a-fdeb7bf087ea") - ) - (no_connect - (at 96.52 83.82) - (uuid "5e34f6a4-343f-4fad-83cc-34f0f020e527") - ) (no_connect (at 175.26 110.49) (uuid "69730047-52e8-4a79-8c89-499f45683d1f") @@ -4282,6 +4274,10 @@ (at 157.48 110.49) (uuid "6bc5b7e7-0a1d-4be4-a487-938c8616b2bd") ) + (no_connect + (at 154.94 111.76) + (uuid "6e0c6776-289d-4676-88f0-7c0165665f5f") + ) (no_connect (at 205.74 43.18) (uuid "7c010ba2-7ab0-4916-9a69-5a7f2fda799e") @@ -4290,6 +4286,10 @@ (at 205.74 48.26) (uuid "7db91d20-0b59-4c16-b513-5002f4b94018") ) + (no_connect + (at 149.86 111.76) + (uuid "9d3c34d0-ad7c-4de7-ab92-c9ae91772a32") + ) (no_connect (at 96.52 53.34) (uuid "9f1168fb-eace-4cdb-91f8-70b29c9237ea") @@ -4298,6 +4298,10 @@ (at 205.74 71.12) (uuid "cfe1949b-e2a3-487c-a536-a12da23b4d0f") ) + (no_connect + (at 96.52 66.04) + (uuid "d98caf79-73a4-4871-ac85-274eeef66923") + ) (no_connect (at 232.41 53.34) (uuid "dd6e008d-d11d-4dae-9186-4a26ba657583") @@ -4314,10 +4318,6 @@ (at 232.41 93.98) (uuid "edfdf35a-5696-437f-a411-0355366890f0") ) - (no_connect - (at 96.52 88.9) - (uuid "fb7c2319-6f01-4fb4-8085-029a24957dd5") - ) (no_connect (at 205.74 38.1) (uuid "fdc65096-9f62-4fab-ba3b-26b2cf6ea161") @@ -5692,6 +5692,54 @@ ) ) ) + (global_label "DEV_MAN_A_INT" + (shape input) + (at 96.52 76.2 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "5078dd95-a8f0-4b71-ae09-3702bf47b96b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 79.2624 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "DEV_MAN_A_RESET" + (shape input) + (at 96.52 88.9 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "54ce8b59-a27e-496c-81a6-e8a9829d3653") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 76.4202 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) (global_label "ETH_TXEN" (shape output) (at 96.52 78.74 180) @@ -5860,6 +5908,30 @@ ) ) ) + (global_label "DEV_MAN_B_RESET" + (shape input) + (at 96.52 91.44 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "7dc068d2-9db9-4b74-b084-8e9500f81f9b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 76.2388 91.44 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) (global_label "ETH_TXD0" (shape output) (at 96.52 68.58 180) @@ -5956,30 +6028,6 @@ ) ) ) - (global_label "DEV_MAN_A_INT" - (shape input) - (at 147.32 111.76 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "a287f944-6884-4e61-a7f8-6ce8de3fc70f") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 147.32 129.0176 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "SPI_ADAU1467_CS" (shape output) (at 167.64 171.45 270) @@ -6100,30 +6148,6 @@ ) ) ) - (global_label "DEV_MAN_B_INT" - (shape input) - (at 149.86 111.76 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "c634bf66-523f-49bc-a8ea-8607f154016c") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 149.86 129.199 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "I2S_IN_ESP32_SDATA" (shape bidirectional) (at 232.41 73.66 0) @@ -6172,9 +6196,9 @@ ) ) ) - (global_label "DEV_MAN_A_RESET" + (global_label "DEV_MAN_B_INT" (shape input) - (at 152.4 111.76 270) + (at 96.52 83.82 180) (fields_autoplaced yes) (effects (font @@ -6182,9 +6206,9 @@ ) (justify right) ) - (uuid "ccea533b-c1dd-42d2-9858-d51f922891ac") + (uuid "c979d115-0229-4cca-8886-78bc8ff94344") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 152.4 131.8598 90) + (at 79.081 83.82 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6220,30 +6244,6 @@ ) ) ) - (global_label "DEV_MAN_B_RESET" - (shape input) - (at 154.94 111.76 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "daf4c591-4e1a-4989-89b4-1054c4d4e7e9") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 154.94 132.0412 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "SPI_MOSI" (shape input) (at 96.52 48.26 180) diff --git a/hardware/kicad/HubAudio/powerdistribution.kicad_sch b/hardware/kicad/HubAudio/powerdistribution.kicad_sch index 96a677a..06878ad 100644 --- a/hardware/kicad/HubAudio/powerdistribution.kicad_sch +++ b/hardware/kicad/HubAudio/powerdistribution.kicad_sch @@ -3629,7 +3629,6 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) (uuid "16b8c479-07ef-4011-82fd-a38ee5e2d035") (property "Reference" "#FLG010" (at 256.54 144.145 0) @@ -3643,7 +3642,7 @@ ) ) (property "Value" "PWR_FLAG" - (at 256.54 140.97 0) + (at 256.54 141.732 0) (show_name no) (do_not_autoplace no) (effects @@ -6166,7 +6165,7 @@ ) ) ) - (property "Value" "3V3_BT1035" + (property "Value" "3V3_BT1058" (at 264.16 146.0499 90) (show_name no) (do_not_autoplace no)