From 3056e816691d943bb970c5dc6ca9ba02f2141484 Mon Sep 17 00:00:00 2001 From: Michele Bigi Date: Sun, 23 Aug 2026 00:54:04 +0200 Subject: [PATCH] Finalize I2C and SPI control architecture --- docs/architecture/DeviceManager.md | 316 + .../architecture/HubAudio-SPI-Architecture.md | 376 +- docs/architecture/I2C-Addressing | 14 - docs/architecture/I2C-addressing.md | 96 + hardware/kicad/HubAudio/BT-Unit.kicad_sch | 843 +- hardware/kicad/HubAudio/Codec.kicad_sch | 5263 ++++-- hardware/kicad/HubAudio/HubAudio.kicad_pro | 98 +- hardware/kicad/HubAudio/HubAudio.kicad_sch | 30 +- hardware/kicad/HubAudio/POWER.kicad_sch | 5355 ++++-- hardware/kicad/HubAudio/Si4684.kicad_sch | 2392 ++- hardware/kicad/HubAudio/USB.kicad_sch | 1729 +- hardware/kicad/HubAudio/antenna.kicad_sch | 2333 ++- .../kicad/HubAudio/audio-processor.kicad_sch | 1368 +- .../HubAudio/audiodomaincontroller.kicad_sch | 11048 +++++++++++- .../kicad/HubAudio/device-manager.kicad_sch | 4957 ++--- hardware/kicad/HubAudio/ethernet.kicad_sch | 3541 ++-- .../kicad/HubAudio/main-controller.kicad_sch | 2043 ++- .../HubAudio/powerdistribution.kicad_sch | 15063 +++++++--------- 18 files changed, 38798 insertions(+), 18067 deletions(-) create mode 100644 docs/architecture/DeviceManager.md delete mode 100644 docs/architecture/I2C-Addressing create mode 100644 docs/architecture/I2C-addressing.md diff --git a/docs/architecture/DeviceManager.md b/docs/architecture/DeviceManager.md new file mode 100644 index 0000000..23d1f25 --- /dev/null +++ b/docs/architecture/DeviceManager.md @@ -0,0 +1,316 @@ +# HubAudio — MCP23S17 GPIO Distribution + +**Progetto:** HubAudio +**Revisione:** definitiva +**Data:** 2026-08-22 + +--- + +## Distribuzione GPIO + +| IC | PORTA | GPIO | Segnale | Direzione | Pull | +|---|---|---|---|---|---| +| U34 | A | GPA0 | `SI4684_RESET` | OUT | UP | +| U34 | A | GPA1 | `SI4684_SMODE` | OUT | - | +| U34 | A | GPA2 | `SI4684_ANT_SEL` | OUT | - | +| U34 | A | GPA3 | `SI4684_INT` | IN | - | +| U34 | A | GPA4 | `ADAU1467_RESET` | OUT | UP | +| U34 | A | GPA5 | `ADAU1467_SELFBOOT` | OUT/STRAP | UP | +| U34 | A | GPA6 | `RESERVED` | — | - | +| U34 | A | GPA7 | `MIC_SOURCE_SELECT` | OUT | - | +| U34 | B | GPB0 | `MIC_DETECT` | IN | UP | +| U34 | B | GPB1 | `LINE_IN_DETECT` | IN | UP | +| U34 | B | GPB2 | `LINE_OUT_DETECT` | IN | UP | +| U34 | B | GPB3 | `JACK_DETECT` | IN | UP | +| U34 | B | GPB4 | `BQ25896_INT` | IN | UP | +| U34 | B | GPB5 | `BQ25896_PG#` | IN | UP | +| U34 | B | GPB6 | `BQ27441_GPOUT` | IN | UP | +| U34 | B | GPB7 | `TPS63020_PG` | IN | UP | +| U36 | A | GPA0 | `BT1035_RESET` | OUT | - | +| U36 | A | GPA1 | `BT1035_SYSCTRL` | OUT | DOWN | +| U36 | A | GPA2 | `UART_RESET` | OUT | UP | +| U36 | A | GPA3 | `UART_INT` | IN | - | +| U36 | A | GPA4 | `ETH_RST#` | OUT | UP | +| U36 | A | GPA5 | `ANALOG_POWER_EN` | OUT | - | +| U36 | A | GPA6 | `ETHERNET_POWER_EN` | OUT | - | +| U36 | A | GPA7 | `BQ25896_PSEL` | OUT | - | +| U36 | B | GPB0 | `INA228_ANALOG_ALERT` | IN | UP | +| U36 | B | GPB1 | `INA228_DIGITAL_ALERT` | IN | UP | +| U36 | B | GPB2 | `TEMP_PWR_ALERT` | IN | UP | +| U36 | B | GPB3 | `TEMP_ESP32_ALERT` | IN | UP | +| U36 | B | GPB4 | `TEMP_ETH_ALERT` | IN | UP | +| U36 | B | GPB5 | `TEMP_CODEC_ALERT` | IN | UP | +| U36 | B | GPB6 | `RESERVED` | — | - | +| U36 | B | GPB7 | `RESERVED` | — | - | + +--- + +# Pull-up / Pull-down + +## Pull-UP + +Le seguenti linee hanno pull-up esterno: + +- `SI4684_RESET` +- `ADAU1467_RESET` +- `ADAU1467_SELFBOOT` +- `MIC_DETECT` +- `LINE_IN_DETECT` +- `LINE_OUT_DETECT` +- `JACK_DETECT` +- `BQ25896_INT` +- `BQ25896_PG#` +- `BQ27441_GPOUT` +- `TPS63020_PG` +- `UART_RESET` +- `ETH_RST#` +- `INA228_ANALOG_ALERT` +- `INA228_DIGITAL_ALERT` +- `TEMP_PWR_ALERT` +- `TEMP_ESP32_ALERT` +- `TEMP_ETH_ALERT` +- `TEMP_CODEC_ALERT` + +Per le linee open-drain/status viene utilizzato come valore nominale: + +**10 kΩ** + +In particolare: + +- `BQ27441_GPOUT` → 10 kΩ +- `TPS63020_PG` → 10 kΩ +- `INA228_ANALOG_ALERT` → 10 kΩ +- `INA228_DIGITAL_ALERT` → 10 kΩ +- `BQ25896_INT` → 10 kΩ +- `BQ25896_PG#` → 10 kΩ +- `TEMP_PWR_ALERT` → 10 kΩ +- `TEMP_ESP32_ALERT` → 10 kΩ +- `TEMP_ETH_ALERT` → 10 kΩ +- `TEMP_CODEC_ALERT` → 10 kΩ + +## Pull-DOWN + +- `BT1035_SYSCTRL` → **10 kΩ verso GND** + +## Nessun pull esterno + +- `SI4684_SMODE` +- `SI4684_ANT_SEL` +- `SI4684_INT` +- `MIC_SOURCE_SELECT` +- `BT1035_RESET` +- `UART_INT` +- `ANALOG_POWER_EN` +- `ETHERNET_POWER_EN` +- `BQ25896_PSEL` +- tutti i GPIO `RESERVED` + +--- + +# Sensori di temperatura + +Sono previsti sensori di temperatura **I²C** basati su **TMP117**. + +I sensori sono distribuiti fisicamente sulla scheda per monitorare le zone termicamente più significative: + +| Sensore | Zona | Posizione | +|---|---|---| +| `TEMP_PWR` | Dominio alimentazione | BOTTOM, vicino ai dispositivi di alimentazione | +| `TEMP_ESP32` | ESP32 | vicino all'ESP32 | +| `TEMP_ETH` | Ethernet / PHY | vicino al PHY Ethernet | +| `TEMP_CODEC` | Codec TAC5212 | vicino al codec | + +I sensori condividono il bus I²C e vengono identificati tramite il relativo indirizzo `ADDR`. + +Ogni sensore dispone di: + +- alimentazione locale +- condensatore di bypass **100 nF** +- `SDA` +- `SCL` +- `ADDR` +- `ALERT` + +### ALERT + +L'uscita `ALERT` dei TMP117 viene utilizzata come segnalazione hardware verso il Device Manager: + +- `TEMP_PWR_ALERT` → U36 GPB2 +- `TEMP_ESP32_ALERT` → U36 GPB3 +- `TEMP_ETH_ALERT` → U36 GPB4 +- `TEMP_CODEC_ALERT` → U36 GPB5 + +Le linee `ALERT` sono ingressi del MCP23S17 e utilizzano un pull-up esterno da **10 kΩ**. + +Il Device Manager può quindi ricevere immediatamente una segnalazione di superamento della soglia termica senza dover effettuare continuamente il polling dei sensori. + +--- + +## Note sui dispositivi + +### SI4684 + +`SI4684_RESET` è il reset active-low del dispositivo. + +Il pull-up garantisce il rilascio del reset dopo la fase di power-up. + +### ADAU1467 + +`ADAU1467_RESET` è active-low. + +`ADAU1467_SELFBOOT` deve essere HIGH per il self-boot dalla EEPROM. + +### TAC5212 + +Il codec `XTAC5212IRGER` è il **TAC5212**. + +Non esiste un reset hardware dedicato da collegare al MCP23S17; il reset è gestito tramite la configurazione software del dispositivo. + +**U34 GPA6 = RESERVED.** + +### BT1035 + +`BT1035_RESET` non necessita di pull-up esterno perché il modulo dispone del proprio pull-up interno. + +`BT1035_SYSCTRL` richiede invece il pull-down esterno. + +### BQ27441 + +`GPOUT` è open-drain e il datasheet raccomanda esplicitamente una resistenza di pull-up da **10 kΩ**. + +### TPS63020 + +`PG` è un'uscita **open-drain**. Il pull-up è quindi necessario quando il segnale viene utilizzato come ingresso digitale dal MCP23S17. + +### INA228 + +`ALERT` è la linea di alert del monitor e viene utilizzata come ingresso verso il MCP23S17; è prevista con pull-up esterno. + +### TMP117 + +Il TMP117 è utilizzato come sensore di temperatura locale. + +La comunicazione avviene tramite I²C. Il pin `ALERT` viene utilizzato per generare una segnalazione hardware verso il Device Manager tramite U36. + +Ogni sensore dispone di un proprio indirizzo I²C tramite il pin `ADDR`. + +--- + +# Regola generale + +Ogni net deve avere **una sola resistenza fisica di pull-up/pull-down**. + +Se una net viene condivisa da più dispositivi, non devono essere installate resistenze duplicate sui vari dispositivi. + +Il pull-up interno del MCP23S17 non viene utilizzato come sostituto dei pull-up esterni delle linee di stato/open-drain. + +Per le linee `ALERT` dei TMP117 viene mantenuto il pull-up esterno da **10 kΩ**. + +--- + +# Distribuzione funzionale + +## U34 PORTA — Audio / Radio Control + +| GPIO | Funzione | +|---|---| +| GPA0 | SI4684 RESET | +| GPA1 | SI4684 SMODE | +| GPA2 | SI4684 ANT SEL | +| GPA3 | SI4684 INT | +| GPA4 | ADAU1467 RESET | +| GPA5 | ADAU1467 SELFBOOT | +| GPA6 | RESERVED | +| GPA7 | MIC SOURCE SELECT | + +## U34 PORTB — Detection / Power Status + +| GPIO | Funzione | +|---|---| +| GPB0 | MIC DETECT | +| GPB1 | LINE IN DETECT | +| GPB2 | LINE OUT DETECT | +| GPB3 | JACK DETECT | +| GPB4 | BQ25896 INT | +| GPB5 | BQ25896 PG# | +| GPB6 | BQ27441 GPOUT | +| GPB7 | TPS63020 PG | + +## U36 PORTA — BT / UART / Ethernet / Power + +| GPIO | Funzione | +|---|---| +| GPA0 | BT1035 RESET | +| GPA1 | BT1035 SYSCTRL | +| GPA2 | UART RESET | +| GPA3 | UART INT | +| GPA4 | ETH RESET | +| GPA5 | ANALOG POWER EN | +| GPA6 | ETHERNET POWER EN | +| GPA7 | BQ25896 PSEL | + +## U36 PORTB — Power / Temperature Monitoring + +| GPIO | Funzione | +|---|---| +| GPB0 | INA228 ANALOG ALERT | +| GPB1 | INA228 DIGITAL ALERT | +| GPB2 | TEMP PWR ALERT | +| GPB3 | TEMP ESP32 ALERT | +| GPB4 | TEMP ETH ALERT | +| GPB5 | TEMP CODEC ALERT | +| GPB6 | RESERVED | +| GPB7 | RESERVED | + +--- + +# Tabella resistenze da inserire nello schematico + +| Net | Resistenza | Collegamento | +|---|---:|---| +| `SI4684_RESET` | 10 kΩ | VIO → RESET | +| `ADAU1467_RESET` | 10 kΩ | IOVDD → RESET | +| `ADAU1467_SELFBOOT` | 10 kΩ | IOVDD → SELFBOOT | +| `MIC_DETECT` | 10 kΩ | VIO → DETECT | +| `LINE_IN_DETECT` | 10 kΩ | VIO → DETECT | +| `LINE_OUT_DETECT` | 10 kΩ | VIO → DETECT | +| `JACK_DETECT` | 10 kΩ | VIO → DETECT | +| `BQ25896_INT` | 10 kΩ | VIO → INT | +| `BQ25896_PG#` | 10 kΩ | VIO → PG# | +| `BQ27441_GPOUT` | 10 kΩ | VDD → GPOUT | +| `TPS63020_PG` | 10 kΩ | VOUT/VIO → PG | +| `BT1035_SYSCTRL` | 10 kΩ | SYSCTRL → GND | +| `UART_RESET` | 10 kΩ | VIO → RESET | +| `ETH_RST#` | 10 kΩ | VIO → RESET# | +| `INA228_ANALOG_ALERT` | 10 kΩ | VIO → ALERT | +| `INA228_DIGITAL_ALERT` | 10 kΩ | VIO → ALERT | +| `TEMP_PWR_ALERT` | 10 kΩ | VIO → ALERT | +| `TEMP_ESP32_ALERT` | 10 kΩ | VIO → ALERT | +| `TEMP_ETH_ALERT` | 10 kΩ | VIO → ALERT | +| `TEMP_CODEC_ALERT` | 10 kΩ | VIO → ALERT | + +--- + +# Stato + +**U34:** assegnazione completa. + +**U36:** assegnazione completa. + +**TAC5212:** nessun GPIO dedicato al reset. + +**BT1035_RESET:** nessun pull esterno. + +**BT1035_SYSCTRL:** 10 kΩ pull-down. + +**Linee open-drain/status:** pull-up 10 kΩ. + +**TMP117:** 4 sensori I²C distribuiti nelle zone termicamente significative. + +**TMP117 ALERT:** collegati al Device Manager tramite U36 GPB2–GPB5. + +**U34 GPA6:** RESERVED. + +**U36 GPB6–GPB7:** RESERVED. + +**INTB U34/U36:** non collegati intenzionalmente. diff --git a/docs/architecture/HubAudio-SPI-Architecture.md b/docs/architecture/HubAudio-SPI-Architecture.md index 45e108c..2521548 100644 --- a/docs/architecture/HubAudio-SPI-Architecture.md +++ b/docs/architecture/HubAudio-SPI-Architecture.md @@ -1,294 +1,176 @@ -# HubAudio SPI Control Architecture +# HubAudio — SPI Bus Map -- Status: Draft -- Date: 2026-08-01 -- Document Type: Architecture Specification +**Progetto:** HubAudio +**Revisione:** definitiva +**Data:** 2026-08-23 +## SPI Bus Architecture -# 1. Overview +HubAudio utilizza un bus SPI principale con ESP32-S31-WROOM-3 come master. -The HubAudio system separates the control communication layer from the audio -signal layer. - -SPI is used exclusively for: - -- device configuration -- initialization -- status monitoring -- firmware loading procedures -- parameter management - -SPI is not used for real-time audio transport. - - -The control architecture is based on independent SPI domains. - - -CONTROL PLANE - - System Controller - - System Controller - - | - | - SPI Control Bus - - +-----------+-----------+ - | | - -Audio Processor Radio Receiver - -Audio Processor Radio Receiver +Il bus principale condivide: +- `SPI_SCLK` +- `SPI_MOSI` +- `SPI_MISO` +Ogni slave dispone di una propria linea Chip Select (`CS`). --- -# 2. System Controller Control Domain +## SPI Main Bus -The System Controller is the system supervisor. +| IC | Dispositivo | Ruolo | CS | +|---|---|---|---| +| U5 | XTAC5212IRGER | Audio Codec | `SPI_CODEC_CS` | +| U34 | MCP23S17-E/ML | Device Manager A | `SPI_DEV_MAN_A_CS` | +| U36 | MCP23S17-E/ML | Device Manager B | `SPI_DEV_MAN_B_CS` | +| U18 | ADAU1467WBCPZ300R | Audio DSP | `SPI_ADAU1467_CS` | +| U12 | Si4684-A10-GM | Radio | `SPI_SI4684_CS` | +| U10 | W25Q128JVS | Flash | `SPI_W25Q128_CS` | +| U30 | SC16IS740IPW,128 | UART Bridge | `SPI_UART_CS` | -Its responsibilities are: +### Shared SPI Signals -- system startup -- peripheral initialization -- configuration management -- communication with external devices -- firmware update coordination +| Segnale | Funzione | +|---|---| +| `SPI_SCLK` | SPI Clock | +| `SPI_MOSI` | Master Out / Slave In | +| `SPI_MISO` | Master In / Slave Out | +Il master SPI è l'**ESP32-S31-WROOM-3 (U11)**. -The System Controller owns the main control SPI interface. - - System Controller - - SPI MASTER - - | - +---------+---------+ - | | - - Audio Processor Radio Receiver - -SPI SLAVE SPI SLAVE - - -The control bus is independent from all audio data paths. +Le linee `SPI_SCLK`, `SPI_MOSI` e `SPI_MISO` sono condivise tra gli slave +del bus principale. +Le linee `CS` sono indipendenti e vengono utilizzate per selezionare +un singolo slave alla volta. --- -# 3. Audio Processor SPI Domain - -The Audio Processor contains its own SPI interface for external control. - -The System Controller uses this interface for: - -- DSP configuration -- parameter updates -- operational control -- status reading - - -The Audio Processor also manages its external program memory. - - Audio Processor - - +----------------------+ - | - | SPI MASTER - | - v - - Audio EEPROM - - DSP Program Memory - - -The System Controller does not directly access the EEPROM during normal operation. - -The Audio Processor is responsible for loading its DSP configuration. +## Chip Select +| CS | Slave | +|---|---| +| `SPI_CODEC_CS` | U5 — TAC5212 | +| `SPI_DEV_MAN_A_CS` | U34 — MCP23S17 | +| `SPI_DEV_MAN_B_CS` | U36 — MCP23S17 | +| `SPI_ADAU1467_CS` | U18 — ADAU1467 | +| `SPI_SI4684_CS` | U12 — Si4684 | +| `SPI_W25Q128_CS` | U10 — W25Q128JVS | +| `SPI_UART_CS` | U30 — SC16IS740 | --- -# 4. Radio Receiver SPI Domain +# Private SPI Buses -The Radio Receiver is controlled by the System Controller through its SPI slave interface. +Alcuni dispositivi dispongono di una memoria SPI dedicata e non fanno +parte del bus SPI principale dell'ESP32. -The System Controller manages: +## ADAU1467 — Private SPI -- initialization sequence -- command exchange -- configuration -- firmware loading procedure +| Master | Slave | Dispositivo | +|---|---|---| +| U18 | U24 | 25AA1024-I/SM | +**Master:** ADAU1467 +**Slave:** 25AA1024 SPI EEPROM - System Controller - - SPI MASTER - - | - - Radio Receiver - - | - - Internal Firmware Management - - | - - Internal RAM - - -The Radio Receiver remains responsible for its internal operational memory. +La memoria U24 utilizza il bus SPI privato dell'ADAU1467. +U24 **non** è uno slave del bus SPI principale dell'ESP32 e pertanto non +possiede una linea `CS` appartenente al namespace `SPI_*` del bus principale. --- -# 5. SPI Bus Isolation Principle +## Si4684 — Private SPI -The HubAudio architecture intentionally avoids a single shared SPI bus. +| Master | Slave | Dispositivo | +|---|---|---| +| U12 | U27 | W25Q16JW | -The design uses: +**Master:** Si4684 +**Slave:** W25Q16JW SPI Flash - System Controller - - +-------------+ - - | | - - SPI-A SPI-B - - | | - - Audio Processor Radio Receiver - - -Advantages: - -- no chip-select conflicts -- independent timing -- reduced electrical loading -- easier firmware management -- simpler debugging +La memoria U27 utilizza il bus SPI privato del Si4684. +U27 **non** è uno slave del bus SPI principale dell'ESP32 e pertanto non +possiede una linea `CS` appartenente al namespace `SPI_*` del bus principale. --- -# 6. Boot Sequence +# SPI Topology -The expected startup sequence is: +```text + ESP32-S31-WROOM-3 + U11 + │ + ┌─────────────┼─────────────┐ + │ │ │ + SPI_SCLK SPI_MOSI SPI_MISO + │ │ │ + ┌─────────┴─────────────┴─────────────┴─────────┐ + │ SPI MAIN BUS │ + │ │ + ├── U5 TAC5212 ← SPI_CODEC_CS │ + ├── U34 MCP23S17 ← SPI_DEV_MAN_A_CS │ + ├── U36 MCP23S17 ← SPI_DEV_MAN_B_CS │ + ├── U18 ADAU1467 ← SPI_ADAU1467_CS │ + ├── U12 Si4684 ← SPI_SI4684_CS │ + ├── U10 W25Q128JVS ← SPI_W25Q128_CS │ + └── U30 SC16IS740 ← SPI_UART_CS │ + │ + └────────────────────────────────────────────────┘ + PRIVATE SPI BUS PRIVATE SPI BUS + ADAU1467 Si4684 + U18 U12 + │ │ + │ SPI │ SPI + ▼ ▼ + U24 25AA1024 U27 W25Q16JW +SPI Slave Summary +Bus Master Slave Device +Main SPI ESP32 U11 U5 TAC5212 +Main SPI ESP32 U11 U34 MCP23S17 +Main SPI ESP32 U11 U36 MCP23S17 +Main SPI ESP32 U11 U18 ADAU1467 +Main SPI ESP32 U11 U12 Si4684 +Main SPI ESP32 U11 U10 W25Q128JVS +Main SPI ESP32 U11 U30 SC16IS740 +Private SPI ADAU1467 U18 U24 25AA1024 +Private SPI Si4684 U12 U27 W25Q16JW +Design Rules +SPI_SCLK, SPI_MOSI e SPI_MISO del bus principale sono condivisi tra +tutti gli slave del bus. +Ogni slave del bus principale deve avere una propria linea CS. +Deve essere attivo un solo CS alla volta durante una transazione SPI. +U24 e U27 non appartengono al bus SPI principale. +U24 è controllata direttamente dall'ADAU1467. +U27 è controllata direttamente dal Si4684. +I Chip Select dei bus privati non devono essere confusi con i CS +del bus SPI principale dell'ESP32. +La nomenclatura SPI_*_CS identifica esclusivamente le linee Chip Select +del bus SPI principale. +Main SPI Chip Select Map +SPI_CODEC_CS → U5 TAC5212 +SPI_DEV_MAN_A_CS → U34 MCP23S17 +SPI_DEV_MAN_B_CS → U36 MCP23S17 +SPI_ADAU1467_CS → U18 ADAU1467 +SPI_SI4684_CS → U12 Si4684 +SPI_W25Q128_CS → U10 W25Q128JVS +SPI_UART_CS → U30 SC16IS740 +Stato -Power ON +SPI principale: 7 slave. -| +SPI privato ADAU1467: 1 slave. -System Controller boot +SPI privato Si4684: 1 slave. -| +Totale dispositivi SPI: 9. -Initialize SPI buses +Master SPI principale: ESP32-S31-WROOM-3. -| - -Configure Audio Processor - -| -+--> ADAU loads DSP program from Audio EEPROM - -| - -Configure Radio Receiver - -| -+--> Firmware initialization - -| - -Enable Audio Domain - -| - -Audio Processor starts audio processing - - - ---- - -# 7. Separation Between Domains - - -## Control Domain - - -System Controller - -| -| - -SPI - -| - -Peripheral configuration - - - -## Audio Domain - - -Audio Sources - -| -| - -I2S - -| - -Audio Processor - -| - -Audio Outputs - - - -The two domains interact only through configuration and status information. - - ---- - -# 8. Design Rules - -SPI signals require: - -- controlled routing -- clean reference plane -- appropriate termination where required -- separation from high-speed clock signals - - -Critical signals: - -- SCLK -- MOSI -- MISO -- CS - - ---- - -# 9. Design Philosophy - -The System Controller is the system coordinator. - -The Audio Processor is the audio processor. - -The Radio Receiver is a specialized audio peripheral. - -Each component controls its own functional domain while remaining part of the -complete HubAudio system. \ No newline at end of file +Master SPI privati: ADAU1467 e Si4684. diff --git a/docs/architecture/I2C-Addressing b/docs/architecture/I2C-Addressing deleted file mode 100644 index 214fcce..0000000 --- a/docs/architecture/I2C-Addressing +++ /dev/null @@ -1,14 +0,0 @@ -# Tabella Indirizzi I2C - -| Dispositivo | Funzione / Nome | Configurazione Pin Indirizzo | Indirizzo I2C (Hex) | -|:------------------|:------------------|:-------------------------------|:----------------------| -| TCA9555 #1 | POWER_CONTROLLER | A2=GND, A1=GND, A0=GND | 0x20 | -| TCA9555 #2 | AUDIO_CONTROL | A2=GND, A1=GND, A0=VCC | 0x21 | -| INA228 | DIGITAL | A1=GND, A0=GND | 0x40 | -| INA228 | AUDIO | A1=GND, A0=VCC | 0x41 | -| EEPROM 24AA025E48 | Memoria | A2=GND, A1=GND, A0=GND | 0x50 | -| TLV320AIC3104 | Audio Codec | ADDR = GND | 0x18 | -| SC16IS740 | RX | A1=GND, A0=GND | 0x48 | -| SC16IS740 | TX | A1=GND, A0=VCC | 0x49 | -| BQ27441 | Fuel Gauge | Indirizzo fisso | 0x55 | -| BQ25896 | Fuel manager. | Indirizzo fissi | 0x6B \ No newline at end of file diff --git a/docs/architecture/I2C-addressing.md b/docs/architecture/I2C-addressing.md new file mode 100644 index 0000000..82cef83 --- /dev/null +++ b/docs/architecture/I2C-addressing.md @@ -0,0 +1,96 @@ +# HubAudio — I²C Bus Map + +**Progetto:** HubAudio +**Revisione:** definitiva +**Data:** 2026-08-23 + +## Dispositivi I²C + +| IC | Componente | Configurazione indirizzo | Indirizzo I²C (7-bit) | +|---|---|---|---:| +| U1 | BQ25896RTWR | Indirizzo fisso | `0x6B` | +| U2 | BQ27441DRZR-G1B | Indirizzo fisso | `0x55` | +| U4 | INA228AQDGSRQ1 | A0 = 0, A1 = 0 | `0x40` | +| U8 | INA228AQDGSRQ1 | A0 = 0, A1 = 1 | `0x41` | +| U17 | 24AA025E64 | A2 = 0, A1 = 0, A0 = 0 | `0x50` | +| U20 | TPS22994RUKT | ADDR3 = 0, ADDR2 = 0, ADDR1 = 0 | `0x20` | +| U23 | TPS22994RUKT | ADDR3 = 0, ADDR2 = 0, ADDR1 = 1 | `0x21` | +| U31 | TMP117NAIDRVR | ADDR = GND | `0x48` | +| U32 | TMP117NAIDRVR | ADDR = VCC | `0x49` | +| U33 | TMP117NAIDRVR | ADDR = SDA | `0x4A` | +| U37 | TMP117NAIDRVR | ADDR = SCL | `0x4B` | + +## Address Map + +| Indirizzo | IC | Dispositivo | +|---:|---|---| +| `0x20` | U20 | TPS22994 | +| `0x21` | U23 | TPS22994 | +| `0x40` | U4 | INA228 — Analog | +| `0x41` | U8 | INA228 — Digital | +| `0x48` | U31 | TMP117 — Power | +| `0x49` | U32 | TMP117 — ESP32 | +| `0x4A` | U33 | TMP117 — DSP | +| `0x4B` | U37 | TMP117 — Codec | +| `0x50` | U17 | 24AA025E64 | +| `0x55` | U2 | BQ27441 | +| `0x6B` | U1 | BQ25896 | + +## TMP117 + +I quattro TMP117 utilizzano tutte le quattro configurazioni disponibili del +pin `ADDR`: + +- **U31 — Power:** `ADDR → GND` → `0x48` +- **U32 — ESP32:** `ADDR → VCC` → `0x49` +- **U33 — DSP:** `ADDR → SDA` → `0x4A` +- **U37 — Codec:** `ADDR → SCL` → `0x4B` + +Ogni TMP117 dispone di un condensatore di bypass locale da **100 nF**. + +## INA228 + +- **U4 — Analog:** A0 = 0, A1 = 0 → `0x40` +- **U8 — Digital:** A0 = 0, A1 = 1 → `0x41` + +## TPS22994 + +- **U20:** ADDR3 = 0, ADDR2 = 0, ADDR1 = 0 → `0x20` +- **U23:** ADDR3 = 0, ADDR2 = 0, ADDR1 = 1 → `0x21` + +## EEPROM + +**U17 — 24AA025E64** + +```text +A2 = GND +A1 = GND +A0 = GND + +→ 0x50 + +Indirizzi fissi + +U1 — BQ25896: 0x6B + +U2 — BQ27441: 0x55 + +Verifica collisioni + +Non risultano collisioni tra gli indirizzi I²C assegnati. + +Totale dispositivi I²C: 11 + +Indirizzi utilizzati: 11 + +0x20 +0x21 +0x40 +0x41 +0x48 +0x49 +0x4A +0x4B +0x50 +0x55 +0x6B diff --git a/hardware/kicad/HubAudio/BT-Unit.kicad_sch b/hardware/kicad/HubAudio/BT-Unit.kicad_sch index 36b5e32..671d8ab 100644 --- a/hardware/kicad/HubAudio/BT-Unit.kicad_sch +++ b/hardware/kicad/HubAudio/BT-Unit.kicad_sch @@ -349,6 +349,146 @@ ) (embedded_fonts no) ) + (symbol "Device:R" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "R" + (at 2.032 0 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 0 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.778 0 90) + (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" "Resistor" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "R_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) (symbol "Interface_UART:SC16IS740" (exclude_from_sim no) (in_bom yes) @@ -1867,18 +2007,18 @@ (color 0 0 0 0) (uuid "1e0e0759-33af-4ebe-886d-5ebe6b10b53c") ) + (junction + (at 92.71 99.06) + (diameter 0) + (color 0 0 0 0) + (uuid "212bc28b-e297-4322-812f-054624f53192") + ) (junction (at 33.02 101.6) (diameter 0) (color 0 0 0 0) (uuid "50ac6cc6-452d-4330-a3f3-10beb36d36b9") ) - (junction - (at 55.88 86.36) - (diameter 0) - (color 0 0 0 0) - (uuid "5282cd21-41e2-4a9e-9971-6b8c2331fbcd") - ) (junction (at 199.39 102.87) (diameter 0) @@ -1897,6 +2037,130 @@ (color 0 0 0 0) (uuid "a78cd436-45f3-4351-a868-76325d2c118a") ) + (no_connect + (at 184.15 57.15) + (uuid "063303f5-809d-4e53-a9de-ecbc2ec76df1") + ) + (no_connect + (at 133.35 110.49) + (uuid "1215d296-cc2e-49f9-bd41-9b3dc8234f17") + ) + (no_connect + (at 133.35 74.93) + (uuid "23ccf953-2dd1-4c2e-aaa7-60d0204fb3a2") + ) + (no_connect + (at 133.35 100.33) + (uuid "259b460e-0c53-462c-9d50-bc3c5ef7594f") + ) + (no_connect + (at 184.15 72.39) + (uuid "25fc7e7d-30ca-407f-8497-77b618f5deb0") + ) + (no_connect + (at 184.15 92.71) + (uuid "2ef9540f-a085-4530-97c8-9357e9770c2f") + ) + (no_connect + (at 184.15 82.55) + (uuid "32b1c2a0-2d15-45bf-bc09-40949332659c") + ) + (no_connect + (at 184.15 62.23) + (uuid "43e6ba38-1871-4a03-a41f-254a2c87e4dd") + ) + (no_connect + (at 133.35 80.01) + (uuid "4a75be59-342b-4ace-9743-be75d96be046") + ) + (no_connect + (at 184.15 74.93) + (uuid "5c90db75-1251-4ad7-9630-4889275dac5b") + ) + (no_connect + (at 184.15 113.03) + (uuid "64de86aa-9e46-4a74-b7d7-3355ce86c2fe") + ) + (no_connect + (at 184.15 87.63) + (uuid "70ddf87c-533e-49f3-a7a2-4713ad36d79c") + ) + (no_connect + (at 133.35 118.11) + (uuid "7e3c24b7-e6e5-4d95-b749-7993cd5698b1") + ) + (no_connect + (at 184.15 64.77) + (uuid "899018a5-494a-470c-b6b9-849759d9c66b") + ) + (no_connect + (at 184.15 115.57) + (uuid "90312caf-1014-4d22-8e4a-ebe0b4bfbbd3") + ) + (no_connect + (at 184.15 77.47) + (uuid "90ef77f0-b424-432a-a8ed-228a734e2512") + ) + (no_connect + (at 184.15 85.09) + (uuid "916834cc-0280-48e0-a088-31095da6a801") + ) + (no_connect + (at 133.35 67.31) + (uuid "9ac6de9a-387c-4d85-87ce-7aacef0c803b") + ) + (no_connect + (at 133.35 77.47) + (uuid "a6b54549-e701-456c-a029-52f3594c4d08") + ) + (no_connect + (at 133.35 95.25) + (uuid "a7843a04-ccb4-42b2-84ba-ba7e54ab5c26") + ) + (no_connect + (at 184.15 90.17) + (uuid "b378540b-31f2-49e0-a747-f9d7bf3f70ea") + ) + (no_connect + (at 184.15 107.95) + (uuid "b8c0995d-1c6d-4c64-ad60-f3aef85ef68e") + ) + (no_connect + (at 133.35 97.79) + (uuid "bc815d16-71d2-4837-85f9-2c819c4e48e8") + ) + (no_connect + (at 184.15 118.11) + (uuid "c96967b8-1f79-48e4-9763-43a61636b9c3") + ) + (no_connect + (at 133.35 102.87) + (uuid "c97b1cd8-2310-4337-ae8b-09cd34bab045") + ) + (no_connect + (at 133.35 105.41) + (uuid "d1bca1b3-5c1c-460f-be97-7dc710b2d863") + ) + (no_connect + (at 133.35 115.57) + (uuid "d6e4fc2e-03f3-4cc5-8974-4491ae5f596c") + ) + (no_connect + (at 133.35 82.55) + (uuid "eb6d23af-3bf6-4cee-a164-a80aca04052a") + ) + (no_connect + (at 133.35 59.69) + (uuid "f921097b-ffc3-49ee-b15a-e5d91f652b2c") + ) + (no_connect + (at 133.35 113.03) + (uuid "fa4a1604-f3c7-4cd0-b705-0cb55a7f11b2") + ) + (no_connect + (at 133.35 57.15) + (uuid "fcdbc70b-a2b1-404c-a6a8-97d3ece9f636") + ) (wire (pts (xy 88.9 86.36) (xy 88.9 85.09) @@ -1957,6 +2221,16 @@ ) (uuid "20da65dd-1ada-41b2-89a7-5193fc7a74b1") ) + (wire + (pts + (xy 92.71 102.87) (xy 92.71 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2169ece5-eb08-4c66-b427-440aef6c6f34") + ) (wire (pts (xy 184.15 59.69) (xy 204.47 59.69) @@ -2007,6 +2281,16 @@ ) (uuid "467e0315-282f-42f4-bfdb-e19e7722d5df") ) + (wire + (pts + (xy 92.71 110.49) (xy 92.71 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4b096faf-7e5a-4ce1-9f8f-be85d79df3c0") + ) (wire (pts (xy 88.9 90.17) (xy 88.9 91.44) @@ -2037,6 +2321,16 @@ ) (uuid "5fe6d5aa-92fd-4d95-a934-50265ee03f7c") ) + (wire + (pts + (xy 92.71 99.06) (xy 101.6 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "61a071bc-c8fd-4306-a5c4-515f71fbde00") + ) (wire (pts (xy 44.45 93.98) (xy 55.88 93.98) @@ -2097,16 +2391,6 @@ ) (uuid "7e3206bc-efc2-45fc-9ac5-7cf79c33107f") ) - (wire - (pts - (xy 50.8 86.36) (xy 55.88 86.36) - ) - (stroke - (width 0) - (type default) - ) - (uuid "7fd2c2ef-801a-48bf-95e2-3f8d58ab59bb") - ) (wire (pts (xy 60.96 63.5) (xy 68.58 63.5) @@ -2117,6 +2401,16 @@ ) (uuid "81731ecf-737b-4ed0-bb11-7345a6faa708") ) + (wire + (pts + (xy 44.45 88.9) (xy 55.88 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "847b462c-c5e6-4d91-accb-bf3399079b54") + ) (wire (pts (xy 184.15 100.33) (xy 204.47 100.33) @@ -2167,6 +2461,16 @@ ) (uuid "9ac30646-4776-45ea-9a54-e5383ae8900c") ) + (wire + (pts + (xy 44.45 86.36) (xy 55.88 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9ec564f5-9069-41a9-959e-ad4a70edadd4") + ) (wire (pts (xy 53.34 113.03) (xy 53.34 104.14) @@ -2289,7 +2593,7 @@ ) (wire (pts - (xy 81.28 99.06) (xy 87.63 99.06) + (xy 81.28 99.06) (xy 92.71 99.06) ) (stroke (width 0) @@ -2327,16 +2631,6 @@ ) (uuid "e01ba61c-f9d6-49e6-98a9-ea080a57bc96") ) - (wire - (pts - (xy 55.88 86.36) (xy 55.88 88.9) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ecf190d4-f63c-49e8-aa52-cf4a09186af2") - ) (wire (pts (xy 114.3 54.61) (xy 133.35 54.61) @@ -2347,6 +2641,16 @@ ) (uuid "f3b0ded7-2cda-46fe-bb93-d0b695ba90bf") ) + (wire + (pts + (xy 44.45 91.44) (xy 55.88 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f6431e65-4179-4181-bd54-8c3256e36a36") + ) (wire (pts (xy 184.15 54.61) (xy 204.47 54.61) @@ -2357,6 +2661,30 @@ ) (uuid "fbc64160-3244-4bc0-a572-a283c75cf892") ) + (global_label "SPI_MISO" + (shape input) + (at 44.5018 91.44 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "01e3a9ea-d8f6-440d-a5bd-4d77d6ff76ac") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 32.8685 91.44 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) (global_label "UART_RESET" (shape input) (at 43.18 78.74 180) @@ -2383,7 +2711,7 @@ ) (global_label "UART_INT" (shape input) - (at 87.63 99.06 0) + (at 101.6 99.06 0) (fields_autoplaced yes) (effects (font @@ -2393,7 +2721,7 @@ ) (uuid "23401c35-23b0-4beb-bf99-ed04bd98bb99") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 99.1424 99.06 0) + (at 113.1124 99.06 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2405,9 +2733,9 @@ ) ) ) - (global_label "I2C_SDA" + (global_label "SPI_MOSI" (shape input) - (at 44.45 96.52 180) + (at 44.45 88.9 180) (fields_autoplaced yes) (effects (font @@ -2415,9 +2743,9 @@ ) (justify right) ) - (uuid "4a727822-1ad9-49f2-9ccc-6c2338d9ce1a") + (uuid "45b82a90-e6bf-4a69-8528-6f71466628b3") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 33.8448 96.52 0) + (at 32.8167 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2479,7 +2807,7 @@ ) (global_label "3V3_BT1035" (shape input) - (at 43.18 81.28 180) + (at 92.71 113.03 180) (fields_autoplaced yes) (effects (font @@ -2487,9 +2815,9 @@ ) (justify right) ) - (uuid "6289333b-e351-4b3e-8f62-78ce842f3ca4") + (uuid "644f2b07-eda2-45e5-895b-1a00e3b9f451") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 28.644 81.28 0) + (at 78.174 113.03 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2525,7 +2853,31 @@ ) ) ) - (global_label "I2C_SCL" + (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) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "SPI_CLK" (shape input) (at 44.45 93.98 180) (fields_autoplaced yes) @@ -2537,7 +2889,7 @@ ) (uuid "853862e1-3452-4108-b8c9-54433bebd24e") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 33.9053 93.98 0) + (at 33.8448 93.98 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2878,7 +3230,18 @@ ) ) ) - (property "Description" "Bluetooth 5.2 dual-mode stereo audio module, Qualcomm QCC3056" + (property "Description" "FSC-BT1035" + (at 158.75 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "FSC-BT1035" (at 158.75 86.36 0) (hide yes) (show_name no) @@ -3186,7 +3549,18 @@ ) ) ) - (property "Description" "GRM21BR61H106KE43L" + (property "Description" "GRM21BR61E106KA73L" + (at 199.39 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR61E106KA73L" (at 199.39 106.68 0) (hide yes) (show_name no) @@ -3446,83 +3820,6 @@ ) ) ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 50.8 86.36 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "3942a931-3dd4-4425-8a55-b468fdf00d39") - (property "Reference" "#PWR0158" - (at 50.8 92.71 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 50.8 89.916 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 50.8 86.36 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 50.8 86.36 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 50.8 86.36 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "df185561-eb06-48c5-82d5-e85782340311") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" - (reference "#PWR0158") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:C") (at 60.96 67.31 0) @@ -3579,7 +3876,18 @@ ) ) ) - (property "Description" "" + (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) @@ -3747,6 +4055,17 @@ ) ) ) + (property "PNM" "GRM21A5C2J200JA01" + (at 27.94 101.6 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "27a60715-817f-4a0c-88c7-bdec0c058048") ) @@ -3762,6 +4081,88 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 92.71 106.68 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 "6fb55ef2-b901-4dc6-a6d9-347ee6f4650a") + (property "Reference" "R17" + (at 95.25 105.4099 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 95.25 107.9499 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 90.932 106.68 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 92.71 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-071KL" + (at 92.71 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c8971a68-dfbc-45d9-9f5b-e1ee0be22b60") + ) + (pin "2" + (uuid "32535fcb-e9f9-4ef5-95ef-a932968b2fc5") + ) + (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) @@ -3817,7 +4218,18 @@ ) ) ) - (property "Description" "" + (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) @@ -3843,6 +4255,83 @@ ) ) ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 43.18 81.28 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "84a6dcef-ee27-4349-a7e4-6b66152a2e57") + (property "Reference" "#PWR0165" + (at 36.83 81.28 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 37.846 81.28 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 43.18 81.28 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 43.18 81.28 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 43.18 81.28 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "d0d4bcbe-9519-48e5-9bb6-b95a22d224eb") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0165") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:Crystal") (at 33.02 107.95 90) @@ -4143,6 +4632,17 @@ ) ) ) + (property "PNM" "GRM21A5C2J200JA01" + (at 27.94 113.03 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "5b6024bd-716c-43ae-b613-2a0172567f08") ) @@ -4337,7 +4837,7 @@ (justify left) ) ) - (property "Value" "SC16IS740" + (property "Value" "SC16IS740IPW,128" (at 70.7233 73.66 0) (show_name no) (do_not_autoplace no) @@ -4370,7 +4870,18 @@ ) ) ) - (property "Description" "Single UART with I2C/SPI interface, 64 bytes of transmit and receive FIFOs, IrDA SIR built-in support, TSSOP-16" + (property "Description" "SC16IS740IPW,128" + (at 68.58 91.44 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "SC16IS740IPW,128" (at 68.58 91.44 0) (hide yes) (show_name no) @@ -4515,6 +5026,83 @@ ) ) ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 44.45 96.52 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "b68463a6-75a7-4b52-8fe5-a27a6639fd40") + (property "Reference" "#PWR0166" + (at 38.1 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 39.116 96.52 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 44.45 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 44.45 96.52 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 44.45 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "40a6ee0f-64f9-4bbe-915c-cc88a67fceb1") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/745494b9-3131-4c41-9bde-4edc5dc71949" + (reference "#PWR0166") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 196.85 91.44 0) @@ -4571,7 +5159,18 @@ ) ) ) - (property "Description" "" + (property "Description" "GRM21BR71H104KA01L" + (at 196.85 91.44 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 196.85 91.44 0) (hide yes) (show_name no) diff --git a/hardware/kicad/HubAudio/Codec.kicad_sch b/hardware/kicad/HubAudio/Codec.kicad_sch index e55ed4c..476b8ac 100644 --- a/hardware/kicad/HubAudio/Codec.kicad_sch +++ b/hardware/kicad/HubAudio/Codec.kicad_sch @@ -5,6 +5,748 @@ (uuid "2ab685ed-b3a3-472b-99e7-245530d01d7d") (paper "A4") (lib_symbols + (symbol "Analog_Switch:TS5A23157DGS" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "U" + (at -5.08 8.89 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TS5A23157DGS" + (at -5.08 6.985 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" + (at 1.27 -12.065 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/ts5a23157.pdf" + (at 1.27 -13.97 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "Dual 10 ohms SPDT Analog Switch, TSSOP-10 (Texas DGS0010A / VSSOP)" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "Texas-Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "*TSSOP*3x3mm?P0.5mm*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "TS5A23157DGS_1_1" + (polyline + (pts + (xy -5.08 0) (xy -2.794 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -3.81 4.445) + (end 3.81 -4.445) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center -2.159 0) + (radius 0.508) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.651 0.127) (xy 2.54 1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0.254) (xy 0 0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -0.254) (xy 0 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -0.762) (xy 0 -0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.27) (xy 0 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.778) (xy 0 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.286) (xy 0 -2.032) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.794) (xy 0 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.302) (xy 0 -3.048) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.81) (xy 0 -3.556) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -4.318) (xy 0 -4.064) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -5.08) (xy 0 -4.572) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.159 2.54) + (radius 0.508) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.159 -2.54) + (radius 0.508) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 2.54) (xy 2.794 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 -2.54) (xy 2.794 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin input line + (at 0 -7.62 90) + (length 2.54) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 2.54) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 2.54) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 0 0) + (length 2.54) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TS5A23157DGS_2_1" + (polyline + (pts + (xy -5.08 0) (xy -2.794 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -3.81 4.445) + (end 3.81 -4.445) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center -2.159 0) + (radius 0.508) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.651 0.127) (xy 2.54 1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0.254) (xy 0 0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -0.254) (xy 0 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -0.762) (xy 0 -0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.27) (xy 0 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.778) (xy 0 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.286) (xy 0 -2.032) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.794) (xy 0 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.302) (xy 0 -3.048) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.81) (xy 0 -3.556) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -4.318) (xy 0 -4.064) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -5.08) (xy 0 -4.572) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.159 2.54) + (radius 0.508) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.159 -2.54) + (radius 0.508) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 2.54) (xy 2.794 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 -2.54) (xy 2.794 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 2.54) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 0 -7.62 90) + (length 2.54) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 0 0) + (length 2.54) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 2.54) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TS5A23157DGS_3_1" + (rectangle + (start -3.81 10.16) + (end 3.81 -10.16) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin power_in line + (at 0 -12.7 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 12.7 270) + (length 2.54) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) (symbol "Device:C" (pin_numbers (hide yes) @@ -160,172 +902,6 @@ ) (embedded_fonts no) ) - (symbol "Device:D_TVS" - (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" "D_TVS" - (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" "Bidirectional transient-voltage-suppression diode" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "ki_keywords" "diode TVS thyrector" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (symbol "D_TVS_0_1" - (polyline - (pts - (xy -2.54 1.27) (xy -2.54 -1.27) (xy 2.54 1.27) (xy 2.54 -1.27) (xy -2.54 1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.508 1.27) (xy 0 1.27) (xy 0 -1.27) (xy -0.508 -1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.27 0) (xy -1.27 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "D_TVS_1_1" - (pin passive line - (at -3.81 0 0) - (length 2.54) - (name "A1" - (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 "A2" - (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) @@ -1183,6 +1759,285 @@ ) (embedded_fonts no) ) + (symbol "MIKILAB_TPD2E007DCKR:TPD2E007DCKR" + (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 -5.3606 7.6471 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Value" "TPD2E007DCKR" + (at -4.1436 -13.8797 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Footprint" "MIKILAB_TPD2E007DCKR:SOT65P210X110-3N" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual 10-pF, ±13-V, ±8-kV ESD protection diode for AC Signal Data Interfaces" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MF" "Texas Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "PACKAGE" "S070-3" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MPN" "TPD2E007DCKR" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Price" "None" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Package" "SC70-3 Texas Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "OC_FARNELL" "-" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "SnapEDA_Link" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=snap" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MP" "TPD2E007DCKR" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "SUPPLIER" "Texas Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "OC_NEWARK" "55R7554" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Availability" "In Stock" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Check_prices" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=eda" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (symbol "TPD2E007DCKR_0_0" + (rectangle + (start -12.7 -10.16) + (end 12.7 5.08) + (stroke + (width 0.4064) + (type default) + ) + (fill + (type background) + ) + ) + (pin bidirectional line + (at -17.78 0 0) + (length 5.08) + (name "IO1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin bidirectional line + (at 17.78 -2.54 180) + (length 5.08) + (name "IO2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin passive line + (at -17.78 -5.08 0) + (length 5.08) + (name "GND" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "3" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) (symbol "MIKILAB_XTAC5212IRGER:XTAC5212IRGER" (pin_names (offset 0.254) @@ -1192,7 +2047,7 @@ (on_board yes) (in_pos_files yes) (duplicate_pin_numbers_are_jumpers no) - (property "Reference" "U" + (property "Reference" "U5" (at 25.4 10.16 0) (show_name no) (do_not_autoplace no) @@ -1328,7 +2183,7 @@ (type none) ) ) - (pin power_in line + (pin power_out line (at 0 0 0) (length 7.62) (name "DREG" @@ -1508,7 +2363,7 @@ ) ) ) - (pin output line + (pin tri_state line (at 0 -25.4 0) (length 7.62) (name "GPO1" @@ -1760,7 +2615,7 @@ ) ) ) - (pin unspecified line + (pin passive line (at 50.8 -10.16 180) (length 7.62) (name "EPAD" @@ -1778,7 +2633,7 @@ ) ) ) - (pin power_out line + (pin passive line (at 50.8 -7.62 180) (length 7.62) (name "VSS" @@ -1796,7 +2651,7 @@ ) ) ) - (pin power_out line + (pin passive line (at 50.8 -5.08 180) (length 7.62) (name "VSS" @@ -1814,7 +2669,7 @@ ) ) ) - (pin power_out line + (pin passive line (at 50.8 -2.54 180) (length 7.62) (name "VSS" @@ -1832,7 +2687,7 @@ ) ) ) - (pin power_out line + (pin passive line (at 50.8 0 180) (length 7.62) (name "VSS" @@ -2083,9 +2938,148 @@ ) (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 133.35 123.19) + (at 144.78 120.65) (diameter 0) (color 0 0 0 0) (uuid "01bdf22c-4f2a-4c41-a81d-b37baaaa3786") @@ -2097,13 +3091,13 @@ (uuid "0278bd1c-e942-4190-920c-5d9dd6eef725") ) (junction - (at 146.05 157.48) + (at 115.57 35.56) (diameter 0) (color 0 0 0 0) - (uuid "03938d8a-e24c-498e-a6b9-71ce023dc6d7") + (uuid "0e12f122-cf05-4043-9692-e3d37d31df60") ) (junction - (at 53.34 121.92) + (at 63.5 121.92) (diameter 0) (color 0 0 0 0) (uuid "0fb672c5-f4ec-426e-a785-7ca9e03f4c15") @@ -2114,18 +3108,30 @@ (color 0 0 0 0) (uuid "176135e0-ae32-4861-b589-93e8154fc150") ) + (junction + (at 210.82 46.99) + (diameter 0) + (color 0 0 0 0) + (uuid "1b1367e8-77bf-4550-aa3b-a40fc34b2805") + ) + (junction + (at 31.75 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "32facd4b-b135-40f8-999b-2fe7df357a01") + ) + (junction + (at 199.39 143.51) + (diameter 0) + (color 0 0 0 0) + (uuid "3589d654-10d4-4f3f-ace8-5febdb2a6b3e") + ) (junction (at 115.57 38.1) (diameter 0) (color 0 0 0 0) (uuid "3d5de60d-e3ae-49e0-b41c-068a01e37d1f") ) - (junction - (at 64.77 134.62) - (diameter 0) - (color 0 0 0 0) - (uuid "3df4a9b4-944b-4511-b4b5-25cf7b3b5a10") - ) (junction (at 115.57 43.18) (diameter 0) @@ -2133,16 +3139,10 @@ (uuid "3f0b78ee-6da4-4e6a-9abd-eb7847b5ea1c") ) (junction - (at 139.7 130.81) + (at 68.58 147.32) (diameter 0) (color 0 0 0 0) - (uuid "420cca08-ac54-4e26-923f-f3aa2550e8dc") - ) - (junction - (at 208.28 156.21) - (diameter 0) - (color 0 0 0 0) - (uuid "5125e6df-de5a-4fbb-8e95-5bb6b5257abd") + (uuid "5c26b3a8-637b-4141-ae44-6194e1a5e433") ) (junction (at 115.57 40.64) @@ -2151,49 +3151,61 @@ (uuid "601d29ec-951b-42b3-88c1-c0fb4e8a76cf") ) (junction - (at 115.57 35.56) + (at 20.32 44.45) (diameter 0) (color 0 0 0 0) - (uuid "6a6d419e-9452-4728-b7fa-d7fc2a9740d9") + (uuid "6a36e81e-7a16-4c7f-901e-5a940df106ff") ) (junction - (at 71.12 134.62) + (at 60.96 68.58) (diameter 0) (color 0 0 0 0) - (uuid "6bb14451-8261-4237-8dfe-f6434698d73c") + (uuid "6b5c2aad-102c-4b69-9b8b-e0745bb46454") ) (junction - (at 151.13 148.59) + (at 40.64 48.26) + (diameter 0) + (color 0 0 0 0) + (uuid "763403b6-bc7a-493e-944f-782302b9d6df") + ) + (junction + (at 171.45 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "83657249-2252-4bd1-b361-a70278bb5954") + ) + (junction + (at 162.56 146.05) (diameter 0) (color 0 0 0 0) (uuid "914644d0-a024-4beb-b8e1-9301ed8576b6") ) (junction - (at 214.63 129.54) - (diameter 0) - (color 0 0 0 0) - (uuid "9aedad84-893c-4ff7-973a-d635f99f2c18") - ) - (junction - (at 58.42 134.62) - (diameter 0) - (color 0 0 0 0) - (uuid "9e8136c6-8ddf-4e57-9946-11ebd6458925") - ) - (junction - (at 220.98 121.92) + (at 243.84 118.11) (diameter 0) (color 0 0 0 0) (uuid "a34008e3-a993-4396-baf2-7dd750cf52e9") ) (junction - (at 203.2 147.32) + (at 76.2 134.62) (diameter 0) (color 0 0 0 0) - (uuid "b5a9ec0a-4fdc-4ead-a93c-f589084e7a24") + (uuid "b5e21d3a-a701-44e2-b145-08d0fcfdc4df") ) (junction - (at 146.05 135.89) + (at 234.95 130.81) + (diameter 0) + (color 0 0 0 0) + (uuid "bfa97ab1-261c-451f-9264-198e84f904fe") + ) + (junction + (at 233.68 158.75) + (diameter 0) + (color 0 0 0 0) + (uuid "d975a568-5bc7-4e14-8080-8f77adfe602f") + ) + (junction + (at 157.48 133.35) (diameter 0) (color 0 0 0 0) (uuid "e14d2f39-a984-404b-8e26-1b20ecd36185") @@ -2204,30 +3216,24 @@ (color 0 0 0 0) (uuid "e4e83220-dae1-4a8c-bc4b-e77e387278a3") ) - (junction - (at 40.64 48.26) - (diameter 0) - (color 0 0 0 0) - (uuid "f3769df6-a944-4c73-bb69-044392c3f8ea") - ) - (junction - (at 208.28 134.62) - (diameter 0) - (color 0 0 0 0) - (uuid "f456c0c6-44bf-45bd-be31-51d31329dc44") - ) - (junction - (at 64.77 157.48) - (diameter 0) - (color 0 0 0 0) - (uuid "f6ffa313-378a-46fd-895f-20025637a3a8") - ) (junction (at 132.08 83.82) (diameter 0) (color 0 0 0 0) (uuid "fcd1177d-7710-48e3-8fa9-e0f0e8757b0f") ) + (no_connect + (at 63.5 139.7) + (uuid "0a549d6a-175b-4d8a-8021-4977f76d005f") + ) + (no_connect + (at 243.84 135.89) + (uuid "4732dbed-4189-47fa-9e8c-5cde9927fbfc") + ) + (no_connect + (at 144.78 138.43) + (uuid "c8ba4ed1-c9a6-4f0d-8591-08674c4d178f") + ) (wire (pts (xy 60.96 93.98) (xy 132.08 93.98) @@ -2240,7 +3246,27 @@ ) (wire (pts - (xy 195.58 58.42) (xy 207.01 58.42) + (xy 139.7 182.88) (xy 162.56 182.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "02a4a2d7-c409-4868-93a3-314784202953") + ) + (wire + (pts + (xy 20.32 35.56) (xy 31.75 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "03f87a85-f368-4e83-b6ba-289a15881951") + ) + (wire + (pts + (xy 256.54 25.4) (xy 267.97 25.4) ) (stroke (width 0) @@ -2260,7 +3286,17 @@ ) (wire (pts - (xy 133.35 123.19) (xy 135.89 123.19) + (xy 39.37 48.26) (xy 40.64 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "05756ce1-0a97-4d69-84ff-def58cfd1415") + ) + (wire + (pts + (xy 144.78 120.65) (xy 147.32 120.65) ) (stroke (width 0) @@ -2280,27 +3316,37 @@ ) (wire (pts - (xy 208.28 134.62) (xy 208.28 148.59) + (xy 102.87 168.91) (xy 102.87 180.34) ) (stroke (width 0) (type default) ) - (uuid "1252f43b-2f47-46e4-9021-902a76acfd58") + (uuid "12f0f0d4-d1c3-477a-84ec-7fad83ace90a") ) (wire (pts - (xy 220.98 129.54) (xy 214.63 129.54) + (xy 102.87 180.34) (xy 104.14 180.34) ) (stroke (width 0) (type default) ) - (uuid "18c4c821-ba1b-4cb4-bc2a-e990692d498b") + (uuid "139b64bd-1073-451f-b88b-7197d59971b5") ) (wire (pts - (xy 175.26 66.04) (xy 187.96 66.04) + (xy 199.39 143.51) (xy 243.84 143.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16e7dd02-78a6-480f-bbc7-64c96f4ef4ee") + ) + (wire + (pts + (xy 236.22 33.02) (xy 248.92 33.02) ) (stroke (width 0) @@ -2308,26 +3354,6 @@ ) (uuid "19c7d1a6-3339-4df1-859d-6bbdaac4f06c") ) - (wire - (pts - (xy 214.63 129.54) (xy 187.96 129.54) - ) - (stroke - (width 0) - (type default) - ) - (uuid "1a4e3987-b2cb-4966-b596-e64991ef6c57") - ) - (wire - (pts - (xy 139.7 157.48) (xy 146.05 157.48) - ) - (stroke - (width 0) - (type default) - ) - (uuid "1a784c8a-3dcd-42e8-ae5c-99415516054a") - ) (wire (pts (xy 115.57 40.64) (xy 115.57 43.18) @@ -2340,7 +3366,7 @@ ) (wire (pts - (xy 175.26 58.42) (xy 187.96 58.42) + (xy 236.22 25.4) (xy 248.92 25.4) ) (stroke (width 0) @@ -2350,7 +3376,7 @@ ) (wire (pts - (xy 195.58 71.12) (xy 207.01 71.12) + (xy 256.54 38.1) (xy 267.97 38.1) ) (stroke (width 0) @@ -2360,17 +3386,7 @@ ) (wire (pts - (xy 208.28 156.21) (xy 203.2 156.21) - ) - (stroke - (width 0) - (type default) - ) - (uuid "203e766c-0e71-4c6e-bc8f-f5be1c174cfc") - ) - (wire - (pts - (xy 53.34 129.54) (xy 85.09 129.54) + (xy 63.5 129.54) (xy 67.31 129.54) ) (stroke (width 0) @@ -2380,7 +3396,7 @@ ) (wire (pts - (xy 133.35 123.19) (xy 133.35 125.73) + (xy 144.78 120.65) (xy 144.78 123.19) ) (stroke (width 0) @@ -2388,6 +3404,26 @@ ) (uuid "2a418a17-a916-4deb-8ceb-0343440ede58") ) + (wire + (pts + (xy 58.42 24.13) (xy 58.42 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2af889eb-a30d-4f1f-a002-07f473969f1e") + ) + (wire + (pts + (xy 203.2 25.4) (xy 196.85 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d35e83d-659f-4ceb-948c-eee1884c2a59") + ) (wire (pts (xy 115.57 43.18) (xy 115.57 45.72) @@ -2398,6 +3434,26 @@ ) (uuid "2e5ab59d-2c3a-4047-a84c-9598a1b00a93") ) + (wire + (pts + (xy 199.39 46.99) (xy 210.82 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "30d4e5e7-6fa1-493e-978b-d55ca9d7dc5d") + ) + (wire + (pts + (xy 157.48 168.91) (xy 102.87 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "321fc7d1-62c5-4570-9906-43d4419805fd") + ) (wire (pts (xy 115.57 55.88) (xy 123.19 55.88) @@ -2410,7 +3466,7 @@ ) (wire (pts - (xy 193.04 134.62) (xy 208.28 134.62) + (xy 189.23 130.81) (xy 234.95 130.81) ) (stroke (width 0) @@ -2420,23 +3476,13 @@ ) (wire (pts - (xy 53.34 162.56) (xy 74.93 162.56) + (xy 49.53 68.58) (xy 53.34 68.58) ) (stroke (width 0) (type default) ) - (uuid "3f1b51fd-e86c-4aa3-b331-9b99059254f1") - ) - (wire - (pts - (xy 130.81 39.37) (xy 143.51 39.37) - ) - (stroke - (width 0) - (type default) - ) - (uuid "4523159a-55c9-4344-8cf5-623b01d6bfa1") + (uuid "434804e1-1597-4a39-a6c6-e0186ebf2296") ) (wire (pts @@ -2450,7 +3496,7 @@ ) (wire (pts - (xy 146.05 135.89) (xy 158.75 135.89) + (xy 157.48 133.35) (xy 170.18 133.35) ) (stroke (width 0) @@ -2460,7 +3506,7 @@ ) (wire (pts - (xy 133.35 148.59) (xy 151.13 148.59) + (xy 144.78 146.05) (xy 162.56 146.05) ) (stroke (width 0) @@ -2470,17 +3516,7 @@ ) (wire (pts - (xy 71.12 134.62) (xy 71.12 149.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "4c49b424-c20a-4e2f-8f02-9d0cf993523b") - ) - (wire - (pts - (xy 133.35 163.83) (xy 154.94 163.83) + (xy 144.78 161.29) (xy 166.37 161.29) ) (stroke (width 0) @@ -2490,13 +3526,23 @@ ) (wire (pts - (xy 115.57 48.26) (xy 153.67 48.26) + (xy 63.5 162.56) (xy 73.66 162.56) ) (stroke (width 0) (type default) ) - (uuid "4e1d16a3-2135-4427-b685-5254d66d476e") + (uuid "4ea5ed60-bfaa-497e-ac0f-28fbf326d2fa") + ) + (wire + (pts + (xy 68.58 147.32) (xy 88.9 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4ea92375-01e8-4fa4-b0ef-b319cbd041f2") ) (wire (pts @@ -2510,7 +3556,7 @@ ) (wire (pts - (xy 220.98 121.92) (xy 218.44 121.92) + (xy 243.84 118.11) (xy 241.3 118.11) ) (stroke (width 0) @@ -2520,7 +3566,7 @@ ) (wire (pts - (xy 139.7 130.81) (xy 166.37 130.81) + (xy 144.78 128.27) (xy 177.8 128.27) ) (stroke (width 0) @@ -2530,17 +3576,17 @@ ) (wire (pts - (xy 214.63 156.21) (xy 208.28 156.21) + (xy 20.32 46.99) (xy 20.32 44.45) ) (stroke (width 0) (type default) ) - (uuid "57705937-929d-48b7-9278-e2c27883d575") + (uuid "5a4f435e-544d-42a0-8944-496d49188b73") ) (wire (pts - (xy 195.58 66.04) (xy 207.01 66.04) + (xy 256.54 33.02) (xy 267.97 33.02) ) (stroke (width 0) @@ -2550,17 +3596,7 @@ ) (wire (pts - (xy 64.77 157.48) (xy 71.12 157.48) - ) - (stroke - (width 0) - (type default) - ) - (uuid "5fc9f746-4ec7-43f4-b3e6-e150f0e2f762") - ) - (wire - (pts - (xy 115.57 35.56) (xy 121.92 35.56) + (xy 115.57 35.56) (xy 118.11 35.56) ) (stroke (width 0) @@ -2568,6 +3604,16 @@ ) (uuid "605486d2-6ae7-4454-ba48-24f8a85f6c73") ) + (wire + (pts + (xy 199.39 71.12) (xy 241.3 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "617fb113-97bc-465a-b047-dff0051e05d6") + ) (wire (pts (xy 115.57 71.12) (xy 124.46 71.12) @@ -2610,13 +3656,23 @@ ) (wire (pts - (xy 64.77 149.86) (xy 64.77 134.62) + (xy 172.72 68.58) (xy 184.15 68.58) ) (stroke (width 0) (type default) ) - (uuid "72c3f3cd-ace6-4b09-9986-4456d9a4ad18") + (uuid "6fa35441-d180-4711-a9a7-962b8fdb0838") + ) + (wire + (pts + (xy 49.53 24.13) (xy 58.42 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "708dbb10-373d-4f85-b2f6-69f2fff964fa") ) (wire (pts @@ -2630,17 +3686,7 @@ ) (wire (pts - (xy 139.7 130.81) (xy 139.7 149.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "74c3bdff-6855-4f1c-880a-9b0230ddb84f") - ) - (wire - (pts - (xy 175.26 53.34) (xy 187.96 53.34) + (xy 236.22 20.32) (xy 248.92 20.32) ) (stroke (width 0) @@ -2650,7 +3696,17 @@ ) (wire (pts - (xy 53.34 121.92) (xy 57.15 121.92) + (xy 220.98 46.99) (xy 232.41 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7a67b4bb-0343-42c6-b754-4514d1c674e2") + ) + (wire + (pts + (xy 63.5 121.92) (xy 67.31 121.92) ) (stroke (width 0) @@ -2660,17 +3716,7 @@ ) (wire (pts - (xy 64.77 134.62) (xy 71.12 134.62) - ) - (stroke - (width 0) - (type default) - ) - (uuid "85b2c99d-540c-49df-9643-f3dd9b74b275") - ) - (wire - (pts - (xy 151.13 148.59) (xy 158.75 148.59) + (xy 162.56 146.05) (xy 170.18 146.05) ) (stroke (width 0) @@ -2690,27 +3736,57 @@ ) (wire (pts - (xy 58.42 157.48) (xy 64.77 157.48) + (xy 68.58 168.91) (xy 68.58 147.32) ) (stroke (width 0) (type default) ) - (uuid "94ca2019-ce95-414b-8beb-9ac738c1e9fb") + (uuid "8bd6487e-a50c-4500-a4a1-0b6a20a77e7e") ) (wire (pts - (xy 53.34 134.62) (xy 58.42 134.62) + (xy 125.73 48.26) (xy 115.57 48.26) ) (stroke (width 0) (type default) ) - (uuid "9adbe450-ea18-4879-8956-3cf1b77a6ce6") + (uuid "9438707e-d3f0-4c28-a891-7685d234d864") ) (wire (pts - (xy 195.58 53.34) (xy 207.01 53.34) + (xy 40.64 182.88) (xy 40.64 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9ae4cc42-d7ff-492b-b25e-90a3c10ee027") + ) + (wire + (pts + (xy 233.68 161.29) (xy 233.68 158.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e826b04-cd86-4940-a23c-e884ab688d03") + ) + (wire + (pts + (xy 234.95 130.81) (xy 243.84 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9f4b4dab-069f-4de1-b192-3a30502abff7") + ) + (wire + (pts + (xy 256.54 20.32) (xy 267.97 20.32) ) (stroke (width 0) @@ -2728,16 +3804,6 @@ ) (uuid "a2d32908-d840-4a4b-b6fb-4fbd1d2d95db") ) - (wire - (pts - (xy 146.05 135.89) (xy 146.05 149.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a35912fa-c990-4363-bc43-c9ee2efb77ef") - ) (wire (pts (xy 135.89 78.74) (xy 144.78 78.74) @@ -2750,7 +3816,27 @@ ) (wire (pts - (xy 71.12 134.62) (xy 78.74 134.62) + (xy 199.39 52.07) (xy 241.3 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa47064e-22ce-414d-b595-28e3ba60e730") + ) + (wire + (pts + (xy 234.95 107.95) (xy 234.95 130.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa84b137-a2f0-43c8-b178-4781aef76025") + ) + (wire + (pts + (xy 63.5 134.62) (xy 76.2 134.62) ) (stroke (width 0) @@ -2778,6 +3864,26 @@ ) (uuid "ad98a45c-d665-406a-973d-6ad2ac1409df") ) + (wire + (pts + (xy 31.75 36.83) (xy 31.75 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aea16dba-7e51-4ed9-a7ab-2bc75d7542af") + ) + (wire + (pts + (xy 162.56 146.05) (xy 162.56 182.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b067bae5-5e3a-4516-9b66-c053043d9830") + ) (wire (pts (xy 40.64 48.26) (xy 64.77 48.26) @@ -2790,13 +3896,33 @@ ) (wire (pts - (xy 58.42 134.62) (xy 64.77 134.62) + (xy 20.32 44.45) (xy 31.75 44.45) ) (stroke (width 0) (type default) ) - (uuid "b577d35b-677d-42ff-b417-e263c9b4d3ed") + (uuid "b34a29e6-73f7-4777-bc5b-745b52c4a250") + ) + (wire + (pts + (xy 20.32 36.83) (xy 20.32 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4855d7c-d87a-4a8d-8d26-e10b0f7a66fa") + ) + (wire + (pts + (xy 172.72 49.53) (xy 184.15 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b501470c-c10e-45d2-9454-93c5266877c6") ) (wire (pts @@ -2808,26 +3934,6 @@ ) (uuid "b5bddf17-75c6-4acc-b345-aed012a1af04") ) - (wire - (pts - (xy 214.63 129.54) (xy 214.63 148.59) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ba6e61d9-a256-44b4-92b2-5c93a437d315") - ) - (wire - (pts - (xy 35.56 48.26) (xy 40.64 48.26) - ) - (stroke - (width 0) - (type default) - ) - (uuid "bc3bd197-b8bf-40ad-9df4-c6caf45890ad") - ) (wire (pts (xy 135.89 78.74) (xy 135.89 86.36) @@ -2840,7 +3946,7 @@ ) (wire (pts - (xy 220.98 121.92) (xy 220.98 124.46) + (xy 243.84 118.11) (xy 243.84 120.65) ) (stroke (width 0) @@ -2850,17 +3956,7 @@ ) (wire (pts - (xy 133.35 130.81) (xy 139.7 130.81) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c3723d15-ff72-4983-b7f0-67dbacc91574") - ) - (wire - (pts - (xy 220.98 162.56) (xy 199.39 162.56) + (xy 243.84 158.75) (xy 233.68 158.75) ) (stroke (width 0) @@ -2870,27 +3966,37 @@ ) (wire (pts - (xy 203.2 147.32) (xy 203.2 148.59) + (xy 41.91 24.13) (xy 38.1 24.13) ) (stroke (width 0) (type default) ) - (uuid "c637585d-9f68-43b8-ac21-52f4b383c0d0") + (uuid "c52050ec-2a00-49aa-bbaa-8facf2949aa7") ) (wire (pts - (xy 151.13 148.59) (xy 151.13 149.86) + (xy 199.39 110.49) (xy 199.39 143.51) ) (stroke (width 0) (type default) ) - (uuid "c7b9d8b9-93c1-4011-8d73-4e684cab206f") + (uuid "c699fe09-f564-45e9-adf4-c691795bcbc1") ) (wire (pts - (xy 175.26 71.12) (xy 187.96 71.12) + (xy 76.2 134.62) (xy 76.2 185.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c85dffff-48e2-4123-aafd-bc99f9185705") + ) + (wire + (pts + (xy 236.22 38.1) (xy 248.92 38.1) ) (stroke (width 0) @@ -2908,16 +4014,6 @@ ) (uuid "ce0dd028-7375-40b6-82bd-bcb2ef06a0e5") ) - (wire - (pts - (xy 146.05 157.48) (xy 151.13 157.48) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ce102850-3d56-495f-af08-e43513eb24bf") - ) (wire (pts (xy 60.96 68.58) (xy 60.96 93.98) @@ -2930,17 +4026,7 @@ ) (wire (pts - (xy 58.42 134.62) (xy 58.42 149.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "cf6688f8-04f6-40ad-8177-01bd1dc111ac") - ) - (wire - (pts - (xy 53.34 147.32) (xy 78.74 147.32) + (xy 63.5 147.32) (xy 68.58 147.32) ) (stroke (width 0) @@ -2960,7 +4046,7 @@ ) (wire (pts - (xy 133.35 135.89) (xy 146.05 135.89) + (xy 144.78 133.35) (xy 157.48 133.35) ) (stroke (width 0) @@ -2970,7 +4056,7 @@ ) (wire (pts - (xy 130.81 50.8) (xy 130.81 39.37) + (xy 130.81 50.8) (xy 130.81 35.56) ) (stroke (width 0) @@ -2978,6 +4064,16 @@ ) (uuid "d3d56981-f666-4c5b-82c5-8e03e7cc0cf3") ) + (wire + (pts + (xy 210.82 46.99) (xy 213.36 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d54a41bc-d531-4db8-8090-c689e263c682") + ) (wire (pts (xy 115.57 53.34) (xy 123.19 53.34) @@ -2988,6 +4084,26 @@ ) (uuid "d8631e46-9228-4b7b-8ff7-266d51807fd1") ) + (wire + (pts + (xy 233.68 158.75) (xy 222.25 158.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d86ca7a9-4b28-4bf5-b4cd-30b9b9516b01") + ) + (wire + (pts + (xy 210.82 66.04) (xy 210.82 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d9906db2-cba0-424b-a126-5458f8979d0c") + ) (wire (pts (xy 132.08 86.36) (xy 132.08 83.82) @@ -2998,6 +4114,16 @@ ) (uuid "dbabc21a-2469-4e23-b915-ca6b1ab41dcb") ) + (wire + (pts + (xy 199.39 66.04) (xy 210.82 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e8347346-64ce-4ba2-951d-41a8c72db2a2") + ) (wire (pts (xy 115.57 66.04) (xy 124.46 66.04) @@ -3010,7 +4136,7 @@ ) (wire (pts - (xy 53.34 124.46) (xy 53.34 121.92) + (xy 63.5 124.46) (xy 63.5 121.92) ) (stroke (width 0) @@ -3030,7 +4156,17 @@ ) (wire (pts - (xy 193.04 147.32) (xy 220.98 147.32) + (xy 175.26 76.2) (xy 191.77 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f46a41b0-bd2e-4c9f-9568-78083130656f") + ) + (wire + (pts + (xy 189.23 143.51) (xy 199.39 143.51) ) (stroke (width 0) @@ -3040,7 +4176,37 @@ ) (wire (pts - (xy 40.64 35.56) (xy 64.77 35.56) + (xy 40.64 168.91) (xy 68.58 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f4ff248a-6320-445e-a58e-75323edfcb85") + ) + (wire + (pts + (xy 58.42 43.18) (xy 64.77 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f8999353-75dc-4b79-b0a1-7e6d331e3a24") + ) + (wire + (pts + (xy 175.26 57.15) (xy 191.77 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f93e836b-8ea0-4bfa-bd81-c0ac50a8e2b0") + ) + (wire + (pts + (xy 31.75 35.56) (xy 64.77 35.56) ) (stroke (width 0) @@ -3048,16 +4214,6 @@ ) (uuid "f9d67174-5d2d-49d4-93d8-3d96496a7f01") ) - (wire - (pts - (xy 220.98 134.62) (xy 208.28 134.62) - ) - (stroke - (width 0) - (type default) - ) - (uuid "fb09de23-13a1-4155-8a89-4106449eec26") - ) (wire (pts (xy 132.08 93.98) (xy 135.89 93.98) @@ -3068,8 +4224,38 @@ ) (uuid "fe9f6cf4-5e90-48ae-9de7-cbca7a07764b") ) + (wire + (pts + (xy 125.73 33.02) (xy 125.73 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fef41fa8-dbd7-48fa-b5f1-c2925a4f1129") + ) + (wire + (pts + (xy 76.2 134.62) (xy 88.9 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ff0fb8bd-79f9-41f0-9e54-00b8367f7d91") + ) + (wire + (pts + (xy 157.48 133.35) (xy 157.48 168.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ffe79d63-4d79-4ddf-92f3-6f1b927a9a82") + ) (label "LINE_IN_L" - (at 68.58 134.62 0) + (at 78.74 134.62 0) (effects (font (size 1.27 1.27) @@ -3088,7 +4274,7 @@ ) (uuid "0eb2b4ed-667a-45ae-95a2-59609b50d94b") ) - (label "MIC_R_I" + (label "MIC_R_S" (at 114.3 78.74 0) (effects (font @@ -3099,7 +4285,7 @@ (uuid "14b8a60b-8516-463b-829f-862e2c24baf5") ) (label "LINE_OUT_R" - (at 148.59 148.59 0) + (at 160.02 146.05 0) (effects (font (size 1.27 1.27) @@ -3109,7 +4295,7 @@ (uuid "15053d44-efd8-49a7-b4ae-c703fb2ca6a8") ) (label "LOUT_R_I" - (at 175.26 58.42 0) + (at 236.22 25.4 0) (effects (font (size 1.27 1.27) @@ -3118,8 +4304,18 @@ ) (uuid "1ae7fa31-0019-4238-9aa1-bbfe60adb398") ) + (label "MIC_L_I" + (at 172.72 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "214ce4c0-330f-48af-8814-0976475da16a") + ) (label "LINE_OUT_L" - (at 148.59 135.89 0) + (at 160.02 133.35 0) (effects (font (size 1.27 1.27) @@ -3129,7 +4325,7 @@ (uuid "21c0206a-aa0f-40d8-8cd9-989bc1d7e5d2") ) (label "ADDR_AVDD" - (at 143.51 39.37 180) + (at 130.81 35.56 270) (effects (font (size 1.27 1.27) @@ -3149,7 +4345,7 @@ (uuid "2b2aa0c4-50a5-4904-89b6-dfd8def042bb") ) (label "LINE_IN_R" - (at 68.58 147.32 0) + (at 78.74 147.32 0) (effects (font (size 1.27 1.27) @@ -3159,7 +4355,7 @@ (uuid "340cade5-29ee-44d7-8b72-650a7cf6bef4") ) (label "HP_R_I" - (at 175.26 71.12 0) + (at 236.22 38.1 0) (effects (font (size 1.27 1.27) @@ -3168,8 +4364,28 @@ ) (uuid "357d86b3-9699-4573-b05c-a38244a7ea33") ) + (label "MIC_R_S" + (at 241.3 71.12 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "37deabbf-21dd-4af9-ada0-80a69a74c053") + ) + (label "MIC_R_I" + (at 172.72 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "3903a2a8-1415-4e70-9ea3-bd30cf42bf70") + ) (label "HP_L_I" - (at 175.26 66.04 0) + (at 236.22 33.02 0) (effects (font (size 1.27 1.27) @@ -3189,7 +4405,7 @@ (uuid "3c7c5f74-b72e-4bb4-82e5-1b17ca7214ed") ) (label "MIC_R" - (at 193.04 147.32 0) + (at 189.23 143.51 0) (effects (font (size 1.27 1.27) @@ -3199,7 +4415,7 @@ (uuid "459c7046-ec29-43d9-8618-23e1fdf52afb") ) (label "MIC_L" - (at 193.04 134.62 0) + (at 189.23 130.81 0) (effects (font (size 1.27 1.27) @@ -3209,7 +4425,7 @@ (uuid "4608802c-1d2a-4401-a301-aaa3e9144494") ) (label "LINE_OUT_L" - (at 207.01 53.34 180) + (at 267.97 20.32 180) (effects (font (size 1.27 1.27) @@ -3228,6 +4444,16 @@ ) (uuid "6ce7479e-eeb8-4483-be95-05009fa1c0e1") ) + (label "MIC_L_S" + (at 241.3 52.07 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "908f51e5-28c7-4c65-a351-ff2a33aed2a2") + ) (label "LOUT_R_I" (at 123.19 55.88 180) (effects @@ -3238,7 +4464,17 @@ ) (uuid "9c0b21a0-d1bf-4176-b615-eb3002c0bd93") ) - (label "MIC_L_I" + (label "JH_MIC_L_S" + (at 199.39 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9c8fc4cb-ff96-433f-83ef-d5f0789ff1dd") + ) + (label "MIC_L_S" (at 114.3 83.82 0) (effects (font @@ -3258,17 +4494,7 @@ ) (uuid "b2f1b26a-7a6d-4b62-aa3d-bd6100527bed") ) - (label "" - (at 116.84 62.23 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "c69981ac-f277-4cc8-81e7-dbbf9e8b0fee") - ) - (label "HP_R_I" + (label "HP_L_I" (at 123.19 60.96 180) (effects (font @@ -3299,7 +4525,7 @@ (uuid "dfbe3567-9dc2-4f73-8cc6-a4c6fe871386") ) (label "LINE_OUT_R" - (at 207.01 58.42 180) + (at 267.97 25.4 180) (effects (font (size 1.27 1.27) @@ -3319,7 +4545,7 @@ (uuid "ed857b21-ec3e-4103-8fc5-0acf071560ea") ) (label "LOUT_L_I" - (at 175.26 53.34 0) + (at 236.22 20.32 0) (effects (font (size 1.27 1.27) @@ -3340,7 +4566,7 @@ ) (global_label "LINE_IN_DETECT" (shape input) - (at 74.93 162.56 0) + (at 73.66 162.56 0) (fields_autoplaced yes) (effects (font @@ -3350,7 +4576,7 @@ ) (uuid "1215b475-101d-401b-9ddc-b22700da8bc9") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 92.6713 162.56 0) + (at 91.4013 162.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3364,7 +4590,7 @@ ) (global_label "MIC_DETECT" (shape input) - (at 199.39 162.56 180) + (at 222.25 158.75 180) (fields_autoplaced yes) (effects (font @@ -3374,7 +4600,31 @@ ) (uuid "141ce230-9c8a-4e37-a455-09ff8b9fe426") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 185.3378 162.56 0) + (at 208.1978 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2S_OUT_CODEC_SDATA" + (shape input) + (at 64.77 45.72 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "40c403a9-6ac7-4c4e-9064-f74d9414aa81") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 40.3158 45.72 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3388,7 +4638,7 @@ ) (global_label "LINE_OUT_DETECT" (shape input) - (at 154.94 163.83 0) + (at 166.37 161.29 0) (fields_autoplaced yes) (effects (font @@ -3398,7 +4648,7 @@ ) (uuid "50184500-687a-4363-ad1d-f7a85d0e0f7d") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 174.3746 163.83 0) + (at 185.8046 161.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3410,9 +4660,105 @@ ) ) ) + (global_label "I2S_OUT_CODEC_BCLK" + (shape input) + (at 64.77 38.1 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "697b5548-3d24-4a08-bd75-fe770689e531") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 41.102 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2S_IN_CODEC_LRCLK" + (shape input) + (at 64.77 55.88 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "6fc51c92-8cce-436c-900f-29d3650edeb7") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 41.7672 55.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2S_IN_CODEC_SDATA" + (shape input) + (at 38.1 24.13 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "7322b0e6-e797-46ea-b2f9-fcb130d91a8a") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 15.3391 24.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "MIC_SOURCE_SELECT" + (shape input) + (at 175.26 57.15 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "89afdfc4-f093-4903-8d3a-d9f9950cbf72") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 152.6807 57.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) (global_label "JH_RIGHT" (shape input) - (at 207.01 71.12 0) + (at 267.97 38.1 0) (fields_autoplaced yes) (effects (font @@ -3422,7 +4768,7 @@ ) (uuid "8e971839-fd8a-4376-81de-dcccdf9767c9") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 218.7038 71.12 0) + (at 279.6638 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3434,6 +4780,30 @@ ) ) ) + (global_label "I2S_OUT_CODEC_LRCLK" + (shape input) + (at 64.77 40.64 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "9e9d59c8-85f4-4caf-b68c-a1482a186279") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 40.0739 40.64 0) + (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 64.77 53.34 180) @@ -3460,7 +4830,7 @@ ) (global_label "JH_LEFT" (shape input) - (at 207.01 66.04 0) + (at 267.97 33.02 0) (fields_autoplaced yes) (effects (font @@ -3470,7 +4840,7 @@ ) (uuid "b5ca67a4-d482-4b44-ae8d-b834df2db2ed") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 217.4942 66.04 0) + (at 278.4542 33.02 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3506,9 +4876,9 @@ ) ) ) - (global_label "3V3_CODER" + (global_label "MIC_SOURCE_SELECT" (shape input) - (at 35.56 48.26 180) + (at 175.26 76.2 180) (fields_autoplaced yes) (effects (font @@ -3516,9 +4886,9 @@ ) (justify right) ) - (uuid "bb2b2d5d-065f-4dc9-8268-9c3e00d83aed") + (uuid "b817c088-89ed-4417-90c4-4059be3e5a91") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 21.8101 48.26 0) + (at 152.6807 76.2 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3530,19 +4900,19 @@ ) ) ) - (global_label "3V3_CODER" + (global_label "I2S_IN_CODEC_BCLK" (shape input) - (at 135.89 50.8 0) + (at 64.77 58.42 180) (fields_autoplaced yes) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) - (uuid "ee854449-074e-43ab-9714-66a378c66c67") + (uuid "dd854c9d-aecd-4761-ae77-3de740a7152c") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 149.6399 50.8 0) + (at 42.7953 58.42 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3550,7 +4920,7 @@ (font (size 1.27 1.27) ) - (justify left) + (justify right) ) ) ) @@ -3578,6 +4948,30 @@ ) ) ) + (global_label "JH_MIC" + (shape input) + (at 232.41 46.99 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "f7aaa482-4bc4-4c6c-8af5-7a0d17126057") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 241.9871 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) (global_label "SPI_CODEC_CS" (shape input) (at 64.77 63.5 180) @@ -3655,7 +5049,7 @@ ) ) ) - (property "Description" "GRM21BR71C105KA01" + (property "Description" "GCM21BR71E105KA56L" (at 128.27 71.12 0) (hide yes) (show_name no) @@ -3666,6 +5060,17 @@ ) ) ) + (property "PNM" "GCM21BR71E105KA56L" + (at 128.27 71.12 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "2bd1a7c6-250c-47ae-a1d1-6de548ae0676") ) @@ -3683,7 +5088,7 @@ ) (symbol (lib_id "MIKILAB_SJ_3506_SMT_TR:SJ-3506-SMT-TR") - (at 33.02 142.24 0) + (at 43.18 142.24 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -3694,7 +5099,7 @@ (fields_autoplaced yes) (uuid "032417be-4717-4a5d-bfab-19d04f189726") (property "Reference" "J6" - (at 31.75 114.3 0) + (at 41.91 114.3 0) (show_name no) (do_not_autoplace no) (effects @@ -3704,7 +5109,7 @@ ) ) (property "Value" "SJ-3506-SMT-TR" - (at 31.75 116.84 0) + (at 41.91 116.84 0) (show_name no) (do_not_autoplace no) (effects @@ -3714,7 +5119,7 @@ ) ) (property "Footprint" "MIKILAB_SJ_3506_SMT_TR:CUI_SJ-3506-SMT-TR" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3726,7 +5131,7 @@ ) ) (property "Datasheet" "" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3737,7 +5142,7 @@ ) ) (property "Description" "3.5 mm, Stereo, Right Angle, Mid Mount (SMT), Dual Switches, Shielded, 3 Conductors, Normally Open Switch, Audio Jack Connector" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3749,7 +5154,7 @@ ) ) (property "MF" "Same Sky" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3761,7 +5166,7 @@ ) ) (property "MAXIMUM_PACKAGE_HEIGHT" "2.76mm" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3773,7 +5178,7 @@ ) ) (property "Package" "None" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3785,7 +5190,7 @@ ) ) (property "Price" "None" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3797,7 +5202,7 @@ ) ) (property "Check_prices" "https://www.snapeda.com/parts/SJ-3506-SMT-TR/Same+Sky/view-part/?ref=eda" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3809,7 +5214,7 @@ ) ) (property "STANDARD" "Manufacturer Recommendations" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3821,7 +5226,7 @@ ) ) (property "PARTREV" "1.04" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3833,7 +5238,7 @@ ) ) (property "SnapEDA_Link" "https://www.snapeda.com/parts/SJ-3506-SMT-TR/Same+Sky/view-part/?ref=snap" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3845,7 +5250,7 @@ ) ) (property "MP" "SJ-3506-SMT-TR" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3857,7 +5262,7 @@ ) ) (property "Availability" "In Stock" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3869,7 +5274,7 @@ ) ) (property "MANUFACTURER" "Cui Devices" - (at 33.02 142.24 0) + (at 43.18 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3915,7 +5320,7 @@ ) (symbol (lib_id "Device:C") - (at 153.67 52.07 0) + (at 125.73 44.45 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -3923,10 +5328,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) (uuid "035c7c7c-bddc-40b4-b4a0-6b00e11bd9e5") (property "Reference" "C165" - (at 157.48 50.7999 0) + (at 120.396 42.672 0) (show_name no) (do_not_autoplace no) (effects @@ -3937,7 +5341,7 @@ ) ) (property "Value" "1uF" - (at 157.48 53.3399 0) + (at 121.412 46.482 0) (show_name no) (do_not_autoplace no) (effects @@ -3948,7 +5352,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 154.6352 55.88 0) + (at 126.6952 48.26 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3959,7 +5363,7 @@ ) ) (property "Datasheet" "" - (at 153.67 52.07 0) + (at 125.73 44.45 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3969,8 +5373,19 @@ ) ) ) - (property "Description" "GRM21BR71C105KA01" - (at 153.67 52.07 0) + (property "Description" "GCM21BR71E105KA56L" + (at 125.73 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 125.73 44.45 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3995,9 +5410,115 @@ ) ) ) + (symbol + (lib_id "Analog_Switch:TS5A23157DGS") + (at 184.15 25.4 90) + (unit 3) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (fields_autoplaced yes) + (uuid "05a023f6-5959-4434-826f-aeee702ce0db") + (property "Reference" "U29" + (at 184.15 16.51 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TS5A23157DGS" + (at 184.15 19.05 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" + (at 196.215 24.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/ts5a23157.pdf" + (at 198.12 24.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "Dual 10 ohms SPDT Analog Switch, TSSOP-10 (Texas DGS0010A / VSSOP)" + (at 184.15 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "4" + (uuid "1d561279-5490-43fe-b5a5-078ef5f04c5a") + ) + (pin "9" + (uuid "2ece6fba-dae7-428e-bb91-0c289c27a7bb") + ) + (pin "10" + (uuid "d5899f36-276e-45e5-b238-bb01fea1211a") + ) + (pin "8" + (uuid "ab1f4550-c59f-4d60-aa42-7d5f87dcf193") + ) + (pin "1" + (uuid "478d14d6-9ab0-4e7c-8c7b-076d3da846f9") + ) + (pin "6" + (uuid "5df8b7c5-9e75-441d-82d5-8114fab1c353") + ) + (pin "3" + (uuid "b398acba-3b55-48a1-b5fe-f278c604af22") + ) + (pin "5" + (uuid "9d6e889f-5083-41f2-88ca-2d72260a625a") + ) + (pin "2" + (uuid "5fca09d8-86e3-4a3b-a12f-37d8189ff3d7") + ) + (pin "7" + (uuid "a6edcf88-aa86-455e-90a6-5b41ad7e3f70") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "U29") + (unit 3) + ) + ) + ) + ) (symbol (lib_id "MIKILAB_power:GND") - (at 166.37 130.81 0) + (at 177.8 128.27 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4007,7 +5528,7 @@ (dnp no) (uuid "06a8aa58-e5c5-4df0-83be-99d6ba973097") (property "Reference" "#PWR0178" - (at 166.37 137.16 0) + (at 177.8 134.62 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4018,7 +5539,7 @@ ) ) (property "Value" "GND" - (at 166.37 134.62 0) + (at 177.8 132.08 0) (show_name no) (do_not_autoplace no) (effects @@ -4028,7 +5549,7 @@ ) ) (property "Footprint" "" - (at 166.37 130.81 0) + (at 177.8 128.27 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4039,7 +5560,7 @@ ) ) (property "Datasheet" "" - (at 166.37 130.81 0) + (at 177.8 128.27 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4050,7 +5571,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 166.37 130.81 0) + (at 177.8 128.27 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4074,7 +5595,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 220.98 154.94 0) + (at 243.84 151.13 0) (mirror y) (unit 1) (body_style 1) @@ -4086,7 +5607,7 @@ (fields_autoplaced yes) (uuid "0749d309-f3df-4959-9cbf-2e817fea8e64") (property "Reference" "#PWR0190" - (at 220.98 161.29 0) + (at 243.84 157.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4097,7 +5618,7 @@ ) ) (property "Value" "GND" - (at 220.98 160.02 0) + (at 243.84 156.21 0) (show_name no) (do_not_autoplace no) (effects @@ -4107,7 +5628,7 @@ ) ) (property "Footprint" "" - (at 220.98 154.94 0) + (at 243.84 151.13 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4118,7 +5639,7 @@ ) ) (property "Datasheet" "" - (at 220.98 154.94 0) + (at 243.84 151.13 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4129,7 +5650,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 220.98 154.94 0) + (at 243.84 151.13 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4152,8 +5673,8 @@ ) ) (symbol - (lib_id "MIKILAB_power:GND") - (at 146.05 157.48 0) + (lib_id "power:GND") + (at 171.45 33.02 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4161,10 +5682,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "084247be-9c65-4350-977f-c19bcdc11967") - (property "Reference" "#PWR0179" - (at 146.05 163.83 0) + (uuid "11c6529e-c1f7-4986-b4d2-25e182973f3c") + (property "Reference" "#PWR0164" + (at 171.45 39.37 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4175,7 +5695,7 @@ ) ) (property "Value" "GND" - (at 146.05 162.56 0) + (at 170.942 36.576 0) (show_name no) (do_not_autoplace no) (effects @@ -4185,7 +5705,7 @@ ) ) (property "Footprint" "" - (at 146.05 157.48 0) + (at 171.45 33.02 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4196,7 +5716,7 @@ ) ) (property "Datasheet" "" - (at 146.05 157.48 0) + (at 171.45 33.02 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4207,7 +5727,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 146.05 157.48 0) + (at 171.45 33.02 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4218,256 +5738,12 @@ ) ) (pin "1" - (uuid "45e4d32d-0b09-4cc5-bfac-750a2084c264") + (uuid "25bcc4a3-1bc3-4749-a893-6b173f34f175") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" - (reference "#PWR0179") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:D_TVS") - (at 64.77 153.67 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "170ee4e5-9608-4d64-85ca-cb31d3cee4d3") - (property "Reference" "D14" - (at 67.564 152.654 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "ESD112-B1-02EL" - (at 62.484 146.812 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 64.77 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 64.77 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 64.77 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "6a6b7af7-e322-49fd-8ad2-5c89dff11e05") - ) - (pin "1" - (uuid "647ad76f-d5e4-4d7c-b8e5-51eecb8d76db") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" - (reference "D14") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:D_TVS") - (at 58.42 153.67 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "1b50d5a4-c7dc-4674-bd5c-cc34c7e0a1f4") - (property "Reference" "D13" - (at 61.214 152.654 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "ESD112-B1-02EL" - (at 56.134 146.812 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 58.42 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 58.42 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 58.42 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "63eff6d7-e0fe-4b8a-93f1-721ac5908b47") - ) - (pin "1" - (uuid "268b77e1-2464-4b52-9b4a-832749ca378f") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" - (reference "D13") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:D_TVS") - (at 208.28 152.4 270) - (mirror x) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "200b7b9c-cf98-41e3-a4c5-8ff3448d9638") - (property "Reference" "D17" - (at 205.486 151.384 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "ESD112-B1-02EL" - (at 210.566 145.542 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 208.28 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 208.28 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 208.28 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "25a3b431-2674-480e-a2e8-9de1855c195f") - ) - (pin "1" - (uuid "ed90fc7d-cf4b-4c06-838b-587915aac89c") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" - (reference "D17") + (reference "#PWR0164") (unit 1) ) ) @@ -4475,7 +5751,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 57.15 121.92 0) + (at 67.31 121.92 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4486,7 +5762,7 @@ (fields_autoplaced yes) (uuid "20e773f0-4f63-49d1-a064-f30e2bae564d") (property "Reference" "#PWR0176" - (at 57.15 128.27 0) + (at 73.66 121.92 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4497,17 +5773,18 @@ ) ) (property "Value" "GND" - (at 57.15 127 0) + (at 71.12 121.9199 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" - (at 57.15 121.92 0) + (at 67.31 121.92 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4518,7 +5795,7 @@ ) ) (property "Datasheet" "" - (at 57.15 121.92 0) + (at 67.31 121.92 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4529,7 +5806,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 57.15 121.92 0) + (at 67.31 121.92 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4629,9 +5906,9 @@ ) ) (symbol - (lib_id "Device:C") - (at 40.64 39.37 0) - (unit 1) + (lib_id "Analog_Switch:TS5A23157DGS") + (at 191.77 49.53 0) + (unit 2) (body_style 1) (exclude_from_sim no) (in_bom yes) @@ -4639,9 +5916,30 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "3468ba89-8a91-4a1b-a90b-bfae0038e351") - (property "Reference" "C164" - (at 44.45 38.0999 0) + (uuid "2afed093-ce18-4574-9562-abfe92076b21") + (property "Reference" "U29" + (at 191.77 40.64 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TS5A23157DGS" + (at 191.77 43.18 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" + (at 193.04 61.595 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects @@ -4651,8 +5949,198 @@ (justify left) ) ) - (property "Value" "1uF" - (at 44.45 40.6399 0) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/ts5a23157.pdf" + (at 193.04 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "Dual 10 ohms SPDT Analog Switch, TSSOP-10 (Texas DGS0010A / VSSOP)" + (at 191.77 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "3" + (uuid "99447000-144f-4b3f-8147-5400bb237f6b") + ) + (pin "5" + (uuid "6a2a1233-0bf6-4280-a184-23148652633e") + ) + (pin "8" + (uuid "6c851e3c-8a4b-4264-87e2-fc79e79019b1") + ) + (pin "7" + (uuid "3fa7de6d-a7e9-4766-bbac-41951dca09c7") + ) + (pin "10" + (uuid "f5e4f65f-ddcc-428d-b6a5-fa87c7e31fc7") + ) + (pin "1" + (uuid "ac8e46b0-cc4f-4081-a96a-ac726981717f") + ) + (pin "6" + (uuid "a4401a51-6671-4712-a782-e04ba458a2ce") + ) + (pin "4" + (uuid "2babb317-26b1-49b5-9a83-f682f0381d08") + ) + (pin "2" + (uuid "e0037469-e7f2-4369-a44d-84f34632a2c4") + ) + (pin "9" + (uuid "287742ce-4634-467f-9c66-648cf027408a") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "U29") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Analog_Switch:TS5A23157DGS") + (at 191.77 68.58 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 "2bff3c63-754c-4396-a8d4-ec563a652ee6") + (property "Reference" "U29" + (at 191.77 59.69 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TS5A23157DGS" + (at 191.77 62.23 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" + (at 193.04 80.645 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/ts5a23157.pdf" + (at 193.04 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "Dual 10 ohms SPDT Analog Switch, TSSOP-10 (Texas DGS0010A / VSSOP)" + (at 191.77 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "4" + (uuid "1d561279-5490-43fe-b5a5-078ef5f04c5a") + ) + (pin "9" + (uuid "2ece6fba-dae7-428e-bb91-0c289c27a7bb") + ) + (pin "10" + (uuid "d5899f36-276e-45e5-b238-bb01fea1211a") + ) + (pin "8" + (uuid "ab1f4550-c59f-4d60-aa42-7d5f87dcf193") + ) + (pin "1" + (uuid "478d14d6-9ab0-4e7c-8c7b-076d3da846f9") + ) + (pin "6" + (uuid "5df8b7c5-9e75-441d-82d5-8114fab1c353") + ) + (pin "3" + (uuid "b398acba-3b55-48a1-b5fe-f278c604af22") + ) + (pin "5" + (uuid "9d6e889f-5083-41f2-88ca-2d72260a625a") + ) + (pin "2" + (uuid "5fca09d8-86e3-4a3b-a12f-37d8189ff3d7") + ) + (pin "7" + (uuid "a6edcf88-aa86-455e-90a6-5b41ad7e3f70") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "U29") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 31.75 40.64 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "3468ba89-8a91-4a1b-a90b-bfae0038e351") + (property "Reference" "C164" + (at 34.29 38.862 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 34.29 41.402 0) (show_name no) (do_not_autoplace no) (effects @@ -4663,7 +6151,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 41.6052 43.18 0) + (at 32.7152 44.45 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4674,7 +6162,7 @@ ) ) (property "Datasheet" "" - (at 40.64 39.37 0) + (at 31.75 40.64 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4684,8 +6172,19 @@ ) ) ) - (property "Description" "GRM21BR71C105KA01" - (at 40.64 39.37 0) + (property "Description" "GRM21BR61E106KA73L" + (at 31.75 40.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR61E106KA73L" + (at 31.75 40.64 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4711,9 +6210,8 @@ ) ) (symbol - (lib_id "MIKILAB_power:GND") - (at 208.28 156.21 0) - (mirror y) + (lib_id "MIKILAB_TPD2E007DCKR:TPD2E007DCKR") + (at 121.92 180.34 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4722,9 +6220,238 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "3f6ddeb4-cb6f-40f0-bf72-61552254e898") - (property "Reference" "#PWR0192" - (at 208.28 162.56 0) + (uuid "3c8c6a8e-5a12-41c8-aa17-930cbcede433") + (property "Reference" "U14" + (at 121.92 170.18 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TPD2E007DCKR" + (at 121.92 172.72 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "MIKILAB_TPD2E007DCKR:SOT65P210X110-3N" + (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 "Datasheet" "" + (at 121.92 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual 10-pF, ±13-V, ±8-kV ESD protection diode for AC Signal Data Interfaces" + (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 "MF" "Texas Instruments" + (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 "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) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Price" "None" + (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 "Package" "SC70-3 Texas Instruments" + (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 "OC_FARNELL" "-" + (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 "SnapEDA_Link" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=snap" + (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 "MP" "TPD2E007DCKR" + (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 "SUPPLIER" "Texas Instruments" + (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 "OC_NEWARK" "55R7554" + (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 "Availability" "In Stock" + (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 "Check_prices" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=eda" + (at 121.92 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (pin "3" + (uuid "699f0c1e-1056-48a2-95ac-c171bab7a78d") + ) + (pin "2" + (uuid "12f903eb-bbc3-4d78-8797-2586bee53ce9") + ) + (pin "1" + (uuid "f302bb0c-adde-4b23-b682-eed6b1f1a52d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "U14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 40.64 187.96 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 "4ad5ebd6-179c-42d9-9183-1c61a40ea478") + (property "Reference" "#PWR041" + (at 40.64 194.31 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4735,7 +6462,7 @@ ) ) (property "Value" "GND" - (at 208.28 161.29 0) + (at 40.64 193.04 0) (show_name no) (do_not_autoplace no) (effects @@ -4745,7 +6472,7 @@ ) ) (property "Footprint" "" - (at 208.28 156.21 0) + (at 40.64 187.96 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4756,7 +6483,7 @@ ) ) (property "Datasheet" "" - (at 208.28 156.21 0) + (at 40.64 187.96 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4767,7 +6494,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 208.28 156.21 0) + (at 40.64 187.96 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4778,12 +6505,12 @@ ) ) (pin "1" - (uuid "0d68d9a1-be82-46b1-aec6-950bf52e9371") + (uuid "f0fa74da-f505-48fe-9c0a-16f538e1b426") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" - (reference "#PWR0192") + (reference "#PWR041") (unit 1) ) ) @@ -4820,7 +6547,7 @@ ) ) ) - (property "Footprint" "" + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 133.858 90.17 90) (hide yes) (show_name no) @@ -4853,6 +6580,17 @@ ) ) ) + (property "PNM" "0805W8F2201T5E" + (at 132.08 90.17 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "6bde2f3e-f151-44ae-90f5-c77a26f01faf") ) @@ -4869,9 +6607,8 @@ ) ) (symbol - (lib_id "MIKILAB_power:GND") - (at 187.96 129.54 0) - (mirror y) + (lib_id "Device:C") + (at 20.32 40.64 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4879,30 +6616,31 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "5a94f799-ea06-4dab-86d2-455e492d8637") - (property "Reference" "#PWR0193" - (at 187.96 135.89 0) - (hide yes) + (uuid "540a9faa-a08c-43f6-864d-da9bafddb397") + (property "Reference" "C174" + (at 21.082 38.354 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "GND" - (at 187.96 133.35 0) + (property "Value" "100nF" + (at 20.828 42.672 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Footprint" "" - (at 187.96 129.54 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 21.2852 44.45 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4913,7 +6651,99 @@ ) ) (property "Datasheet" "" - (at 187.96 129.54 0) + (at 20.32 40.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 20.32 40.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 20.32 40.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "9ba0a280-64c0-4f58-9c00-0401ff11795f") + ) + (pin "2" + (uuid "7ae69a7a-3638-4b96-887f-4eceee90ef1f") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "C174") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 243.84 125.73 270) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "5a94f799-ea06-4dab-86d2-455e492d8637") + (property "Reference" "#PWR0193" + (at 237.49 125.73 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 240.03 125.73 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 243.84 125.73 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 243.84 125.73 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4924,7 +6754,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 187.96 129.54 0) + (at 243.84 125.73 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4948,8 +6778,8 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 218.44 121.92 0) - (mirror y) + (at 241.3 118.11 270) + (mirror x) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4960,7 +6790,7 @@ (fields_autoplaced yes) (uuid "5afb98be-5999-4186-9b31-939ec79c5235") (property "Reference" "#PWR0191" - (at 218.44 128.27 0) + (at 234.95 118.11 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4971,17 +6801,18 @@ ) ) (property "Value" "GND" - (at 218.44 127 0) + (at 237.49 118.1099 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" - (at 218.44 121.92 0) + (at 241.3 118.11 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4992,7 +6823,7 @@ ) ) (property "Datasheet" "" - (at 218.44 121.92 0) + (at 241.3 118.11 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5003,7 +6834,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 218.44 121.92 0) + (at 241.3 118.11 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5027,7 +6858,7 @@ ) (symbol (lib_id "Device:C") - (at 191.77 66.04 90) + (at 252.73 33.02 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5037,7 +6868,7 @@ (dnp no) (uuid "5b430fdd-f6f8-48da-81b4-9df3c5fd3f04") (property "Reference" "C172" - (at 188.214 64.516 90) + (at 249.174 31.496 90) (show_name no) (do_not_autoplace no) (effects @@ -5047,7 +6878,7 @@ ) ) (property "Value" "1uF" - (at 188.722 67.056 90) + (at 249.682 34.036 90) (show_name no) (do_not_autoplace no) (effects @@ -5057,7 +6888,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 195.58 65.0748 0) + (at 256.54 32.0548 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5068,7 +6899,7 @@ ) ) (property "Datasheet" "" - (at 191.77 66.04 0) + (at 252.73 33.02 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5078,8 +6909,19 @@ ) ) ) - (property "Description" "GRM21BR71C105KA01" - (at 191.77 66.04 0) + (property "Description" "GCM21BR71E105KA56L" + (at 252.73 33.02 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 252.73 33.02 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5157,7 +6999,7 @@ ) ) ) - (property "Description" "GRM21BR71C105KA01" + (property "Description" "GCM21BR71E105KA56L" (at 128.27 83.82 0) (hide yes) (show_name no) @@ -5168,6 +7010,17 @@ ) ) ) + (property "PNM" "GCM21BR71E105KA56L" + (at 128.27 83.82 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "5858f00f-35ee-4ac7-b9ff-0161688975b1") ) @@ -5183,87 +7036,6 @@ ) ) ) - (symbol - (lib_id "Device:D_TVS") - (at 146.05 153.67 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "6106dc2e-3276-4ec4-8a3c-64f96061053b") - (property "Reference" "D11" - (at 148.844 152.654 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "ESD112-B1-02EL" - (at 143.764 146.812 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 146.05 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 146.05 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 146.05 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "d7c37e10-9c55-44a2-b45d-bb5dc3877e2d") - ) - (pin "1" - (uuid "0583d231-6e75-47fa-ae02-b8a5ba6cf3ff") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" - (reference "D11") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:C") (at 40.64 52.07 0) @@ -5320,7 +7092,18 @@ ) ) ) - (property "Description" "GRM21BR72A104JAC4" + (property "Description" "GRM21BR71H104KA01L" + (at 40.64 52.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 40.64 52.07 0) (hide yes) (show_name no) @@ -5348,7 +7131,7 @@ ) (symbol (lib_id "Device:C") - (at 191.77 71.12 90) + (at 252.73 38.1 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5358,7 +7141,7 @@ (dnp no) (uuid "6ead2bc3-be50-4096-b8db-dfabe3125a79") (property "Reference" "C173" - (at 187.96 69.85 90) + (at 248.92 36.83 90) (show_name no) (do_not_autoplace no) (effects @@ -5368,7 +7151,7 @@ ) ) (property "Value" "1uF" - (at 188.722 72.39 90) + (at 249.682 39.37 90) (show_name no) (do_not_autoplace no) (effects @@ -5378,7 +7161,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 195.58 70.1548 0) + (at 256.54 37.1348 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5389,7 +7172,7 @@ ) ) (property "Datasheet" "" - (at 191.77 71.12 0) + (at 252.73 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5399,8 +7182,19 @@ ) ) ) - (property "Description" "GRM21BR71C105KA01" - (at 191.77 71.12 0) + (property "Description" "GCM21BR71E105KA56L" + (at 252.73 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 252.73 38.1 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5478,7 +7272,7 @@ ) ) ) - (property "Description" "GRM21BR71C105KA01" + (property "Description" "GCM21BR71E105KA56L" (at 128.27 66.04 0) (hide yes) (show_name no) @@ -5489,6 +7283,17 @@ ) ) ) + (property "PNM" "GCM21BR71E105KA56L" + (at 128.27 66.04 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "3bf09415-c8fc-4837-b485-8785592e38fb") ) @@ -5506,7 +7311,7 @@ ) (symbol (lib_id "power:GND") - (at 40.64 43.18 0) + (at 20.32 46.99 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5514,10 +7319,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) (uuid "79678949-daad-42eb-8ea1-d6df4887bbfe") (property "Reference" "#PWR0142" - (at 40.64 49.53 0) + (at 20.32 53.34 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5528,7 +7332,7 @@ ) ) (property "Value" "GND" - (at 40.64 48.26 0) + (at 18.288 46.99 0) (show_name no) (do_not_autoplace no) (effects @@ -5538,7 +7342,7 @@ ) ) (property "Footprint" "" - (at 40.64 43.18 0) + (at 20.32 46.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5549,7 +7353,7 @@ ) ) (property "Datasheet" "" - (at 40.64 43.18 0) + (at 20.32 46.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5560,7 +7364,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 40.64 43.18 0) + (at 20.32 46.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5584,7 +7388,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 133.35 156.21 0) + (at 49.53 68.58 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5592,10 +7396,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "8d92fd53-8f48-4aed-8bae-94a4f8318bd7") - (property "Reference" "#PWR0174" - (at 133.35 162.56 0) + (uuid "85cf0414-8ce7-4541-9519-2124b8d6f577") + (property "Reference" "#PWR0192" + (at 49.53 74.93 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5606,7 +7409,7 @@ ) ) (property "Value" "GND" - (at 133.35 161.29 0) + (at 49.53 72.39 0) (show_name no) (do_not_autoplace no) (effects @@ -5616,7 +7419,7 @@ ) ) (property "Footprint" "" - (at 133.35 156.21 0) + (at 49.53 68.58 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5627,7 +7430,7 @@ ) ) (property "Datasheet" "" - (at 133.35 156.21 0) + (at 49.53 68.58 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5638,7 +7441,164 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 133.35 156.21 0) + (at 49.53 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "644fe78b-dc90-45c6-a76d-e43909f07a07") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "#PWR0192") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 39.37 48.26 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 "876586f7-4ade-433b-aa91-dbf81d5c3d52") + (property "Reference" "#PWR0253" + (at 43.18 48.26 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_CODER" + (at 35.56 48.2599 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 39.37 48.26 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 39.37 48.26 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 39.37 48.26 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "49c48b56-be86-4f65-8ad5-2b6445465989") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "#PWR0253") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 144.78 153.67 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 "8d92fd53-8f48-4aed-8bae-94a4f8318bd7") + (property "Reference" "#PWR0174" + (at 144.78 160.02 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 144.78 158.75 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 144.78 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 144.78 153.67 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 144.78 153.67 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5662,7 +7622,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 53.34 154.94 0) + (at 63.5 154.94 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5673,7 +7633,7 @@ (fields_autoplaced yes) (uuid "8f59a251-6e48-4196-8ec3-4003b96d3e3f") (property "Reference" "#PWR0173" - (at 53.34 161.29 0) + (at 63.5 161.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5684,7 +7644,7 @@ ) ) (property "Value" "GND" - (at 53.34 160.02 0) + (at 63.5 160.02 0) (show_name no) (do_not_autoplace no) (effects @@ -5694,7 +7654,7 @@ ) ) (property "Footprint" "" - (at 53.34 154.94 0) + (at 63.5 154.94 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5705,7 +7665,7 @@ ) ) (property "Datasheet" "" - (at 53.34 154.94 0) + (at 63.5 154.94 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5716,7 +7676,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 53.34 154.94 0) + (at 63.5 154.94 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5738,90 +7698,9 @@ ) ) ) - (symbol - (lib_id "Device:D_TVS") - (at 151.13 153.67 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "92e5c4e5-f404-460f-9cc8-f489b53a9638") - (property "Reference" "D12" - (at 153.924 152.654 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "ESD112-B1-02EL" - (at 148.844 146.812 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 151.13 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 151.13 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 151.13 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "bcad792c-96ea-40eb-8b64-35d81dda6fa2") - ) - (pin "1" - (uuid "6b569d14-649c-45d7-badf-916d430ca48b") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" - (reference "D12") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "MIKILAB_SJ_3506_SMT_TR:SJ-3506-SMT-TR") - (at 113.03 143.51 0) + (at 124.46 140.97 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5832,7 +7711,7 @@ (fields_autoplaced yes) (uuid "943dca22-b1cc-4497-aaa7-0458166c142f") (property "Reference" "J8" - (at 111.76 115.57 0) + (at 123.19 113.03 0) (show_name no) (do_not_autoplace no) (effects @@ -5842,7 +7721,7 @@ ) ) (property "Value" "SJ-3506-SMT-TR" - (at 111.76 118.11 0) + (at 123.19 115.57 0) (show_name no) (do_not_autoplace no) (effects @@ -5852,7 +7731,7 @@ ) ) (property "Footprint" "MIKILAB_SJ_3506_SMT_TR:CUI_SJ-3506-SMT-TR" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5864,7 +7743,7 @@ ) ) (property "Datasheet" "" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5875,7 +7754,7 @@ ) ) (property "Description" "3.5 mm, Stereo, Right Angle, Mid Mount (SMT), Dual Switches, Shielded, 3 Conductors, Normally Open Switch, Audio Jack Connector" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5887,7 +7766,7 @@ ) ) (property "MF" "Same Sky" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5899,7 +7778,7 @@ ) ) (property "MAXIMUM_PACKAGE_HEIGHT" "2.76mm" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5911,7 +7790,7 @@ ) ) (property "Package" "None" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5923,7 +7802,7 @@ ) ) (property "Price" "None" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5935,7 +7814,7 @@ ) ) (property "Check_prices" "https://www.snapeda.com/parts/SJ-3506-SMT-TR/Same+Sky/view-part/?ref=eda" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5947,7 +7826,7 @@ ) ) (property "STANDARD" "Manufacturer Recommendations" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5959,7 +7838,7 @@ ) ) (property "PARTREV" "1.04" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5971,7 +7850,7 @@ ) ) (property "SnapEDA_Link" "https://www.snapeda.com/parts/SJ-3506-SMT-TR/Same+Sky/view-part/?ref=snap" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5983,7 +7862,7 @@ ) ) (property "MP" "SJ-3506-SMT-TR" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5995,7 +7874,7 @@ ) ) (property "Availability" "In Stock" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6007,7 +7886,7 @@ ) ) (property "MANUFACTURER" "Cui Devices" - (at 113.03 143.51 0) + (at 124.46 140.97 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6053,7 +7932,8 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 64.77 157.48 0) + (at 199.39 105.41 270) + (mirror x) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6061,10 +7941,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "9675cbeb-c29e-4b3a-8524-72f3843f888d") - (property "Reference" "#PWR0180" - (at 64.77 163.83 0) + (uuid "95e2835b-3947-4c4c-8bcd-1fde771f18bf") + (property "Reference" "#PWR0221" + (at 193.04 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6075,7 +7954,7 @@ ) ) (property "Value" "GND" - (at 64.77 162.56 0) + (at 195.58 105.41 0) (show_name no) (do_not_autoplace no) (effects @@ -6085,7 +7964,7 @@ ) ) (property "Footprint" "" - (at 64.77 157.48 0) + (at 199.39 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6096,7 +7975,7 @@ ) ) (property "Datasheet" "" - (at 64.77 157.48 0) + (at 199.39 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6107,7 +7986,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 64.77 157.48 0) + (at 199.39 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6118,93 +7997,12 @@ ) ) (pin "1" - (uuid "07f21991-44b3-4521-96c9-e5db33c2176b") + (uuid "c92963d5-eabb-43d1-836e-3f40e6c7de30") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" - (reference "#PWR0180") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:D_TVS") - (at 71.12 153.67 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "9b6bd9bf-fcb9-4d88-a3b5-f3281bff3501") - (property "Reference" "D15" - (at 73.914 152.654 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "ESD112-B1-02EL" - (at 68.834 146.812 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 71.12 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 71.12 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 71.12 153.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "531b2750-9b75-4d56-9737-995f44336bf2") - ) - (pin "1" - (uuid "411863c0-863e-4c7a-aeb6-de0a04cb291f") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" - (reference "D15") + (reference "#PWR0221") (unit 1) ) ) @@ -6266,7 +8064,18 @@ ) ) ) - (property "Description" "GRM21BR72A104JAC4" + (property "Description" "GRM21BR71H104KA01L" + (at 130.81 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 130.81 54.61 0) (hide yes) (show_name no) @@ -6294,7 +8103,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 85.09 129.54 0) + (at 67.31 129.54 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6304,7 +8113,7 @@ (dnp no) (uuid "a83bbee0-0471-4b39-802e-9b94fab565a2") (property "Reference" "#PWR0177" - (at 85.09 135.89 0) + (at 73.66 129.54 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6315,7 +8124,7 @@ ) ) (property "Value" "GND" - (at 84.836 133.096 0) + (at 70.866 129.794 0) (show_name no) (do_not_autoplace no) (effects @@ -6325,7 +8134,7 @@ ) ) (property "Footprint" "" - (at 85.09 129.54 0) + (at 67.31 129.54 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6336,7 +8145,7 @@ ) ) (property "Datasheet" "" - (at 85.09 129.54 0) + (at 67.31 129.54 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6347,7 +8156,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 85.09 129.54 0) + (at 67.31 129.54 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6370,9 +8179,8 @@ ) ) (symbol - (lib_id "Device:D_TVS") - (at 214.63 152.4 270) - (mirror x) + (lib_id "power:GND") + (at 203.2 25.4 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6380,31 +8188,30 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "bf4f2fbb-3bee-41c2-8d04-9f834e9ec22c") - (property "Reference" "D16" - (at 211.836 151.384 0) + (uuid "ae2d5dbb-238a-462a-b857-1eb67eb59f4d") + (property "Reference" "#PWR0163" + (at 203.2 31.75 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Value" "ESD112-B1-02EL" - (at 216.916 145.542 0) + (property "Value" "GND" + (at 203.2 29.21 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 214.63 152.4 0) + (property "Footprint" "" + (at 203.2 25.4 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6415,7 +8222,7 @@ ) ) (property "Datasheet" "" - (at 214.63 152.4 0) + (at 203.2 25.4 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6425,8 +8232,8 @@ ) ) ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 214.63 152.4 0) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 203.2 25.4 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6436,16 +8243,321 @@ ) ) ) - (pin "2" - (uuid "eaaddc82-3a9e-4416-9a29-72646b97e655") - ) (pin "1" - (uuid "b263f621-c794-475c-a175-e314ad73e0ab") + (uuid "4825a85c-5ad7-446b-9650-b9120a80dda2") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" - (reference "D16") + (reference "#PWR0163") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 135.89 50.8 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 "bc474f90-a13a-4e11-8572-49a8def644a8") + (property "Reference" "#PWR0254" + (at 132.08 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_CODER" + (at 139.7 50.7999 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 135.89 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 135.89 50.8 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 135.89 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "cc060d7e-d0dd-4d93-869e-5829084a6654") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "#PWR0254") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_TPD2E007DCKR:TPD2E007DCKR") + (at 217.17 110.49 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 "bd943e95-ddad-4304-8d71-7102620d2e88") + (property "Reference" "U26" + (at 217.17 120.65 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TPD2E007DCKR" + (at 217.17 118.11 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "MIKILAB_TPD2E007DCKR:SOT65P210X110-3N" + (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 "Datasheet" "" + (at 217.17 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual 10-pF, ±13-V, ±8-kV ESD protection diode for AC Signal Data Interfaces" + (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 "MF" "Texas Instruments" + (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 "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) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Price" "None" + (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 "Package" "SC70-3 Texas Instruments" + (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 "OC_FARNELL" "-" + (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 "SnapEDA_Link" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=snap" + (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 "MP" "TPD2E007DCKR" + (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 "SUPPLIER" "Texas Instruments" + (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 "OC_NEWARK" "55R7554" + (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 "Availability" "In Stock" + (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 "Check_prices" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=eda" + (at 217.17 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (pin "3" + (uuid "4d123494-c29a-4ae4-a53a-71f925a6cc6a") + ) + (pin "2" + (uuid "2ada6c09-3202-4fdd-a447-d774bb1259f1") + ) + (pin "1" + (uuid "c06f53b2-c402-4ec7-bd18-bb6611a7b03d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "U26") (unit 1) ) ) @@ -6453,7 +8565,7 @@ ) (symbol (lib_id "Device:C") - (at 191.77 58.42 90) + (at 252.73 25.4 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6463,7 +8575,7 @@ (dnp no) (uuid "c8b74031-a139-4a48-8c3e-eb5420bf66e3") (property "Reference" "C171" - (at 187.96 57.15 90) + (at 248.92 24.13 90) (show_name no) (do_not_autoplace no) (effects @@ -6473,7 +8585,7 @@ ) ) (property "Value" "1uF" - (at 188.722 59.69 90) + (at 249.682 26.67 90) (show_name no) (do_not_autoplace no) (effects @@ -6483,7 +8595,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 195.58 57.4548 0) + (at 256.54 24.4348 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6494,7 +8606,7 @@ ) ) (property "Datasheet" "" - (at 191.77 58.42 0) + (at 252.73 25.4 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6504,8 +8616,19 @@ ) ) ) - (property "Description" "GRM21BR71C105KA01" - (at 191.77 58.42 0) + (property "Description" "GCM21BR71E105KA56L" + (at 252.73 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 252.73 25.4 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6532,7 +8655,7 @@ ) (symbol (lib_id "power:GND") - (at 153.67 55.88 0) + (at 125.73 33.02 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6540,10 +8663,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) (uuid "c9584d2a-2b7c-4886-b86f-3dc6ebc45726") (property "Reference" "#PWR0141" - (at 153.67 62.23 0) + (at 125.73 26.67 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6554,7 +8676,7 @@ ) ) (property "Value" "GND" - (at 153.67 60.96 0) + (at 125.73 28.956 0) (show_name no) (do_not_autoplace no) (effects @@ -6564,7 +8686,7 @@ ) ) (property "Footprint" "" - (at 153.67 55.88 0) + (at 125.73 33.02 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6575,7 +8697,7 @@ ) ) (property "Datasheet" "" - (at 153.67 55.88 0) + (at 125.73 33.02 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6586,7 +8708,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 153.67 55.88 0) + (at 125.73 33.02 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6609,8 +8731,8 @@ ) ) (symbol - (lib_id "Device:C") - (at 191.77 53.34 90) + (lib_id "MIKILAB_power:GND") + (at 104.14 185.42 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6618,9 +8740,11 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "e0929270-4a51-44bf-a757-52d442c3daa3") - (property "Reference" "C170" - (at 188.214 51.816 90) + (fields_autoplaced yes) + (uuid "cc52898f-3913-4112-9bac-2265661585ee") + (property "Reference" "#PWR0179" + (at 104.14 191.77 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects @@ -6629,8 +8753,8 @@ ) ) ) - (property "Value" "1uF" - (at 188.722 54.356 90) + (property "Value" "GND" + (at 104.14 190.5 0) (show_name no) (do_not_autoplace no) (effects @@ -6639,8 +8763,8 @@ ) ) ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 195.58 52.3748 0) + (property "Footprint" "" + (at 104.14 185.42 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6651,7 +8775,7 @@ ) ) (property "Datasheet" "" - (at 191.77 53.34 0) + (at 104.14 185.42 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6661,8 +8785,185 @@ ) ) ) - (property "Description" "GRM21BR71C105KA01" - (at 191.77 53.34 0) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 104.14 185.42 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3d3f8124-924c-4b61-b5a0-d84c96fe61a0") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "#PWR0179") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 217.17 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 "d8dd06bb-d680-4c7b-8283-c14f8635fad5") + (property "Reference" "C188" + (at 213.36 45.72 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1uF" + (at 214.122 48.26 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 220.98 46.0248 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 217.17 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 217.17 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 217.17 46.99 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "17dd01bc-10fa-4545-88e5-fe368d92283c") + ) + (pin "2" + (uuid "2fe0c42f-e80c-4a17-8a17-c1f4ecd8271d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "C188") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 252.73 20.32 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "e0929270-4a51-44bf-a757-52d442c3daa3") + (property "Reference" "C170" + (at 249.174 18.796 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1uF" + (at 249.682 21.336 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 256.54 19.3548 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 252.73 20.32 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 252.73 20.32 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 252.73 20.32 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6687,6 +8988,85 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 171.45 25.4 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 "e47e5293-b80e-4f4a-ac46-8b7830804dee") + (property "Reference" "#PWR0264" + (at 175.26 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_CODER" + (at 167.64 25.3999 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 171.45 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 171.45 25.4 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 171.45 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3b3ac33c-f5cd-4978-b390-136b9c9a739f") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "#PWR0264") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "MIKILAB_XTAC5212IRGER:XTAC5212IRGER") (at 64.77 35.56 0) @@ -6743,7 +9123,18 @@ ) ) ) - (property "Description" "" + (property "Description" "XTAC5212IRGER" + (at 64.77 35.56 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "XTAC5212IRGER" (at 64.77 35.56 0) (hide yes) (show_name no) @@ -6851,8 +9242,8 @@ ) ) (symbol - (lib_id "Device:D_TVS") - (at 139.7 153.67 90) + (lib_id "Device:C") + (at 57.15 68.58 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6860,31 +9251,29 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "e91a1b38-32ec-4cce-bbae-1cfdeb31567b") - (property "Reference" "D10" - (at 142.494 152.654 0) + (uuid "e9a5ff20-d330-432a-8c4b-b1675ad75080") + (property "Reference" "C190" + (at 53.594 67.056 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Value" "ESD112-B1-02EL" - (at 137.414 146.812 0) + (property "Value" "1uF" + (at 54.102 69.596 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 139.7 153.67 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 60.96 67.6148 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6895,7 +9284,7 @@ ) ) (property "Datasheet" "" - (at 139.7 153.67 0) + (at 57.15 68.58 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6905,8 +9294,8 @@ ) ) ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 139.7 153.67 0) + (property "Description" "GCM21BR71E105KA56L" + (at 57.15 68.58 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6916,16 +9305,27 @@ ) ) ) - (pin "2" - (uuid "e12310d7-0ac4-4db2-a4b4-b4fea5182450") + (property "PNM" "GCM21BR71E105KA56L" + (at 57.15 68.58 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) (pin "1" - (uuid "87557ab6-994c-456c-af9b-1700c340eacf") + (uuid "20564e32-0f17-4f5f-b3c8-3712ee70e2af") + ) + (pin "2" + (uuid "894242e2-de3f-469b-ae72-04737b04e78e") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" - (reference "D10") + (reference "C190") (unit 1) ) ) @@ -6984,7 +9384,7 @@ ) ) ) - (property "Description" "GRM21BR71C105KA01" + (property "Description" "GCM21BR71E105KA56L" (at 128.27 78.74 0) (hide yes) (show_name no) @@ -6995,6 +9395,17 @@ ) ) ) + (property "PNM" "GCM21BR71E105KA56L" + (at 128.27 78.74 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "7c8b4ee4-2e36-44af-9af4-e835437b6a52") ) @@ -7012,7 +9423,7 @@ ) (symbol (lib_id "power:GND") - (at 121.92 35.56 0) + (at 118.11 35.56 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7020,10 +9431,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) (uuid "ed498e97-0583-4d49-b65f-b88d8ee5ccb7") (property "Reference" "#PWR0143" - (at 121.92 41.91 0) + (at 124.46 35.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7034,7 +9444,7 @@ ) ) (property "Value" "GND" - (at 121.92 40.64 0) + (at 122.174 36.068 0) (show_name no) (do_not_autoplace no) (effects @@ -7044,7 +9454,7 @@ ) ) (property "Footprint" "" - (at 121.92 35.56 0) + (at 118.11 35.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7055,7 +9465,7 @@ ) ) (property "Datasheet" "" - (at 121.92 35.56 0) + (at 118.11 35.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7066,7 +9476,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 121.92 35.56 0) + (at 118.11 35.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7089,9 +9499,8 @@ ) ) (symbol - (lib_id "Device:D_TVS") - (at 203.2 152.4 270) - (mirror x) + (lib_id "Device:R") + (at 45.72 24.13 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7099,31 +9508,29 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "f452591b-d0f0-428e-a124-cf7e4b17d42a") - (property "Reference" "D18" - (at 200.406 151.384 0) + (uuid "edc2084d-4afd-4551-82ca-1120d9c0a4dd") + (property "Reference" "R96" + (at 50.546 25.146 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Value" "ESD112-B1-02EL" - (at 205.486 145.542 0) + (property "Value" "33" + (at 45.466 24.13 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 203.2 152.4 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 45.72 25.908 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -7134,7 +9541,7 @@ ) ) (property "Datasheet" "" - (at 203.2 152.4 0) + (at 45.72 24.13 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7144,8 +9551,8 @@ ) ) ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 203.2 152.4 0) + (property "Description" "RC0805FR-0733RL — 33 Ω — 1% — 0805" + (at 45.72 24.13 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7155,16 +9562,27 @@ ) ) ) - (pin "2" - (uuid "0592d988-3b17-4184-b548-232b3e0b52c2") + (property "PNM" "RC0805FR-0733RL — 33 Ω — 1% — 0805" + (at 45.72 24.13 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) (pin "1" - (uuid "83f73283-9920-4789-9308-e345201bc41b") + (uuid "bb88da62-e1ac-42e8-8195-0917fddced81") + ) + (pin "2" + (uuid "9ad5265a-29f9-4818-a9f5-04b916a218d3") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" - (reference "D18") + (reference "R96") (unit 1) ) ) @@ -7172,7 +9590,7 @@ ) (symbol (lib_id "MIKILAB_SJ_3506_SMT_TR:SJ-3506-SMT-TR") - (at 241.3 142.24 0) + (at 264.16 138.43 0) (mirror y) (unit 1) (body_style 1) @@ -7184,7 +9602,7 @@ (fields_autoplaced yes) (uuid "f579c20c-7125-404c-bd2c-eeb8fa9c153d") (property "Reference" "J9" - (at 242.57 114.3 0) + (at 265.43 110.49 0) (show_name no) (do_not_autoplace no) (effects @@ -7194,7 +9612,7 @@ ) ) (property "Value" "SJ-3506-SMT-TR" - (at 242.57 116.84 0) + (at 265.43 113.03 0) (show_name no) (do_not_autoplace no) (effects @@ -7204,7 +9622,7 @@ ) ) (property "Footprint" "MIKILAB_SJ_3506_SMT_TR:CUI_SJ-3506-SMT-TR" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7216,7 +9634,7 @@ ) ) (property "Datasheet" "" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7227,7 +9645,7 @@ ) ) (property "Description" "3.5 mm, Stereo, Right Angle, Mid Mount (SMT), Dual Switches, Shielded, 3 Conductors, Normally Open Switch, Audio Jack Connector" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7239,7 +9657,7 @@ ) ) (property "MF" "Same Sky" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7251,7 +9669,7 @@ ) ) (property "MAXIMUM_PACKAGE_HEIGHT" "2.76mm" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7263,7 +9681,7 @@ ) ) (property "Package" "None" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7275,7 +9693,7 @@ ) ) (property "Price" "None" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7287,7 +9705,7 @@ ) ) (property "Check_prices" "https://www.snapeda.com/parts/SJ-3506-SMT-TR/Same+Sky/view-part/?ref=eda" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7299,7 +9717,7 @@ ) ) (property "STANDARD" "Manufacturer Recommendations" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7311,7 +9729,7 @@ ) ) (property "PARTREV" "1.04" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7323,7 +9741,7 @@ ) ) (property "SnapEDA_Link" "https://www.snapeda.com/parts/SJ-3506-SMT-TR/Same+Sky/view-part/?ref=snap" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7335,7 +9753,7 @@ ) ) (property "MP" "SJ-3506-SMT-TR" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7347,7 +9765,7 @@ ) ) (property "Availability" "In Stock" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7359,7 +9777,7 @@ ) ) (property "MANUFACTURER" "Cui Devices" - (at 241.3 142.24 0) + (at 264.16 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7403,6 +9821,235 @@ ) ) ) + (symbol + (lib_id "MIKILAB_TPD2E007DCKR:TPD2E007DCKR") + (at 58.42 182.88 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 "f6a0a2c3-fdee-4ec9-b591-551a3bf4250d") + (property "Reference" "U9" + (at 58.42 172.72 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TPD2E007DCKR" + (at 58.42 175.26 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "MIKILAB_TPD2E007DCKR:SOT65P210X110-3N" + (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 "Datasheet" "" + (at 58.42 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual 10-pF, ±13-V, ±8-kV ESD protection diode for AC Signal Data Interfaces" + (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 "MF" "Texas Instruments" + (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 "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) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Price" "None" + (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 "Package" "SC70-3 Texas Instruments" + (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 "OC_FARNELL" "-" + (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 "SnapEDA_Link" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=snap" + (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 "MP" "TPD2E007DCKR" + (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 "SUPPLIER" "Texas Instruments" + (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 "OC_NEWARK" "55R7554" + (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 "Availability" "In Stock" + (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 "Check_prices" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=eda" + (at 58.42 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (pin "3" + (uuid "89e6e6f0-7907-4897-9738-8acf9690e109") + ) + (pin "2" + (uuid "04d9947c-6745-406d-a31c-ac3bd7b0e113") + ) + (pin "1" + (uuid "d5084493-704b-4a91-8f95-508ce8daa5e7") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "U9") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 135.89 90.17 180) @@ -7434,7 +10081,7 @@ ) ) ) - (property "Footprint" "" + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 137.668 90.17 90) (hide yes) (show_name no) @@ -7467,6 +10114,17 @@ ) ) ) + (property "PNM" "0805W8F2201T5E" + (at 135.89 90.17 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "39ae54a7-f6f7-4de2-a928-9369b3cdd052") ) @@ -7484,7 +10142,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 135.89 123.19 0) + (at 147.32 120.65 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7495,7 +10153,7 @@ (fields_autoplaced yes) (uuid "f790a9af-3fa6-4658-a2fd-78e2d0b71e0f") (property "Reference" "#PWR0175" - (at 135.89 129.54 0) + (at 147.32 127 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7506,7 +10164,7 @@ ) ) (property "Value" "GND" - (at 135.89 128.27 0) + (at 147.32 125.73 0) (show_name no) (do_not_autoplace no) (effects @@ -7516,7 +10174,7 @@ ) ) (property "Footprint" "" - (at 135.89 123.19 0) + (at 147.32 120.65 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7527,7 +10185,7 @@ ) ) (property "Datasheet" "" - (at 135.89 123.19 0) + (at 147.32 120.65 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7538,7 +10196,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 135.89 123.19 0) + (at 147.32 120.65 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7560,6 +10218,99 @@ ) ) ) + (symbol + (lib_id "Device:C") + (at 171.45 29.21 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 "fc8637fa-e860-4058-a824-b8d5280f2d0d") + (property "Reference" "C189" + (at 175.26 27.9399 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 175.26 30.4799 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 172.4152 33.02 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 171.45 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 171.45 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 171.45 29.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "993021df-589a-43f1-abee-4852f404536d") + ) + (pin "2" + (uuid "5b9ea1f2-fded-42e3-b2db-acdb44aac008") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/81d9e142-f3fa-46a0-96de-196a5f9efcbd" + (reference "C189") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 40.64 55.88 0) diff --git a/hardware/kicad/HubAudio/HubAudio.kicad_pro b/hardware/kicad/HubAudio/HubAudio.kicad_pro index 4bc0c36..8453b70 100644 --- a/hardware/kicad/HubAudio/HubAudio.kicad_pro +++ b/hardware/kicad/HubAudio/HubAudio.kicad_pro @@ -260,7 +260,36 @@ "equivalence_files": [] }, "erc": { - "erc_exclusions": [], + "erc_exclusions": [ + [ + "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", + "" + ], + [ + "pin_to_pin|698500|939800|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|698500|965200|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|889000|254000|91d3a23a-d736-4642-96f0-baac86cfb42f|3e42570a-20d3-4c77-8538-4b5e1602fb31|/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|889000|381000|976386d4-8920-4cbc-95cc-5f9f6df47b29|544d8c64-8045-4f5f-800f-ba9db5369f74|/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|889000|406400|544d8c64-8045-4f5f-800f-ba9db5369f74|e7e5e0db-e45e-482e-b906-820655170c35|/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", + "" + ], + [ + "power_pin_not_driven|889000|355600|f24317f3-949b-4017-ab0a-bbd04ae8b759|00000000-0000-0000-0000-000000000000|/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab|/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab|", + "" + ] + ], "meta": { "version": 0 }, @@ -517,20 +546,7 @@ "version": 5 }, "net_colors": null, - "netclass_assignments": { - "unconnected-(R1-Pad1)": [ - "3V3_DIGITAL" - ], - "unconnected-(R10-Pad2)": [ - "3V3_DIGITAL" - ], - "unconnected-(R3-Pad1)": [ - "3V3_DIGITAL" - ], - "unconnected-(R7-Pad2)": [ - "3V3_DIGITAL" - ] - }, + "netclass_assignments": null, "netclass_patterns": [] }, "pcbnew": { @@ -767,6 +783,42 @@ "label": "#", "name": "${ITEM_NUMBER}", "show": false + }, + { + "group_by": false, + "label": "OC_FARNELL", + "name": "OC_FARNELL", + "show": false + }, + { + "group_by": false, + "label": "SUPPLIER", + "name": "SUPPLIER", + "show": false + }, + { + "group_by": false, + "label": "PNM", + "name": "PNM", + "show": true + }, + { + "group_by": false, + "label": "OC_NEWARK", + "name": "OC_NEWARK", + "show": false + }, + { + "group_by": false, + "label": "MPN", + "name": "MPN", + "show": false + }, + { + "group_by": false, + "label": "SNAPEDA_PN", + "name": "SNAPEDA_PN", + "show": false } ], "filter_string": "", @@ -817,7 +869,7 @@ "uuid": "841d8022-3a94-443e-97aa-a99a12889684" } ], - "used_designators": "J_BAT1,IC1,Z1,REF1,J_POW_BTN1,Q10-13,BOOT1,RN1-10,Y1-3,D1-18,#PWR1-193,U1-36,C1-175,FB1-4,FB14-15,SW1-2,X1,L1-20,RESET1,J1-15,TP3-8,JP3-4,R1-74,R82,R85-121,R130-132", + "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", "variants": [] }, "sheets": [ @@ -834,13 +886,17 @@ "PowerDistribution" ], [ - "73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1", - "AudioProcessor" + "742c418a-6d63-4161-86e8-dcba5886fcf4", + "PowerDistribution_2" ], [ "f8fd2832-13ed-4270-9e98-2ba7eddd8eec", "Main Controller" ], + [ + "73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1", + "AudioProcessor" + ], [ "d420ee58-604a-4bed-a2ea-d2f985c9aaa0", "Si4684" @@ -851,7 +907,7 @@ ], [ "81d9e142-f3fa-46a0-96de-196a5f9efcbd", - "Coder" + "Codec" ], [ "19d2c6b9-23fc-454e-a8be-1c2c66c2d1f5", @@ -865,10 +921,6 @@ "3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf", "Antenna" ], - [ - "742c418a-6d63-4161-86e8-dcba5886fcf4", - "AudioDomainController" - ], [ "e2542609-1b92-4554-8024-978841ad00fe", "DeviceManager" diff --git a/hardware/kicad/HubAudio/HubAudio.kicad_sch b/hardware/kicad/HubAudio/HubAudio.kicad_sch index 47d4330..602f05d 100644 --- a/hardware/kicad/HubAudio/HubAudio.kicad_sch +++ b/hardware/kicad/HubAudio/HubAudio.kicad_sch @@ -5,6 +5,16 @@ (uuid "841d8022-3a94-443e-97aa-a99a12889684") (paper "A4") (lib_symbols) + (text ".global 0" + (exclude_from_sim no) + (at 58.42 139.954 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "fac08d31-ec59-4aa6-a235-3aabea6446ef") + ) (sheet (at 85.09 25.4) (size 43.18 24.13) @@ -92,7 +102,7 @@ (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684" - (page "9") + (page "10") ) ) ) @@ -138,7 +148,7 @@ (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684" - (page "11") + (page "12") ) ) ) @@ -184,7 +194,7 @@ (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684" - (page "10") + (page "11") ) ) ) @@ -230,7 +240,7 @@ (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684" - (page "4") + (page "6") ) ) ) @@ -251,7 +261,7 @@ (color 0 0 0 0) ) (uuid "742c418a-6d63-4161-86e8-dcba5886fcf4") - (property "Sheetname" "AudioDomainController" + (property "Sheetname" "PowerDistribution_2" (at 26.67 102.1584 0) (show_name no) (do_not_autoplace no) @@ -287,7 +297,7 @@ (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684" - (page "12") + (page "4") ) ) ) @@ -333,7 +343,7 @@ (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684" - (page "7") + (page "8") ) ) ) @@ -354,7 +364,7 @@ (color 0 0 0 0) ) (uuid "81d9e142-f3fa-46a0-96de-196a5f9efcbd") - (property "Sheetname" "Coder" + (property "Sheetname" "Codec" (at 85.09 65.3284 0) (show_name no) (do_not_autoplace no) @@ -379,7 +389,7 @@ (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684" - (page "8") + (page "9") ) ) ) @@ -471,7 +481,7 @@ (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684" - (page "6") + (page "7") ) ) ) diff --git a/hardware/kicad/HubAudio/POWER.kicad_sch b/hardware/kicad/HubAudio/POWER.kicad_sch index b7d8ccb..9174fef 100644 --- a/hardware/kicad/HubAudio/POWER.kicad_sch +++ b/hardware/kicad/HubAudio/POWER.kicad_sch @@ -1145,6 +1145,121 @@ ) (embedded_fonts no) ) + (symbol "MIKILAB_power:PWR_FLAG" + (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" "#FLG" + (at 0 1.905 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 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" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (embedded_fonts no) + ) (symbol "Regulator_Linear:TPS7A20xxxDQN" (exclude_from_sim no) (in_bom yes) @@ -1620,29 +1735,27 @@ (on_board yes) (in_pos_files yes) (duplicate_pin_numbers_are_jumpers no) - (property "Reference" "U" - (at -12.7 19.05 0) + (property "Reference" "U3" + (at 0 22.86 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left bottom) ) ) (property "Value" "TPS63020DSJT" - (at -12.7 -21.59 0) + (at 0 20.32 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left top) ) ) - (property "Footprint" "TPS63020DSJT:IC_TPS63020DSJT" + (property "Footprint" "MIKILAB_IC_TPS63020DSJT:IC_TPS63020DSJT" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -1965,24 +2078,6 @@ ) ) ) - (pin output line - (at 17.78 12.7 180) - (length 5.08) - (name "VOUT_5" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - (number "5" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - ) (pin passive line (at 17.78 -7.62 180) (length 5.08) @@ -2164,6 +2259,26 @@ ) ) ) + (symbol "TPS63020DSJT_1_0" + (pin power_out line + (at 17.78 12.7 180) + (length 5.08) + (name "VOUT_5" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "5" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + ) (embedded_fonts no) ) (symbol "power:GND" @@ -2281,6 +2396,284 @@ ) (embedded_fonts no) ) + (symbol "power:VBUS" + (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" "VBUS" + (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 \"VBUS\"" + (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 "VBUS_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 "VBUS_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) + ) + (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) + ) (symbol "ti:BQ25896" (pin_names (offset 1.016) @@ -2290,8 +2683,8 @@ (on_board yes) (in_pos_files yes) (duplicate_pin_numbers_are_jumpers no) - (property "Reference" "U" - (at 0 1.27 0) + (property "Reference" "U1" + (at 0 27.94 0) (show_name no) (do_not_autoplace no) (effects @@ -2301,7 +2694,7 @@ ) ) (property "Value" "BQ25896" - (at 0 -1.27 0) + (at 0 25.4 0) (show_name no) (do_not_autoplace no) (effects @@ -2310,7 +2703,7 @@ ) ) ) - (property "Footprint" "" + (property "Footprint" "MIKILAB_ipc_qfn:IPC_QFN25P50_400X400X80L40X24T270N" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -2613,7 +3006,7 @@ ) ) ) - (pin bidirectional line + (pin output line (at 17.78 -2.54 180) (length 5.08) (name "BAT" @@ -2834,53 +3227,47 @@ ) ) (junction - (at 137.16 93.98) + (at 152.4 99.06) (diameter 0) (color 0 0 0 0) - (uuid "07738a39-4134-4f42-8f64-9c90ab64a328") + (uuid "05e82214-7f43-4ba9-9ac2-cd0ddeb0c5cd") ) (junction - (at 45.72 143.51) + (at 45.72 148.59) (diameter 0) (color 0 0 0 0) (uuid "0b61bf0d-9a7a-4e26-991f-e2a3a4388e3a") ) (junction - (at 69.85 93.98) + (at 105.41 99.06) (diameter 0) (color 0 0 0 0) (uuid "0ca45fa3-a82d-4811-9fdc-e764f7904ce1") ) (junction - (at 134.62 124.46) + (at 113.03 166.37) + (diameter 0) + (color 0 0 0 0) + (uuid "0dbf8505-69f6-468b-8fb8-d2bdeedf1539") + ) + (junction + (at 128.27 149.86) (diameter 0) (color 0 0 0 0) (uuid "0dc5d71b-e9c6-4c57-b80e-af3f5f1e1c2e") ) (junction - (at 55.88 180.34) + (at 55.88 185.42) (diameter 0) (color 0 0 0 0) (uuid "17017b9a-8707-4145-8d7b-8903fde440ab") ) - (junction - (at 34.29 109.22) - (diameter 0) - (color 0 0 0 0) - (uuid "1785d925-429a-4a10-afed-9e2a9952b944") - ) (junction (at 49.53 66.04) (diameter 0) (color 0 0 0 0) (uuid "1b90e74a-c989-40c1-9bf7-8ae13ca5213a") ) - (junction - (at 119.38 133.35) - (diameter 0) - (color 0 0 0 0) - (uuid "260580a9-8ce9-4e1e-b0b5-6b8f201fa2b7") - ) (junction (at 88.9 39.37) (diameter 0) @@ -2900,13 +3287,13 @@ (uuid "2f327e9b-532e-467f-abaa-e2da3678650d") ) (junction - (at 118.11 93.98) + (at 92.71 45.72) (diameter 0) (color 0 0 0 0) - (uuid "2f788e46-046f-404e-bd2a-88023c7db1f8") + (uuid "30c1daad-eced-41b9-ab09-d04143f423c5") ) (junction - (at 81.28 93.98) + (at 116.84 99.06) (diameter 0) (color 0 0 0 0) (uuid "331bae0c-2493-452a-8e17-0678605dd72c") @@ -2918,23 +3305,29 @@ (uuid "3342cb9e-2049-4ee7-bcf8-34391440f038") ) (junction - (at 36.83 170.18) + (at 36.83 175.26) (diameter 0) (color 0 0 0 0) (uuid "351ec5be-0bb6-4baa-ac02-f64ee9255d36") ) (junction - (at 201.93 129.54) + (at 64.77 101.6) (diameter 0) (color 0 0 0 0) - (uuid "3910ab41-5e89-45af-90ee-c796db967214") + (uuid "388cc0cf-0e1a-4dca-b417-88ed8f478ea3") ) (junction - (at 55.88 153.67) + (at 55.88 158.75) (diameter 0) (color 0 0 0 0) (uuid "3c377921-40b6-4c24-820e-3ffff1d994e0") ) + (junction + (at 116.84 53.34) + (diameter 0) + (color 0 0 0 0) + (uuid "41f28ff1-c65c-4143-a530-63dfae7da6d3") + ) (junction (at 186.69 38.1) (diameter 0) @@ -2948,13 +3341,19 @@ (uuid "4be4bf29-a1fc-4773-8eab-86cbdaecaa8f") ) (junction - (at 81.28 101.6) + (at 113.03 173.99) + (diameter 0) + (color 0 0 0 0) + (uuid "4fd52b9e-b302-4bd8-92e8-c743bd03882c") + ) + (junction + (at 116.84 106.68) (diameter 0) (color 0 0 0 0) (uuid "4ff15cf5-3a85-4d51-81f1-b75b86cd30cd") ) (junction - (at 90.17 106.68) + (at 125.73 111.76) (diameter 0) (color 0 0 0 0) (uuid "5209c772-6d8c-4ecc-b1a1-a9c933bf0844") @@ -2966,7 +3365,7 @@ (uuid "535f78fb-dee6-4727-a578-4eaaef913eee") ) (junction - (at 217.17 120.65) + (at 236.22 114.3) (diameter 0) (color 0 0 0 0) (uuid "5433d85d-41b2-4033-9d96-60f9e6164fa9") @@ -2978,29 +3377,53 @@ (uuid "5576e999-91d9-4336-b301-ae95b463d1ab") ) (junction - (at 96.52 93.98) + (at 220.98 143.51) + (diameter 0) + (color 0 0 0 0) + (uuid "5a1c7c54-52c3-437f-b0d9-25d21c65598f") + ) + (junction + (at 132.08 99.06) (diameter 0) (color 0 0 0 0) (uuid "5e13bc7b-13fa-433c-bbf9-86d976f35242") ) (junction - (at 69.85 111.76) + (at 88.9 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "5f1d5e6a-2c0c-4674-9b8e-506f5c212641") + ) + (junction + (at 187.96 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "63cd7301-5eee-407c-b849-9765a23d78b4") + ) + (junction + (at 105.41 116.84) (diameter 0) (color 0 0 0 0) (uuid "665f2ba9-6050-4e39-8e75-7c512023eeef") ) (junction - (at 119.38 140.97) - (diameter 0) - (color 0 0 0 0) - (uuid "69040fa6-17f5-4cf2-819b-640422d76cc8") - ) - (junction - (at 109.22 101.6) + (at 144.78 106.68) (diameter 0) (color 0 0 0 0) (uuid "6b007b5a-8490-4373-8cc6-6ec7c0089f1f") ) + (junction + (at 106.68 173.99) + (diameter 0) + (color 0 0 0 0) + (uuid "726aa591-5050-4985-8e66-7c8a98892742") + ) + (junction + (at 165.1 45.72) + (diameter 0) + (color 0 0 0 0) + (uuid "777b8676-8333-42a0-b7fb-7868ace0391b") + ) (junction (at 53.34 40.64) (diameter 0) @@ -3008,35 +3431,17 @@ (uuid "7a65de04-b2c5-4813-b05b-829bb2e76de9") ) (junction - (at 147.32 93.98) - (diameter 0) - (color 0 0 0 0) - (uuid "7d6356b2-6daa-423b-b684-78c6efd16799") - ) - (junction - (at 69.85 119.38) + (at 105.41 124.46) (diameter 0) (color 0 0 0 0) (uuid "836627d3-875a-476b-9589-bf79964b98b6") ) (junction - (at 119.38 148.59) - (diameter 0) - (color 0 0 0 0) - (uuid "8372a4a1-a9ba-4998-98f7-89ff428dfd09") - ) - (junction - (at 227.33 132.08) + (at 246.38 125.73) (diameter 0) (color 0 0 0 0) (uuid "89034317-4d49-4c70-842b-6deb717cddcc") ) - (junction - (at 34.29 106.68) - (diameter 0) - (color 0 0 0 0) - (uuid "8a8c3581-344d-409f-9aec-f4cb9e45d9c2") - ) (junction (at 232.41 35.56) (diameter 0) @@ -3044,22 +3449,22 @@ (uuid "8c5697b6-554f-45a8-8d8f-66f0609c994c") ) (junction - (at 36.83 143.51) + (at 36.83 148.59) (diameter 0) (color 0 0 0 0) (uuid "8ea74607-5606-4736-8b23-37064892881a") ) (junction - (at 88.9 45.72) + (at 64.77 106.68) (diameter 0) (color 0 0 0 0) - (uuid "95d6d6f2-6322-40e5-b23f-9426090de677") + (uuid "938a562d-38b3-493a-8bf5-b0b331117f54") ) (junction - (at 123.19 93.98) + (at 220.98 130.81) (diameter 0) (color 0 0 0 0) - (uuid "97ed62bb-b79d-4ff4-a6fc-b98a8ff1b822") + (uuid "93a89e77-d8d0-418a-a1a1-2c2ae396857e") ) (junction (at 96.52 26.67) @@ -3068,19 +3473,13 @@ (uuid "9881d2b4-cf1d-4f26-b337-13eb4a54930d") ) (junction - (at 109.22 93.98) + (at 144.78 99.06) (diameter 0) (color 0 0 0 0) (uuid "9cc46874-e6b0-4b4b-b58b-5e17d93554af") ) (junction - (at 201.93 137.16) - (diameter 0) - (color 0 0 0 0) - (uuid "9cc62a16-1646-44ab-84be-33ea72c67203") - ) - (junction - (at 90.17 93.98) + (at 125.73 99.06) (diameter 0) (color 0 0 0 0) (uuid "a3b9398a-ae70-4f2b-9aa3-30ecc99eab62") @@ -3098,13 +3497,13 @@ (uuid "aac2dcbc-c731-45a2-bfae-4cae2b22a424") ) (junction - (at 201.93 144.78) + (at 220.98 138.43) (diameter 0) (color 0 0 0 0) (uuid "aeb135ef-1f5c-4c3f-9af4-6130d7dae262") ) (junction - (at 29.21 93.98) + (at 64.77 99.06) (diameter 0) (color 0 0 0 0) (uuid "af5ebbf9-7643-4b2c-bc56-e5ccc5905d43") @@ -3122,13 +3521,13 @@ (uuid "afc569cb-4202-4684-a190-4e41f142d806") ) (junction - (at 69.85 127) + (at 105.41 132.08) (diameter 0) (color 0 0 0 0) (uuid "b5f18430-bae4-45b6-948e-cea4453c0a02") ) (junction - (at 45.72 170.18) + (at 45.72 175.26) (diameter 0) (color 0 0 0 0) (uuid "ba8e55dc-6ecc-44e8-9772-7e0734f51cf3") @@ -3145,6 +3544,12 @@ (color 0 0 0 0) (uuid "c30f0123-d0fa-439e-84ba-195e68f672ef") ) + (junction + (at 214.63 138.43) + (diameter 0) + (color 0 0 0 0) + (uuid "c3e0501c-b726-4ab8-b408-b73ab66d0319") + ) (junction (at 71.12 73.66) (diameter 0) @@ -3158,13 +3563,19 @@ (uuid "d474bf07-0f8e-4831-b16b-0a51c57745fe") ) (junction - (at 187.96 25.4) + (at 67.31 148.59) (diameter 0) (color 0 0 0 0) - (uuid "df2c3b02-5acb-4ae0-b61d-780d7ef75a8c") + (uuid "d6d38d85-218d-4f73-8d1f-1ff2e231a4b3") ) (junction - (at 67.31 170.18) + (at 113.03 179.07) + (diameter 0) + (color 0 0 0 0) + (uuid "d93a31de-1663-4d30-a062-d3867d4fe371") + ) + (junction + (at 67.31 175.26) (diameter 0) (color 0 0 0 0) (uuid "e9fdf331-4c02-476d-b08d-1a149fe1bc22") @@ -3187,17 +3598,15 @@ (color 0 0 0 0) (uuid "f10074f2-b344-45da-a2c2-b861b2e8d1df") ) - (junction - (at 67.31 143.51) - (diameter 0) - (color 0 0 0 0) - (uuid "fb2fcbbd-579f-4fec-848b-58f4a373ff3a") - ) (junction (at 127 26.67) (diameter 0) (color 0 0 0 0) - (uuid "fe1d72d0-012d-4d41-ae57-09afffaa22dd") + (uuid "fe66291b-4106-48ff-9d43-2132008c7168") + ) + (no_connect + (at 53.34 55.88) + (uuid "9de2f43a-68b2-4235-bff8-c29983123bde") ) (wire (pts @@ -3221,7 +3630,7 @@ ) (wire (pts - (xy 96.52 93.98) (xy 109.22 93.98) + (xy 132.08 99.06) (xy 144.78 99.06) ) (stroke (width 0) @@ -3231,7 +3640,7 @@ ) (wire (pts - (xy 60.96 170.18) (xy 67.31 170.18) + (xy 60.96 175.26) (xy 67.31 175.26) ) (stroke (width 0) @@ -3241,7 +3650,7 @@ ) (wire (pts - (xy 201.93 144.78) (xy 201.93 146.05) + (xy 220.98 138.43) (xy 220.98 143.51) ) (stroke (width 0) @@ -3261,7 +3670,7 @@ ) (wire (pts - (xy 119.38 140.97) (xy 124.46 140.97) + (xy 113.03 166.37) (xy 118.11 166.37) ) (stroke (width 0) @@ -3269,6 +3678,16 @@ ) (uuid "03ae919f-8ed1-4578-9ae3-145d8023d222") ) + (wire + (pts + (xy 113.03 186.69) (xy 113.03 179.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "04677628-58b9-43c8-9c31-4a6987ab5625") + ) (wire (pts (xy 190.5 45.72) (xy 190.5 40.64) @@ -3281,17 +3700,17 @@ ) (wire (pts - (xy 34.29 101.6) (xy 34.29 106.68) + (xy 92.71 45.72) (xy 92.71 49.53) ) (stroke (width 0) (type default) ) - (uuid "0624bc26-13a9-45ec-b3e9-24fdbe3be8f8") + (uuid "0899d540-f500-4fe5-9598-19a19b4afc79") ) (wire (pts - (xy 69.85 111.76) (xy 69.85 114.3) + (xy 105.41 116.84) (xy 105.41 119.38) ) (stroke (width 0) @@ -3311,7 +3730,7 @@ ) (wire (pts - (xy 88.9 53.34) (xy 119.38 53.34) + (xy 88.9 53.34) (xy 116.84 53.34) ) (stroke (width 0) @@ -3329,6 +3748,16 @@ ) (uuid "0b355ace-80e6-4371-b19f-09bc49fa153a") ) + (wire + (pts + (xy 69.85 106.68) (xy 64.77 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0c0e2267-65f0-4ff3-83d5-a9eb312e526b") + ) (wire (pts (xy 105.41 26.67) (xy 109.22 26.67) @@ -3351,7 +3780,7 @@ ) (wire (pts - (xy 109.22 93.98) (xy 118.11 93.98) + (xy 144.78 99.06) (xy 152.4 99.06) ) (stroke (width 0) @@ -3371,7 +3800,7 @@ ) (wire (pts - (xy 153.67 147.32) (xy 144.78 147.32) + (xy 147.32 172.72) (xy 138.43 172.72) ) (stroke (width 0) @@ -3421,7 +3850,7 @@ ) (wire (pts - (xy 34.29 96.52) (xy 29.21 96.52) + (xy 69.85 101.6) (xy 64.77 101.6) ) (stroke (width 0) @@ -3431,7 +3860,7 @@ ) (wire (pts - (xy 227.33 129.54) (xy 227.33 132.08) + (xy 246.38 123.19) (xy 246.38 125.73) ) (stroke (width 0) @@ -3441,17 +3870,17 @@ ) (wire (pts - (xy 201.93 129.54) (xy 207.01 129.54) + (xy 60.96 106.68) (xy 64.77 106.68) ) (stroke (width 0) (type default) ) - (uuid "1ba0b650-3207-4ebc-9ce3-db75146ad672") + (uuid "1ab32156-33ee-4436-a3e2-1a31f41d2306") ) (wire (pts - (xy 201.93 144.78) (xy 207.01 144.78) + (xy 220.98 138.43) (xy 226.06 138.43) ) (stroke (width 0) @@ -3481,7 +3910,7 @@ ) (wire (pts - (xy 201.93 137.16) (xy 207.01 137.16) + (xy 220.98 130.81) (xy 226.06 130.81) ) (stroke (width 0) @@ -3491,7 +3920,7 @@ ) (wire (pts - (xy 96.52 101.6) (xy 109.22 101.6) + (xy 132.08 106.68) (xy 144.78 106.68) ) (stroke (width 0) @@ -3511,17 +3940,17 @@ ) (wire (pts - (xy 144.78 135.89) (xy 157.48 135.89) + (xy 104.14 49.53) (xy 100.33 49.53) ) (stroke (width 0) (type default) ) - (uuid "2a6869e0-e7d4-4f3e-8777-2a0399798918") + (uuid "2a384322-b4a4-444b-8623-b046e2ff16b1") ) (wire (pts - (xy 36.83 170.18) (xy 45.72 170.18) + (xy 36.83 175.26) (xy 45.72 175.26) ) (stroke (width 0) @@ -3529,6 +3958,16 @@ ) (uuid "2a8651a9-2705-42d4-a585-f12e52d68330") ) + (wire + (pts + (xy 106.68 173.99) (xy 113.03 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2ab36b21-20b4-4bc0-aaa4-5051b270eaf4") + ) (wire (pts (xy 97.79 26.67) (xy 96.52 26.67) @@ -3539,6 +3978,16 @@ ) (uuid "2f41cace-401b-4ae3-8598-366358e29d20") ) + (wire + (pts + (xy 152.4 99.06) (xy 165.1 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f55e8c4-723c-42ef-aa20-1b182826a189") + ) (wire (pts (xy 88.9 39.37) (xy 109.22 39.37) @@ -3551,7 +4000,7 @@ ) (wire (pts - (xy 53.34 153.67) (xy 55.88 153.67) + (xy 53.34 158.75) (xy 55.88 158.75) ) (stroke (width 0) @@ -3611,7 +4060,7 @@ ) (wire (pts - (xy 81.28 93.98) (xy 90.17 93.98) + (xy 116.84 99.06) (xy 125.73 99.06) ) (stroke (width 0) @@ -3621,27 +4070,7 @@ ) (wire (pts - (xy 127 26.67) (xy 114.3 26.67) - ) - (stroke - (width 0) - (type default) - ) - (uuid "42280286-bbae-4742-a660-1d350ddc05a4") - ) - (wire - (pts - (xy 30.48 170.18) (xy 36.83 170.18) - ) - (stroke - (width 0) - (type default) - ) - (uuid "42d12d22-aea2-4b35-ae39-756ad5bcc42c") - ) - (wire - (pts - (xy 67.31 170.18) (xy 73.66 170.18) + (xy 67.31 175.26) (xy 72.39 175.26) ) (stroke (width 0) @@ -3659,6 +4088,16 @@ ) (uuid "44373efc-8174-4176-9387-3d6a1e0cd04a") ) + (wire + (pts + (xy 69.85 114.3) (xy 69.85 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "44423ef8-8d91-4826-8497-24c4e63066b4") + ) (wire (pts (xy 123.19 53.34) (xy 119.38 53.34) @@ -3701,7 +4140,7 @@ ) (wire (pts - (xy 53.34 180.34) (xy 55.88 180.34) + (xy 53.34 185.42) (xy 55.88 185.42) ) (stroke (width 0) @@ -3721,13 +4160,23 @@ ) (wire (pts - (xy 119.38 133.35) (xy 124.46 133.35) + (xy 165.1 45.72) (xy 170.18 45.72) ) (stroke (width 0) (type default) ) - (uuid "54526f45-36ad-40f9-bc01-3dadd0200252") + (uuid "53f05a25-dfac-4d2d-99d6-95c9cc2029e8") + ) + (wire + (pts + (xy 64.77 111.76) (xy 64.77 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "54a5f08d-9ad9-4896-b9b8-8a3b6261e2cd") ) (wire (pts @@ -3741,7 +4190,17 @@ ) (wire (pts - (xy 90.17 106.68) (xy 96.52 106.68) + (xy 213.36 138.43) (xy 214.63 138.43) + ) + (stroke + (width 0) + (type default) + ) + (uuid "58c6b451-b1f2-4fb4-a729-0cdafa982ec0") + ) + (wire + (pts + (xy 125.73 111.76) (xy 132.08 111.76) ) (stroke (width 0) @@ -3759,6 +4218,16 @@ ) (uuid "5f12cfe3-28c3-40d4-a126-e931b63f6fb9") ) + (wire + (pts + (xy 64.77 106.68) (xy 64.77 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5ff8757e-3989-4d34-ae5a-8232c696b30b") + ) (wire (pts (xy 232.41 35.56) (xy 226.06 35.56) @@ -3771,17 +4240,17 @@ ) (wire (pts - (xy 201.93 129.54) (xy 201.93 137.16) + (xy 152.4 92.71) (xy 152.4 99.06) ) (stroke (width 0) (type default) ) - (uuid "62853efb-09e1-4836-adfc-4d1cdae8e8ee") + (uuid "60fdea1e-e822-4949-a735-5211e06f3e55") ) (wire (pts - (xy 67.31 143.51) (xy 73.66 143.51) + (xy 67.31 148.59) (xy 73.66 148.59) ) (stroke (width 0) @@ -3811,7 +4280,27 @@ ) (wire (pts - (xy 227.33 132.08) (xy 240.03 132.08) + (xy 114.3 26.67) (xy 127 26.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "67b0925d-7703-476a-9539-8f6216ace3d2") + ) + (wire + (pts + (xy 73.66 147.32) (xy 73.66 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "68b3b4b7-d7b1-46b0-8d23-49e228a0c441") + ) + (wire + (pts + (xy 246.38 125.73) (xy 259.08 125.73) ) (stroke (width 0) @@ -3821,13 +4310,23 @@ ) (wire (pts - (xy 201.93 120.65) (xy 201.93 129.54) + (xy 113.03 162.56) (xy 113.03 166.37) ) (stroke (width 0) (type default) ) - (uuid "6c3d0979-e6dc-409e-8a36-3b2e8b760f83") + (uuid "6b84acc8-ddd3-4fa3-886a-feb7261aa382") + ) + (wire + (pts + (xy 92.71 45.72) (xy 106.68 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6db94016-c4e4-440e-903a-3c3c93e73950") ) (wire (pts @@ -3841,7 +4340,7 @@ ) (wire (pts - (xy 26.67 30.48) (xy 39.37 30.48) + (xy 35.56 30.48) (xy 39.37 30.48) ) (stroke (width 0) @@ -3871,7 +4370,7 @@ ) (wire (pts - (xy 124.46 140.97) (xy 124.46 143.51) + (xy 118.11 166.37) (xy 118.11 168.91) ) (stroke (width 0) @@ -3901,7 +4400,7 @@ ) (wire (pts - (xy 69.85 93.98) (xy 69.85 96.52) + (xy 105.41 99.06) (xy 105.41 101.6) ) (stroke (width 0) @@ -3909,6 +4408,16 @@ ) (uuid "721a49ad-0f0c-4d52-b2c5-24d712e63569") ) + (wire + (pts + (xy 113.03 173.99) (xy 118.11 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7345a92c-4be9-4d4a-84fa-567ea5d9f535") + ) (wire (pts (xy 232.41 38.1) (xy 232.41 35.56) @@ -3921,7 +4430,7 @@ ) (wire (pts - (xy 109.22 101.6) (xy 115.57 101.6) + (xy 144.78 106.68) (xy 151.13 106.68) ) (stroke (width 0) @@ -3949,16 +4458,6 @@ ) (uuid "761e19de-d315-4f9e-9a4f-9434db1bd59e") ) - (wire - (pts - (xy 20.32 50.8) (xy 39.37 50.8) - ) - (stroke - (width 0) - (type default) - ) - (uuid "76a0f592-4686-49b9-be9d-e65d4168dd19") - ) (wire (pts (xy 186.69 38.1) (xy 195.58 38.1) @@ -3971,7 +4470,7 @@ ) (wire (pts - (xy 45.72 143.51) (xy 45.72 146.05) + (xy 45.72 148.59) (xy 45.72 151.13) ) (stroke (width 0) @@ -3979,6 +4478,16 @@ ) (uuid "7ad05796-9020-47a3-a296-5280ca3e0475") ) + (wire + (pts + (xy 146.05 161.29) (xy 138.43 161.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "80aabaa9-66da-49d3-bb64-c7c767831038") + ) (wire (pts (xy 182.88 17.78) (xy 187.96 17.78) @@ -3991,7 +4500,7 @@ ) (wire (pts - (xy 207.01 144.78) (xy 207.01 142.24) + (xy 226.06 138.43) (xy 226.06 135.89) ) (stroke (width 0) @@ -3999,6 +4508,26 @@ ) (uuid "81933b90-6181-411b-8bad-350ac97683ec") ) + (wire + (pts + (xy 106.68 158.75) (xy 118.11 158.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "822cbdc6-ac15-448e-8523-533fb9aec66d") + ) + (wire + (pts + (xy 130.81 26.67) (xy 127 26.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "85f51ddc-3345-473b-abcf-961bc6da6d10") + ) (wire (pts (xy 242.57 35.56) (xy 232.41 35.56) @@ -4011,17 +4540,17 @@ ) (wire (pts - (xy 217.17 116.84) (xy 229.87 116.84) + (xy 116.84 53.34) (xy 119.38 53.34) ) (stroke (width 0) (type default) ) - (uuid "895a7e65-86dd-4954-8d1f-4216423ce6b3") + (uuid "87c24fb9-68cc-4b9b-bf88-4bc3cb4c5a47") ) (wire (pts - (xy 90.17 101.6) (xy 90.17 106.68) + (xy 125.73 106.68) (xy 125.73 111.76) ) (stroke (width 0) @@ -4031,17 +4560,7 @@ ) (wire (pts - (xy 119.38 148.59) (xy 124.46 148.59) - ) - (stroke - (width 0) - (type default) - ) - (uuid "8c13d38f-e16c-4d73-8f0a-e15298e9530d") - ) - (wire - (pts - (xy 29.21 93.98) (xy 34.29 93.98) + (xy 64.77 99.06) (xy 69.85 99.06) ) (stroke (width 0) @@ -4061,7 +4580,7 @@ ) (wire (pts - (xy 163.83 45.72) (xy 170.18 45.72) + (xy 163.83 45.72) (xy 165.1 45.72) ) (stroke (width 0) @@ -4069,16 +4588,6 @@ ) (uuid "918b4745-055f-4599-b6d0-d83de2eaddee") ) - (wire - (pts - (xy 123.19 93.98) (xy 125.73 93.98) - ) - (stroke - (width 0) - (type default) - ) - (uuid "92e8e102-cc78-452e-a4e3-564a2eac505c") - ) (wire (pts (xy 114.3 27.94) (xy 114.3 26.67) @@ -4091,13 +4600,13 @@ ) (wire (pts - (xy 118.11 90.17) (xy 118.11 93.98) + (xy 105.41 173.99) (xy 106.68 173.99) ) (stroke (width 0) (type default) ) - (uuid "9c353e11-e056-4fc1-935a-ef5c453a822d") + (uuid "95b604e2-0f95-470a-b43c-713b19fd9e37") ) (wire (pts @@ -4111,7 +4620,7 @@ ) (wire (pts - (xy 144.78 147.32) (xy 144.78 148.59) + (xy 138.43 172.72) (xy 138.43 173.99) ) (stroke (width 0) @@ -4131,7 +4640,7 @@ ) (wire (pts - (xy 217.17 124.46) (xy 217.17 120.65) + (xy 236.22 118.11) (xy 236.22 114.3) ) (stroke (width 0) @@ -4149,6 +4658,16 @@ ) (uuid "a8e3f280-d8e3-48f4-a690-aee532ce42a5") ) + (wire + (pts + (xy 60.96 114.3) (xy 60.96 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a9ae2a31-436a-4889-a023-e1c550945178") + ) (wire (pts (xy 27.94 38.1) (xy 53.34 38.1) @@ -4161,17 +4680,27 @@ ) (wire (pts - (xy 134.62 120.65) (xy 147.32 120.65) + (xy 72.39 172.72) (xy 72.39 175.26) ) (stroke (width 0) (type default) ) - (uuid "b2c3a1bd-50ec-498f-a838-090c69dd4fa6") + (uuid "ae8b5af4-9abc-4949-960a-3bfebafc6cea") ) (wire (pts - (xy 69.85 119.38) (xy 77.47 119.38) + (xy 114.3 179.07) (xy 113.03 179.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b195fc41-9897-464e-8fa9-9acfb19ad632") + ) + (wire + (pts + (xy 105.41 124.46) (xy 113.03 124.46) ) (stroke (width 0) @@ -4189,6 +4718,26 @@ ) (uuid "b526426b-9d74-4afe-9f0a-812e94bc4a34") ) + (wire + (pts + (xy 16.51 50.8) (xy 16.51 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b5719744-5c1d-4aa4-bef4-fc46caab82de") + ) + (wire + (pts + (xy 106.68 158.75) (xy 106.68 173.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b576659a-3e2a-4e74-9bf1-d66f900f0db6") + ) (wire (pts (xy 190.5 40.64) (xy 195.58 40.64) @@ -4209,16 +4758,6 @@ ) (uuid "b785e8af-202a-47c1-ba37-db331dda9706") ) - (wire - (pts - (xy 119.38 133.35) (xy 119.38 140.97) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b91a9e10-cd1d-406d-baec-070fcbf3e1fa") - ) (wire (pts (xy 49.53 40.64) (xy 53.34 40.64) @@ -4231,7 +4770,17 @@ ) (wire (pts - (xy 90.17 93.98) (xy 96.52 93.98) + (xy 113.03 173.99) (xy 113.03 179.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bd9c7c60-f4c9-4d53-9f09-890b87fb8799") + ) + (wire + (pts + (xy 125.73 99.06) (xy 132.08 99.06) ) (stroke (width 0) @@ -4241,7 +4790,7 @@ ) (wire (pts - (xy 119.38 53.34) (xy 119.38 52.07) + (xy 116.84 53.34) (xy 116.84 52.07) ) (stroke (width 0) @@ -4251,7 +4800,7 @@ ) (wire (pts - (xy 45.72 170.18) (xy 45.72 172.72) + (xy 45.72 175.26) (xy 45.72 177.8) ) (stroke (width 0) @@ -4271,7 +4820,7 @@ ) (wire (pts - (xy 69.85 111.76) (xy 77.47 111.76) + (xy 105.41 116.84) (xy 113.03 116.84) ) (stroke (width 0) @@ -4281,13 +4830,13 @@ ) (wire (pts - (xy 137.16 93.98) (xy 147.32 93.98) + (xy 214.63 123.19) (xy 226.06 123.19) ) (stroke (width 0) (type default) ) - (uuid "c6eb364a-f55c-40b3-90f4-3338590d01e2") + (uuid "c65a2349-5b47-4d64-aa4f-e0d5b58b29b6") ) (wire (pts @@ -4301,7 +4850,17 @@ ) (wire (pts - (xy 69.85 101.6) (xy 81.28 101.6) + (xy 69.85 111.76) (xy 64.77 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c95089c7-ddb2-46ea-9da7-acce3343fc7d") + ) + (wire + (pts + (xy 105.41 106.68) (xy 116.84 106.68) ) (stroke (width 0) @@ -4311,7 +4870,7 @@ ) (wire (pts - (xy 207.01 137.16) (xy 207.01 139.7) + (xy 226.06 130.81) (xy 226.06 133.35) ) (stroke (width 0) @@ -4321,17 +4880,7 @@ ) (wire (pts - (xy 129.54 26.67) (xy 127 26.67) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d0b08958-b687-4ac5-85fa-bf9caf7224d2") - ) - (wire - (pts - (xy 69.85 124.46) (xy 69.85 127) + (xy 105.41 129.54) (xy 105.41 132.08) ) (stroke (width 0) @@ -4351,17 +4900,7 @@ ) (wire (pts - (xy 119.38 124.46) (xy 119.38 133.35) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d66924a6-a41e-455f-b3f6-277eb96a09bf") - ) - (wire - (pts - (xy 134.62 124.46) (xy 134.62 120.65) + (xy 128.27 149.86) (xy 128.27 146.05) ) (stroke (width 0) @@ -4371,7 +4910,7 @@ ) (wire (pts - (xy 69.85 106.68) (xy 90.17 106.68) + (xy 105.41 111.76) (xy 125.73 111.76) ) (stroke (width 0) @@ -4381,7 +4920,7 @@ ) (wire (pts - (xy 88.9 45.72) (xy 105.41 45.72) + (xy 88.9 45.72) (xy 92.71 45.72) ) (stroke (width 0) @@ -4391,7 +4930,7 @@ ) (wire (pts - (xy 217.17 120.65) (xy 217.17 116.84) + (xy 236.22 114.3) (xy 236.22 110.49) ) (stroke (width 0) @@ -4421,13 +4960,33 @@ ) (wire (pts - (xy 34.29 106.68) (xy 34.29 109.22) + (xy 220.98 146.05) (xy 220.98 143.51) ) (stroke (width 0) (type default) ) - (uuid "e1619e44-6a6b-417b-ad8d-965d88172db1") + (uuid "df4e9f85-4361-4d84-ab28-9f4f696334fc") + ) + (wire + (pts + (xy 214.63 123.19) (xy 214.63 138.43) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e191402c-b910-47c0-bd99-cbf8f4e6b2d8") + ) + (wire + (pts + (xy 16.51 50.8) (xy 39.37 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e1b4b787-1456-49cc-8954-44567d0ef8f3") ) (wire (pts @@ -4441,7 +5000,7 @@ ) (wire (pts - (xy 36.83 143.51) (xy 45.72 143.51) + (xy 36.83 148.59) (xy 45.72 148.59) ) (stroke (width 0) @@ -4451,17 +5010,7 @@ ) (wire (pts - (xy 119.38 148.59) (xy 119.38 149.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "e55e66cc-49c7-49e2-8724-42da638cb8e0") - ) - (wire - (pts - (xy 25.4 93.98) (xy 29.21 93.98) + (xy 60.96 99.06) (xy 64.77 99.06) ) (stroke (width 0) @@ -4471,17 +5020,17 @@ ) (wire (pts - (xy 30.48 143.51) (xy 36.83 143.51) + (xy 214.63 138.43) (xy 220.98 138.43) ) (stroke (width 0) (type default) ) - (uuid "e889d02a-7b48-4fb7-a6df-3b022f8f3c80") + (uuid "e62df8f5-b2f1-4fc0-a3ba-40ae9f7849ff") ) (wire (pts - (xy 124.46 148.59) (xy 124.46 146.05) + (xy 118.11 173.99) (xy 118.11 171.45) ) (stroke (width 0) @@ -4491,7 +5040,7 @@ ) (wire (pts - (xy 69.85 93.98) (xy 81.28 93.98) + (xy 105.41 99.06) (xy 116.84 99.06) ) (stroke (width 0) @@ -4501,7 +5050,7 @@ ) (wire (pts - (xy 160.02 133.35) (xy 144.78 133.35) + (xy 153.67 158.75) (xy 138.43 158.75) ) (stroke (width 0) @@ -4511,27 +5060,7 @@ ) (wire (pts - (xy 133.35 93.98) (xy 137.16 93.98) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ef80ec99-9f9f-44f3-931e-f5c7566eea8c") - ) - (wire - (pts - (xy 92.71 194.31) (xy 111.76 194.31) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f031b522-8340-4738-9eec-43081a1dd2b9") - ) - (wire - (pts - (xy 69.85 116.84) (xy 69.85 119.38) + (xy 105.41 121.92) (xy 105.41 124.46) ) (stroke (width 0) @@ -4539,16 +5068,6 @@ ) (uuid "f06ef638-a252-40cc-9f68-b4f2da0839c8") ) - (wire - (pts - (xy 118.11 93.98) (xy 123.19 93.98) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f081bcca-3033-40fc-97a7-9f0a89c91781") - ) (wire (pts (xy 170.18 45.72) (xy 186.69 45.72) @@ -4571,7 +5090,7 @@ ) (wire (pts - (xy 29.21 96.52) (xy 29.21 93.98) + (xy 64.77 101.6) (xy 64.77 99.06) ) (stroke (width 0) @@ -4621,17 +5140,17 @@ ) (wire (pts - (xy 147.32 93.98) (xy 160.02 93.98) + (xy 127 22.86) (xy 127 26.67) ) (stroke (width 0) (type default) ) - (uuid "fe1ac285-b9f4-4ebb-8768-fab647055a94") + (uuid "fa3a5da5-12a3-4437-baea-ad379f7ed9d2") ) (wire (pts - (xy 60.96 143.51) (xy 67.31 143.51) + (xy 60.96 148.59) (xy 67.31 148.59) ) (stroke (width 0) @@ -4641,7 +5160,7 @@ ) (wire (pts - (xy 134.62 128.27) (xy 134.62 124.46) + (xy 128.27 153.67) (xy 128.27 149.86) ) (stroke (width 0) @@ -4649,88 +5168,8 @@ ) (uuid "fffe174a-c3d2-413c-97cd-603238dc6fed") ) - (label "3V3_DIGITAL" - (at 156.21 135.89 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "01a5a12a-65ab-40fc-b6d8-578dca777900") - ) - (label "3V3_ANALOG_IN" - (at 39.37 170.18 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "02606dc5-124f-43b5-bfca-719a20dda15d") - ) - (label "3V3_ANALOG_IN" - (at 201.93 123.19 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "37598a3d-16a8-4ec5-b21a-c2bbdbe35184") - ) - (label "3V3_DIGITAL_IN" - (at 118.11 92.71 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "3b45478c-a5ad-40af-afe1-62a24faea98c") - ) - (label "3V3_DIGITAL_IN" - (at 119.38 127 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "4e9c4131-5495-4ffe-b7d8-7023cb1316ea") - ) - (label "3V3_ANALOG_IN" - (at 157.48 93.98 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "5e87837e-bce1-42d4-9be0-22d5e6e951a9") - ) - (label "3V3_DIGITAL" - (at 228.6 116.84 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "70f5634a-1ba1-4e8f-8250-949503d52932") - ) - (label "3V3_ANALOG_IN" - (at 39.37 143.51 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "71550922-f053-4983-b150-fa28c8bdb9ae") - ) (label "BQ25896_BAT" - (at 105.41 45.72 180) + (at 106.68 45.72 180) (effects (font (size 1.27 1.27) @@ -4749,16 +5188,6 @@ ) (uuid "aa83622d-6738-443d-8638-960edfb90407") ) - (label "3V3_DIGITAL" - (at 146.05 120.65 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "ce49e14c-e9d8-46af-a43e-cc76fa23b4a7") - ) (label "BQ25896_BAT" (at 184.15 38.1 180) (effects @@ -4769,43 +5198,9 @@ ) (uuid "fb1c1962-0afb-43d0-98f9-5394880057e3") ) - (label "3V3_DIGITAL" - (at 100.33 194.31 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "feb991fb-3407-4456-bef3-0674ef196969") - ) - (global_label "3V3_DIGITAL" - (shape output) - (at 119.38 149.86 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "20cb67bc-c4d9-4f56-88e2-e0cd993f1536") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 119.38 164.1543 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "INA228_ANALOG_ALERT" (shape output) - (at 227.33 144.78 0) + (at 246.38 138.43 0) (fields_autoplaced yes) (effects (font @@ -4815,7 +5210,7 @@ ) (uuid "24784bdc-341e-4300-be8b-10c8d468dad9") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 251.5424 144.78 0) + (at 270.5924 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4875,54 +5270,6 @@ ) ) ) - (global_label "3V3_DIGITAL" - (shape input) - (at 92.71 194.31 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "3bcdf485-ba11-4767-8a4c-38476e3e3027") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 78.4157 194.31 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "1V8" - (shape output) - (at 73.66 170.18 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "3c442f7c-de21-478e-ae02-d24649c7b48e") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 80.1528 170.18 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) (global_label "BQ27441_GPOUT" (shape output) (at 242.57 35.56 0) @@ -4949,7 +5296,7 @@ ) (global_label "TPS63020_PG" (shape output) - (at 96.52 106.68 0) + (at 132.08 111.76 0) (fields_autoplaced yes) (effects (font @@ -4959,7 +5306,7 @@ ) (uuid "4d76dcd5-2dab-451f-89b5-2c7af258f0a1") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 112.5074 106.68 0) + (at 148.0674 111.76 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4973,7 +5320,7 @@ ) (global_label "INA228_DIGITAL_ALERT" (shape output) - (at 144.78 148.59 0) + (at 138.43 173.99 0) (fields_autoplaced yes) (effects (font @@ -4983,7 +5330,7 @@ ) (uuid "6511617a-6ee7-43d1-95f1-500e83d0c918") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 168.69 148.59 0) + (at 162.34 173.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4995,54 +5342,6 @@ ) ) ) - (global_label "3V3_ANALOG" - (shape output) - (at 201.93 146.05 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "79c9b64f-45ef-4058-a359-345da23c4487") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 201.93 160.6467 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "V_OUT" - (shape input) - (at 25.4 93.98 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "7fb43d87-8ff0-40a1-84ee-3037618da439") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 16.73 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "BQ25896_PG#" (shape input) (at 36.83 53.34 180) @@ -5069,7 +5368,7 @@ ) (global_label "I2C_SCL" (shape input) - (at 144.78 143.51 0) + (at 138.43 168.91 0) (fields_autoplaced yes) (effects (font @@ -5079,7 +5378,7 @@ ) (uuid "95f7f629-925c-4260-a16e-97d03b1bc7ba") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 155.3247 143.51 0) + (at 148.9747 168.91 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5093,7 +5392,7 @@ ) (global_label "I2C_SDA" (shape input) - (at 227.33 137.16 0) + (at 246.38 130.81 0) (fields_autoplaced yes) (effects (font @@ -5103,31 +5402,7 @@ ) (uuid "9abfa510-4677-4e58-9221-b8017909db52") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 237.9352 137.16 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "1V2" - (shape output) - (at 73.66 143.51 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "9d609a18-0e87-44e8-bb1d-11e21a237118") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 80.1528 143.51 0) + (at 256.9852 130.81 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5141,7 +5416,7 @@ ) (global_label "I2C_SCL" (shape input) - (at 227.33 139.7 0) + (at 246.38 133.35 0) (fields_autoplaced yes) (effects (font @@ -5151,7 +5426,7 @@ ) (uuid "9ef19023-6d1e-41d8-b427-4500abfd75a9") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 237.8747 139.7 0) + (at 256.9247 133.35 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5163,30 +5438,6 @@ ) ) ) - (global_label "VBUS" - (shape input) - (at 29.21 25.4 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "a251e9b9-9a9c-400b-bcf5-9b6ae5c54ddc") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 21.3262 25.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "I2C_SDA" (shape input) (at 27.94 35.56 180) @@ -5259,30 +5510,6 @@ ) ) ) - (global_label "V_OUT" - (shape output) - (at 129.54 26.67 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "c892272b-f2ec-4948-8e25-9ee10d3a5cc5") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 138.21 26.67 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) (global_label "BQ25896_INT" (shape input) (at 35.56 33.02 180) @@ -5309,7 +5536,7 @@ ) (global_label "I2C_SDA" (shape input) - (at 144.78 140.97 0) + (at 138.43 166.37 0) (fields_autoplaced yes) (effects (font @@ -5319,7 +5546,7 @@ ) (uuid "ffdf617a-d01b-42b2-9fce-abfccd31dd9a") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 155.3852 140.97 0) + (at 149.0352 166.37 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5331,148 +5558,9 @@ ) ) ) - (netclass_flag "" - (length 2.54) - (shape round) - (at 232.41 50.8 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "378d1587-f7d4-4ab6-b9ae-fa97348eb6b2") - (property "Netclass" "3V3_DIGITAL" - (at 233.1085 53.34 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Component Class" "" - (at 214.63 21.59 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - ) - ) - ) - (netclass_flag "" - (length 2.54) - (shape round) - (at 119.38 44.45 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "df650cf0-71ac-4b83-a584-c6141446bc70") - (property "Netclass" "3V3_DIGITAL" - (at 119.38 43.18 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Component Class" "" - (at 101.6 15.24 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - ) - ) - ) - (netclass_flag "" - (length 2.54) - (shape round) - (at 26.67 30.48 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "e6fd9f94-820b-422d-a3da-1fc9bb134108") - (property "Netclass" "3V3_DIGITAL" - (at 27.3685 27.94 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Component Class" "" - (at 8.89 1.27 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - ) - ) - ) - (netclass_flag "" - (length 2.54) - (shape round) - (at 20.32 50.8 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "f8af3942-23ac-48b0-a99b-430aa447b629") - (property "Netclass" "3V3_DIGITAL" - (at 17.78 50.1015 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Component Class" "" - (at 2.54 21.59 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - ) - ) - ) (symbol (lib_id "power:GND") - (at 160.02 133.35 0) + (at 153.67 158.75 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5482,7 +5570,7 @@ (dnp no) (uuid "06305bb5-2d38-4c45-8546-5fd1db94961c") (property "Reference" "#PWR038" - (at 160.02 139.7 0) + (at 153.67 165.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5493,7 +5581,7 @@ ) ) (property "Value" "GND" - (at 160.02 137.414 0) + (at 153.67 162.814 0) (show_name no) (do_not_autoplace no) (effects @@ -5503,7 +5591,7 @@ ) ) (property "Footprint" "" - (at 160.02 133.35 0) + (at 153.67 158.75 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5514,7 +5602,7 @@ ) ) (property "Datasheet" "" - (at 160.02 133.35 0) + (at 153.67 158.75 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5525,7 +5613,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 160.02 133.35 0) + (at 153.67 158.75 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5601,7 +5689,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 195.58 49.53 0) (hide yes) (show_name no) @@ -5612,6 +5700,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 195.58 49.53 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "11f75b53-8116-46bf-9e65-9f488a3a8462") ) @@ -5628,8 +5727,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 209.55 120.65 0) + (lib_id "power:VD") + (at 146.05 161.29 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5637,10 +5736,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "08573bf2-554c-4fd0-a506-2aadab70fc22") - (property "Reference" "#PWR032" - (at 209.55 127 0) + (uuid "084870c1-031c-44ec-b98b-e23b39fde2f3") + (property "Reference" "#PWR0207" + (at 142.24 161.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5650,8 +5748,8 @@ ) ) ) - (property "Value" "GND" - (at 209.55 125.73 0) + (property "Value" "3V3_DIGITAL" + (at 144.272 160.02 90) (show_name no) (do_not_autoplace no) (effects @@ -5661,7 +5759,7 @@ ) ) (property "Footprint" "" - (at 209.55 120.65 0) + (at 146.05 161.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5672,7 +5770,85 @@ ) ) (property "Datasheet" "" - (at 209.55 120.65 0) + (at 146.05 161.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 146.05 161.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "19d5078e-6d17-4b24-8b15-9ad424da856f") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0207") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 228.6 114.3 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 "08573bf2-554c-4fd0-a506-2aadab70fc22") + (property "Reference" "#PWR032" + (at 228.6 120.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 228.6 119.38 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 228.6 114.3 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 228.6 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5683,7 +5859,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 209.55 120.65 0) + (at 228.6 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5707,7 +5883,7 @@ ) (symbol (lib_id "power:GND") - (at 36.83 151.13 0) + (at 36.83 156.21 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5718,7 +5894,7 @@ (fields_autoplaced yes) (uuid "0adddf15-5e14-42fa-a30e-2819c9f103e2") (property "Reference" "#PWR024" - (at 36.83 157.48 0) + (at 36.83 162.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5729,7 +5905,7 @@ ) ) (property "Value" "GND" - (at 36.83 156.21 0) + (at 36.83 161.29 0) (show_name no) (do_not_autoplace no) (effects @@ -5739,7 +5915,7 @@ ) ) (property "Footprint" "" - (at 36.83 151.13 0) + (at 36.83 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5750,7 +5926,7 @@ ) ) (property "Datasheet" "" - (at 36.83 151.13 0) + (at 36.83 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5761,7 +5937,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 36.83 151.13 0) + (at 36.83 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5785,7 +5961,7 @@ ) (symbol (lib_id "power:GND") - (at 34.29 116.84 0) + (at 60.96 115.57 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5796,7 +5972,7 @@ (fields_autoplaced yes) (uuid "101e35f8-1e3e-41cc-bf1e-fa47b97f9ecb") (property "Reference" "#PWR018" - (at 34.29 123.19 0) + (at 60.96 121.92 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5807,7 +5983,7 @@ ) ) (property "Value" "GND" - (at 34.29 121.92 0) + (at 60.96 120.65 0) (show_name no) (do_not_autoplace no) (effects @@ -5817,7 +5993,7 @@ ) ) (property "Footprint" "" - (at 34.29 116.84 0) + (at 60.96 115.57 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5828,7 +6004,7 @@ ) ) (property "Datasheet" "" - (at 34.29 116.84 0) + (at 60.96 115.57 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5839,7 +6015,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 34.29 116.84 0) + (at 60.96 115.57 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5939,6 +6115,83 @@ ) ) ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 127 22.86 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "130d6284-3275-4b36-bf04-4c344bb59ccb") + (property "Reference" "#FLG02" + (at 127 20.955 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VOUT" + (at 127 19.304 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 127 22.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 127 22.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 127 22.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e7e5e0db-e45e-482e-b906-820655170c35") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 127 35.56 0) @@ -6018,7 +6271,7 @@ ) (symbol (lib_id "Device:C") - (at 36.83 147.32 0) + (at 36.83 152.4 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6029,7 +6282,7 @@ (fields_autoplaced yes) (uuid "18ff8d1c-7f41-4127-9865-d9fc17741dc1") (property "Reference" "C17" - (at 40.64 146.0499 0) + (at 40.64 151.1299 0) (show_name no) (do_not_autoplace no) (effects @@ -6040,7 +6293,7 @@ ) ) (property "Value" "1uF" - (at 40.64 148.5899 0) + (at 40.64 153.6699 0) (show_name no) (do_not_autoplace no) (effects @@ -6051,7 +6304,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 37.7952 151.13 0) + (at 37.7952 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6062,7 +6315,7 @@ ) ) (property "Datasheet" "" - (at 36.83 147.32 0) + (at 36.83 152.4 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6072,8 +6325,19 @@ ) ) ) - (property "Description" "Unpolarized capacitor" - (at 36.83 147.32 90) + (property "Description" "12063C105KAT2A" + (at 36.83 152.4 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "12063C105KAT2A" + (at 36.83 152.4 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6099,8 +6363,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 55.88 153.67 0) + (lib_id "power:VD") + (at 128.27 146.05 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6108,10 +6372,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "1a12ef7f-75bc-4dd0-9ed9-89853043f3a4") - (property "Reference" "#PWR026" - (at 55.88 160.02 0) + (uuid "1911f4df-38d3-478b-b1f0-7bed93dfcbf4") + (property "Reference" "#PWR0202" + (at 128.27 149.86 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6121,8 +6384,8 @@ ) ) ) - (property "Value" "GND" - (at 55.88 158.75 0) + (property "Value" "3V3_DIGITAL" + (at 128.27 142.24 0) (show_name no) (do_not_autoplace no) (effects @@ -6132,7 +6395,7 @@ ) ) (property "Footprint" "" - (at 55.88 153.67 0) + (at 128.27 146.05 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6143,7 +6406,85 @@ ) ) (property "Datasheet" "" - (at 55.88 153.67 0) + (at 128.27 146.05 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 128.27 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "64b7fc5d-bffb-497d-8cf2-8c3e83ab90e9") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0202") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 55.88 158.75 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 "1a12ef7f-75bc-4dd0-9ed9-89853043f3a4") + (property "Reference" "#PWR026" + (at 55.88 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 55.88 163.83 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 55.88 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 55.88 158.75 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6154,7 +6495,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 55.88 153.67 0) + (at 55.88 158.75 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6178,7 +6519,7 @@ ) (symbol (lib_id "Device:C") - (at 34.29 113.03 0) + (at 60.96 110.49 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6186,10 +6527,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) (uuid "1a75a22c-f1a4-43cf-b56a-2dacbf2733f1") (property "Reference" "C11" - (at 38.1 111.7599 0) + (at 54.102 110.236 0) (show_name no) (do_not_autoplace no) (effects @@ -6200,7 +6540,7 @@ ) ) (property "Value" "100nF" - (at 38.1 114.2999 0) + (at 54.102 112.776 0) (show_name no) (do_not_autoplace no) (effects @@ -6211,7 +6551,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 35.2552 116.84 0) + (at 61.9252 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6222,7 +6562,7 @@ ) ) (property "Datasheet" "" - (at 34.29 113.03 0) + (at 60.96 110.49 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6232,8 +6572,19 @@ ) ) ) - (property "Description" "Unpolarized capacitor" - (at 34.29 113.03 90) + (property "Description" "GRM21BR71H104KA01L" + (at 60.96 110.49 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 60.96 110.49 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6260,7 +6611,7 @@ ) (symbol (lib_id "power:GND") - (at 217.17 149.86 0) + (at 236.22 143.51 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6271,7 +6622,7 @@ (fields_autoplaced yes) (uuid "1d4c955f-4223-42b5-aa87-cc2b5ec1507b") (property "Reference" "#PWR033" - (at 217.17 156.21 0) + (at 236.22 149.86 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6282,7 +6633,7 @@ ) ) (property "Value" "GND" - (at 217.17 154.94 0) + (at 236.22 148.59 0) (show_name no) (do_not_autoplace no) (effects @@ -6292,7 +6643,7 @@ ) ) (property "Footprint" "" - (at 217.17 149.86 0) + (at 236.22 143.51 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6303,7 +6654,7 @@ ) ) (property "Datasheet" "" - (at 217.17 149.86 0) + (at 236.22 143.51 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6314,7 +6665,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 217.17 149.86 0) + (at 236.22 143.51 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6338,7 +6689,7 @@ ) (symbol (lib_id "power:GND") - (at 67.31 151.13 0) + (at 67.31 156.21 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6349,7 +6700,7 @@ (fields_autoplaced yes) (uuid "1ebc141b-b540-471e-b07f-cfc569eb0258") (property "Reference" "#PWR027" - (at 67.31 157.48 0) + (at 67.31 162.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6360,7 +6711,7 @@ ) ) (property "Value" "GND" - (at 67.31 156.21 0) + (at 67.31 161.29 0) (show_name no) (do_not_autoplace no) (effects @@ -6370,7 +6721,7 @@ ) ) (property "Footprint" "" - (at 67.31 151.13 0) + (at 67.31 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6381,7 +6732,7 @@ ) ) (property "Datasheet" "" - (at 67.31 151.13 0) + (at 67.31 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6392,7 +6743,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 67.31 151.13 0) + (at 67.31 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6545,7 +6896,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-07187RL" (at 49.53 60.96 0) (hide yes) (show_name no) @@ -6556,6 +6907,17 @@ ) ) ) + (property "PNM" "RC0805FR-07187RL" + (at 49.53 60.96 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "5414e89f-b7da-4bf1-b060-273f0d127bda") ) @@ -6654,8 +7016,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 69.85 127 0) + (lib_id "power:VD") + (at 36.83 148.59 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6663,10 +7025,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "29f36daa-f8e6-415e-a854-e24181fe6360") - (property "Reference" "#PWR012" - (at 69.85 133.35 0) + (uuid "27b52538-9f53-42ab-8ac3-480332984fe0") + (property "Reference" "#PWR0200" + (at 36.83 152.4 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6676,8 +7037,8 @@ ) ) ) - (property "Value" "GND" - (at 69.85 132.08 0) + (property "Value" "3V3_ANALOG" + (at 36.83 144.78 0) (show_name no) (do_not_autoplace no) (effects @@ -6687,7 +7048,7 @@ ) ) (property "Footprint" "" - (at 69.85 127 0) + (at 36.83 148.59 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6698,7 +7059,162 @@ ) ) (property "Datasheet" "" - (at 69.85 127 0) + (at 36.83 148.59 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 36.83 148.59 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "bfdfc27c-cd16-4878-8a23-724d7776f97a") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0200") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 114.3 179.07 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "293b4277-7e03-4e29-9c7c-dd60fcdb7cab") + (property "Reference" "#FLG07" + (at 116.205 179.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 118.872 179.832 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 179.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 114.3 179.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 114.3 179.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "210e03cb-1a81-4032-8c61-061f09bc3c2a") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#FLG07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 105.41 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 "29f36daa-f8e6-415e-a854-e24181fe6360") + (property "Reference" "#PWR012" + (at 105.41 138.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 105.41 137.16 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 105.41 132.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 105.41 132.08 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6709,7 +7225,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 69.85 127 0) + (at 105.41 132.08 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6888,7 +7404,7 @@ ) (symbol (lib_id "Device:R") - (at 119.38 144.78 180) + (at 113.03 170.18 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6898,7 +7414,7 @@ (dnp no) (uuid "34ea1cfc-853a-45b9-a87a-d1dcff06e7a6") (property "Reference" "R15" - (at 117.348 145.034 90) + (at 115.062 170.434 90) (show_name no) (do_not_autoplace no) (effects @@ -6908,7 +7424,7 @@ ) ) (property "Value" "100m" - (at 120.142 144.78 90) + (at 113.792 170.18 90) (show_name no) (do_not_autoplace no) (effects @@ -6919,7 +7435,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_1206_3216Metric" - (at 121.158 144.78 90) + (at 114.808 170.18 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6930,7 +7446,7 @@ ) ) (property "Datasheet" "" - (at 119.38 144.78 0) + (at 113.03 170.18 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6941,7 +7457,18 @@ ) ) (property "Description" "WSL1206R1000FEA" - (at 119.38 144.78 0) + (at 113.03 170.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "WSL1206R1000FEA" + (at 113.03 170.18 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6968,7 +7495,7 @@ ) (symbol (lib_id "power:GND") - (at 127 124.46 0) + (at 120.65 149.86 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6979,7 +7506,7 @@ (fields_autoplaced yes) (uuid "3b2ff6e4-2ae1-40af-8c8e-a8d36410cb33") (property "Reference" "#PWR031" - (at 127 130.81 0) + (at 120.65 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6990,7 +7517,7 @@ ) ) (property "Value" "GND" - (at 127 129.54 0) + (at 120.65 154.94 0) (show_name no) (do_not_autoplace no) (effects @@ -7000,7 +7527,7 @@ ) ) (property "Footprint" "" - (at 127 124.46 0) + (at 120.65 149.86 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7011,7 +7538,7 @@ ) ) (property "Datasheet" "" - (at 127 124.46 0) + (at 120.65 149.86 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7022,7 +7549,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 127 124.46 0) + (at 120.65 149.86 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7044,9 +7571,86 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 130.81 26.67 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "3c119770-9d18-4f12-abd0-51fb17c559fa") + (property "Reference" "#PWR0206" + (at 127 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VOUT" + (at 131.318 25.146 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 130.81 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 130.81 26.67 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 130.81 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e05d6510-978e-4410-8044-6093244d7f98") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0206") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Sensor_Energy:INA228") - (at 134.62 140.97 0) + (at 128.27 166.37 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7057,7 +7661,7 @@ (fields_autoplaced yes) (uuid "3f017790-3d38-4231-bbe7-6402051c4be2") (property "Reference" "U4" - (at 136.7633 125.73 0) + (at 130.4133 151.13 0) (show_name no) (do_not_autoplace no) (effects @@ -7068,7 +7672,7 @@ ) ) (property "Value" "INA228" - (at 136.7633 128.27 0) + (at 130.4133 153.67 0) (show_name no) (do_not_autoplace no) (effects @@ -7079,7 +7683,7 @@ ) ) (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" - (at 154.94 152.4 0) + (at 148.59 177.8 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7090,7 +7694,7 @@ ) ) (property "Datasheet" "https://www.ti.com/lit/ds/symlink/ina228.pdf" - (at 143.51 143.51 0) + (at 137.16 168.91 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7100,8 +7704,19 @@ ) ) ) - (property "Description" "High-Side or Low-Side Measurement, Bi-Directional Current and Power Monitor (0-85V) with I2C, SMBus-, and PMBus-Compatible Interface, TSSOP-10 (Texas DGS0010A / VSSOP)" - (at 134.62 140.97 0) + (property "Description" "INA228AQDGSRQ1" + (at 128.27 166.37 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "INA228AQDGSRQ1" + (at 128.27 166.37 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7151,8 +7766,8 @@ ) ) (symbol - (lib_id "Device:R") - (at 201.93 140.97 180) + (lib_id "Device:C") + (at 209.55 138.43 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7160,9 +7775,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "41550310-68d4-4513-b925-ebd2fec8df2f") - (property "Reference" "R16" - (at 199.898 141.224 90) + (uuid "3faa748a-6da7-4a8b-890e-ffb4e2d60d35") + (property "Reference" "C118" + (at 209.55 132.588 90) (show_name no) (do_not_autoplace no) (effects @@ -7171,19 +7786,18 @@ ) ) ) - (property "Value" "100m" - (at 202.692 140.97 90) + (property "Value" "47uF" + (at 209.55 135.128 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify top) ) ) - (property "Footprint" "Resistor_SMD:R_1206_3216Metric" - (at 203.708 140.97 90) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 213.36 137.4648 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7194,7 +7808,98 @@ ) ) (property "Datasheet" "" - (at 201.93 140.97 0) + (at 209.55 138.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "CL32A476KOJNNNE" + (at 209.55 138.43 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "CL32A476KOJNNNE" + (at 209.55 138.43 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "bb24b282-371b-4ee3-a2ff-79d098244775") + ) + (pin "2" + (uuid "6be75c24-0134-46ac-89e6-f58253845279") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "C118") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 220.98 134.62 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "41550310-68d4-4513-b925-ebd2fec8df2f") + (property "Reference" "R16" + (at 218.948 134.874 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100m" + (at 221.742 134.62 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_1206_3216Metric" + (at 222.758 134.62 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 220.98 134.62 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7205,7 +7910,18 @@ ) ) (property "Description" "WSL1206R1000FEA" - (at 201.93 140.97 0) + (at 220.98 134.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "WSL1206R1000FEA" + (at 220.98 134.62 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -7232,7 +7948,7 @@ ) (symbol (lib_id "Device:C") - (at 130.81 124.46 90) + (at 124.46 149.86 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7240,10 +7956,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) (uuid "43693026-c377-446c-af45-63da9e4c78d0") (property "Reference" "C21" - (at 130.81 116.84 90) + (at 120.142 146.304 90) (show_name no) (do_not_autoplace no) (effects @@ -7253,7 +7968,7 @@ ) ) (property "Value" "100nF" - (at 130.81 119.38 90) + (at 120.142 148.844 90) (show_name no) (do_not_autoplace no) (effects @@ -7263,7 +7978,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 134.62 123.4948 0) + (at 128.27 148.8948 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7274,7 +7989,7 @@ ) ) (property "Datasheet" "" - (at 130.81 124.46 0) + (at 124.46 149.86 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7284,8 +7999,19 @@ ) ) ) - (property "Description" "Unpolarized capacitor" - (at 130.81 124.46 90) + (property "Description" "GRM21BR71H104KA01L" + (at 124.46 149.86 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 124.46 149.86 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -7312,7 +8038,7 @@ ) (symbol (lib_id "Sensor_Energy:INA228") - (at 217.17 137.16 0) + (at 236.22 130.81 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7323,7 +8049,7 @@ (fields_autoplaced yes) (uuid "48d75775-15ce-4859-bb41-9d0f630b6db1") (property "Reference" "U8" - (at 219.3133 121.92 0) + (at 238.3633 115.57 0) (show_name no) (do_not_autoplace no) (effects @@ -7334,7 +8060,7 @@ ) ) (property "Value" "INA228" - (at 219.3133 124.46 0) + (at 238.3633 118.11 0) (show_name no) (do_not_autoplace no) (effects @@ -7345,7 +8071,7 @@ ) ) (property "Footprint" "Package_SO:TSSOP-10_3x3mm_P0.5mm" - (at 237.49 148.59 0) + (at 256.54 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7356,7 +8082,7 @@ ) ) (property "Datasheet" "https://www.ti.com/lit/ds/symlink/ina228.pdf" - (at 226.06 139.7 0) + (at 245.11 133.35 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7366,8 +8092,19 @@ ) ) ) - (property "Description" "High-Side or Low-Side Measurement, Bi-Directional Current and Power Monitor (0-85V) with I2C, SMBus-, and PMBus-Compatible Interface, TSSOP-10 (Texas DGS0010A / VSSOP)" - (at 217.17 137.16 0) + (property "Description" "INA228AQDGSRQ1" + (at 236.22 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "INA228AQDGSRQ1" + (at 236.22 130.81 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7471,7 +8208,7 @@ ) ) ) - (property "Description" "Bidirectional transient-voltage-suppression diode" + (property "Description" "ESD5B5VL" (at 114.3 64.77 0) (hide yes) (show_name no) @@ -7482,6 +8219,17 @@ ) ) ) + (property "PNM" "ESD5B5VL" + (at 114.3 64.77 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "f1d06bbc-61c1-4c9d-889c-020cd8703dc7") ) @@ -7497,6 +8245,96 @@ ) ) ) + (symbol + (lib_id "Device:C") + (at 96.52 49.53 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "51d53ed4-14a3-45ab-8a32-6683297c91da") + (property "Reference" "C55" + (at 99.822 48.006 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10uF" + (at 100.584 50.8 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 100.33 48.5648 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 96.52 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 96.52 49.53 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 96.52 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "39aee706-5244-47a3-8170-f1fef8485c0f") + ) + (pin "2" + (uuid "af7c1c4f-27d6-4968-8baf-8c2ddd8e554e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "C55") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 95.25 64.77 180) @@ -7551,7 +8389,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 95.25 64.77 0) (hide yes) (show_name no) @@ -7562,6 +8400,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 95.25 64.77 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "9c867407-e0bd-4a58-a991-38068c1ba0b3") ) @@ -7579,7 +8428,7 @@ ) (symbol (lib_id "power:GND") - (at 67.31 177.8 0) + (at 67.31 182.88 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7590,7 +8439,7 @@ (fields_autoplaced yes) (uuid "55f29aa7-b15a-4a6a-855f-2e8d1f44d254") (property "Reference" "#PWR028" - (at 67.31 184.15 0) + (at 67.31 189.23 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7601,7 +8450,7 @@ ) ) (property "Value" "GND" - (at 67.31 182.88 0) + (at 67.31 187.96 0) (show_name no) (do_not_autoplace no) (effects @@ -7611,7 +8460,7 @@ ) ) (property "Footprint" "" - (at 67.31 177.8 0) + (at 67.31 182.88 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7622,7 +8471,7 @@ ) ) (property "Datasheet" "" - (at 67.31 177.8 0) + (at 67.31 182.88 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7633,7 +8482,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 67.31 177.8 0) + (at 67.31 182.88 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7655,6 +8504,160 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 236.22 110.49 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "57633ef4-415f-4ec6-be3f-aac93f0ee404") + (property "Reference" "#PWR0216" + (at 236.22 114.3 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 236.22 106.68 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 236.22 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 236.22 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 \"VD\"" + (at 236.22 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "d3bb9ea0-8484-47c9-aa2f-ab936b556e20") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0216") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 36.83 175.26 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "5c1798b0-0072-4ab5-91c7-b062b797c72f") + (property "Reference" "#PWR0201" + (at 36.83 179.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ANALOG" + (at 36.83 171.45 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 36.83 175.26 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 36.83 175.26 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 36.83 175.26 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "90ab9c1d-7de4-4af7-9094-b22501f5d89e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0201") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 92.71 35.56 90) @@ -7708,7 +8711,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71H473KA01L" + (at 92.71 35.56 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H473KA01L" (at 92.71 35.56 90) (hide yes) (show_name no) @@ -7788,7 +8802,18 @@ ) ) ) - (property "Description" "I2C Controlled Single Cell 3-A Fast Charger with MaxCharge Technology for High Input Voltage and Adjustable Voltage USB On-the-Go Boost Mode" + (property "Description" "BQ25896RTWR" + (at 71.12 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "BQ25896RTWR" (at 71.12 45.72 0) (hide yes) (show_name no) @@ -7884,8 +8909,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 137.16 101.6 0) + (lib_id "MIKILAB_power:PWR_FLAG") + (at 220.98 143.51 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7893,10 +8918,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "691f0e5e-b74f-48f9-8360-44ed7b07a75d") - (property "Reference" "#PWR022" - (at 137.16 107.95 0) + (uuid "64ac52ac-f406-41e7-9476-60401645a5b0") + (property "Reference" "#FLG08" + (at 219.075 143.51 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7906,8 +8930,8 @@ ) ) ) - (property "Value" "GND" - (at 137.16 106.68 0) + (property "Value" "3V3_ANALOG" + (at 217.678 144.526 0) (show_name no) (do_not_autoplace no) (effects @@ -7917,7 +8941,7 @@ ) ) (property "Footprint" "" - (at 137.16 101.6 0) + (at 220.98 143.51 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7928,7 +8952,7 @@ ) ) (property "Datasheet" "" - (at 137.16 101.6 0) + (at 220.98 143.51 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7938,8 +8962,8 @@ ) ) ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 137.16 101.6 0) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 220.98 143.51 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7950,20 +8974,20 @@ ) ) (pin "1" - (uuid "ba4292c7-c448-4f63-a13c-e0adf8fa817b") + (uuid "c196ea30-e13b-4fc3-9c78-d68ed84adf2d") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" - (reference "#PWR022") + (reference "#FLG08") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 81.28 97.79 180) + (lib_id "power:VD") + (at 73.66 147.32 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7971,9 +8995,10 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "70cdc0b5-3967-44ce-943f-f6c61390e9b9") - (property "Reference" "R12" - (at 79.248 98.044 90) + (uuid "6611e78e-1525-46bd-b9ad-3a2e3bd96cc7") + (property "Reference" "#PWR0212" + (at 73.66 151.13 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects @@ -7982,19 +9007,18 @@ ) ) ) - (property "Value" "1M" - (at 82.042 97.79 90) + (property "Value" "1V2" + (at 73.406 143.764 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify top) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 83.058 97.79 90) + (property "Footprint" "" + (at 73.66 147.32 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8005,7 +9029,7 @@ ) ) (property "Datasheet" "" - (at 81.28 97.79 0) + (at 73.66 147.32 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8015,8 +9039,173 @@ ) ) ) - (property "Description" "Resistor" - (at 81.28 97.79 0) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 73.66 147.32 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "065cc1ab-cc72-416b-af17-9edadbfd265c") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0212") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 72.39 172.72 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "6c260a87-ba78-431a-b8d5-53cf740939e0") + (property "Reference" "#PWR0213" + (at 72.39 176.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V8" + (at 72.39 169.164 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 72.39 172.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 72.39 172.72 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 72.39 172.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "2b82f210-9bd8-4c90-969c-c2414032ed0a") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0213") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 116.84 102.87 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "70cdc0b5-3967-44ce-943f-f6c61390e9b9") + (property "Reference" "R12" + (at 114.808 103.124 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1M" + (at 117.602 102.87 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 118.618 102.87 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 116.84 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-071ML" + (at 116.84 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-071ML" + (at 116.84 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -8175,7 +9364,7 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM31CR71E106KA12L" (at 127 31.75 90) (hide yes) (show_name no) @@ -8186,6 +9375,17 @@ ) ) ) + (property "PNM" "GRM31CR71E106KA12L" + (at 127 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "5b8ab543-8467-4321-8855-0d904afdef72") ) @@ -8202,8 +9402,8 @@ ) ) (symbol - (lib_id "Device:C") - (at 67.31 173.99 0) + (lib_id "power:VD") + (at 16.51 49.53 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8211,32 +9411,30 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "751fa108-d4c9-43c5-9882-5f0e7bab54b2") - (property "Reference" "C20" - (at 71.12 172.7199 0) + (uuid "73bddff0-c988-4175-af91-991c4169da2d") + (property "Reference" "#PWR0203" + (at 16.51 53.34 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "1uF" - (at 71.12 175.2599 0) + (property "Value" "3V3_DIGITAL" + (at 16.51 45.72 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 68.2752 177.8 0) + (property "Footprint" "" + (at 16.51 49.53 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8247,7 +9445,7 @@ ) ) (property "Datasheet" "" - (at 67.31 173.99 0) + (at 16.51 49.53 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8257,8 +9455,98 @@ ) ) ) - (property "Description" "Unpolarized capacitor" - (at 67.31 173.99 90) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 16.51 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "dcf2660e-b8c4-4bb8-9667-f0e1db13ad05") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0203") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 67.31 179.07 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 "751fa108-d4c9-43c5-9882-5f0e7bab54b2") + (property "Reference" "C20" + (at 71.12 177.7999 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 71.12 180.3399 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 68.2752 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 67.31 179.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "12063C105KAT2A" + (at 67.31 179.07 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "12063C105KAT2A" + (at 67.31 179.07 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8362,8 +9650,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 147.32 101.6 0) + (lib_id "power:VD") + (at 60.96 99.06 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8371,10 +9659,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "79252471-f799-4c54-b6bc-0aba8ff2e5e0") - (property "Reference" "#PWR023" - (at 147.32 107.95 0) + (uuid "7e175598-2619-407c-a8b1-f73017df3f2a") + (property "Reference" "#PWR0197" + (at 64.77 99.06 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8384,18 +9671,19 @@ ) ) ) - (property "Value" "GND" - (at 147.32 106.68 0) + (property "Value" "VOUT" + (at 58.166 99.06 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) (property "Footprint" "" - (at 147.32 101.6 0) + (at 60.96 99.06 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8406,7 +9694,7 @@ ) ) (property "Datasheet" "" - (at 147.32 101.6 0) + (at 60.96 99.06 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8416,8 +9704,8 @@ ) ) ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 147.32 101.6 0) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 60.96 99.06 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8428,12 +9716,166 @@ ) ) (pin "1" - (uuid "2a6ebef2-d9ce-4997-a96e-634f009b5456") + (uuid "143f3290-a2da-405c-b93b-f363780994f1") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" - (reference "#PWR023") + (reference "#PWR0197") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 113.03 186.69 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "83a81e74-02f3-41b4-8df3-92ad91b6500f") + (property "Reference" "#PWR0210" + (at 113.03 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 114.808 185.928 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 113.03 186.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 113.03 186.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 113.03 186.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "9c8edd56-8165-4af4-a382-ae809ef7d4e9") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0210") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 165.1 99.06 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "83c82a30-a616-471f-a305-7e0ca385a034") + (property "Reference" "#PWR0208" + (at 161.29 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL_IN" + (at 166.37 97.282 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 165.1 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 165.1 99.06 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 165.1 99.06 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f37f51ec-b565-4061-8ab1-ef09e5485fb0") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0208") (unit 1) ) ) @@ -8441,7 +9883,7 @@ ) (symbol (lib_id "Regulator_Linear:TPS7A20xxxDQN") - (at 53.34 172.72 0) + (at 53.34 177.8 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8452,7 +9894,7 @@ (fields_autoplaced yes) (uuid "8472ac21-f021-4816-b7b8-8494c942cde6") (property "Reference" "U7" - (at 53.34 162.56 0) + (at 53.34 167.64 0) (show_name no) (do_not_autoplace no) (effects @@ -8462,7 +9904,7 @@ ) ) (property "Value" "TPS7A2018PDQN" - (at 53.34 165.1 0) + (at 53.34 170.18 0) (show_name no) (do_not_autoplace no) (effects @@ -8472,7 +9914,7 @@ ) ) (property "Footprint" "Package_SON:Texas_X2SON-4_1x1mm_P0.65mm" - (at 53.34 163.83 0) + (at 53.34 168.91 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8483,7 +9925,7 @@ ) ) (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps7a20.pdf" - (at 53.34 160.02 0) + (at 53.34 165.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8493,8 +9935,19 @@ ) ) ) - (property "Description" "300 mA Low Dropout Voltage Regulator, Fixed Output, 1.6..6.0Vin, Low-Noise (7μV RMS), 6.5μA IQ LDO, X2SON-5" - (at 53.34 172.72 0) + (property "Description" "TPS7A2018PDQN" + (at 53.34 177.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "TPS7A2018PDQN" + (at 53.34 177.8 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8530,7 +9983,7 @@ ) (symbol (lib_id "Regulator_Linear:TPS7A20xxxDQN") - (at 53.34 146.05 0) + (at 53.34 151.13 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8541,7 +9994,7 @@ (fields_autoplaced yes) (uuid "85195b14-94b7-4427-b657-a3432f22f76a") (property "Reference" "U6" - (at 53.34 135.89 0) + (at 53.34 140.97 0) (show_name no) (do_not_autoplace no) (effects @@ -8551,7 +10004,7 @@ ) ) (property "Value" "TPS7A2012PDQN" - (at 53.34 138.43 0) + (at 53.34 143.51 0) (show_name no) (do_not_autoplace no) (effects @@ -8561,7 +10014,7 @@ ) ) (property "Footprint" "Package_SON:Texas_X2SON-4_1x1mm_P0.65mm" - (at 53.34 137.16 0) + (at 53.34 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8572,7 +10025,7 @@ ) ) (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps7a20.pdf" - (at 53.34 133.35 0) + (at 53.34 138.43 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8582,8 +10035,19 @@ ) ) ) - (property "Description" "300 mA Low Dropout Voltage Regulator, Fixed Output, 1.6..6.0Vin, Low-Noise (7μV RMS), 6.5μA IQ LDO, X2SON-5" - (at 53.34 146.05 0) + (property "Description" "TPS7A2012PDQN" + (at 53.34 151.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "TPS7A2012PDQN" + (at 53.34 151.13 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8617,6 +10081,84 @@ ) ) ) + (symbol + (lib_id "power:GND") + (at 69.85 115.57 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 "854136e0-b8a0-48b8-9e42-4d969923246e") + (property "Reference" "#PWR083" + (at 69.85 121.92 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 69.85 120.65 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 69.85 115.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 69.85 115.57 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 69.85 115.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7bbe4e88-43b3-4a16-b99f-b8e386d87659") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR083") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 163.83 48.26 0) @@ -8750,7 +10292,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM31CR71E106KA12L" + (at 45.72 21.59 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" (at 45.72 21.59 0) (hide yes) (show_name no) @@ -8778,7 +10331,7 @@ ) (symbol (lib_id "Device:C") - (at 109.22 97.79 0) + (at 144.78 102.87 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8789,7 +10342,7 @@ (fields_autoplaced yes) (uuid "946f3272-ed57-4f29-9cee-e2cd26121606") (property "Reference" "C13" - (at 113.03 96.5199 0) + (at 148.59 101.5999 0) (show_name no) (do_not_autoplace no) (effects @@ -8800,7 +10353,7 @@ ) ) (property "Value" "22uF" - (at 113.03 99.0599 0) + (at 148.59 104.1399 0) (show_name no) (do_not_autoplace no) (effects @@ -8811,7 +10364,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 110.1852 101.6 0) + (at 145.7452 106.68 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8822,7 +10375,7 @@ ) ) (property "Datasheet" "" - (at 109.22 97.79 0) + (at 144.78 102.87 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8832,8 +10385,19 @@ ) ) ) - (property "Description" "Unpolarized capacitor" - (at 109.22 97.79 90) + (property "Description" "GRM31CR61E226ME15L" + (at 144.78 102.87 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR61E226ME15L" + (at 144.78 102.87 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9018,7 +10582,7 @@ ) (symbol (lib_id "power:GND") - (at 115.57 101.6 0) + (at 97.79 173.99 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9026,10 +10590,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "984df6e7-3659-4c16-871d-4f858b232cef") - (property "Reference" "#PWR020" - (at 115.57 107.95 0) + (uuid "979cb6e1-c886-4041-a3f6-d969b8c84195") + (property "Reference" "#PWR0171" + (at 97.79 180.34 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9040,7 +10603,7 @@ ) ) (property "Value" "GND" - (at 115.57 106.68 0) + (at 95.758 174.498 0) (show_name no) (do_not_autoplace no) (effects @@ -9050,7 +10613,7 @@ ) ) (property "Footprint" "" - (at 115.57 101.6 0) + (at 97.79 173.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9061,7 +10624,7 @@ ) ) (property "Datasheet" "" - (at 115.57 101.6 0) + (at 97.79 173.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9072,7 +10635,85 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 115.57 101.6 0) + (at 97.79 173.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "eaa1593e-2655-4741-ae87-7d2ccb33be3d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0171") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 151.13 106.68 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 "984df6e7-3659-4c16-871d-4f858b232cef") + (property "Reference" "#PWR020" + (at 151.13 113.03 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 151.13 111.76 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 151.13 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 151.13 106.68 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 151.13 106.68 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9228,7 +10869,7 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71H104KA01L" (at 39.37 69.85 90) (hide yes) (show_name no) @@ -9239,6 +10880,17 @@ ) ) ) + (property "PNM" "GRM21BR71H104KA01L" + (at 39.37 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "da7e4bd3-5c27-4cf4-b597-145826e65da0") ) @@ -9254,6 +10906,83 @@ ) ) ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 152.4 92.71 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "a0fde4f9-9386-45f6-a0f1-5013dbfd936a") + (property "Reference" "#FLG01" + (at 152.4 90.805 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL_IN" + (at 154.686 91.694 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 152.4 92.71 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 152.4 92.71 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 152.4 92.71 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b28aca99-2435-4594-aa2d-04511d1d55b0") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:L") (at 101.6 26.67 90) @@ -9276,7 +11005,7 @@ ) ) ) - (property "Value" "MHT201610SG-1R0M" + (property "Value" "1uH" (at 101.6 24.13 90) (show_name no) (do_not_autoplace no) @@ -9308,7 +11037,7 @@ ) ) ) - (property "Description" "Inductor" + (property "Description" "DFE201612E-1R0M=P2" (at 101.6 26.67 0) (hide yes) (show_name no) @@ -9319,6 +11048,17 @@ ) ) ) + (property "PNM" "DFE201612E-1R0M=P2" + (at 101.6 26.67 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "f7367d6c-84f0-41c8-92e2-67dd60261a78") ) @@ -9335,8 +11075,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 134.62 153.67 0) + (lib_id "power:VD") + (at 113.03 162.56 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9344,10 +11084,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "a642f523-ad53-4bdc-8b03-757599e0de9a") - (property "Reference" "#PWR030" - (at 134.62 160.02 0) + (uuid "a3fbe38a-597e-49a9-8f16-7ca128fe52a4") + (property "Reference" "#PWR0205" + (at 113.03 166.37 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9357,8 +11096,8 @@ ) ) ) - (property "Value" "GND" - (at 134.62 158.75 0) + (property "Value" "3V3_DIGITAL_IN" + (at 111.252 163.322 90) (show_name no) (do_not_autoplace no) (effects @@ -9368,7 +11107,7 @@ ) ) (property "Footprint" "" - (at 134.62 153.67 0) + (at 113.03 162.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9379,7 +11118,85 @@ ) ) (property "Datasheet" "" - (at 134.62 153.67 0) + (at 113.03 162.56 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 113.03 162.56 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "10aee14c-c4a4-411b-9f35-a6e1176d3bbe") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0205") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 128.27 179.07 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 "a642f523-ad53-4bdc-8b03-757599e0de9a") + (property "Reference" "#PWR030" + (at 128.27 185.42 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 128.27 184.15 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 128.27 179.07 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 128.27 179.07 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9390,7 +11207,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 134.62 153.67 0) + (at 128.27 179.07 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9490,6 +11307,84 @@ ) ) ) + (symbol + (lib_id "power:GND") + (at 205.74 138.43 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 "ac540658-0ca9-44e4-b4c4-987ca2bbc215") + (property "Reference" "#PWR0172" + (at 205.74 144.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 205.74 143.51 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 205.74 138.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 205.74 138.43 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 205.74 138.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b91ed647-c0ad-439b-bbaa-479f0bc1a311") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0172") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 127 53.34 90) @@ -9500,10 +11395,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) (uuid "ac5f71cc-b0e0-4ed9-8db7-34ca7e0e5bac") (property "Reference" "C5" - (at 127 45.72 90) + (at 127 49.53 90) (show_name no) (do_not_autoplace no) (effects @@ -9513,7 +11407,7 @@ ) ) (property "Value" "100nF" - (at 127 48.26 90) + (at 127.762 56.388 90) (show_name no) (do_not_autoplace no) (effects @@ -9544,7 +11438,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71H104KA01L" + (at 127 53.34 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 127 53.34 90) (hide yes) (show_name no) @@ -9572,7 +11477,7 @@ ) (symbol (lib_id "Device:C") - (at 36.83 173.99 0) + (at 36.83 179.07 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9583,7 +11488,7 @@ (fields_autoplaced yes) (uuid "ad8108ff-6f1d-4ab9-a6a9-50aca5b74369") (property "Reference" "C19" - (at 40.64 172.7199 0) + (at 40.64 177.7999 0) (show_name no) (do_not_autoplace no) (effects @@ -9594,7 +11499,7 @@ ) ) (property "Value" "1uF" - (at 40.64 175.2599 0) + (at 40.64 180.3399 0) (show_name no) (do_not_autoplace no) (effects @@ -9605,7 +11510,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 37.7952 177.8 0) + (at 37.7952 182.88 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9616,7 +11521,7 @@ ) ) (property "Datasheet" "" - (at 36.83 173.99 0) + (at 36.83 179.07 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9626,8 +11531,19 @@ ) ) ) - (property "Description" "Unpolarized capacitor" - (at 36.83 173.99 90) + (property "Description" "12063C105KAT2A" + (at 36.83 179.07 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "12063C105KAT2A" + (at 36.83 179.07 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9706,7 +11622,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 232.41 41.91 0) (hide yes) (show_name no) @@ -9717,6 +11633,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 232.41 41.91 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "85f158dd-186b-45a5-9913-87b136b6071f") ) @@ -9812,7 +11739,7 @@ ) (symbol (lib_id "Device:L") - (at 77.47 115.57 180) + (at 113.03 120.65 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9823,7 +11750,7 @@ (fields_autoplaced yes) (uuid "b3bcc0ff-a313-450c-8953-3da01f33cecd") (property "Reference" "L2" - (at 78.74 114.2999 0) + (at 114.3 119.3799 0) (show_name no) (do_not_autoplace no) (effects @@ -9833,8 +11760,8 @@ (justify right) ) ) - (property "Value" "XFL4020-102MEC" - (at 78.74 116.8399 0) + (property "Value" "1uH" + (at 114.3 121.9199 0) (show_name no) (do_not_autoplace no) (effects @@ -9845,7 +11772,7 @@ ) ) (property "Footprint" "Inductor_SMD:L_Coilcraft_XxL4020" - (at 77.47 115.57 0) + (at 113.03 120.65 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9856,7 +11783,7 @@ ) ) (property "Datasheet" "" - (at 77.47 115.57 0) + (at 113.03 120.65 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9866,8 +11793,19 @@ ) ) ) - (property "Description" "Inductor" - (at 77.47 115.57 0) + (property "Description" "XFL4020-102MEC" + (at 113.03 120.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "XFL4020-102MEC" + (at 113.03 120.65 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9946,7 +11884,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71H474KA88L" + (at 229.87 27.94 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H474KA88L" (at 229.87 27.94 90) (hide yes) (show_name no) @@ -9972,6 +11921,160 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 220.98 146.05 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "b5e58bcf-667f-494d-b4ca-6ddf980f24d2") + (property "Reference" "#PWR0211" + (at 220.98 142.24 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ANALOG" + (at 222.758 145.288 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 220.98 146.05 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 220.98 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "0bbbfe99-1848-4f21-8753-052c872e4302") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0211") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 116.84 44.45 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "b60a39fc-a3c8-47d4-821a-20b31184cfbe") + (property "Reference" "#PWR0204" + (at 116.84 48.26 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 116.84 40.64 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 116.84 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 116.84 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 \"VD\"" + (at 116.84 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "4823d108-0d0c-4bbb-bdb7-336759da8301") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0204") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 49.53 69.85 0) @@ -10028,7 +12131,7 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM31CR71E106KA12L" (at 49.53 69.85 90) (hide yes) (show_name no) @@ -10039,6 +12142,17 @@ ) ) ) + (property "PNM" "GRM31CR71E106KA12L" + (at 49.53 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "bd6c2d3c-6588-47cb-9803-3cb4acf30be3") ) @@ -10056,7 +12170,7 @@ ) (symbol (lib_id "power:GND") - (at 55.88 180.34 0) + (at 55.88 185.42 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -10067,7 +12181,7 @@ (fields_autoplaced yes) (uuid "ba75fdbf-730c-413b-8a3e-73b0897cc31f") (property "Reference" "#PWR025" - (at 55.88 186.69 0) + (at 55.88 191.77 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -10078,7 +12192,7 @@ ) ) (property "Value" "GND" - (at 55.88 185.42 0) + (at 55.88 190.5 0) (show_name no) (do_not_autoplace no) (effects @@ -10088,7 +12202,7 @@ ) ) (property "Footprint" "" - (at 55.88 180.34 0) + (at 55.88 185.42 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -10099,7 +12213,7 @@ ) ) (property "Datasheet" "" - (at 55.88 180.34 0) + (at 55.88 185.42 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -10110,7 +12224,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 55.88 180.34 0) + (at 55.88 185.42 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -10133,8 +12247,8 @@ ) ) (symbol - (lib_id "Device:C") - (at 123.19 97.79 0) + (lib_id "power:VD") + (at 35.56 30.48 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -10142,32 +12256,30 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "bdd9d6ad-7a41-4442-a81b-f778b35c8985") - (property "Reference" "C14" - (at 127 96.5199 0) + (uuid "bbc48432-66b4-482c-9d5a-17e36eda9b6c") + (property "Reference" "#PWR0217" + (at 35.56 34.29 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "10uF" - (at 127 99.0599 0) + (property "Value" "3V3_DIGITAL" + (at 35.56 26.67 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 124.1552 101.6 0) + (property "Footprint" "" + (at 35.56 30.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -10178,7 +12290,7 @@ ) ) (property "Datasheet" "" - (at 123.19 97.79 0) + (at 35.56 30.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -10188,8 +12300,8 @@ ) ) ) - (property "Description" "Unpolarized capacitor" - (at 123.19 97.79 90) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 35.56 30.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -10200,15 +12312,12 @@ ) ) (pin "1" - (uuid "1cd22d2f-a56e-4232-b6c9-2c52a765db4a") - ) - (pin "2" - (uuid "7a495bd8-ea03-4a1b-b1db-979c10b4a348") + (uuid "5d9b0ca2-c5b2-4eec-89b4-c459aee86261") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" - (reference "C14") + (reference "#PWR0217") (unit 1) ) ) @@ -10270,7 +12379,7 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71C475KA73L" (at 102.87 64.77 90) (hide yes) (show_name no) @@ -10281,6 +12390,17 @@ ) ) ) + (property "PNM" "GRM21BR71C475KA73L" + (at 102.87 64.77 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "3d5934d2-c14a-4efb-809d-cc151fd3410f") ) @@ -10297,8 +12417,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 123.19 101.6 0) + (lib_id "Device:C") + (at 101.6 173.99 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -10306,11 +12426,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "c5b5c294-9593-4207-a1f1-807e43c1df66") - (property "Reference" "#PWR021" - (at 123.19 107.95 0) - (hide yes) + (uuid "becb991d-8342-4ca5-afb0-74438071d8f5") + (property "Reference" "C23" + (at 101.6 168.148 90) (show_name no) (do_not_autoplace no) (effects @@ -10319,8 +12437,8 @@ ) ) ) - (property "Value" "GND" - (at 123.19 106.68 0) + (property "Value" "47uF" + (at 101.6 170.688 90) (show_name no) (do_not_autoplace no) (effects @@ -10329,8 +12447,8 @@ ) ) ) - (property "Footprint" "" - (at 123.19 101.6 0) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 105.41 173.0248 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -10341,7 +12459,7 @@ ) ) (property "Datasheet" "" - (at 123.19 101.6 0) + (at 101.6 173.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -10351,8 +12469,19 @@ ) ) ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 123.19 101.6 0) + (property "Description" "CL32A476KOJNNNE" + (at 101.6 173.99 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "CL32A476KOJNNNE" + (at 101.6 173.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -10363,20 +12492,23 @@ ) ) (pin "1" - (uuid "d85b4775-bc65-4f1d-a7ad-f57e7c3f6586") + (uuid "9b421145-6cf6-4bee-b157-570112c0a56c") + ) + (pin "2" + (uuid "7ac667a2-9bc5-48d6-b639-7a0a6624ccf5") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" - (reference "#PWR021") + (reference "C23") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 90.17 97.79 180) + (lib_id "power:VD") + (at 220.98 130.81 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -10384,9 +12516,10 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "c62878b3-c22f-4bbe-85cf-72c2c26b38b1") - (property "Reference" "R14" - (at 88.138 98.044 90) + (uuid "c11b1eba-378b-453f-a0f6-2b9fa7531e38") + (property "Reference" "#PWR0215" + (at 220.98 134.62 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects @@ -10395,19 +12528,18 @@ ) ) ) - (property "Value" "1M" - (at 90.932 97.79 90) + (property "Value" "3V3_ANALOG_IN" + (at 220.98 127 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify top) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 91.948 97.79 90) + (property "Footprint" "" + (at 220.98 130.81 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -10418,7 +12550,7 @@ ) ) (property "Datasheet" "" - (at 90.17 97.79 0) + (at 220.98 130.81 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -10428,8 +12560,96 @@ ) ) ) - (property "Description" "Resistor" - (at 90.17 97.79 0) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 220.98 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "cce8078b-dcdf-4b94-b27a-305d1923cd50") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0215") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 125.73 102.87 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "c62878b3-c22f-4bbe-85cf-72c2c26b38b1") + (property "Reference" "R14" + (at 123.698 103.124 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1M" + (at 126.492 102.87 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 127.508 102.87 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 125.73 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-071ML" + (at 125.73 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-071ML" + (at 125.73 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -10508,7 +12728,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 95.25 72.39 0) (hide yes) (show_name no) @@ -10519,6 +12739,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 95.25 72.39 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "86123a6f-0d10-4d29-8e16-d6a3e8fa3d61") ) @@ -10588,7 +12819,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-07100RL" (at 119.38 57.15 0) (hide yes) (show_name no) @@ -10599,6 +12830,17 @@ ) ) ) + (property "PNM" "RC0805FR-07100RL" + (at 119.38 57.15 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "d5965933-3915-4df3-bac7-c014c8830b22") ) @@ -10694,7 +12936,7 @@ ) (symbol (lib_id "Device:R") - (at 81.28 105.41 180) + (at 116.84 110.49 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -10704,7 +12946,7 @@ (dnp no) (uuid "d1b77f4a-0cee-4e6b-ba91-111bd29d7f3c") (property "Reference" "R13" - (at 79.248 105.664 90) + (at 114.808 110.744 90) (show_name no) (do_not_autoplace no) (effects @@ -10714,7 +12956,7 @@ ) ) (property "Value" "180K" - (at 82.042 105.41 90) + (at 117.602 110.49 90) (show_name no) (do_not_autoplace no) (effects @@ -10725,7 +12967,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 83.058 105.41 90) + (at 118.618 110.49 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -10736,7 +12978,7 @@ ) ) (property "Datasheet" "" - (at 81.28 105.41 0) + (at 116.84 110.49 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -10746,8 +12988,19 @@ ) ) ) - (property "Description" "Resistor" - (at 81.28 105.41 0) + (property "Description" "RC0805FR-07180KL" + (at 116.84 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-07180KL" + (at 116.84 110.49 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -10779,7 +13032,7 @@ (body_style 1) (exclude_from_sim no) (in_bom yes) - (on_board yes) + (on_board no) (in_pos_files yes) (dnp no) (uuid "d3e1c397-f207-4a37-8ec9-ab75158f766e") @@ -10826,7 +13079,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "WSL1206R0100FEA" (at 186.69 41.91 0) (hide yes) (show_name no) @@ -10837,6 +13090,17 @@ ) ) ) + (property "PNM" "WSL1206R0100FEA" + (at 186.69 41.91 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "37751af9-5a80-4d91-9890-369222b979d0") ) @@ -10929,91 +13193,9 @@ ) ) ) - (symbol - (lib_id "Device:C") - (at 147.32 97.79 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 "d61ab912-6e4f-4024-a4fa-be4365eb9a72") - (property "Reference" "C16" - (at 151.13 96.5199 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100nF" - (at 151.13 99.0599 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 148.2852 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 147.32 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Unpolarized capacitor" - (at 147.32 97.79 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "dfd06549-836e-4926-958f-046bc06f216d") - ) - (pin "2" - (uuid "62d5ca29-d4c4-4bb3-9b7e-4432e1788d6d") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" - (reference "C16") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "TPS63020DSJT:TPS63020DSJT") - (at 52.07 109.22 0) + (at 87.63 114.3 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -11024,7 +13206,7 @@ (fields_autoplaced yes) (uuid "da6648ad-f601-4d6a-b498-e9364ba3723e") (property "Reference" "U3" - (at 52.07 86.36 0) + (at 87.63 91.44 0) (show_name no) (do_not_autoplace no) (effects @@ -11034,7 +13216,7 @@ ) ) (property "Value" "TPS63020DSJT" - (at 52.07 88.9 0) + (at 87.63 93.98 0) (show_name no) (do_not_autoplace no) (effects @@ -11044,7 +13226,7 @@ ) ) (property "Footprint" "MIKILAB_IC_TPS63020DSJT:IC_TPS63020DSJT" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11056,7 +13238,7 @@ ) ) (property "Datasheet" "" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11066,8 +13248,8 @@ ) ) ) - (property "Description" "High Efficiency Single Inductor Buck-Boost Converter with 4A Switch 14-VSON -40 to 85" - (at 52.07 109.22 0) + (property "Description" "TPS63020DSJT" + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11079,7 +13261,7 @@ ) ) (property "MFANUFACTURER" "Texas Instruments" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11091,7 +13273,7 @@ ) ) (property "MF" "Texas Instruments" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11103,7 +13285,7 @@ ) ) (property "MOUSER-PURCHASE-URL" "https://snapeda.com/shop?store=Mouser&id=296571" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11115,43 +13297,7 @@ ) ) (property "TEXAS_INSTRUMENTS-PURCHASE-URL" "https://snapeda.com/shop?store=Texas+Instruments&id=296571" - (at 52.07 109.22 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "PACKAGE" "VSON-14 Texas Instruments" - (at 52.07 109.22 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "Price" "None" - (at 52.07 109.22 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "PRICE" "None" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11163,7 +13309,43 @@ ) ) (property "Package" "VSON-14 Texas Instruments" - (at 52.07 109.22 0) + (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) + (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) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Package" "VSON-14 Texas Instruments" + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11175,7 +13357,7 @@ ) ) (property "Check_prices" "https://www.snapeda.com/parts/TPS63020DSJT/Texas+Instruments/view-part/?ref=eda" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11187,7 +13369,7 @@ ) ) (property "STANDARD" "Manufacturer Recommendations" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11199,7 +13381,7 @@ ) ) (property "PARTREV" "I" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11211,7 +13393,7 @@ ) ) (property "SnapEDA_Link" "https://www.snapeda.com/parts/TPS63020DSJT/Texas+Instruments/view-part/?ref=snap" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11223,7 +13405,7 @@ ) ) (property "MP" "TPS63020DSJT" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11235,7 +13417,7 @@ ) ) (property "DIGIKEY-PURCHASE-URL" "https://snapeda.com/shop?store=DigiKey&id=296571" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11247,7 +13429,7 @@ ) ) (property "MAXIMUM_PACKAGE_HEIGHT" "1.00mm" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11259,7 +13441,7 @@ ) ) (property "Availability" "In Stock" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11271,7 +13453,7 @@ ) ) (property "AVAILABILITY" "Good" - (at 52.07 109.22 0) + (at 87.63 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11282,6 +13464,17 @@ (justify bottom) ) ) + (property "PNM" "TPS63020DSJT" + (at 87.63 114.3 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "7b14fc28-4d7f-4e46-a66f-a3f4e3d6ff61") ) @@ -11337,8 +13530,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 36.83 177.8 0) + (lib_id "MIKILAB_power:PWR_FLAG") + (at 165.1 45.72 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -11347,9 +13540,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "ddb00988-095a-49d2-9e7a-96ba2cb64d13") - (property "Reference" "#PWR029" - (at 36.83 184.15 0) + (uuid "dbf80180-dfe4-40ba-8508-94c77c2cf79e") + (property "Reference" "#FLG017" + (at 165.1 43.815 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11359,8 +13552,8 @@ ) ) ) - (property "Value" "GND" - (at 36.83 182.88 0) + (property "Value" "PWR_FLAG" + (at 165.1 40.64 0) (show_name no) (do_not_autoplace no) (effects @@ -11370,7 +13563,7 @@ ) ) (property "Footprint" "" - (at 36.83 177.8 0) + (at 165.1 45.72 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11381,7 +13574,85 @@ ) ) (property "Datasheet" "" - (at 36.83 177.8 0) + (at 165.1 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 165.1 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "0312bd56-8bf4-4072-8411-c269e40c90f6") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#FLG017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 104.14 49.53 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "dc4414e5-4f4a-4e90-a08b-f3a8b4413913") + (property "Reference" "#PWR082" + (at 110.49 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 106.68 49.276 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 104.14 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 104.14 49.53 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11392,7 +13663,162 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 36.83 177.8 0) + (at 104.14 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "2aacd160-092b-4e93-9db6-e66047518407") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR082") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 232.41 50.8 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "dcdd0e04-a9c7-4b89-871b-b029af4b3208") + (property "Reference" "#PWR0214" + (at 232.41 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 232.41 54.61 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 232.41 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 232.41 50.8 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 232.41 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a0c1a74b-8600-4fbc-8d3c-373281704e7d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0214") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 36.83 182.88 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 "ddb00988-095a-49d2-9e7a-96ba2cb64d13") + (property "Reference" "#PWR029" + (at 36.83 189.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 36.83 187.96 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 36.83 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 36.83 182.88 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 36.83 182.88 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11414,86 +13840,6 @@ ) ) ) - (symbol - (lib_id "Device:L") - (at 129.54 93.98 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 "ddde44fe-c98e-4a57-a9f7-f3d1245d7dfb") - (property "Reference" "L3" - (at 129.54 88.9 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "BLM21PG121SN1D" - (at 129.54 91.44 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Inductor_SMD:L_0805_2012Metric" - (at 129.54 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 129.54 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Inductor" - (at 129.54 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "1c4eeb53-b576-44d6-a055-fb09e68e8b41") - ) - (pin "1" - (uuid "a80d2bfd-6518-490a-ba85-fa69ac993d3c") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" - (reference "L3") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:R") (at 43.18 30.48 90) @@ -11548,7 +13894,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 43.18 30.48 0) (hide yes) (show_name no) @@ -11559,6 +13905,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 43.18 30.48 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "e3757da7-71e0-41f8-a715-beba3ad240c0") ) @@ -11575,8 +13932,8 @@ ) ) (symbol - (lib_id "Device:C") - (at 67.31 147.32 0) + (lib_id "power:VBUS") + (at 29.21 25.4 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -11585,9 +13942,20 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "e501b3ca-aa0e-4093-a5ca-338bcd5029fd") - (property "Reference" "C18" - (at 71.12 146.0499 0) + (uuid "e0ec812a-ffe3-49e2-b1d0-34a5c8a8d423") + (property "Reference" "#PWR0195" + (at 33.02 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 25.4 25.3999 90) (show_name no) (do_not_autoplace no) (effects @@ -11597,19 +13965,8 @@ (justify left) ) ) - (property "Value" "1uF" - (at 71.12 148.5899 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 68.2752 151.13 0) + (property "Footprint" "" + (at 29.21 25.4 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11620,7 +13977,7 @@ ) ) (property "Datasheet" "" - (at 67.31 147.32 0) + (at 29.21 25.4 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11630,8 +13987,97 @@ ) ) ) - (property "Description" "Unpolarized capacitor" - (at 67.31 147.32 90) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 29.21 25.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "fc03fb87-acac-4b41-8a8a-bbe8c7ef1557") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" + (reference "#PWR0195") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 67.31 152.4 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "e501b3ca-aa0e-4093-a5ca-338bcd5029fd") + (property "Reference" "C18" + (at 69.596 151.13 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 69.596 153.67 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 68.2752 156.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 67.31 152.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "12063C105KAT2A" + (at 67.31 152.4 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "12063C105KAT2A" + (at 67.31 152.4 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11666,7 +14112,6 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) (uuid "e9724797-fb73-49bc-acfe-987f97641094") (property "Reference" "#PWR06" (at 95.25 82.55 0) @@ -11680,7 +14125,7 @@ ) ) (property "Value" "GND" - (at 95.25 81.28 0) + (at 95.25 80.01 0) (show_name no) (do_not_autoplace no) (effects @@ -11790,7 +14235,7 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "12063C105KAT2A" (at 187.96 21.59 90) (hide yes) (show_name no) @@ -11801,6 +14246,17 @@ ) ) ) + (property "PNM" "12063C105KAT2A" + (at 187.96 21.59 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "59bb4cb9-936b-45dc-b9c3-fb40acaeef12") ) @@ -11818,89 +14274,7 @@ ) (symbol (lib_id "Device:C") - (at 137.16 97.79 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 "eaf7b9eb-b0ae-40b2-a137-0a164a0da5dc") - (property "Reference" "C15" - (at 140.97 96.5199 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 140.97 99.0599 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 138.1252 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 137.16 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Unpolarized capacitor" - (at 137.16 97.79 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "54f569e5-18e2-4f39-b6dc-1e06dfa286e2") - ) - (pin "2" - (uuid "910f7c1a-606f-4cda-9d0a-5a38d92cae28") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/be5acd16-8a33-4b43-9869-78b6acaaceab" - (reference "C15") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 96.52 97.79 0) + (at 132.08 102.87 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -11911,7 +14285,7 @@ (fields_autoplaced yes) (uuid "ebbb899e-f457-40cb-8289-07f5522242bb") (property "Reference" "C12" - (at 100.33 96.5199 0) + (at 135.89 101.5999 0) (show_name no) (do_not_autoplace no) (effects @@ -11922,7 +14296,7 @@ ) ) (property "Value" "22uF" - (at 100.33 99.0599 0) + (at 135.89 104.1399 0) (show_name no) (do_not_autoplace no) (effects @@ -11933,7 +14307,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 97.4852 101.6 0) + (at 133.0452 106.68 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11944,7 +14318,7 @@ ) ) (property "Datasheet" "" - (at 96.52 97.79 0) + (at 132.08 102.87 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11954,8 +14328,19 @@ ) ) ) - (property "Description" "Unpolarized capacitor" - (at 96.52 97.79 90) + (property "Description" "GRM31CR61E226ME15L" + (at 132.08 102.87 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR61E226ME15L" + (at 132.08 102.87 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11982,7 +14367,7 @@ ) (symbol (lib_id "Device:C") - (at 213.36 120.65 90) + (at 232.41 114.3 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -11990,10 +14375,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) (uuid "ebfe0484-7ad7-49d9-bc7e-3cf555bdfd98") (property "Reference" "C22" - (at 213.36 113.03 90) + (at 232.41 108.712 90) (show_name no) (do_not_autoplace no) (effects @@ -12003,7 +14387,7 @@ ) ) (property "Value" "100nF" - (at 213.36 115.57 90) + (at 232.41 111.252 90) (show_name no) (do_not_autoplace no) (effects @@ -12013,7 +14397,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 217.17 119.6848 0) + (at 236.22 113.3348 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12024,7 +14408,7 @@ ) ) (property "Datasheet" "" - (at 213.36 120.65 0) + (at 232.41 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12034,8 +14418,19 @@ ) ) ) - (property "Description" "Unpolarized capacitor" - (at 213.36 120.65 90) + (property "Description" "GRM21BR71H104KA01L" + (at 232.41 114.3 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 232.41 114.3 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -12062,7 +14457,7 @@ ) (symbol (lib_id "power:GND") - (at 240.03 132.08 0) + (at 259.08 125.73 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -12072,7 +14467,7 @@ (dnp no) (uuid "eee2159e-b286-4574-9ed3-eb6dce103591") (property "Reference" "#PWR037" - (at 240.03 138.43 0) + (at 259.08 132.08 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12083,7 +14478,7 @@ ) ) (property "Value" "GND" - (at 240.03 135.636 0) + (at 259.08 129.286 0) (show_name no) (do_not_autoplace no) (effects @@ -12093,7 +14488,7 @@ ) ) (property "Footprint" "" - (at 240.03 132.08 0) + (at 259.08 125.73 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12104,7 +14499,7 @@ ) ) (property "Datasheet" "" - (at 240.03 132.08 0) + (at 259.08 125.73 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12115,7 +14510,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 240.03 132.08 0) + (at 259.08 125.73 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12191,7 +14586,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 43.18 50.8 0) (hide yes) (show_name no) @@ -12202,6 +14597,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 43.18 50.8 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "d24a5da1-2bb9-4eab-aca7-ab4e3b3460fc") ) @@ -12273,7 +14679,7 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM31CR71E106KA12L" (at 114.3 31.75 90) (hide yes) (show_name no) @@ -12284,6 +14690,17 @@ ) ) ) + (property "PNM" "GRM31CR71E106KA12L" + (at 114.3 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "c1ff170f-fa20-425f-89c3-f8d60b351e11") ) @@ -12301,7 +14718,7 @@ ) (symbol (lib_id "Device:R") - (at 119.38 48.26 180) + (at 116.84 48.26 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -12311,7 +14728,7 @@ (dnp no) (uuid "f12a813d-536d-4087-804e-87e89ea08ec4") (property "Reference" "R7" - (at 117.348 48.514 90) + (at 114.808 48.514 90) (show_name no) (do_not_autoplace no) (effects @@ -12321,7 +14738,7 @@ ) ) (property "Value" "10K" - (at 120.142 48.26 90) + (at 117.602 48.26 90) (show_name no) (do_not_autoplace no) (effects @@ -12332,7 +14749,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 121.158 48.26 90) + (at 118.618 48.26 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -12343,7 +14760,7 @@ ) ) (property "Datasheet" "" - (at 119.38 48.26 0) + (at 116.84 48.26 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12353,8 +14770,19 @@ ) ) ) - (property "Description" "Resistor" - (at 119.38 48.26 0) + (property "Description" "RC0805FR-0710KL" + (at 116.84 48.26 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 116.84 48.26 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -12381,7 +14809,7 @@ ) (symbol (lib_id "power:GND") - (at 81.28 109.22 0) + (at 116.84 114.3 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -12391,7 +14819,7 @@ (dnp no) (uuid "f148c937-93e6-486b-97db-fdeba022abbf") (property "Reference" "#PWR019" - (at 81.28 115.57 0) + (at 116.84 120.65 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12402,7 +14830,7 @@ ) ) (property "Value" "GND" - (at 84.074 112.268 0) + (at 119.634 117.348 0) (show_name no) (do_not_autoplace no) (effects @@ -12412,7 +14840,7 @@ ) ) (property "Footprint" "" - (at 81.28 109.22 0) + (at 116.84 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12423,7 +14851,7 @@ ) ) (property "Datasheet" "" - (at 81.28 109.22 0) + (at 116.84 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12434,7 +14862,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 81.28 109.22 0) + (at 116.84 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12511,7 +14939,18 @@ ) ) ) - (property "Description" "System Side Li Ion/Polymer Fuel Gauge, 4.30-4.35V, PDSON-12" + (property "Description" "BQ27441DRZR-G1B" + (at 210.82 35.56 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "BQ27441DRZR-G1B" (at 210.82 35.56 0) (hide yes) (show_name no) diff --git a/hardware/kicad/HubAudio/Si4684.kicad_sch b/hardware/kicad/HubAudio/Si4684.kicad_sch index d3c7ab7..e14cfaf 100644 --- a/hardware/kicad/HubAudio/Si4684.kicad_sch +++ b/hardware/kicad/HubAudio/Si4684.kicad_sch @@ -583,7 +583,7 @@ ) (embedded_fonts no) ) - (symbol "MIKILAB_Memory_Flash:SST25VF080B-50-4x-S2Ax" + (symbol "MIKILAB_Memory_Flash:W25Q16JVSS" (exclude_from_sim no) (in_bom yes) (on_board yes) @@ -599,8 +599,8 @@ ) ) ) - (property "Value" "SST25VF080B-50-4x-S2Ax" - (at 13.97 11.43 0) + (property "Value" "W25Q16JVSS" + (at 7.62 11.43 0) (show_name no) (do_not_autoplace no) (effects @@ -609,29 +609,7 @@ ) ) ) - (property "Footprint" "Package_SO:SOIC-8_5.275x5.275mm_P1.27mm" - (at 0 -17.78 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/20005045C.pdf" - (at -1.27 13.97 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "8-Mbit, 2.7 to 3.6V, SPI Flash Memory, SOIC-8" + (property "Footprint" "Package_SO:SOIC-8_5.23x5.23mm_P1.27mm" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -642,7 +620,7 @@ ) ) ) - (property "ki_keywords" "flash memory spi" + (property "Datasheet" "https://www.winbond.com/hq/support/documentation/levelOne.jsp?__locale=en&DocNo=DA00-W25Q16JV.1" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -653,7 +631,7 @@ ) ) ) - (property "ki_fp_filters" "SOIC*5.275x5.275mm*P1.27mm*" + (property "Description" "16Mb Serial Flash Memory, Standard/Dual/Quad SPI, SOIC-8" (at 0 0 0) (show_name no) (do_not_autoplace no) @@ -664,7 +642,29 @@ ) ) ) - (symbol "SST25VF080B-50-4x-S2Ax_0_1" + (property "ki_keywords" "flash memory SPI" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOIC*5.23x5.23mm*P1.27mm*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "W25Q16JVSS_0_1" (rectangle (start -7.62 10.16) (end 7.62 -10.16) @@ -677,11 +677,11 @@ ) ) ) - (symbol "SST25VF080B-50-4x-S2Ax_1_1" + (symbol "W25Q16JVSS_1_1" (pin input line (at -10.16 7.62 0) (length 2.54) - (name "~{CE}" + (name "~{CS}" (effects (font (size 1.27 1.27) @@ -696,10 +696,10 @@ ) ) ) - (pin output line + (pin bidirectional line (at -10.16 0 0) (length 2.54) - (name "SO" + (name "DO(IO1)" (effects (font (size 1.27 1.27) @@ -714,10 +714,10 @@ ) ) ) - (pin input line + (pin bidirectional line (at -10.16 -2.54 0) (length 2.54) - (name "~{WP}" + (name "IO2" (effects (font (size 1.27 1.27) @@ -735,7 +735,7 @@ (pin power_in line (at 0 -12.7 90) (length 2.54) - (name "VSS" + (name "GND" (effects (font (size 1.27 1.27) @@ -750,10 +750,10 @@ ) ) ) - (pin input line + (pin bidirectional line (at -10.16 2.54 0) (length 2.54) - (name "SI" + (name "DI(IO0)" (effects (font (size 1.27 1.27) @@ -771,7 +771,7 @@ (pin input line (at -10.16 5.08 0) (length 2.54) - (name "SCK" + (name "CLK" (effects (font (size 1.27 1.27) @@ -786,10 +786,10 @@ ) ) ) - (pin input line + (pin bidirectional line (at -10.16 -5.08 0) (length 2.54) - (name "~{HOLD}" + (name "IO3" (effects (font (size 1.27 1.27) @@ -807,7 +807,7 @@ (pin power_in line (at 0 12.7 270) (length 2.54) - (name "VDD" + (name "VCC" (effects (font (size 1.27 1.27) @@ -831,8 +831,8 @@ (on_board yes) (in_pos_files yes) (duplicate_pin_numbers_are_jumpers no) - (property "Reference" "U" - (at 11.938 26.416 0) + (property "Reference" "U12" + (at 0 30.48 0) (show_name no) (do_not_autoplace no) (effects @@ -842,7 +842,7 @@ ) ) (property "Value" "Si4684-A10-GM" - (at -5.08 26.67 0) + (at 0 27.94 0) (show_name no) (do_not_autoplace no) (effects @@ -1126,7 +1126,7 @@ ) ) ) - (pin power_in line + (pin passive line (at -15.24 7.62 0) (length 2.54) (name "ABYP" @@ -1199,7 +1199,7 @@ ) ) ) - (pin power_in line + (pin passive line (at -15.24 -15.24 0) (length 2.54) (name "DACREF" @@ -1548,7 +1548,7 @@ ) ) ) - (pin power_in line + (pin passive line (at -15.24 15.24 0) (length 2.54) (name "DBYP" @@ -1908,12 +1908,260 @@ ) (embedded_fonts no) ) - ) - (junction - (at 83.82 127) - (diameter 0) - (color 0 0 0 0) - (uuid "23bb7fbb-bf2b-443a-b26e-53d2922c3877") + (symbol "power:GND" + (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 -6.35 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 0 -3.81 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 \"GND\" , ground" + (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 "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (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 59.69 49.53) @@ -1934,10 +2182,10 @@ (uuid "28f8068c-803c-4723-94e9-434f9a97144f") ) (junction - (at 45.72 154.94) + (at 143.51 127) (diameter 0) (color 0 0 0 0) - (uuid "39a94515-7638-492c-8796-091f5c2a9479") + (uuid "38576df8-55e5-4b3c-b580-ef6744264b1a") ) (junction (at 97.79 62.23) @@ -1957,6 +2205,12 @@ (color 0 0 0 0) (uuid "48648167-b69d-4c35-b2ae-13ce32e873b1") ) + (junction + (at 105.41 154.94) + (diameter 0) + (color 0 0 0 0) + (uuid "5c3ac027-c807-410a-84e8-3d581bf0c21f") + ) (junction (at 67.31 52.07) (diameter 0) @@ -2065,6 +2319,14 @@ (color 0 0 0 0) (uuid "f0520380-f527-4626-8ad5-73ea9517d9b3") ) + (no_connect + (at 167.64 82.55) + (uuid "2709ba53-92d3-4d43-9c72-4ee4ffbac06f") + ) + (no_connect + (at 167.64 80.01) + (uuid "c3a4718c-5eb1-41e2-8006-83e2717e2324") + ) (wire (pts (xy 59.69 49.53) (xy 167.64 49.53) @@ -2075,6 +2337,16 @@ ) (uuid "0525c80a-7cd3-4d5f-8af0-13ea6d4cc290") ) + (wire + (pts + (xy 209.55 62.23) (xy 217.17 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "059a44fe-6646-4d00-868d-3dcf304cf860") + ) (wire (pts (xy 120.65 54.61) (xy 167.64 54.61) @@ -2115,6 +2387,16 @@ ) (uuid "1b78e197-5d7c-4a2c-879d-3b6650c7c073") ) + (wire + (pts + (xy 198.12 62.23) (xy 201.93 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1bfd91ac-ae12-47e0-825f-d297f2505784") + ) (wire (pts (xy 167.64 92.71) (xy 144.78 92.71) @@ -2195,16 +2477,6 @@ ) (uuid "21899395-9802-46f2-982d-3e60530e2a55") ) - (wire - (pts - (xy 60.96 157.48) (xy 64.77 157.48) - ) - (stroke - (width 0) - (type default) - ) - (uuid "25a0cf46-18ae-40f5-ae7e-e5cb897a4a7d") - ) (wire (pts (xy 78.74 59.69) (xy 90.17 59.69) @@ -2217,13 +2489,13 @@ ) (wire (pts - (xy 53.34 157.48) (xy 45.72 157.48) + (xy 143.51 127) (xy 146.05 127) ) (stroke (width 0) (type default) ) - (uuid "34f4cc7d-4a68-4c57-b60e-4833482c58b6") + (uuid "31ec847a-3e28-4bce-b289-f02094d55cf6") ) (wire (pts @@ -2235,6 +2507,16 @@ ) (uuid "3525e005-eab4-4ea9-9fa1-98fb25c93cac") ) + (wire + (pts + (xy 113.03 157.48) (xy 105.41 157.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3a3c4fdf-bd5b-4039-9a4b-daa3c99b511d") + ) (wire (pts (xy 78.74 52.07) (xy 90.17 52.07) @@ -2265,6 +2547,16 @@ ) (uuid "4b891d6a-8293-4bdf-a75d-751efc704859") ) + (wire + (pts + (xy 106.68 154.94) (xy 105.41 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4c5125ca-2f0b-495f-bac4-7bfc01b76bf4") + ) (wire (pts (xy 90.17 59.69) (xy 90.17 62.23) @@ -2277,13 +2569,13 @@ ) (wire (pts - (xy 198.12 62.23) (xy 217.17 62.23) + (xy 120.65 157.48) (xy 124.46 157.48) ) (stroke (width 0) (type default) ) - (uuid "4e11040f-4b2d-42fe-9989-50090642a2f6") + (uuid "50013528-e4ee-4b6a-b5e3-040ca46e71b3") ) (wire (pts @@ -2305,16 +2597,6 @@ ) (uuid "51e0e930-f626-4aea-b6c0-5d67c8359d14") ) - (wire - (pts - (xy 83.82 127) (xy 86.36 127) - ) - (stroke - (width 0) - (type default) - ) - (uuid "5318acec-a31e-442f-b8c3-48fc52dd19d4") - ) (wire (pts (xy 48.26 57.15) (xy 59.69 57.15) @@ -2337,13 +2619,13 @@ ) (wire (pts - (xy 45.72 144.78) (xy 64.77 144.78) + (xy 105.41 152.4) (xy 124.46 152.4) ) (stroke (width 0) (type default) ) - (uuid "577b2d82-c0af-4f3e-8651-b23b2aa20c6d") + (uuid "5a967012-64ab-4e8b-8153-ecf5a1b67972") ) (wire (pts @@ -2355,26 +2637,6 @@ ) (uuid "5ccc9ecf-4816-44f5-83f1-8a5aa49cd3c1") ) - (wire - (pts - (xy 45.72 149.86) (xy 64.77 149.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "5fadc135-eeef-44a4-a8e3-c134892c5fbb") - ) - (wire - (pts - (xy 46.99 154.94) (xy 45.72 154.94) - ) - (stroke - (width 0) - (type default) - ) - (uuid "653ae1b5-2e22-4dcd-aa8d-11a00ffb9c89") - ) (wire (pts (xy 198.12 74.93) (xy 217.17 74.93) @@ -2435,6 +2697,26 @@ ) (uuid "7328130d-4266-4fad-a4f4-4b00b01095e6") ) + (wire + (pts + (xy 114.3 154.94) (xy 124.46 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7b23b8bb-50b1-4ba7-9e18-33a99c245d61") + ) + (wire + (pts + (xy 134.62 127) (xy 134.62 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f704648-16af-4f19-840b-598d406bda9d") + ) (wire (pts (xy 144.78 92.71) (xy 144.78 100.33) @@ -2447,13 +2729,13 @@ ) (wire (pts - (xy 45.72 157.48) (xy 45.72 154.94) + (xy 105.41 147.32) (xy 124.46 147.32) ) (stroke (width 0) (type default) ) - (uuid "86f67531-35c7-4555-9079-b14d842b2216") + (uuid "8a6314b9-71e8-4d06-8af7-ac51c4517d84") ) (wire (pts @@ -2475,6 +2757,16 @@ ) (uuid "8e881d20-d0ed-4d4c-b482-e6ab06d199de") ) + (wire + (pts + (xy 134.62 127) (xy 143.51 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "90d991b5-3876-4acd-85d6-fd1d9ed592a5") + ) (wire (pts (xy 152.4 62.23) (xy 163.83 62.23) @@ -2485,16 +2777,6 @@ ) (uuid "91f1e3ed-5d2c-4bf6-8658-a67310ab7fdf") ) - (wire - (pts - (xy 74.93 127) (xy 74.93 139.7) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9573f081-6f56-4a7d-9e91-c2fdbef811d1") - ) (wire (pts (xy 121.92 82.55) (xy 127 82.55) @@ -2515,16 +2797,6 @@ ) (uuid "998c09e8-b5e0-4089-a8b1-6bd4d17c8408") ) - (wire - (pts - (xy 54.61 154.94) (xy 64.77 154.94) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9df0443f-3776-4438-b852-f25ae484aff9") - ) (wire (pts (xy 127 90.17) (xy 127 91.44) @@ -2555,16 +2827,6 @@ ) (uuid "a687b18a-e5ef-45d8-94f4-03894efe69a2") ) - (wire - (pts - (xy 45.72 147.32) (xy 64.77 147.32) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a8a378b1-e0fc-4be9-b764-f637cae1ce61") - ) (wire (pts (xy 90.17 62.23) (xy 97.79 62.23) @@ -2575,16 +2837,6 @@ ) (uuid "a9126ec8-330f-470d-aeb3-f208cefb65c1") ) - (wire - (pts - (xy 45.72 152.4) (xy 64.77 152.4) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ab06cb11-05f1-4df7-bf90-c1464cb9f7bd") - ) (wire (pts (xy 198.12 67.31) (xy 217.17 67.31) @@ -2675,6 +2927,16 @@ ) (uuid "ca9b809c-f1a7-4d08-859d-88f4ec084570") ) + (wire + (pts + (xy 105.41 144.78) (xy 124.46 144.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cd38365b-d43f-4312-9c63-6c1183dba45c") + ) (wire (pts (xy 198.12 64.77) (xy 217.17 64.77) @@ -2685,6 +2947,26 @@ ) (uuid "cd6efa4a-5c10-46cb-a13a-b27bd45b4efb") ) + (wire + (pts + (xy 105.41 157.48) (xy 105.41 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d253df65-d0df-4094-b160-9b41e4609067") + ) + (wire + (pts + (xy 105.41 149.86) (xy 124.46 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3522fe1-2832-4ea2-b00f-f2f0572d374b") + ) (wire (pts (xy 90.17 52.07) (xy 167.64 52.07) @@ -2767,23 +3049,23 @@ ) (wire (pts - (xy 74.93 127) (xy 83.82 127) + (xy 105.41 154.94) (xy 104.14 154.94) ) (stroke (width 0) (type default) ) - (uuid "f4add0f7-3ebb-4dea-89e4-2047a4dd48db") + (uuid "f525a0e9-38d8-44d0-bef8-ccbb96430f0c") ) - (wire - (pts - (xy 45.72 154.94) (xy 44.45 154.94) + (label "NV_CLK" + (at 106.68 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) ) - (stroke - (width 0) - (type default) - ) - (uuid "fe1ad84b-b544-4d2a-a4a5-1d2e03a0cbe0") + (uuid "0498304d-343e-4924-8ad6-5097eb08099c") ) (label "NV_CLK" (at 212.09 49.53 0) @@ -2795,6 +3077,16 @@ ) (uuid "04eeefcf-293e-4b1e-bc12-5896f262b0f1") ) + (label "NV_MOSI" + (at 106.68 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0e4318a3-4a73-43ed-82d6-80e3a728b4cc") + ) (label "NV_SSB" (at 212.09 52.07 0) (effects @@ -2805,25 +3097,15 @@ ) (uuid "1206d0a2-8f8c-40d0-b0ad-a2b79a01aa7e") ) - (label "NV_CLK" - (at 46.99 147.32 0) + (label "NV_SSB" + (at 106.68 144.78 0) (effects (font (size 1.27 1.27) ) (justify left bottom) ) - (uuid "1e151a22-3a33-410a-bbc3-66d8f1ee769a") - ) - (label "NV_MISO" - (at 46.99 152.4 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "3f95f9ca-fa93-4e73-b108-27e5617ab88c") + (uuid "2c4bfdcb-2331-49cf-98b2-fe76ce756b8c") ) (label "NV_MOSI" (at 212.09 54.61 0) @@ -2835,15 +3117,15 @@ ) (uuid "5f53bb48-7caa-45d0-bf85-a97b5b2e6999") ) - (label "NV_MOSI" - (at 46.99 149.86 0) + (label "NV_MISO" + (at 106.68 152.4 0) (effects (font (size 1.27 1.27) ) (justify left bottom) ) - (uuid "770d8c7f-a43b-4f54-b015-bd3b51fa1134") + (uuid "b7017529-55f4-4666-b60c-f2827ee93c8d") ) (label "NV_MISO" (at 212.09 57.15 0) @@ -2855,136 +3137,6 @@ ) (uuid "c8d3010b-ecda-4939-84be-211cfc8cbb17") ) - (label "NV_SSB" - (at 46.99 144.78 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "dd714080-b92b-468d-91fa-5a9d83cd7a5f") - ) - (global_label "1V8_SI4684" - (shape input) - (at 67.31 43.18 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "0001f55e-78a3-4660-80b3-974715cac1b0") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 67.31 29.0673 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "I2S_IN_RADIO_LRCLK" - (shape input) - (at 217.17 64.77 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "0abd2d27-85fc-4152-aac7-c4862f760ac5") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 239.4472 64.77 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "1V8_SI4684" - (shape input) - (at 36.83 43.18 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "1e7a143a-a1d9-401f-b968-ceace9a8abdf") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 36.83 29.0673 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "SI4684_INT" - (shape input) - (at 217.17 62.23 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "345297d0-d1ce-4cdd-96b2-a66077d27569") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 230.678 62.23 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "I2S_IN_RADIO_SDATA" - (shape input) - (at 217.17 67.31 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "3b94507c-42b8-46bb-bb49-94996ff889c6") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 239.2053 67.31 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) (global_label "SI4684_RESET" (shape input) (at 217.17 74.93 0) @@ -3009,30 +3161,6 @@ ) ) ) - (global_label "3V3_SI4684" - (shape input) - (at 97.79 43.18 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "4ef4d8a7-9052-4485-b2f7-07505496e142") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 97.79 29.0673 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) (global_label "SI4684_SMODE" (shape input) (at 217.17 77.47 0) @@ -3057,30 +3185,6 @@ ) ) ) - (global_label "1V8_SI4684" - (shape input) - (at 44.45 154.94 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "61fa33de-5586-4197-8814-a24bb1c23dbe") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 30.3373 154.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "SPI_MISO" (shape input) (at 218.44 92.71 0) @@ -3129,33 +3233,9 @@ ) ) ) - (global_label "1V8_SI4684" + (global_label "I2S_IN_RADIO_SDATA" (shape input) - (at 138.43 62.23 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "7d9e5de1-5d8b-4d37-ab20-84476c703317") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 124.3173 62.23 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "I2S_IN_RADIO_BCLK" - (shape input) - (at 217.17 72.39 0) + (at 217.17 62.23 0) (fields_autoplaced yes) (effects (font @@ -3163,9 +3243,9 @@ ) (justify left) ) - (uuid "86831796-bb56-4444-9aa7-5de8ff83a046") + (uuid "8eab49d6-d25a-449b-a7da-3b4fe19b3b2f") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 238.4191 72.39 0) + (at 239.2053 62.23 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3177,9 +3257,9 @@ ) ) ) - (global_label "1V8_SI4684" + (global_label "I2S_IN_RADIO_LRCLK" (shape input) - (at 86.36 127 0) + (at 217.17 67.31 0) (fields_autoplaced yes) (effects (font @@ -3187,9 +3267,9 @@ ) (justify left) ) - (uuid "a5f53f29-128f-467e-9d09-646eaf7e37d2") + (uuid "9067d777-4708-4c56-aa72-df5e3cb74674") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 100.4727 127 0) + (at 239.4472 67.31 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3225,30 +3305,6 @@ ) ) ) - (global_label "SI4684_RREF" - (shape input) - (at 177.8 109.22 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "b7939b01-298b-40c4-8676-4071c441b5b9") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 177.8 124.6027 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "SPI_CLK" (shape input) (at 218.44 87.63 0) @@ -3273,6 +3329,30 @@ ) ) ) + (global_label "SI4684_INT" + (shape input) + (at 217.17 72.39 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "dd5a3255-c592-4d7a-a10a-c7b3eb8f0fa0") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 230.678 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) (global_label "SPI_SI4684_CS" (shape input) (at 218.0861 85.09 0) @@ -3321,6 +3401,30 @@ ) ) ) + (global_label "I2S_IN_RADIO_BCLK" + (shape input) + (at 217.17 64.77 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "edb37adb-037e-47ea-ad41-11bc4c11de89") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 238.4191 64.77 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) (symbol (lib_id "MIKILAB_Si4684_A10_GM:Si4684-A10-GM") (at 182.88 72.39 0) @@ -3375,7 +3479,7 @@ ) ) ) - (property "Description" "Single-Chip, FM / DAB /DAB+ Radio Receiver" + (property "Description" "Si4684-A10-GM" (at 153.924 68.072 0) (hide yes) (show_name no) @@ -3386,6 +3490,17 @@ ) ) ) + (property "PNM" "Si4684-A10-GM" + (at 182.88 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "8" (uuid "f5960bc7-5ac4-4afb-9b03-09734bd418d5") ) @@ -3594,7 +3709,18 @@ ) ) ) - (property "Description" "GRM21BR71H105KA12L" + (property "Description" "GCM21BR71E105KA56L" + (at 90.17 55.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" (at 90.17 55.88 0) (hide yes) (show_name no) @@ -3686,6 +3812,17 @@ ) ) ) + (property "PNM" "GRM2165C1H222JA01D" + (at 152.4 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "af95acd2-e227-4de7-8162-17f9088309d9") ) @@ -3702,8 +3839,8 @@ ) ) (symbol - (lib_id "Device:C") - (at 83.82 130.81 0) + (lib_id "MIKILAB_power:GND") + (at 134.62 165.1 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -3712,31 +3849,30 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "294e498b-219a-42b1-9fc4-eeb1ecd7fcb6") - (property "Reference" "C119" - (at 87.63 129.5399 0) + (uuid "27cbfe54-e4ca-4527-9014-932753824a5a") + (property "Reference" "#PWR0145" + (at 134.62 171.45 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "100nF" - (at 87.63 132.0799 0) + (property "Value" "GND" + (at 134.62 170.18 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 84.7852 134.62 0) + (property "Footprint" "" + (at 134.62 165.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3747,7 +3883,7 @@ ) ) (property "Datasheet" "" - (at 83.82 130.81 0) + (at 134.62 165.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3757,8 +3893,8 @@ ) ) ) - (property "Description" "" - (at 83.82 130.81 0) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 134.62 165.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3768,16 +3904,91 @@ ) ) ) - (pin "2" - (uuid "707d834d-f368-4206-9965-9b790711d2e2") - ) (pin "1" - (uuid "f5d5125e-5dfd-45ac-baed-8605f3c19acd") + (uuid "3c7a5085-52b4-4973-b5f7-802303f1f4ca") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" - (reference "C119") + (reference "#PWR0145") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 36.83 43.18 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 "319d9592-a210-42bc-9bb2-c20db3f1d33a") + (property "Reference" "#PWR0298" + (at 36.83 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V8_SI4684" + (at 36.83 38.1 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 36.83 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 36.83 43.18 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 36.83 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7e81538d-e6c3-46ea-ae24-7f89957b3b8e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" + (reference "#PWR0298") (unit 1) ) ) @@ -3849,6 +4060,17 @@ ) ) ) + (property "PNM" "GRM2165C1H222JA01D" + (at 48.26 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "b2c9e616-bac0-4dd0-aae0-61cc3c54cf38") ) @@ -3919,7 +4141,18 @@ ) ) ) - (property "Description" "GRM21BR71H105KA12L" + (property "Description" "GCM21BR71E105KA56L" + (at 163.83 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" (at 163.83 66.04 0) (hide yes) (show_name no) @@ -4012,6 +4245,17 @@ ) ) ) + (property "PNM" "GQM2195C2E150JB12D" + (at 127 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "5189439b-fca5-4496-9c9e-60a9197425ed") ) @@ -4082,7 +4326,18 @@ ) ) ) - (property "Description" "GRM21BR71H105KA12L" + (property "Description" "GCM21BR71E105KA56L" + (at 59.69 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" (at 59.69 53.34 0) (hide yes) (show_name no) @@ -4108,186 +4363,6 @@ ) ) ) - (symbol - (lib_id "MIKILAB_Memory_Flash:SST25VF080B-50-4x-S2Ax") - (at 74.93 152.4 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 "42ab7f72-301e-4f3e-aa3d-4d2c2adc0cb4") - (property "Reference" "U29" - (at 83.82 151.1299 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "SST25VF080B-50-4x-S2Ax" - (at 83.82 153.6699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_SO:SOIC-8_5.275x5.275mm_P1.27mm" - (at 74.93 170.18 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/20005045C.pdf" - (at 73.66 138.43 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "8-Mbit, 2.7 to 3.6V, SPI Flash Memory, SOIC-8" - (at 74.93 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "05ff54a7-aafc-411e-a6f2-7d88566010e0") - ) - (pin "2" - (uuid "33d1f751-347f-484c-b2ac-cbcc65cae682") - ) - (pin "5" - (uuid "45f9d092-126b-414a-be85-f0606e88922c") - ) - (pin "4" - (uuid "9ef7d8f5-f3f6-430f-924b-11f5abecea14") - ) - (pin "3" - (uuid "92759733-a678-4e38-b816-3e75deb24931") - ) - (pin "6" - (uuid "a4f8cb9f-29c3-4010-a722-4651fd64328c") - ) - (pin "7" - (uuid "79f7fb5d-ee0b-4939-8580-c760b18a5b9b") - ) - (pin "8" - (uuid "12af2c09-7749-460a-af69-cc164beeb935") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" - (reference "U29") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 50.8 154.94 270) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "43c85823-6f6f-499b-9883-595cdf990601") - (property "Reference" "R58" - (at 51.054 156.972 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10K" - (at 50.8 154.432 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify top) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 50.8 153.162 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 50.8 154.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Resistor" - (at 50.8 154.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "a259dad8-7d4d-4256-a0db-7445bc2f7a6c") - ) - (pin "2" - (uuid "7966d06a-9466-4f41-a8df-cbac6de9ff83") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" - (reference "R58") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:C") (at 67.31 55.88 0) @@ -4354,6 +4429,17 @@ ) ) ) + (property "PNM" "GQM2195C2E8R2CB12D" + (at 67.31 55.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "e6b2d1f0-11e9-4043-a066-0240740532ad") ) @@ -4514,6 +4600,17 @@ ) ) ) + (property "PNM" "GRM2165C1H222JA01D" + (at 78.74 55.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "e4c808a5-1166-49e1-ba11-820c9ff08f03") ) @@ -4530,8 +4627,8 @@ ) ) (symbol - (lib_id "MIKILAB_power:GND") - (at 83.82 134.62 0) + (lib_id "Device:C") + (at 143.51 130.81 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4540,30 +4637,31 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "6ed1fcb2-2d05-49ff-a73a-adb756e27bf8") - (property "Reference" "#PWR0144" - (at 83.82 140.97 0) - (hide yes) + (uuid "58b86165-4640-44cc-aa00-ccb12b003b6a") + (property "Reference" "C119" + (at 147.32 129.5399 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "GND" - (at 83.82 139.7 0) + (property "Value" "100nF" + (at 147.32 132.0799 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Footprint" "" - (at 83.82 134.62 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 144.4752 134.62 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4574,7 +4672,7 @@ ) ) (property "Datasheet" "" - (at 83.82 134.62 0) + (at 143.51 130.81 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4584,8 +4682,101 @@ ) ) ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 83.82 134.62 0) + (property "Description" "GRM21BR71H104KA01L" + (at 143.51 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 143.51 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "31d8b47b-034a-4d66-9a57-cb3b9462ed21") + ) + (pin "1" + (uuid "1e38c9a0-7e1f-4e3f-87e4-d4e2b6bc6df3") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" + (reference "C119") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 138.43 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 "595c6510-e76c-4169-9d7f-5efd1a1bd27a") + (property "Reference" "#PWR0300" + (at 142.24 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V8_SI4684" + (at 134.62 62.2299 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 138.43 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 138.43 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 138.43 62.23 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4596,12 +4787,271 @@ ) ) (pin "1" - (uuid "613822d2-5f35-493f-8a28-fc98cb7ab1f5") + (uuid "334fc78b-e5bf-42ab-b181-1cd35439a34d") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" - (reference "#PWR0144") + (reference "#PWR0300") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 97.79 43.18 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 "598a9538-af43-4193-9603-2a5d7cce8395") + (property "Reference" "#PWR0301" + (at 97.79 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_SI4684" + (at 97.79 38.1 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 97.79 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 97.79 43.18 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 97.79 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7f41338e-731d-4f20-8fe7-fa11fd28bedc") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" + (reference "#PWR0301") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 205.74 62.23 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "5e528d4f-1fdf-4b64-ae41-596e26a45e4e") + (property "Reference" "R95" + (at 210.566 63.246 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "33" + (at 205.486 62.23 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 205.74 64.008 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 205.74 62.23 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 205.74 62.23 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 205.74 62.23 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "277c8123-0e82-409b-89ed-1afd5dbc47fc") + ) + (pin "2" + (uuid "7729e3cf-6015-4d1c-a70a-e7a55b3da6f4") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" + (reference "R95") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 110.49 154.94 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "6184a624-6653-490d-8168-1ac8f77ac823") + (property "Reference" "R58" + (at 110.744 156.972 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 110.49 154.432 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 110.49 153.162 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 110.49 154.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0710KL" + (at 110.49 154.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 110.49 154.94 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "49b757db-f1e7-4e30-9310-b03690608897") + ) + (pin "2" + (uuid "e437dd0c-268a-4e5b-9e9e-cecaf8493d80") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" + (reference "R58") (unit 1) ) ) @@ -4673,6 +5123,17 @@ ) ) ) + (property "PNM" "GQM2195C2E8R2CB12D" + (at 36.83 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "531237bf-6d84-41b0-8925-c126f1ca8ba3") ) @@ -4688,84 +5149,6 @@ ) ) ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 74.93 165.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 "795bfe3f-5dde-4f77-b175-7ef16e7567b9") - (property "Reference" "#PWR0145" - (at 74.93 171.45 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 74.93 170.18 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 74.93 165.1 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 74.93 165.1 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 74.93 165.1 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "40eac6ed-55fd-409d-8fd1-90a7d5259765") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" - (reference "#PWR0145") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "MIKILAB_power:GND") (at 121.92 95.25 0) @@ -4899,7 +5282,7 @@ ) ) ) - (property "Description" "GRM21BR71H105KA12L" + (property "Description" "GCM21BR71E105KA56L" (at 154.94 87.63 0) (hide yes) (show_name no) @@ -4910,6 +5293,17 @@ ) ) ) + (property "PNM" "GCM21BR71E105KA56L" + (at 154.94 87.63 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "c264bbda-4b3d-42fa-b581-bd405e62c84b") ) @@ -4925,6 +5319,175 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 116.84 157.48 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "7eb2b934-ed79-4563-ad8e-c5f51a251804") + (property "Reference" "R59" + (at 117.094 159.512 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 117.094 156.718 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 116.84 155.702 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 116.84 157.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0710KL" + (at 116.84 157.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 116.84 157.48 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c0f91969-e22e-4020-a541-0f19decf9e65") + ) + (pin "2" + (uuid "8f2f93da-b916-4f8c-b9d2-20f68897ec84") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" + (reference "R59") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 177.8 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 "89360c94-f77d-4bde-940a-b3d7ff922ebd") + (property "Reference" "#PWR081" + (at 177.8 115.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 177.8 114.3 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 177.8 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 177.8 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 177.8 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "1e04a8ab-4acd-4b63-9c44-7fa46ad09875") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" + (reference "#PWR081") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "MIKILAB_power:GND") (at 187.96 100.33 0) @@ -5069,6 +5632,17 @@ ) ) ) + (property "PNM" "GQM2195C2E8R2CB12D" + (at 140.97 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "3985cd9b-bf2c-4d1d-9271-7dfef779cba6") ) @@ -5084,6 +5658,184 @@ ) ) ) + (symbol + (lib_id "MIKILAB_Memory_Flash:W25Q16JVSS") + (at 134.62 152.4 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 "985abcc9-4a80-46e1-a272-73a8845aa844") + (property "Reference" "U27" + (at 143.51 151.1299 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "W25Q16JW" + (at 143.51 153.6699 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:SOIC-8_5.23x5.23mm_P1.27mm" + (at 134.62 152.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.winbond.com/hq/support/documentation/levelOne.jsp?__locale=en&DocNo=DA00-W25Q16JV.1" + (at 134.62 152.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "16Mb Serial Flash Memory, Standard/Dual/Quad SPI, SOIC-8" + (at 134.62 152.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "7" + (uuid "717d27ec-c523-423a-8195-be829e543716") + ) + (pin "6" + (uuid "de33d66b-9b5f-4c68-92d5-ce1efd29e539") + ) + (pin "5" + (uuid "7163d65f-6d31-4ef5-b293-17c82a0209a7") + ) + (pin "4" + (uuid "2aa0ebd9-80db-49b4-aee9-8795482a05cd") + ) + (pin "3" + (uuid "1f486e92-48fe-43ad-96c2-a98061a71c04") + ) + (pin "2" + (uuid "df9d2273-df0b-460a-a23b-9e7ff316fc87") + ) + (pin "1" + (uuid "586aad41-233a-4be6-a593-11c1d5ecc10d") + ) + (pin "8" + (uuid "fedd7284-be67-42c1-befb-a86c90f6c9de") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" + (reference "U27") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 67.31 43.18 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 "99a5519e-70cc-4255-837a-de21a8c0f713") + (property "Reference" "#PWR0299" + (at 67.31 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V8_SI4684" + (at 67.31 38.1 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 67.31 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 67.31 43.18 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 67.31 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "39fae6ed-b65b-4717-87fa-58033e885b8d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" + (reference "#PWR0299") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 127 104.14 0) @@ -5151,6 +5903,17 @@ ) ) ) + (property "PNM" "GQM2195C2E150JB12D" + (at 127 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "5d9a808f-8b88-4d75-b3b2-1b3ab6fd1a25") ) @@ -5167,8 +5930,8 @@ ) ) (symbol - (lib_id "Device:R") - (at 57.15 157.48 270) + (lib_id "power:VD") + (at 146.05 127 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5176,9 +5939,11 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "b4d27b83-45e5-485f-b6ee-830bc1899008") - (property "Reference" "R59" - (at 57.404 159.512 90) + (fields_autoplaced yes) + (uuid "9b2b5b3d-a36c-4b85-8590-d1eb0da6586d") + (property "Reference" "#PWR0302" + (at 142.24 127 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects @@ -5187,19 +5952,19 @@ ) ) ) - (property "Value" "10K" - (at 57.404 156.718 90) + (property "Value" "1V8_SI4684" + (at 149.86 126.9999 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify top) + (justify left) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 57.15 155.702 90) + (property "Footprint" "" + (at 146.05 127 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5210,7 +5975,7 @@ ) ) (property "Datasheet" "" - (at 57.15 157.48 0) + (at 146.05 127 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5220,8 +5985,8 @@ ) ) ) - (property "Description" "Resistor" - (at 57.15 157.48 0) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 146.05 127 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5232,15 +5997,90 @@ ) ) (pin "1" - (uuid "e84c5771-c48d-4f61-bd5d-1615ee09f625") - ) - (pin "2" - (uuid "4bd936db-a24a-4a6c-80c4-011ccf0db2d8") + (uuid "0240ffb7-f143-4269-a0e4-aa3526302789") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" - (reference "R59") + (reference "#PWR0302") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 143.51 134.62 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 "b7caa821-da14-4a7b-bdeb-906e6870e5dc") + (property "Reference" "#PWR0144" + (at 143.51 140.97 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 143.51 139.7 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 143.51 134.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 143.51 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 \"GND\" , ground" + (at 143.51 134.62 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f390e8a4-ef34-4d4c-bc32-c7342622d39b") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" + (reference "#PWR0144") (unit 1) ) ) @@ -5433,6 +6273,85 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 104.14 154.94 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 "e96a57a5-905c-45b1-8197-152173234f2a") + (property "Reference" "#PWR0236" + (at 107.95 154.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V8_SI4684" + (at 100.33 154.9399 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 104.14 154.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 104.14 154.94 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 104.14 154.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "abfbed0b-8b7e-4f0d-b7d9-513f7ee27dd0") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/d420ee58-604a-4bed-a2ea-d2f985c9aaa0" + (reference "#PWR0236") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 97.79 58.42 0) @@ -5499,6 +6418,17 @@ ) ) ) + (property "PNM" "GQM2195C2E8R2CB12D" + (at 97.79 58.42 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "43dd6708-74e5-4cad-9ccf-4db7653a2224") ) @@ -5580,6 +6510,17 @@ ) ) ) + (property "PNM" "GRM2165C1H222JA01D" + (at 109.22 58.42 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "c8e82c33-fc2e-4663-baf8-64a9ad29a2c7") ) @@ -5650,7 +6591,18 @@ ) ) ) - (property "Description" "GRM21BR71H105KA12L" + (property "Description" "GCM21BR71E105KA56L" + (at 120.65 58.42 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" (at 120.65 58.42 0) (hide yes) (show_name no) diff --git a/hardware/kicad/HubAudio/USB.kicad_sch b/hardware/kicad/HubAudio/USB.kicad_sch index 39ec44a..09e5fb0 100644 --- a/hardware/kicad/HubAudio/USB.kicad_sch +++ b/hardware/kicad/HubAudio/USB.kicad_sch @@ -718,172 +718,6 @@ ) (embedded_fonts no) ) - (symbol "Device:D_TVS" - (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" "D_TVS" - (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" "Bidirectional transient-voltage-suppression diode" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "ki_keywords" "diode TVS thyrector" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (symbol "D_TVS_0_1" - (polyline - (pts - (xy -2.54 1.27) (xy -2.54 -1.27) (xy 2.54 1.27) (xy 2.54 -1.27) (xy -2.54 1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.508 1.27) (xy 0 1.27) (xy 0 -1.27) (xy -0.508 -1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.27 0) (xy -1.27 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "D_TVS_1_1" - (pin passive line - (at -3.81 0 0) - (length 2.54) - (name "A1" - (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 "A2" - (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) @@ -1024,6 +858,755 @@ ) (embedded_fonts no) ) + (symbol "MIKILAB_power:PWR_FLAG" + (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" "#FLG" + (at 0 1.905 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 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" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Power_Protection:SRV05-4" + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "U" + (at -5.08 11.43 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "SRV05-4" + (at 2.54 11.43 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 17.78 -11.43 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "http://www.onsemi.com/pub/Collateral/SRV05-4-D.PDF" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "ESD Protection Diodes with Low Clamping Voltage, SOT-23-6" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "ESD protection diodes" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "SRV05-4_0_0" + (rectangle + (start -5.715 6.477) + (end 5.715 -6.604) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.175 -6.604) (xy -3.175 6.477) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.175 6.477) (xy 3.175 -6.604) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "SRV05-4_0_1" + (polyline + (pts + (xy -7.747 2.54) (xy -3.175 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -7.62 10.16) + (end 7.62 -10.16) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -7.62 -2.54) (xy -5.715 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center -5.715 -2.54) + (radius 0.2794) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -5.08 5.08) (xy -6.35 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 3.81) (xy -6.35 3.81) (xy -5.715 5.08) (xy -5.08 3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 -3.81) (xy -6.35 -3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 -5.08) (xy -6.35 -5.08) (xy -5.715 -3.81) (xy -5.08 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center -3.175 6.477) + (radius 0.2794) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -3.175 2.54) + (radius 0.2794) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -3.175 -6.604) + (radius 0.2794) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -2.54 5.08) (xy -3.81 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 3.81) (xy -3.81 3.81) (xy -3.175 5.08) (xy -2.54 3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 -3.81) (xy -3.81 -3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 -5.08) (xy -3.81 -5.08) (xy -3.175 -3.81) (xy -2.54 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 10.16) (xy 0 -10.16) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 6.477) + (radius 0.2794) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -6.604) + (radius 0.2794) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0.635 0.889) (xy -0.635 0.889) (xy -0.635 0.635) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.381) (xy -0.635 -0.381) (xy 0 0.889) (xy 0.635 -0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 3.175 6.477) + (radius 0.2794) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 3.175 -2.54) + (radius 0.2794) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 3.175 -6.604) + (radius 0.2794) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 3.81 5.08) (xy 2.54 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 3.81) (xy 2.54 3.81) (xy 3.175 5.08) (xy 3.81 3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 -3.81) (xy 2.54 -3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 -5.08) (xy 2.54 -5.08) (xy 3.175 -3.81) (xy 3.81 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 5.715 2.54) + (radius 0.2794) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 6.35 5.08) (xy 5.08 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.35 3.81) (xy 5.08 3.81) (xy 5.715 5.08) (xy 6.35 3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.35 -3.81) (xy 5.08 -3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.35 -5.08) (xy 5.08 -5.08) (xy 5.715 -3.81) (xy 6.35 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 2.54) (xy 5.715 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -2.54) (xy 3.175 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "SRV05-4_1_1" + (pin passive line + (at -12.7 2.54 0) + (length 5.08) + (name "IO1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -12.7 90) + (length 2.54) + (name "VN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -12.7 -2.54 0) + (length 5.08) + (name "IO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 12.7 2.54 180) + (length 5.08) + (name "IO3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 12.7 270) + (length 2.54) + (name "VP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 12.7 -2.54 180) + (length 5.08) + (name "IO4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) (symbol "power:GND" (power global) (pin_numbers @@ -1139,6 +1722,157 @@ ) (embedded_fonts no) ) + (symbol "power:VBUS" + (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" "VBUS" + (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 \"VBUS\"" + (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 "VBUS_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 "VBUS_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 120.65 113.03) + (diameter 0) + (color 0 0 0 0) + (uuid "00d371a6-8be3-4aa7-9c0e-0737e4f43555") + ) + (junction + (at 177.8 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "05714ae8-474c-42a5-a093-d20d381cf5a8") ) (junction (at 142.24 91.44) @@ -1147,22 +1881,28 @@ (uuid "093e54d9-6d7d-4b26-b21d-63e777fe89eb") ) (junction - (at 165.1 73.66) + (at 195.58 74.93) (diameter 0) (color 0 0 0 0) - (uuid "104b585e-b6e5-4d53-bf83-7d514243a746") + (uuid "3e77be81-89b1-49c5-93c5-70d322ca1aea") ) (junction - (at 156.21 88.9) + (at 137.16 78.74) (diameter 0) (color 0 0 0 0) - (uuid "188b6d72-1fb2-4c21-8dca-948a469a7888") + (uuid "49357f5a-c70e-4831-97e2-09c8ba40c805") ) (junction - (at 147.32 91.44) + (at 143.51 81.28) (diameter 0) (color 0 0 0 0) - (uuid "855de661-7053-4390-942e-1f0526b0109c") + (uuid "6ad30ea8-f14a-43fc-a58f-948ff30c6728") + ) + (junction + (at 152.4 88.9) + (diameter 0) + (color 0 0 0 0) + (uuid "a9e1a16d-8005-4980-8f02-d7190dc1bf3d") ) (junction (at 142.24 88.9) @@ -1170,6 +1910,30 @@ (color 0 0 0 0) (uuid "ab90f69f-934d-427a-8cb1-9e10fa26d12e") ) + (junction + (at 165.1 74.93) + (diameter 0) + (color 0 0 0 0) + (uuid "dd443ec7-7c77-44f5-9a5c-215ad2698bd4") + ) + (no_connect + (at 135.89 104.14) + (uuid "b378af8b-3294-4cd2-bf8a-c5c211394c24") + ) + (no_connect + (at 135.89 101.6) + (uuid "d463ea71-ccd7-4cc0-b9e0-19ed43fd5849") + ) + (wire + (pts + (xy 143.51 123.19) (xy 143.51 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "093b09fe-5e6f-43f7-8e29-5e6b1e9f85f9") + ) (wire (pts (xy 135.89 86.36) (xy 142.24 86.36) @@ -1182,7 +1946,37 @@ ) (wire (pts - (xy 142.24 91.44) (xy 147.32 91.44) + (xy 120.65 113.03) (xy 120.65 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "193bb724-c37b-4624-84ce-d5cfb9909847") + ) + (wire + (pts + (xy 143.51 81.28) (xy 144.78 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1bcf88bb-dbd5-4048-8e43-36ef9a4843b5") + ) + (wire + (pts + (xy 195.58 74.93) (xy 196.85 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "20616e8b-c988-4c0a-932a-8e890d9632a3") + ) + (wire + (pts + (xy 142.24 91.44) (xy 177.8 91.44) ) (stroke (width 0) @@ -1192,7 +1986,17 @@ ) (wire (pts - (xy 135.89 81.28) (xy 144.78 81.28) + (xy 177.8 123.19) (xy 180.34 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2b7c0ab7-d659-4059-ac97-d7b4ff72fbc9") + ) + (wire + (pts + (xy 135.89 81.28) (xy 143.51 81.28) ) (stroke (width 0) @@ -1212,7 +2016,7 @@ ) (wire (pts - (xy 143.51 78.74) (xy 156.21 78.74) + (xy 146.05 78.74) (xy 156.21 78.74) ) (stroke (width 0) @@ -1220,6 +2024,16 @@ ) (uuid "3a44cd07-8493-4b9a-891f-9a7f9ee36f31") ) + (wire + (pts + (xy 152.4 123.19) (xy 143.51 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "43f7c8ed-c8e7-4293-be1e-e89ee4ca59f5") + ) (wire (pts (xy 142.24 86.36) (xy 142.24 88.9) @@ -1232,17 +2046,7 @@ ) (wire (pts - (xy 156.21 88.9) (xy 176.53 88.9) - ) - (stroke - (width 0) - (type default) - ) - (uuid "5d056ee8-c87b-4b3d-99c3-8dde85434b0e") - ) - (wire - (pts - (xy 142.24 88.9) (xy 156.21 88.9) + (xy 142.24 88.9) (xy 152.4 88.9) ) (stroke (width 0) @@ -1252,23 +2056,33 @@ ) (wire (pts - (xy 147.32 91.44) (xy 176.53 91.44) + (xy 165.1 74.93) (xy 165.1 107.95) ) (stroke (width 0) (type default) ) - (uuid "661e76c4-feb3-4366-acf5-7d1ed0060ea5") + (uuid "6f1d5f6e-6069-4cc5-8642-11d250dfb3e4") ) (wire (pts - (xy 156.21 88.9) (xy 156.21 97.79) + (xy 138.43 78.74) (xy 137.16 78.74) ) (stroke (width 0) (type default) ) - (uuid "7f7e4a5f-76a5-4342-ba56-49dfe08d46d2") + (uuid "718f034b-753f-458e-ad19-7b755d5e8a2f") + ) + (wire + (pts + (xy 177.8 118.11) (xy 177.8 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "78c7592d-0b87-49e0-9700-f50314358bea") ) (wire (pts @@ -1282,13 +2096,23 @@ ) (wire (pts - (xy 147.32 97.79) (xy 147.32 91.44) + (xy 137.16 76.2) (xy 180.34 76.2) ) (stroke (width 0) (type default) ) - (uuid "89f59760-f40c-4feb-8638-49356b94e572") + (uuid "9b91fe49-3687-4cc1-95f8-ccd2fbc876cc") + ) + (wire + (pts + (xy 152.4 118.11) (xy 152.4 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9f398abf-56c6-4a77-b7f0-739a05bc5987") ) (wire (pts @@ -1312,7 +2136,7 @@ ) (wire (pts - (xy 165.1 73.66) (xy 165.1 97.79) + (xy 165.1 73.66) (xy 165.1 74.93) ) (stroke (width 0) @@ -1332,7 +2156,47 @@ ) (wire (pts - (xy 165.1 73.66) (xy 176.53 73.66) + (xy 152.4 88.9) (xy 193.04 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e25c9bcc-80a2-4e2c-b596-3526fc39a83d") + ) + (wire + (pts + (xy 120.65 114.3) (xy 120.65 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3ad13e6-ea6d-4166-bf36-a482f8dc8ba6") + ) + (wire + (pts + (xy 177.8 91.44) (xy 193.04 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e4472b39-f65f-45e8-ba66-4d03a308fa93") + ) + (wire + (pts + (xy 137.16 76.2) (xy 137.16 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9e685de-4c20-4c29-bd5e-8bf4458783a0") + ) + (wire + (pts + (xy 165.1 74.93) (xy 195.58 74.93) ) (stroke (width 0) @@ -1340,6 +2204,26 @@ ) (uuid "f4baf20e-d00b-4062-9518-9344c9707d9e") ) + (wire + (pts + (xy 180.34 123.19) (xy 180.34 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f4f3b699-ee05-433b-b725-3d216db8d1f9") + ) + (wire + (pts + (xy 137.16 78.74) (xy 135.89 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f8462455-410b-4272-82fd-e384f7e71194") + ) (wire (pts (xy 135.89 73.66) (xy 165.1 73.66) @@ -1352,7 +2236,7 @@ ) (global_label "USB_D-" (shape bidirectional) - (at 176.53 88.9 0) + (at 193.04 88.9 0) (fields_autoplaced yes) (effects (font @@ -1362,7 +2246,7 @@ ) (uuid "5d99f86e-c915-4114-8755-be091285c6d4") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 188.2465 88.9 0) + (at 204.7565 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -1376,7 +2260,7 @@ ) (global_label "USB_D+" (shape bidirectional) - (at 176.53 91.44 0) + (at 193.04 91.44 0) (fields_autoplaced yes) (effects (font @@ -1386,31 +2270,7 @@ ) (uuid "63f21b42-8252-4fb2-856f-d79447d97de4") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 188.2465 91.44 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "VBUS" - (shape output) - (at 176.53 73.66 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "81a22ea7-9231-4e0f-a220-cc7bb73eed35") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 184.4138 73.66 0) + (at 204.7565 91.44 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -1424,7 +2284,7 @@ ) (symbol (lib_id "power:GND") - (at 165.1 105.41 0) + (at 165.1 133.35 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -1435,7 +2295,7 @@ (fields_autoplaced yes) (uuid "06467d8d-388f-4b55-b5f7-7be0e6a6ccdf") (property "Reference" "#PWR0117" - (at 165.1 111.76 0) + (at 165.1 139.7 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -1446,7 +2306,7 @@ ) ) (property "Value" "GND" - (at 165.1 110.49 0) + (at 165.1 138.43 0) (show_name no) (do_not_autoplace no) (effects @@ -1456,7 +2316,7 @@ ) ) (property "Footprint" "" - (at 165.1 105.41 0) + (at 165.1 133.35 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -1467,7 +2327,7 @@ ) ) (property "Datasheet" "" - (at 165.1 105.41 0) + (at 165.1 133.35 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -1478,7 +2338,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 165.1 105.41 0) + (at 165.1 133.35 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -1579,8 +2439,8 @@ ) ) (symbol - (lib_id "Device:D_TVS") - (at 156.21 101.6 90) + (lib_id "Power_Protection:SRV05-4") + (at 165.1 120.65 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -1588,31 +2448,32 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "24e897d3-4120-48ee-8654-99310f97775c") - (property "Reference" "D3" - (at 158.75 100.3299 90) + (fields_autoplaced yes) + (uuid "16f64d27-77e0-42dc-8411-e12f93531f09") + (property "Reference" "U39" + (at 168.2181 105.41 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify right) + (justify left) ) ) - (property "Value" "LESD5D5.0CT1G" - (at 153.924 94.742 0) + (property "Value" "SRV05-4" + (at 168.2181 107.95 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify right) + (justify left) ) ) - (property "Footprint" "Diode_SMD:D_SOD-523" - (at 156.21 101.6 0) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-6" + (at 182.88 132.08 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -1622,8 +2483,8 @@ ) ) ) - (property "Datasheet" "" - (at 156.21 101.6 0) + (property "Datasheet" "http://www.onsemi.com/pub/Collateral/SRV05-4-D.PDF" + (at 165.1 120.65 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -1633,8 +2494,8 @@ ) ) ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 156.21 101.6 0) + (property "Description" "SRV05-4" + (at 165.1 120.65 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -1644,16 +2505,39 @@ ) ) ) - (pin "2" - (uuid "b38b0319-0f5b-4ed5-8624-7f93a2b2f525") + (property "PNM" "SRV05-4" + (at 165.1 120.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) (pin "1" - (uuid "9eb91bd0-e80c-4199-95c6-6af844cb84f5") + (uuid "a5851631-22dd-4bfc-b88d-76e1a767116c") + ) + (pin "2" + (uuid "4ad2140e-0905-43d5-aa19-e7e643e8e45e") + ) + (pin "3" + (uuid "646d64cb-ddd3-452f-9267-59dc863a65b4") + ) + (pin "4" + (uuid "c1024449-d6eb-40af-b0a2-9253c76698ed") + ) + (pin "5" + (uuid "8ca2f628-5bef-44bc-8aa6-fc9adb975fd0") + ) + (pin "6" + (uuid "cb57110c-e9e1-4348-aad4-519668e3fa81") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/19d2c6b9-23fc-454e-a8be-1c2c66c2d1f5" - (reference "D3") + (reference "U39") (unit 1) ) ) @@ -1713,7 +2597,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-075K1L" (at 148.59 81.28 0) (hide yes) (show_name no) @@ -1724,6 +2608,17 @@ ) ) ) + (property "PNM" "RC0805FR-075K1L" + (at 148.59 81.28 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "c40f9c4b-3f8f-4626-a654-1b6cfc7411c0") ) @@ -1741,7 +2636,7 @@ ) (symbol (lib_id "Device:R") - (at 139.7 78.74 270) + (at 142.24 78.74 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -1751,7 +2646,7 @@ (dnp no) (uuid "2d3dd950-5f32-403b-9bbb-281c00451268") (property "Reference" "R41" - (at 139.954 80.772 90) + (at 142.494 80.772 90) (show_name no) (do_not_autoplace no) (effects @@ -1761,7 +2656,7 @@ ) ) (property "Value" "5.1K" - (at 139.7 77.978 90) + (at 142.494 78.232 90) (show_name no) (do_not_autoplace no) (effects @@ -1772,7 +2667,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 139.7 76.962 90) + (at 142.24 76.962 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -1783,7 +2678,7 @@ ) ) (property "Datasheet" "" - (at 139.7 78.74 0) + (at 142.24 78.74 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -1793,8 +2688,19 @@ ) ) ) - (property "Description" "Resistor" - (at 139.7 78.74 0) + (property "Description" "RC0805FR-075K1L" + (at 142.24 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-075K1L" + (at 142.24 78.74 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -1819,87 +2725,6 @@ ) ) ) - (symbol - (lib_id "Device:D_TVS") - (at 165.1 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 "362e7d9d-a2a5-4c43-8c30-0639684fdf53") - (property "Reference" "D4" - (at 167.64 100.3299 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "LESD5D5.0CT1G" - (at 162.814 94.742 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Diode_SMD:D_SOD-523" - (at 165.1 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 165.1 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 165.1 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "ee8f5aaa-1df1-4dc0-b519-e42e93104d99") - ) - (pin "1" - (uuid "5200741f-631d-459d-b160-b2906dba5fed") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/19d2c6b9-23fc-454e-a8be-1c2c66c2d1f5" - (reference "D4") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:GND") (at 156.21 78.74 0) @@ -2181,90 +3006,9 @@ ) ) ) - (symbol - (lib_id "Device:D_TVS") - (at 147.32 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 "a2f8e4ed-d84f-4018-b2d7-5e040a26fabe") - (property "Reference" "D2" - (at 149.86 100.3299 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "LESD5D5.0CT1G" - (at 145.034 94.742 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Diode_SMD:D_SOD-523" - (at 147.32 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 147.32 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 147.32 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "d98ee9af-8f05-4cca-8874-2677f261bf8c") - ) - (pin "1" - (uuid "ddfa3e88-fb89-46f5-b0d3-30b190bd9574") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/19d2c6b9-23fc-454e-a8be-1c2c66c2d1f5" - (reference "D2") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:GND") - (at 147.32 105.41 0) + (at 120.65 114.3 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -2273,9 +3017,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "c05999b1-f929-44b4-9dc9-966aeeeae717") - (property "Reference" "#PWR0115" - (at 147.32 111.76 0) + (uuid "a55f06ee-0f98-4851-a119-609237fe7d48") + (property "Reference" "#PWR080" + (at 120.65 120.65 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2286,7 +3030,7 @@ ) ) (property "Value" "GND" - (at 147.32 110.49 0) + (at 120.65 119.38 0) (show_name no) (do_not_autoplace no) (effects @@ -2296,7 +3040,7 @@ ) ) (property "Footprint" "" - (at 147.32 105.41 0) + (at 120.65 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2307,7 +3051,7 @@ ) ) (property "Datasheet" "" - (at 147.32 105.41 0) + (at 120.65 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2318,7 +3062,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 147.32 105.41 0) + (at 120.65 114.3 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2329,20 +3073,97 @@ ) ) (pin "1" - (uuid "55b9e708-1976-4856-8fa7-22ee5daeef23") + (uuid "f07f3814-8c8c-4421-8b99-0b16842474ef") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/19d2c6b9-23fc-454e-a8be-1c2c66c2d1f5" - (reference "#PWR0115") + (reference "#PWR080") (unit 1) ) ) ) ) (symbol - (lib_id "power:GND") - (at 120.65 111.76 0) + (lib_id "MIKILAB_power:PWR_FLAG") + (at 195.58 74.93 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "aababc23-9f11-4fc0-99af-abddbcc331c7") + (property "Reference" "#FLG03" + (at 195.58 73.025 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "VBUS" + (at 195.326 71.374 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 195.58 74.93 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 195.58 74.93 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 195.58 74.93 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7ae32c33-d2a5-47e8-9d37-526d78b295da") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/19d2c6b9-23fc-454e-a8be-1c2c66c2d1f5" + (reference "#FLG03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 196.85 74.93 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -2351,9 +3172,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "d5873f06-fe7d-4796-a896-ec12993d41fb") - (property "Reference" "#PWR0120" - (at 120.65 118.11 0) + (uuid "e1f68533-9356-477b-a528-8825ba84a334") + (property "Reference" "#PWR0194" + (at 193.04 74.93 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2363,18 +3184,19 @@ ) ) ) - (property "Value" "GND" - (at 120.65 116.84 0) + (property "Value" "VBUS" + (at 200.66 74.9299 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) (property "Footprint" "" - (at 120.65 111.76 0) + (at 196.85 74.93 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2385,7 +3207,7 @@ ) ) (property "Datasheet" "" - (at 120.65 111.76 0) + (at 196.85 74.93 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2395,8 +3217,8 @@ ) ) ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 120.65 111.76 0) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 196.85 74.93 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2407,20 +3229,20 @@ ) ) (pin "1" - (uuid "b059d832-0e5e-4adc-9160-e3c779aaca6a") + (uuid "e6073cbc-1edf-4164-a047-882cc10659c2") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/19d2c6b9-23fc-454e-a8be-1c2c66c2d1f5" - (reference "#PWR0120") + (reference "#PWR0194") (unit 1) ) ) ) ) (symbol - (lib_id "power:GND") - (at 156.21 105.41 0) + (lib_id "MIKILAB_power:PWR_FLAG") + (at 120.65 113.03 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -2429,9 +3251,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "f46351ce-0364-44f5-8a7f-41d930534987") - (property "Reference" "#PWR0116" - (at 156.21 111.76 0) + (uuid "e26b2b37-42cb-44a5-aba6-0f07f2170282") + (property "Reference" "#FLG021" + (at 118.745 113.03 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2441,18 +3263,19 @@ ) ) ) - (property "Value" "GND" - (at 156.21 110.49 0) + (property "Value" "PWR_FLAG" + (at 116.84 113.0299 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) (property "Footprint" "" - (at 156.21 105.41 0) + (at 120.65 113.03 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2463,7 +3286,7 @@ ) ) (property "Datasheet" "" - (at 156.21 105.41 0) + (at 120.65 113.03 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2473,8 +3296,8 @@ ) ) ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 156.21 105.41 0) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 120.65 113.03 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2485,12 +3308,12 @@ ) ) (pin "1" - (uuid "af7ad079-3268-485f-963b-3b567787f6a3") + (uuid "181547c5-050d-4f0e-b547-6249524ac118") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/19d2c6b9-23fc-454e-a8be-1c2c66c2d1f5" - (reference "#PWR0116") + (reference "#FLG021") (unit 1) ) ) diff --git a/hardware/kicad/HubAudio/antenna.kicad_sch b/hardware/kicad/HubAudio/antenna.kicad_sch index 0ef0a25..419de52 100644 --- a/hardware/kicad/HubAudio/antenna.kicad_sch +++ b/hardware/kicad/HubAudio/antenna.kicad_sch @@ -160,172 +160,6 @@ ) (embedded_fonts no) ) - (symbol "Device:D_TVS" - (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" "D_TVS" - (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" "Bidirectional transient-voltage-suppression diode" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "ki_keywords" "diode TVS thyrector" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (symbol "D_TVS_0_1" - (polyline - (pts - (xy -2.54 1.27) (xy -2.54 -1.27) (xy 2.54 1.27) (xy 2.54 -1.27) (xy -2.54 1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.508 1.27) (xy 0 1.27) (xy 0 -1.27) (xy -0.508 -1.27) - ) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.27 0) (xy -1.27 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "D_TVS_1_1" - (pin passive line - (at -3.81 0 0) - (length 2.54) - (name "A1" - (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 "A2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - (embedded_fonts no) - ) (symbol "Device:L" (pin_numbers (hide yes) @@ -504,6 +338,184 @@ ) (embedded_fonts no) ) + (symbol "Diode:ESD9B5.0ST5G" + (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" "ESD9B5.0ST5G" + (at 0 -2.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-923" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/ESD9B-D.PDF" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "ESD protection diode, 5.0Vrwm, SOD-923" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "diode TVS ESD" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "D*SOD?923*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "ESD9B5.0ST5G_0_1" + (polyline + (pts + (xy -2.54 -1.27) (xy 0 0) (xy -2.54 1.27) (xy -2.54 -1.27) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.508 1.27) (xy 0 1.27) (xy 0 -1.27) (xy -0.508 -1.27) + ) + (stroke + (width 0.2032) + (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 2.54 1.27) (xy 2.54 -1.27) (xy 0 0) (xy 2.54 1.27) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "ESD9B5.0ST5G_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "A1" + (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 "A2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) (symbol "MIKILAB_ADG936BRUZ:ADG936BRUZ" (pin_names (offset 1.016) @@ -2378,6 +2390,285 @@ ) (embedded_fonts no) ) + (symbol "MIKILAB_TPD2E007DCKR:TPD2E007DCKR" + (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 -5.3606 7.6471 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Value" "TPD2E007DCKR" + (at -4.1436 -13.8797 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Footprint" "MIKILAB_TPD2E007DCKR:SOT65P210X110-3N" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual 10-pF, ±13-V, ±8-kV ESD protection diode for AC Signal Data Interfaces" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MF" "Texas Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "PACKAGE" "S070-3" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MPN" "TPD2E007DCKR" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Price" "None" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Package" "SC70-3 Texas Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "OC_FARNELL" "-" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "SnapEDA_Link" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=snap" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MP" "TPD2E007DCKR" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "SUPPLIER" "Texas Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "OC_NEWARK" "55R7554" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Availability" "In Stock" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Check_prices" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=eda" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (symbol "TPD2E007DCKR_0_0" + (rectangle + (start -12.7 -10.16) + (end 12.7 5.08) + (stroke + (width 0.4064) + (type default) + ) + (fill + (type background) + ) + ) + (pin bidirectional line + (at -17.78 0 0) + (length 5.08) + (name "IO1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin bidirectional line + (at 17.78 -2.54 180) + (length 5.08) + (name "IO2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin passive line + (at -17.78 -5.08 0) + (length 5.08) + (name "GND" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "3" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) (symbol "MIKILAB_power:GND" (power global) (pin_numbers @@ -2616,11 +2907,17 @@ (uuid "061f19d8-17c6-4960-8b03-9875f9360ba6") ) (junction - (at 132.08 72.39) + (at 185.42 72.39) (diameter 0) (color 0 0 0 0) (uuid "1253d897-2a04-4a9a-ab97-5e9b5f13df7e") ) + (junction + (at 99.06 77.47) + (diameter 0) + (color 0 0 0 0) + (uuid "17cd53c9-b3e9-4d9f-898d-c1f6a5a449a9") + ) (junction (at 57.15 33.02) (diameter 0) @@ -2646,10 +2943,22 @@ (uuid "446aedfa-65bb-4b81-99ad-d256b6acb26a") ) (junction - (at 57.15 46.99) + (at 77.47 74.93) (diameter 0) (color 0 0 0 0) - (uuid "559b259c-ce22-416d-86b3-b4d76c5179c7") + (uuid "51beb90f-f75e-4a8c-bf4b-25c2df465696") + ) + (junction + (at 41.91 72.39) + (diameter 0) + (color 0 0 0 0) + (uuid "542bd58b-a06b-4338-947e-26885cd39018") + ) + (junction + (at 134.62 80.01) + (diameter 0) + (color 0 0 0 0) + (uuid "5acd893e-d485-41f7-bb35-f6299fb74c2f") ) (junction (at 142.24 187.96) @@ -2664,7 +2973,7 @@ (uuid "803fcf2d-d610-4f82-b4e1-472aff5ee8ec") ) (junction - (at 121.92 72.39) + (at 175.26 72.39) (diameter 0) (color 0 0 0 0) (uuid "8817b599-9606-49bb-bfaa-80abc8b458bf") @@ -2675,12 +2984,6 @@ (color 0 0 0 0) (uuid "8892d2e9-cfa2-4930-bd0b-0e300a892a6e") ) - (junction - (at 177.8 149.86) - (diameter 0) - (color 0 0 0 0) - (uuid "8cbf527d-0504-4454-8538-fdea973a9e74") - ) (junction (at 142.24 167.64) (diameter 0) @@ -2711,12 +3014,6 @@ (color 0 0 0 0) (uuid "a7768cb2-4f9e-4251-951b-701616a5c818") ) - (junction - (at 59.69 77.47) - (diameter 0) - (color 0 0 0 0) - (uuid "ab95af8e-4d85-48a0-97b5-1da04a5f8cd3") - ) (junction (at 69.85 33.02) (diameter 0) @@ -2729,12 +3026,6 @@ (color 0 0 0 0) (uuid "bfcff520-e959-459d-9af0-818aed989e79") ) - (junction - (at 177.8 152.4) - (diameter 0) - (color 0 0 0 0) - (uuid "c3cfc2d7-4c45-4c1c-b700-ae5887a0231d") - ) (junction (at 142.24 185.42) (diameter 0) @@ -2747,30 +3038,12 @@ (color 0 0 0 0) (uuid "d4455b24-adbd-4610-8907-2a3677e06193") ) - (junction - (at 66.04 80.01) - (diameter 0) - (color 0 0 0 0) - (uuid "d8699134-1a1a-4323-affa-2f33ac186a81") - ) (junction (at 45.72 33.02) (diameter 0) (color 0 0 0 0) (uuid "e27428f2-c5c1-43a8-81d5-c9cd5627e079") ) - (junction - (at 46.99 72.39) - (diameter 0) - (color 0 0 0 0) - (uuid "e5795c24-3e45-4575-b0af-9b1506574d31") - ) - (junction - (at 53.34 74.93) - (diameter 0) - (color 0 0 0 0) - (uuid "f531c581-63f7-4392-accc-897b9f15c7a9") - ) (wire (pts (xy 35.56 144.78) (xy 35.56 149.86) @@ -2793,7 +3066,7 @@ ) (wire (pts - (xy 118.11 72.39) (xy 121.92 72.39) + (xy 171.45 72.39) (xy 175.26 72.39) ) (stroke (width 0) @@ -2813,17 +3086,17 @@ ) (wire (pts - (xy 66.04 80.01) (xy 66.04 90.17) + (xy 123.19 147.32) (xy 142.24 147.32) ) (stroke (width 0) (type default) ) - (uuid "13cdcc00-7750-4778-923e-66b047eb5d6a") + (uuid "10298766-4b73-4b88-94ab-7c6295d5fd65") ) (wire (pts - (xy 177.8 144.78) (xy 199.39 144.78) + (xy 177.8 144.78) (xy 200.66 144.78) ) (stroke (width 0) @@ -2833,33 +3106,33 @@ ) (wire (pts - (xy 125.73 149.86) (xy 142.24 149.86) + (xy 123.19 149.86) (xy 142.24 149.86) ) (stroke (width 0) (type default) ) - (uuid "1f720f75-7166-4bb1-bf75-d5a700c78281") + (uuid "1d733037-8972-419c-a7bf-3af0a2c07be8") ) (wire (pts - (xy 177.8 152.4) (xy 176.53 152.4) + (xy 134.62 80.01) (xy 153.67 80.01) ) (stroke (width 0) (type default) ) - (uuid "24c04447-118c-49a9-92c0-fc28fc81f077") + (uuid "231304f6-c9ed-48cd-b94b-a62eb33f088f") ) (wire (pts - (xy 177.8 149.86) (xy 176.53 149.86) + (xy 77.47 74.93) (xy 153.67 74.93) ) (stroke (width 0) (type default) ) - (uuid "2c814dd0-3989-4783-8759-2c436e091d0b") + (uuid "32a81d3e-981d-42d3-93cc-c362a5c03ff7") ) (wire (pts @@ -2881,36 +3154,6 @@ ) (uuid "34d37c28-3281-44af-84b5-cfc35c728880") ) - (wire - (pts - (xy 59.69 77.47) (xy 59.69 90.17) - ) - (stroke - (width 0) - (type default) - ) - (uuid "3adfea9e-8fad-4e64-90da-7dd2ad41dfcf") - ) - (wire - (pts - (xy 193.04 152.4) (xy 177.8 152.4) - ) - (stroke - (width 0) - (type default) - ) - (uuid "3b7ecc7f-1fc0-4bc9-8061-d42f34690b6f") - ) - (wire - (pts - (xy 53.34 74.93) (xy 74.93 74.93) - ) - (stroke - (width 0) - (type default) - ) - (uuid "3cc16bd6-8db7-4e49-b295-78098f88dde0") - ) (wire (pts (xy 22.86 33.02) (xy 30.48 33.02) @@ -2923,7 +3166,7 @@ ) (wire (pts - (xy 66.04 80.01) (xy 74.93 80.01) + (xy 35.56 80.01) (xy 134.62 80.01) ) (stroke (width 0) @@ -2943,7 +3186,7 @@ ) (wire (pts - (xy 132.08 72.39) (xy 151.13 72.39) + (xy 185.42 72.39) (xy 204.47 72.39) ) (stroke (width 0) @@ -2993,13 +3236,13 @@ ) (wire (pts - (xy 46.99 72.39) (xy 46.99 90.17) + (xy 41.91 72.39) (xy 163.83 72.39) ) (stroke (width 0) (type default) ) - (uuid "5f40e3c3-39f4-4560-9ccf-ccb4646033ce") + (uuid "606b0464-5511-46ac-a8d5-18c0d171ef76") ) (wire (pts @@ -3013,7 +3256,7 @@ ) (wire (pts - (xy 35.56 74.93) (xy 53.34 74.93) + (xy 35.56 74.93) (xy 77.47 74.93) ) (stroke (width 0) @@ -3033,7 +3276,7 @@ ) (wire (pts - (xy 132.08 85.09) (xy 132.08 82.55) + (xy 185.42 85.09) (xy 185.42 82.55) ) (stroke (width 0) @@ -3051,16 +3294,6 @@ ) (uuid "705ad629-d937-4489-8b92-d7c048c43b1e") ) - (wire - (pts - (xy 53.34 74.93) (xy 53.34 90.17) - ) - (stroke - (width 0) - (type default) - ) - (uuid "76094b0d-02ca-40a9-8a3c-075413c90285") - ) (wire (pts (xy 35.56 144.78) (xy 43.18 144.78) @@ -3071,6 +3304,16 @@ ) (uuid "770d3f56-9009-4f3d-ba97-334afe6743e5") ) + (wire + (pts + (xy 177.8 152.4) (xy 193.04 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77b55fd7-ad4b-4f3d-97f4-3bf21d59192a") + ) (wire (pts (xy 27.94 137.16) (xy 35.56 137.16) @@ -3081,6 +3324,16 @@ ) (uuid "79949fc9-526e-4847-8dce-004a192abba5") ) + (wire + (pts + (xy 99.06 77.47) (xy 99.06 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7ced18f9-8587-4fd7-a425-41db91bdebcc") + ) (wire (pts (xy 45.72 41.91) (xy 45.72 40.64) @@ -3093,7 +3346,17 @@ ) (wire (pts - (xy 132.08 85.09) (xy 151.13 85.09) + (xy 41.91 72.39) (xy 41.91 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "838519a2-b95b-4da9-88fe-7ac36c4e6ec5") + ) + (wire + (pts + (xy 185.42 85.09) (xy 204.47 85.09) ) (stroke (width 0) @@ -3103,23 +3366,13 @@ ) (wire (pts - (xy 57.15 46.99) (xy 80.01 46.99) + (xy 177.8 149.86) (xy 193.04 149.86) ) (stroke (width 0) (type default) ) - (uuid "9a2000c2-714c-44ed-9b6d-2a5725d89580") - ) - (wire - (pts - (xy 125.73 147.32) (xy 142.24 147.32) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9db02c1a-46db-43a0-b325-1b8abe5c299b") + (uuid "909bd97b-5454-4d3f-8b44-a5c21db0d3cd") ) (wire (pts @@ -3253,7 +3506,7 @@ ) (wire (pts - (xy 121.92 72.39) (xy 132.08 72.39) + (xy 175.26 72.39) (xy 185.42 72.39) ) (stroke (width 0) @@ -3261,6 +3514,16 @@ ) (uuid "d0deddad-f20f-49c1-b805-5b7c77910e91") ) + (wire + (pts + (xy 77.47 74.93) (xy 77.47 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d7b9a392-9d66-48f6-bf29-2612a7e5a734") + ) (wire (pts (xy 43.18 149.86) (xy 35.56 149.86) @@ -3273,17 +3536,7 @@ ) (wire (pts - (xy 40.64 85.09) (xy 35.56 85.09) - ) - (stroke - (width 0) - (type default) - ) - (uuid "db872d87-ffe6-40bc-8fb3-86e1e12a1ba8") - ) - (wire - (pts - (xy 35.56 72.39) (xy 46.99 72.39) + (xy 35.56 72.39) (xy 41.91 72.39) ) (stroke (width 0) @@ -3293,7 +3546,7 @@ ) (wire (pts - (xy 35.56 82.55) (xy 74.93 82.55) + (xy 35.56 82.55) (xy 153.67 82.55) ) (stroke (width 0) @@ -3303,27 +3556,7 @@ ) (wire (pts - (xy 35.56 80.01) (xy 66.04 80.01) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ded436ad-f4bb-4d2d-990a-2c9aa2d70bde") - ) - (wire - (pts - (xy 193.04 149.86) (xy 177.8 149.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "e5dec27c-d21b-4671-a071-88cd400c492a") - ) - (wire - (pts - (xy 121.92 72.39) (xy 121.92 74.93) + (xy 175.26 72.39) (xy 175.26 74.93) ) (stroke (width 0) @@ -3353,27 +3586,17 @@ ) (wire (pts - (xy 35.56 77.47) (xy 59.69 77.47) + (xy 99.06 77.47) (xy 153.67 77.47) ) (stroke (width 0) (type default) ) - (uuid "f0f6318d-1a6e-48f1-8d1e-06df3f90395c") + (uuid "f2543615-c1d6-4cee-92a3-f0507365721c") ) (wire (pts - (xy 46.99 72.39) (xy 110.49 72.39) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f21fe07f-d2ff-4b96-9812-a291c2427788") - ) - (wire - (pts - (xy 59.69 77.47) (xy 74.93 77.47) + (xy 35.56 77.47) (xy 99.06 77.47) ) (stroke (width 0) @@ -3383,7 +3606,7 @@ ) (wire (pts - (xy 132.08 72.39) (xy 132.08 74.93) + (xy 185.42 72.39) (xy 185.42 74.93) ) (stroke (width 0) @@ -3393,7 +3616,7 @@ ) (wire (pts - (xy 177.8 142.24) (xy 199.39 142.24) + (xy 177.8 142.24) (xy 200.66 142.24) ) (stroke (width 0) @@ -3401,6 +3624,16 @@ ) (uuid "f96c130e-4648-44ec-98b2-42810ccd8ea6") ) + (wire + (pts + (xy 134.62 80.01) (xy 134.62 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fb8f3825-5654-4d4a-a9a2-4237910b50c8") + ) (wire (pts (xy 142.24 172.72) (xy 142.24 175.26) @@ -3422,7 +3655,7 @@ (uuid "06216cc2-f795-4658-83ad-b2d133473c72") ) (label "ANT2_VHFI" - (at 198.12 142.24 180) + (at 200.66 142.24 180) (effects (font (size 1.27 1.27) @@ -3432,27 +3665,27 @@ (uuid "2bd8f1db-52fd-4169-a295-b671d0bf46b7") ) (label "ANT1_VHFI" - (at 135.89 147.32 180) + (at 123.19 147.32 0) (effects (font (size 1.27 1.27) ) - (justify right bottom) + (justify left bottom) ) (uuid "4b094915-cc61-4f39-86da-86bd226be078") ) (label "ANT1_VHFSW" - (at 138.43 149.86 180) + (at 123.19 149.86 0) (effects (font (size 1.27 1.27) ) - (justify right bottom) + (justify left bottom) ) (uuid "62c6e9fa-7f93-4df2-b1fe-cd534695d149") ) (label "ANT2_VHFSW" - (at 198.12 144.78 180) + (at 200.66 144.78 180) (effects (font (size 1.27 1.27) @@ -3462,7 +3695,7 @@ (uuid "a281a81e-58ea-4c6b-ade6-a2fd8135228f") ) (label "ANT2_VHFI" - (at 149.86 72.39 180) + (at 203.2 72.39 180) (effects (font (size 1.27 1.27) @@ -3482,7 +3715,7 @@ (uuid "d9b10f33-586b-439a-b58d-66e55a86e60b") ) (label "ANT2_VHFSW" - (at 149.86 85.09 180) + (at 203.2 85.09 180) (effects (font (size 1.27 1.27) @@ -3517,7 +3750,7 @@ ) (global_label "JH_RIGHT" (shape input) - (at 74.93 80.01 0) + (at 153.67 80.01 0) (fields_autoplaced yes) (effects (font @@ -3527,7 +3760,7 @@ ) (uuid "6b090f2c-5062-4efc-add7-7def3b0bd032") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 86.6238 80.01 0) + (at 165.3638 80.01 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3563,33 +3796,9 @@ ) ) ) - (global_label "SI4684_RREF" - (shape input) - (at 80.01 46.99 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "9ed9f5fd-d9d8-429c-ae02-84faad0677f7") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 95.3927 46.99 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) (global_label "JH_LEFT" (shape input) - (at 74.93 77.47 0) + (at 153.67 77.47 0) (fields_autoplaced yes) (effects (font @@ -3599,7 +3808,7 @@ ) (uuid "c796a6e2-559a-4697-8738-f8d73f9928bf") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 85.4142 77.47 0) + (at 164.1542 77.47 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3637,7 +3846,7 @@ ) (global_label "JH_MIC" (shape input) - (at 74.93 74.93 0) + (at 153.67 74.93 0) (fields_autoplaced yes) (effects (font @@ -3647,7 +3856,7 @@ ) (uuid "d7837ef5-c85f-4077-9855-fe02e84df86a") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 84.5071 74.93 0) + (at 163.2471 74.93 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3661,7 +3870,7 @@ ) (global_label "JACK_DETECT" (shape input) - (at 74.93 82.55 0) + (at 153.67 82.55 0) (fields_autoplaced yes) (effects (font @@ -3671,7 +3880,7 @@ ) (uuid "d8381c57-54b9-4d33-8b1a-5950a4d2b5ec") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 90.2522 82.55 0) + (at 168.9922 82.55 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3755,90 +3964,9 @@ ) ) ) - (symbol - (lib_id "Device:D_TVS") - (at 59.69 93.98 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "01622de2-71da-431b-873b-d458d017f8c7") - (property "Reference" "D8" - (at 62.23 92.7099 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "ESD112-B1-02EL" - (at 57.404 87.122 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 59.69 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 59.69 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 59.69 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "11cd2313-cc47-4cb7-ab86-3fc4f51b5a1a") - ) - (pin "1" - (uuid "d0e1112d-51f3-427e-9d4f-6f70a99d7c73") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf" - (reference "D8") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "MIKILAB_power:GND") - (at 46.99 97.79 0) + (at 35.56 85.09 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -3846,166 +3974,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "02d98c90-6785-400e-bc15-3665eff638f3") - (property "Reference" "#PWR080" - (at 46.99 104.14 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 46.99 102.87 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 46.99 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 46.99 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 46.99 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "d9f42130-836b-46fe-8a34-443ea8baa88e") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf" - (reference "#PWR080") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 53.34 97.79 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 "03532a9f-e58a-4085-83ec-c872488e7deb") - (property "Reference" "#PWR081" - (at 53.34 104.14 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 53.34 102.87 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 53.34 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 53.34 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 53.34 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "4f34bcc2-5e16-4f93-8390-75d84779821c") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf" - (reference "#PWR081") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 40.64 85.09 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 "0ca861c0-9471-47d6-a0a2-6c4603d81c76") (property "Reference" "#PWR079" - (at 40.64 91.44 0) + (at 41.91 85.09 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4016,17 +3987,18 @@ ) ) (property "Value" "GND" - (at 40.64 90.17 0) + (at 39.116 85.09 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" - (at 40.64 85.09 0) + (at 35.56 85.09 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4037,7 +4009,7 @@ ) ) (property "Datasheet" "" - (at 40.64 85.09 0) + (at 35.56 85.09 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4048,7 +4020,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 40.64 85.09 0) + (at 35.56 85.09 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4070,87 +4042,6 @@ ) ) ) - (symbol - (lib_id "Device:D_TVS") - (at 22.86 41.91 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "10baf7f3-61da-4f58-9452-edffb42750f9") - (property "Reference" "D5" - (at 25.4 40.6399 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "ESD112-B1-02EL" - (at 20.574 35.052 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 22.86 41.91 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 22.86 41.91 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 22.86 41.91 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "c4fdcf4a-620a-4101-bfb7-a65c420086c6") - ) - (pin "1" - (uuid "a04f1eb5-6861-4205-a34d-851539227fc4") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf" - (reference "D5") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:C") (at 134.62 138.43 0) @@ -4185,7 +4076,7 @@ (justify left) ) ) - (property "Footprint" "Capacitor_SMD:C_1210_3225Metric" + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 135.5852 142.24 0) (hide yes) (show_name no) @@ -4207,7 +4098,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR61E106KA73L" + (at 134.62 138.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR61E106KA73L" (at 134.62 138.43 0) (hide yes) (show_name no) @@ -4300,6 +4202,17 @@ ) ) ) + (property "PNM" "LQW18AN22NH00D" + (at 69.85 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "490688e1-5206-4c25-9a37-bc679bf88c1e") ) @@ -4630,7 +4543,7 @@ (justify bottom) ) ) - (property "PACKAGE" "None" + (property "Package" "None" (at 25.4 80.01 0) (hide yes) (show_name no) @@ -4642,7 +4555,7 @@ (justify bottom) ) ) - (property "PRICE" "1.04 USD" + (property "Price" "1.04 USD" (at 25.4 80.01 0) (hide yes) (show_name no) @@ -4905,7 +4818,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71H104KA01L" + (at 78.74 140.97 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 78.74 140.97 0) (hide yes) (show_name no) @@ -4996,6 +4920,17 @@ ) ) ) + (property "PNM" "LQW18AN18NJ00D" + (at 41.91 33.02 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "50509333-002c-4086-9c1f-1ad688728a2b") ) @@ -5013,7 +4948,7 @@ ) (symbol (lib_id "Device:C") - (at 132.08 78.74 180) + (at 185.42 78.74 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5024,7 +4959,7 @@ (fields_autoplaced yes) (uuid "376056fe-2e78-473f-94c4-c0dea0cf0e6c") (property "Reference" "C102" - (at 135.89 77.4699 0) + (at 189.23 77.4699 0) (show_name no) (do_not_autoplace no) (effects @@ -5035,7 +4970,7 @@ ) ) (property "Value" "18pF" - (at 135.89 80.0099 0) + (at 189.23 80.0099 0) (show_name no) (do_not_autoplace no) (effects @@ -5046,7 +4981,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 131.1148 74.93 0) + (at 184.4548 74.93 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5057,7 +4992,7 @@ ) ) (property "Datasheet" "" - (at 132.08 78.74 0) + (at 185.42 78.74 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5068,7 +5003,18 @@ ) ) (property "Description" "0805CG180J500NT" - (at 132.08 78.74 0) + (at 185.42 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "0805CG180J500NT" + (at 185.42 78.74 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5148,7 +5094,7 @@ ) ) ) - (property "Description" "Wideband 4 GH z, 36 dB Isolation at 1 GHz, CMOS 1.65 V to 2.75 V, Dual SPDT" + (property "Description" "ADG936BRUZ" (at 160.02 162.56 0) (hide yes) (show_name no) @@ -5172,7 +5118,7 @@ (justify bottom) ) ) - (property "PACKAGE" "TSSOP-20" + (property "Package" "TSSOP-20" (at 160.02 162.56 0) (hide yes) (show_name no) @@ -5304,6 +5250,17 @@ (justify bottom) ) ) + (property "PNM" "ADG936BRUZ" + (at 160.02 162.56 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "20" (uuid "f4d866d5-0675-4918-8fa3-6122fa4cf4a9") ) @@ -5374,8 +5331,8 @@ ) ) (symbol - (lib_id "Device:D_TVS") - (at 66.04 93.98 90) + (lib_id "Diode:ESD9B5.0ST5G") + (at 22.86 41.91 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5383,9 +5340,10 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "43dff437-1d24-4502-b68a-06ca3d1c3b0c") - (property "Reference" "D9" - (at 68.58 92.7099 0) + (fields_autoplaced yes) + (uuid "4a9b9838-bd4d-4cc5-9659-19fc75883049") + (property "Reference" "D2" + (at 25.4 40.6399 90) (show_name no) (do_not_autoplace no) (effects @@ -5395,8 +5353,8 @@ (justify right) ) ) - (property "Value" "ESD112-B1-02EL" - (at 63.754 87.122 0) + (property "Value" "ESD9B5.0ST5G" + (at 25.4 43.1799 90) (show_name no) (do_not_autoplace no) (effects @@ -5406,8 +5364,8 @@ (justify right) ) ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 66.04 93.98 0) + (property "Footprint" "Diode_SMD:D_SOD-923" + (at 22.86 41.91 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5417,8 +5375,8 @@ ) ) ) - (property "Datasheet" "" - (at 66.04 93.98 0) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/ESD9B-D.PDF" + (at 22.86 41.91 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5428,8 +5386,8 @@ ) ) ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 66.04 93.98 0) + (property "Description" "ESD protection diode, 5.0Vrwm, SOD-923" + (at 22.86 41.91 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5440,177 +5398,15 @@ ) ) (pin "2" - (uuid "e441b7d8-13f9-4b9e-9b8b-a63b20f9e0d3") + (uuid "7f36538a-19e4-4827-ae1a-71067f28d2f0") ) (pin "1" - (uuid "e32061db-d649-4fff-8a14-e9645c13c37b") + (uuid "1e328736-57cd-4dfb-8942-3a8cbbe7529e") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf" - (reference "D9") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:D_TVS") - (at 53.34 93.98 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "4885a578-8ab8-4afe-994d-8129b9c31819") - (property "Reference" "D7" - (at 55.88 92.7099 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "ESD112-B1-02EL" - (at 51.054 87.122 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 53.34 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 53.34 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 53.34 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "b5c9e6ca-f68d-439d-ae32-231f12f13dff") - ) - (pin "1" - (uuid "15ca640b-d740-4f93-af1e-c218426d1abb") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf" - (reference "D7") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:D_TVS") - (at 46.99 93.98 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "4ee1e639-490e-43de-88e3-5c4087649b25") - (property "Reference" "D6" - (at 49.784 92.964 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "ESD112-B1-02EL" - (at 44.704 87.122 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Diode_SMD:D_SOD-882" - (at 46.99 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 46.99 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Bidirectional transient-voltage-suppression diode" - (at 46.99 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "a2e537c3-b5e4-4958-85e3-74bb4bc54680") - ) - (pin "1" - (uuid "69aa3d9f-763b-47b0-a632-47770fca66a9") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf" - (reference "D6") + (reference "D2") (unit 1) ) ) @@ -5728,7 +5524,7 @@ (justify right) ) ) - (property "Footprint" "Capacitor_SMD:C_0201_0603Metric" + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 44.7548 33.02 0) (hide yes) (show_name no) @@ -5750,7 +5546,18 @@ ) ) ) - (property "Description" "CC0603JRNPO9BN330" + (property "Description" "GQM1875C2E2R7BB12D" + (at 45.72 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GQM1875C2E2R7BB12D" (at 45.72 36.83 0) (hide yes) (show_name no) @@ -5778,7 +5585,7 @@ ) (symbol (lib_id "Device:L") - (at 121.92 78.74 0) + (at 175.26 78.74 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5789,7 +5596,7 @@ (fields_autoplaced yes) (uuid "6bcd59c3-9cf5-4a2b-9b50-e1e82374e214") (property "Reference" "L17" - (at 123.19 77.4699 0) + (at 176.53 77.4699 0) (show_name no) (do_not_autoplace no) (effects @@ -5800,7 +5607,7 @@ ) ) (property "Value" "100nH" - (at 123.19 80.0099 0) + (at 176.53 80.0099 0) (show_name no) (do_not_autoplace no) (effects @@ -5811,7 +5618,7 @@ ) ) (property "Footprint" "Inductor_SMD:L_0603_1608Metric" - (at 121.92 78.74 0) + (at 175.26 78.74 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5822,7 +5629,7 @@ ) ) (property "Datasheet" "" - (at 121.92 78.74 0) + (at 175.26 78.74 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5833,7 +5640,18 @@ ) ) (property "Description" "LQW18ANR10J00D" - (at 121.92 78.74 0) + (at 175.26 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "LQW18ANR10J00D" + (at 175.26 78.74 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5914,7 +5732,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71H104KA01L" + (at 35.56 140.97 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 35.56 140.97 0) (hide yes) (show_name no) @@ -5940,6 +5769,84 @@ ) ) ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 99.06 111.76 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 "7839dfb7-80dc-45cd-8c75-fe28008e24b7") + (property "Reference" "#PWR0134" + (at 99.06 118.11 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 99.06 116.84 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 111.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 99.06 111.76 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 99.06 111.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "560f4330-693b-44d3-93bf-d0b0fea5eb72") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf" + (reference "#PWR0134") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 73.66 160.02 0) @@ -6020,7 +5927,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 35.56 87.63 0) + (at 35.56 87.63 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6028,10 +5935,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) (uuid "89d2b4fd-671d-4dfb-889f-58b007166403") (property "Reference" "#PWR078" - (at 35.56 93.98 0) + (at 41.91 87.63 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6042,13 +5948,14 @@ ) ) (property "Value" "GND" - (at 35.56 92.71 0) + (at 38.862 87.376 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" @@ -6174,6 +6081,84 @@ ) ) ) + (symbol + (lib_id "MIKILAB_power:GND") + (at 41.91 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 "90efc6b6-0bd6-4e77-95c8-ad0fec88aebb") + (property "Reference" "#PWR093" + (at 41.91 119.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 41.91 118.11 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 41.91 113.03 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 41.91 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 41.91 113.03 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f0006a2b-c9c3-4427-8a29-1056be006e53") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf" + (reference "#PWR093") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "MIKILAB_SN74AXC1T45:SN74AXC1T45DBVR") (at 58.42 152.4 0) @@ -6229,7 +6214,7 @@ ) ) ) - (property "Description" "Single-bit dual-supply bus transceiver" + (property "Description" "SN74AXC1T45DBVR" (at 58.42 152.4 0) (hide yes) (show_name no) @@ -6385,6 +6370,17 @@ (justify bottom) ) ) + (property "PNM" "SN74AXC1T45DBVR" + (at 58.42 152.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "b51fba9d-818b-4bf5-ad81-f933e3a32fe2") ) @@ -6413,8 +6409,8 @@ ) ) (symbol - (lib_id "MIKILAB_power:GND") - (at 66.04 97.79 0) + (lib_id "MIKILAB_TPD2E007DCKR:TPD2E007DCKR") + (at 116.84 106.68 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6423,10 +6419,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "bc5885b4-d05d-4e05-bbed-7e4224a02d15") - (property "Reference" "#PWR083" - (at 66.04 104.14 0) - (hide yes) + (uuid "adfab7f6-123f-4dfb-9c10-5c772aeb87a4") + (property "Reference" "U28" + (at 116.84 96.52 0) (show_name no) (do_not_autoplace no) (effects @@ -6435,8 +6430,8 @@ ) ) ) - (property "Value" "GND" - (at 66.04 102.87 0) + (property "Value" "TPD2E007DCKR" + (at 116.84 99.06 0) (show_name no) (do_not_autoplace no) (effects @@ -6445,8 +6440,8 @@ ) ) ) - (property "Footprint" "" - (at 66.04 97.79 0) + (property "Footprint" "MIKILAB_TPD2E007DCKR:SOT65P210X110-3N" + (at 116.84 106.68 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6454,10 +6449,11 @@ (font (size 1.27 1.27) ) + (justify bottom) ) ) (property "Datasheet" "" - (at 66.04 97.79 0) + (at 116.84 106.68 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6467,8 +6463,8 @@ ) ) ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 66.04 97.79 0) + (property "Description" "Dual 10-pF, ±13-V, ±8-kV ESD protection diode for AC Signal Data Interfaces" + (at 116.84 106.68 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6476,15 +6472,166 @@ (font (size 1.27 1.27) ) + (justify bottom) ) ) + (property "MF" "Texas Instruments" + (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 "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) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Price" "None" + (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 "Package" "SC70-3 Texas Instruments" + (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 "OC_FARNELL" "-" + (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 "SnapEDA_Link" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=snap" + (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 "MP" "TPD2E007DCKR" + (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 "SUPPLIER" "Texas Instruments" + (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 "OC_NEWARK" "55R7554" + (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 "Availability" "In Stock" + (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 "Check_prices" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=eda" + (at 116.84 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (pin "3" + (uuid "6530ac55-f0ed-4715-9c3c-7912cc3db183") + ) + (pin "2" + (uuid "002201df-9a72-4bfd-b527-a9db0257b37d") + ) (pin "1" - (uuid "6b538b0c-59a3-4405-8762-d29e8e316b1f") + (uuid "724954f4-7b3c-46ea-b507-115e0395331b") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf" - (reference "#PWR083") + (reference "U28") (unit 1) ) ) @@ -6557,6 +6704,17 @@ ) ) ) + (property "PNM" "LQW18ANR12J00D" + (at 57.15 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "5625fb29-0193-48a0-8427-0338b76d56bb") ) @@ -6650,6 +6808,235 @@ ) ) ) + (symbol + (lib_id "MIKILAB_TPD2E007DCKR:TPD2E007DCKR") + (at 59.69 107.95 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 "c8e19f59-95fd-4e54-b8e9-e6bf57f59071") + (property "Reference" "U13" + (at 59.69 97.79 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TPD2E007DCKR" + (at 59.69 100.33 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "MIKILAB_TPD2E007DCKR:SOT65P210X110-3N" + (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 "Datasheet" "" + (at 59.69 107.95 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Dual 10-pF, ±13-V, ±8-kV ESD protection diode for AC Signal Data Interfaces" + (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 "MF" "Texas Instruments" + (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 "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) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Price" "None" + (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 "Package" "SC70-3 Texas Instruments" + (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 "OC_FARNELL" "-" + (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 "SnapEDA_Link" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=snap" + (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 "MP" "TPD2E007DCKR" + (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 "SUPPLIER" "Texas Instruments" + (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 "OC_NEWARK" "55R7554" + (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 "Availability" "In Stock" + (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 "Check_prices" "https://www.snapeda.com/parts/TPD2E007DCKR/Texas+Instruments/view-part/?ref=eda" + (at 59.69 107.95 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (pin "3" + (uuid "f3c17b3f-3849-4a17-b673-3402fd6f888a") + ) + (pin "2" + (uuid "48f57e5d-4212-47aa-9cbe-2493a0a6f36a") + ) + (pin "1" + (uuid "596de1d9-ef88-4cc9-a13f-7d39f36b04d0") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf" + (reference "U13") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "MIKILAB_power:GND") (at 57.15 46.99 0) @@ -6730,7 +7117,7 @@ ) (symbol (lib_id "Device:L") - (at 114.3 72.39 90) + (at 167.64 72.39 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6741,7 +7128,7 @@ (fields_autoplaced yes) (uuid "e837b8a5-3659-47a5-814a-8227957afa6e") (property "Reference" "L16" - (at 114.3 67.31 90) + (at 167.64 67.31 90) (show_name no) (do_not_autoplace no) (effects @@ -6751,7 +7138,7 @@ ) ) (property "Value" "36nH" - (at 114.3 69.85 90) + (at 167.64 69.85 90) (show_name no) (do_not_autoplace no) (effects @@ -6761,7 +7148,7 @@ ) ) (property "Footprint" "Inductor_SMD:L_0603_1608Metric" - (at 114.3 72.39 0) + (at 167.64 72.39 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6772,7 +7159,7 @@ ) ) (property "Datasheet" "" - (at 114.3 72.39 0) + (at 167.64 72.39 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6783,7 +7170,18 @@ ) ) (property "Description" "LQW18AN36NG00D" - (at 114.3 72.39 0) + (at 167.64 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "LQW18AN36NG00D" + (at 167.64 72.39 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6888,85 +7286,7 @@ ) (symbol (lib_id "MIKILAB_power:GND") - (at 59.69 97.79 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 "f1f1d1b5-1a22-4ef6-b8b9-0818b3ef04cf") - (property "Reference" "#PWR082" - (at 59.69 104.14 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 59.69 102.87 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 59.69 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 59.69 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 59.69 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "eb5c644b-5c74-40c0-9f7d-d1b470ca5874") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/3648ee4f-401f-4d8b-b4da-4aabdf3a7fdf" - (reference "#PWR082") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "MIKILAB_power:GND") - (at 121.92 82.55 0) + (at 175.26 82.55 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6977,7 +7297,7 @@ (fields_autoplaced yes) (uuid "f580e739-600a-4c37-8572-6c88bac323b5") (property "Reference" "#PWR084" - (at 121.92 88.9 0) + (at 175.26 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6988,7 +7308,7 @@ ) ) (property "Value" "GND" - (at 121.92 87.63 0) + (at 175.26 87.63 0) (show_name no) (do_not_autoplace no) (effects @@ -6998,7 +7318,7 @@ ) ) (property "Footprint" "" - (at 121.92 82.55 0) + (at 175.26 82.55 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7009,7 +7329,7 @@ ) ) (property "Datasheet" "" - (at 121.92 82.55 0) + (at 175.26 82.55 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7020,7 +7340,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 121.92 82.55 0) + (at 175.26 82.55 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7074,7 +7394,7 @@ ) ) ) - (property "Footprint" "Capacitor_SMD:C_0201_0603Metric" + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 38.1 32.0548 0) (hide yes) (show_name no) @@ -7096,7 +7416,7 @@ ) ) ) - (property "Description" "CC0603JRNPO9BN330" + (property "Description" "GQM1875C2E330JB12D" (at 34.29 33.02 0) (hide yes) (show_name no) @@ -7107,6 +7427,17 @@ ) ) ) + (property "PNM" "GQM1875C2E330JB12D" + (at 34.29 33.02 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "d761c35f-8946-459d-9c1b-1b679bbab973") ) diff --git a/hardware/kicad/HubAudio/audio-processor.kicad_sch b/hardware/kicad/HubAudio/audio-processor.kicad_sch index c80c723..51f11ec 100644 --- a/hardware/kicad/HubAudio/audio-processor.kicad_sch +++ b/hardware/kicad/HubAudio/audio-processor.kicad_sch @@ -3632,6 +3632,121 @@ ) (embedded_fonts no) ) + (symbol "MIKILAB_power:PWR_FLAG" + (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" "#FLG" + (at 0 1.905 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 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" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (embedded_fonts no) + ) (symbol "power:GND" (power global) (pin_numbers @@ -3747,6 +3862,145 @@ ) (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 55.88 52.07) @@ -4018,6 +4272,126 @@ (color 0 0 0 0) (uuid "fd9ba3ef-e582-4f1a-8bfb-b1a939e78a93") ) + (no_connect + (at 153.67 41.91) + (uuid "00317ed1-9825-43b5-90bf-44837d950042") + ) + (no_connect + (at 153.67 34.29) + (uuid "1c7c09d9-b827-4381-beca-7043142407f4") + ) + (no_connect + (at 92.71 80.01) + (uuid "1db72064-af14-49cb-b6d7-c0a807ab8871") + ) + (no_connect + (at 92.71 128.27) + (uuid "1fb6d8fd-9550-4c74-8ce6-ed42cb76ca7b") + ) + (no_connect + (at 153.67 130.81) + (uuid "200e8f02-9bfe-4c57-aac2-76851feb06ff") + ) + (no_connect + (at 153.67 54.61) + (uuid "2c23f79a-9b9d-4bff-86a0-f9d21d5b4797") + ) + (no_connect + (at 92.71 77.47) + (uuid "2f87ae66-f6ff-4158-9db8-fbb16a637bef") + ) + (no_connect + (at 92.71 72.39) + (uuid "35eae170-5ece-41ae-948c-db9071264225") + ) + (no_connect + (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") + ) + (no_connect + (at 153.67 44.45) + (uuid "53be061d-ce25-40aa-878b-fd70c2c7b4f5") + ) + (no_connect + (at 92.71 125.73) + (uuid "5cdf875e-cd32-456e-951c-6cc3001ef470") + ) + (no_connect + (at 92.71 82.55) + (uuid "6ceb655a-95e9-4da1-a366-fdfcbb1da07a") + ) + (no_connect + (at 153.67 62.23) + (uuid "6f96aeca-7855-49e8-84b5-0ca5ba590f09") + ) + (no_connect + (at 153.67 69.85) + (uuid "7028ffec-03c7-4fb1-ad80-524862395948") + ) + (no_connect + (at 153.67 49.53) + (uuid "714c1d25-d0ce-4c19-9ec9-fe3905034055") + ) + (no_connect + (at 92.71 85.09) + (uuid "796fbeba-bef3-4073-994b-9537b32ed3fd") + ) + (no_connect + (at 92.71 74.93) + (uuid "8e72f85a-8aaa-45d0-af18-c373499da7f7") + ) + (no_connect + (at 153.67 110.49) + (uuid "90900899-2629-4e7f-9032-126c3bd6894c") + ) + (no_connect + (at 153.67 113.03) + (uuid "9da7c54e-0069-4ea8-b92a-7f302d11c69e") + ) + (no_connect + (at 92.71 90.17) + (uuid "a911cad2-c042-49a6-952b-18f636993e29") + ) + (no_connect + (at 153.67 46.99) + (uuid "b353d905-0524-4271-ab85-83a64fdb4820") + ) + (no_connect + (at 153.67 133.35) + (uuid "ba392160-6190-4abb-a0b4-6515582457d7") + ) + (no_connect + (at 153.67 64.77) + (uuid "bd764cb4-d07a-42ab-bace-695a6a284e72") + ) + (no_connect + (at 92.71 87.63) + (uuid "bef4418f-fe63-47cd-bf61-a51d8e83ae90") + ) + (no_connect + (at 153.67 67.31) + (uuid "d3259d48-48fc-459c-8902-5b5845b3c756") + ) + (no_connect + (at 153.67 36.83) + (uuid "e9008b4e-57ec-4475-ae30-686d59943c74") + ) + (no_connect + (at 153.67 107.95) + (uuid "f752114b-e1c6-4d4c-b32b-78d556c98ae5") + ) + (no_connect + (at 153.67 57.15) + (uuid "f9ff7d65-17db-401a-94c1-ebf0914a5d50") + ) (wire (pts (xy 219.71 49.53) (xy 224.79 49.53) @@ -5990,54 +6364,6 @@ ) ) ) - (global_label "3V3_TOS" - (shape input) - (at 215.9 19.05 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "448cdcff-a010-4356-822a-669a5fabdd3e") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 204.932 19.05 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "3V3_TOS" - (shape input) - (at 217.17 49.53 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "551b9262-1d86-43d8-99a8-0bd602da94f3") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 206.202 49.53 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "SPI_ADAU1467_CS" (shape input) (at 165.1 146.05 0) @@ -6560,6 +6886,17 @@ ) ) ) + (property "PNM" "GCM2195C1K562FA16D" + (at 77.47 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "0358efe4-b5f1-498c-a87a-751f9f907439") ) @@ -6723,7 +7060,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 46.99 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 46.99 71.12 0) (hide yes) (show_name no) @@ -6816,6 +7164,17 @@ ) ) ) + (property "PNM" "CL21C220JBANNNC" + (at 59.69 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "c9e507e3-eb05-4650-9982-87d28e22ee8d") ) @@ -6964,7 +7323,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 59.69 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 59.69 26.67 0) (hide yes) (show_name no) @@ -7012,7 +7382,7 @@ ) ) ) - (property "Value" "LSQNB160808T470M" + (property "Value" "ferrite bead" (at 228.6 16.51 90) (show_name no) (do_not_autoplace no) @@ -7044,7 +7414,7 @@ ) ) ) - (property "Description" "Inductor" + (property "Description" "LSQNB160808T470M" (at 228.6 19.05 0) (hide yes) (show_name no) @@ -7055,6 +7425,17 @@ ) ) ) + (property "PNM" "LSQNB160808T470M" + (at 228.6 19.05 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "238908ac-3e24-43cc-8b42-ac27a8e86856") ) @@ -7153,7 +7534,7 @@ (unit 1) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -7168,7 +7549,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 196.596 105.156 90) (show_name no) (do_not_autoplace no) @@ -7200,7 +7581,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 196.85 102.87 0) (hide yes) (show_name no) @@ -7211,6 +7592,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 196.85 102.87 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "43199dec-5777-41bd-9583-f9f9cd368a38") ) @@ -7365,7 +7757,18 @@ ) ) ) - (property "Description" "CL21A106KAYNNNE" + (property "Description" "GRM21BR61E106KA73L" + (at 219.71 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR61E106KA73L" (at 219.71 53.34 0) (hide yes) (show_name no) @@ -7397,7 +7800,7 @@ (unit 1) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -7412,7 +7815,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 196.596 94.996 90) (show_name no) (do_not_autoplace no) @@ -7444,7 +7847,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 196.85 92.71 0) (hide yes) (show_name no) @@ -7455,6 +7858,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 196.85 92.71 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "43199dec-5777-41bd-9583-f9f9cd368a39") ) @@ -7531,7 +7945,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 55.88 48.26 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 55.88 48.26 0) (hide yes) (show_name no) @@ -7613,7 +8038,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 247.65 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 247.65 53.34 0) (hide yes) (show_name no) @@ -7645,7 +8081,7 @@ (unit 1) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -7660,7 +8096,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 48.006 97.536 90) (show_name no) (do_not_autoplace no) @@ -7692,7 +8128,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 48.26 95.25 0) (hide yes) (show_name no) @@ -7703,6 +8139,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 48.26 95.25 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "43199dec-5777-41bd-9583-f9f9cd368a3a") ) @@ -7856,7 +8303,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 224.79 135.89 0) (hide yes) (show_name no) @@ -7867,6 +8314,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 224.79 135.89 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "5b479707-a622-40ff-a7b5-07d5124346d3") ) @@ -8026,6 +8484,17 @@ ) ) ) + (property "PNM" "CL21C220JBANNNC" + (at 33.02 182.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "cbb2b35b-cb5b-4d5a-b0d7-e4f98f685de1") ) @@ -8047,7 +8516,7 @@ (unit 1) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -8062,7 +8531,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 180.086 100.076 90) (show_name no) (do_not_autoplace no) @@ -8094,7 +8563,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 180.34 97.79 0) (hide yes) (show_name no) @@ -8105,6 +8574,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 180.34 97.79 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "43199dec-5777-41bd-9583-f9f9cd368a3b") ) @@ -8132,7 +8612,7 @@ (unit 2) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -8147,7 +8627,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 189.23 92.71 90) (show_name no) (do_not_autoplace no) @@ -8179,7 +8659,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 189.23 90.17 0) (hide yes) (show_name no) @@ -8190,6 +8670,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 189.23 90.17 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "eb6b83fa-66c4-4857-8e1d-dccc52b21648") ) @@ -8217,7 +8708,7 @@ (unit 1) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -8232,7 +8723,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 48.006 107.696 90) (show_name no) (do_not_autoplace no) @@ -8264,7 +8755,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 48.26 105.41 0) (hide yes) (show_name no) @@ -8275,6 +8766,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 48.26 105.41 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "43199dec-5777-41bd-9583-f9f9cd368a3c") ) @@ -8296,6 +8798,84 @@ ) ) ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 236.22 49.53 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 "5081ba09-d84b-4ff1-8236-b969aefba6cf") + (property "Reference" "#FLG019" + (at 236.22 47.625 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 236.22 44.45 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 236.22 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 236.22 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 236.22 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "42a8f96b-887c-4d60-bfd5-3d1706bc77d1") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#FLG019") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 236.22 53.34 0) @@ -8352,7 +8932,18 @@ ) ) ) - (property "Description" "CL21A106KAYNNNE" + (property "Description" "GRM21BR61E106KA73L" + (at 236.22 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR61E106KA73L" (at 236.22 53.34 0) (hide yes) (show_name no) @@ -8434,7 +9025,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 247.65 22.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 247.65 22.86 0) (hide yes) (show_name no) @@ -8637,7 +9239,7 @@ ) ) ) - (property "Value" "10K" + (property "Value" "100" (at 86.868 171.45 90) (show_name no) (do_not_autoplace no) @@ -8670,7 +9272,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-07100RL" (at 87.63 171.45 0) (hide yes) (show_name no) @@ -8681,6 +9283,17 @@ ) ) ) + (property "PNM" "RC0805FR-07100RL" + (at 87.63 171.45 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "e71c66f6-20e0-4b71-9087-8132e8be03cf") ) @@ -8751,7 +9364,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 50.8 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 50.8 26.67 0) (hide yes) (show_name no) @@ -8783,7 +9407,7 @@ (unit 1) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -8798,7 +9422,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 181.356 89.916 90) (show_name no) (do_not_autoplace no) @@ -8830,7 +9454,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 181.61 87.63 0) (hide yes) (show_name no) @@ -8841,6 +9465,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 181.61 87.63 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "43199dec-5777-41bd-9583-f9f9cd368a3d") ) @@ -8917,7 +9552,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 29.21 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 29.21 71.12 0) (hide yes) (show_name no) @@ -8949,7 +9595,7 @@ (unit 1) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -8964,7 +9610,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 180.086 79.756 90) (show_name no) (do_not_autoplace no) @@ -8996,7 +9642,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 180.34 77.47 0) (hide yes) (show_name no) @@ -9007,6 +9653,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 180.34 77.47 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "43199dec-5777-41bd-9583-f9f9cd368a3e") ) @@ -9028,6 +9685,84 @@ ) ) ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 236.22 19.05 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 "6fc2b8a6-74d9-445d-88bd-d90b9a66858f") + (property "Reference" "#FLG018" + (at 236.22 17.145 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 236.22 13.97 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 236.22 19.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 236.22 19.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 236.22 19.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ed9ae99c-4a5c-4d26-be51-5dd73911738e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#FLG018") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 60.96 53.34 0) @@ -9237,7 +9972,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 55.88 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 55.88 71.12 0) (hide yes) (show_name no) @@ -9269,7 +10015,7 @@ (unit 1) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -9284,7 +10030,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 48.006 117.856 90) (show_name no) (do_not_autoplace no) @@ -9316,7 +10062,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 48.26 115.57 0) (hide yes) (show_name no) @@ -9327,6 +10073,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 48.26 115.57 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "43199dec-5777-41bd-9583-f9f9cd368a3f") ) @@ -9449,7 +10206,7 @@ (justify left) ) ) - (property "Value" "100NF" + (property "Value" "100nF" (at 87.63 24.1299 0) (show_name no) (do_not_autoplace no) @@ -9482,7 +10239,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 83.82 22.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 83.82 22.86 0) (hide yes) (show_name no) @@ -9797,7 +10565,7 @@ ) ) ) - (property "Description" "Microchip Serial EEPROM Memory 1Mbit 250ns 1.8 to 5.5V 8-Pin SOIJ | Microchip Technology Inc. 25AA1024-I/SM" + (property "Description" "25AA1024-I_SM" (at 243.84 147.32 0) (hide yes) (show_name no) @@ -9893,6 +10661,17 @@ (justify bottom) ) ) + (property "PNM" "25AA1024-I_SM" + (at 243.84 147.32 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "5" (uuid "b84adb4b-df12-40b2-b79b-890bf92f96cc") ) @@ -9948,7 +10727,7 @@ ) ) ) - (property "Value" "LSQNB160808T470M" + (property "Value" "ferrite bead" (at 228.6 46.99 90) (show_name no) (do_not_autoplace no) @@ -9980,7 +10759,7 @@ ) ) ) - (property "Description" "Inductor" + (property "Description" "LSQNB160808T470M" (at 228.6 49.53 0) (hide yes) (show_name no) @@ -9991,6 +10770,17 @@ ) ) ) + (property "PNM" "LSQNB160808T470M" + (at 228.6 49.53 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "4ce3b087-54d2-40a6-850c-5873bc0f0844") ) @@ -10145,7 +10935,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 207.01 144.78 0) (hide yes) (show_name no) @@ -10156,6 +10946,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 207.01 144.78 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "0f2d5244-d0f4-4d2c-989d-cc1484ae5857") ) @@ -10254,7 +11055,7 @@ (unit 2) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -10269,7 +11070,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 189.23 82.55 90) (show_name no) (do_not_autoplace no) @@ -10301,7 +11102,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 189.23 80.01 0) (hide yes) (show_name no) @@ -10312,6 +11113,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 189.23 80.01 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "43199dec-5777-41bd-9583-f9f9cd368a40") ) @@ -10339,7 +11151,7 @@ (unit 1) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -10354,7 +11166,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 197.866 84.836 90) (show_name no) (do_not_autoplace no) @@ -10386,7 +11198,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 198.12 82.55 0) (hide yes) (show_name no) @@ -10397,6 +11209,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 198.12 82.55 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "43199dec-5777-41bd-9583-f9f9cd368a41") ) @@ -10649,7 +11472,18 @@ ) ) ) - (property "Description" "CL21A106KAYNNNE" + (property "Description" "GRM21BR61E106KA73L" + (at 236.22 22.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR61E106KA73L" (at 236.22 22.86 0) (hide yes) (show_name no) @@ -10681,7 +11515,7 @@ (unit 2) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -10696,7 +11530,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 55.88 110.49 90) (show_name no) (do_not_autoplace no) @@ -10728,7 +11562,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 55.88 107.95 0) (hide yes) (show_name no) @@ -10739,6 +11573,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 55.88 107.95 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "01235a8e-eea8-4099-8286-90fcd4100812") ) @@ -10766,7 +11611,7 @@ (unit 2) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -10781,7 +11626,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 55.88 120.65 90) (show_name no) (do_not_autoplace no) @@ -10813,7 +11658,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 55.88 118.11 0) (hide yes) (show_name no) @@ -10824,6 +11669,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 55.88 118.11 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "98f31a02-24eb-4c15-ace0-7101c6dd2b47") ) @@ -10851,7 +11707,7 @@ (unit 2) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -10866,7 +11722,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 189.23 102.87 90) (show_name no) (do_not_autoplace no) @@ -10898,7 +11754,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 189.23 100.33 0) (hide yes) (show_name no) @@ -10909,6 +11765,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 189.23 100.33 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "b33ff322-0299-422a-ae8e-f5c53b093d16") ) @@ -10936,7 +11803,7 @@ (unit 2) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -10951,7 +11818,7 @@ ) ) ) - (property "Value" "0 OHM" + (property "Value" "33" (at 55.88 100.33 90) (show_name no) (do_not_autoplace no) @@ -10983,7 +11850,7 @@ ) ) ) - (property "Description" "2D03WGJ0000T5E" + (property "Description" "YC164-JR-0733RL" (at 55.88 97.79 0) (hide yes) (show_name no) @@ -10994,6 +11861,17 @@ ) ) ) + (property "PNM" "YC164-JR-0733RL" + (at 55.88 97.79 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "ebbc1da6-6878-410b-8d68-3e45c77ed015") ) @@ -11148,7 +12026,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 38.1 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 38.1 71.12 0) (hide yes) (show_name no) @@ -11174,6 +12063,85 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 217.17 49.53 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 "cf6f2475-775c-47bd-9e36-eb7e25493327") + (property "Reference" "#PWR0198" + (at 220.98 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_TOS" + (at 213.36 49.5299 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 217.17 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 217.17 49.53 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 217.17 49.53 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "87fb439c-04d0-4b65-a986-71b096b744dd") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0198") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 219.71 22.86 0) @@ -11230,7 +12198,18 @@ ) ) ) - (property "Description" "CL21A106KAYNNNE" + (property "Description" "GRM21BR61E106KA73L" + (at 219.71 22.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR61E106KA73L" (at 219.71 22.86 0) (hide yes) (show_name no) @@ -11262,7 +12241,7 @@ (unit 1) (body_style 1) (exclude_from_sim no) - (in_bom yes) + (in_bom no) (on_board yes) (in_pos_files yes) (dnp no) @@ -11321,6 +12300,17 @@ ) ) ) + (property "PNM" "0805W8F4301T5E" + (at 77.47 143.51 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "88179433-9987-4090-a809-e34faced7961") ) @@ -11391,7 +12381,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 45.72 48.26 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 45.72 48.26 0) (hide yes) (show_name no) @@ -11471,7 +12472,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-074K7L" (at 260.35 63.5 0) (hide yes) (show_name no) @@ -11482,6 +12483,17 @@ ) ) ) + (property "PNM" "RC0805FR-074K7L" + (at 260.35 63.5 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "855ddbe6-e13f-4e23-a8aa-94e0d49d2498") ) @@ -11563,6 +12575,17 @@ ) ) ) + (property "PNM" "08055A151FAT2A" + (at 85.09 139.7 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "cc2637a4-1eb9-49d9-844f-9a4fc2a1f34f") ) @@ -11633,7 +12656,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 41.91 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 41.91 26.67 0) (hide yes) (show_name no) @@ -11715,7 +12749,7 @@ (justify left) ) ) - (property "Description" "Audio DSPs 32bit SigmaDSP Audio 24K/80K" + (property "Description" "ADAU1467WBCPZ300R" (at 92.71 26.67 0) (hide yes) (show_name no) @@ -11822,6 +12856,17 @@ (justify left) ) ) + (property "PNM" "ADAU1467WBCPZ300R" + (at 92.71 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "3" (uuid "d7489253-6e37-43df-8a01-3c039fd2743f") ) @@ -12098,6 +13143,85 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 215.9 19.05 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 "ef265409-ffbb-407e-99ce-63329916613e") + (property "Reference" "#PWR0196" + (at 219.71 19.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_TOS" + (at 212.09 19.0499 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 215.9 19.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 215.9 19.05 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 215.9 19.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5a285751-3987-4ef4-aded-b75bcd42f850") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/73d0f4ca-0905-4c0c-8fc0-a6a4eb5485f1" + (reference "#PWR0196") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 269.24 69.85 0) diff --git a/hardware/kicad/HubAudio/audiodomaincontroller.kicad_sch b/hardware/kicad/HubAudio/audiodomaincontroller.kicad_sch index 44925c4..c5c6993 100644 --- a/hardware/kicad/HubAudio/audiodomaincontroller.kicad_sch +++ b/hardware/kicad/HubAudio/audiodomaincontroller.kicad_sch @@ -4,5 +4,11051 @@ (generator_version "10.0") (uuid "e5b037e0-04a1-4d53-8166-a7c319cdf4c3") (paper "A4") - (lib_symbols) + (lib_symbols + (symbol "Device:C" + (pin_numbers + (hide yes) + ) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "C" + (at 0.635 2.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 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" "Unpolarized capacitor" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "Device:L" + (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" "L" + (at -1.27 0 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L" + (at 1.905 0 90) + (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" "Inductor" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "inductor choke coil reactor magnetic" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "L_0_1" + (arc + (start 0 2.54) + (mid 0.6323 1.905) + (end 0 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 1.27) + (mid 0.6323 0.635) + (end 0 0) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0) + (mid 0.6323 -0.635) + (end 0 -1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -1.27) + (mid 0.6323 -1.905) + (end 0 -2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "L_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "MIKILAB_Sensor_Temperature:TMP117xxDRV" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (duplicate_pin_numbers_are_jumpers no) + (property "Reference" "U" + (at -2.54 10.795 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "TMP117xxDRV" + (at -2.54 8.89 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Package_SON:WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm" + (at 1.27 -8.89 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tmp117.pdf" + (at 1.27 -11.43 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "Digital Temperature Sensor with I2C/SMBus Interface, 16 bits, ±0.3°C, one-shot conversion, alert, nist traceable, EEPROM, WSON" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "digital temperature sensor i2c smbus nist" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_fp_filters" "WSON*1EP?2x2mm?P0.65mm?EP1x1.6mm*" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "TMP117xxDRV_0_1" + (rectangle + (start -7.62 7.62) + (end 7.62 -7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "TMP117xxDRV_1_1" + (polyline + (pts + (xy 2.413 1.905) (xy 2.413 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.413 1.905) (xy 3.048 1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.413 1.27) (xy 3.048 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.413 0.635) (xy 3.048 0.635) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.413 0) (xy 3.048 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.413 -0.635) (xy 3.048 -0.635) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 2.413 1.905) + (mid 3.048 2.5373) + (end 3.683 1.905) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 3.048 -3.81) + (radius 1.27) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 3.683 1.905) (xy 3.683 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 3.683 -3.175) + (end 2.413 -1.27) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (pin input line + (at -10.16 2.54 0) + (length 2.54) + (name "SCL" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -10.16 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 10.16 5.08 180) + (length 2.54) + (name "ALERT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -2.54 0) + (length 2.54) + (name "ADD0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 10.16 270) + (length 2.54) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -10.16 5.08 0) + (length 2.54) + (name "SDA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "MIKILAB_TPS22994RUKT:TPS22994RUKT" + (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 -12.7 31.48 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Value" "TPS22994RUKT" + (at -12.7 -35.56 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Footprint" "MIKILAB_TPS22994RUKT:IC_TPS22994RUKT" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "4-ch, 3.6-V, 1-A, 41-mΩ load switch with I2C control" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MF" "Texas Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MAXIMUM_PACKAGE_HEIGHT" "0.8 mm" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Package" "WQFN-20 Texas Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Price" "None" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Check_prices" "https://www.snapeda.com/parts/TPS22994RUKT/Texas+Instruments/view-part/?ref=eda" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "STANDARD" "Manufacturer Recommendation" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "PARTREV" "B" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "SnapEDA_Link" "https://www.snapeda.com/parts/TPS22994RUKT/Texas+Instruments/view-part/?ref=snap" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MP" "TPS22994RUKT" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Availability" "In Stock" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MANUFACTURER" "Texas Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (symbol "TPS22994RUKT_0_0" + (rectangle + (start -12.7 -33.02) + (end 12.7 30.48) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 17.78 12.7 180) + (length 5.08) + (name "VOUT2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 12.7 0) + (length 5.08) + (name "VIN2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin power_in line + (at 17.78 27.94 180) + (length 5.08) + (name "VBIAS" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "3" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 20.32 0) + (length 5.08) + (name "VIN1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "4" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin output line + (at 17.78 20.32 180) + (length 5.08) + (name "VOUT1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "5" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 -10.16 0) + (length 5.08) + (name "ADD1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "6" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 -5.08 0) + (length 5.08) + (name "ON4" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "7" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 2.54 0) + (length 5.08) + (name "ON3" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "8" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 10.16 0) + (length 5.08) + (name "ON2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "9" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 17.78 0) + (length 5.08) + (name "ON1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "10" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin output line + (at 17.78 -2.54 180) + (length 5.08) + (name "VOUT4" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "11" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 -2.54 0) + (length 5.08) + (name "VIN4" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "12" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin power_in line + (at 17.78 -30.48 180) + (length 5.08) + (name "GND" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "13" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 5.08 0) + (length 5.08) + (name "VIN3" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "14" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin output line + (at 17.78 5.08 180) + (length 5.08) + (name "VOUT3" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "15" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 -12.7 0) + (length 5.08) + (name "ADD2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "16" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input clock + (at -17.78 -20.32 0) + (length 5.08) + (name "SCL" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "17" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin power_in line + (at 17.78 25.4 180) + (length 5.08) + (name "VDD" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "18" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin bidirectional line + (at -17.78 -22.86 0) + (length 5.08) + (name "SDA" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "19" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 -15.24 0) + (length 5.08) + (name "ADD3" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "20" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin power_in line + (at 17.78 -27.94 180) + (length 5.08) + (name "EXP" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "21" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "MIKILAB_power:PWR_FLAG" + (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" "#FLG" + (at 0 1.905 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 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" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "power:GND" + (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 -6.35 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 0 -3.81 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 \"GND\" , ground" + (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 "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (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 179.07 62.23) + (diameter 0) + (color 0 0 0 0) + (uuid "02069567-99e1-4ba3-a47f-fc7ce2e14a93") + ) + (junction + (at 196.85 102.87) + (diameter 0) + (color 0 0 0 0) + (uuid "0f989478-6b95-4fbc-8360-167f4bc913b5") + ) + (junction + (at 196.85 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "22acc2e7-a809-45d7-aad3-8941eff981da") + ) + (junction + (at 113.03 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "31314178-eb70-48a6-bfc3-719d0d17aa3e") + ) + (junction + (at 209.55 102.87) + (diameter 0) + (color 0 0 0 0) + (uuid "358d81a1-e92e-4973-b12f-09901858ae41") + ) + (junction + (at 165.1 24.13) + (diameter 0) + (color 0 0 0 0) + (uuid "37be778a-10af-4a58-92fe-f708c9b252fe") + ) + (junction + (at 44.45 115.57) + (diameter 0) + (color 0 0 0 0) + (uuid "3b4b8c06-3671-4e69-a34b-714252b8797a") + ) + (junction + (at 220.98 102.87) + (diameter 0) + (color 0 0 0 0) + (uuid "404d2e7f-1cb8-4fa1-a067-7013b48dfe04") + ) + (junction + (at 97.79 165.1) + (diameter 0) + (color 0 0 0 0) + (uuid "4397cbbe-0a64-413e-b8b2-29ede8ba9faa") + ) + (junction + (at 209.55 90.17) + (diameter 0) + (color 0 0 0 0) + (uuid "45b6cfd4-eee4-47db-b6d9-7cfd8e7d4425") + ) + (junction + (at 92.71 66.04) + (diameter 0) + (color 0 0 0 0) + (uuid "4d983c91-5bee-4843-ad15-11d21473f203") + ) + (junction + (at 209.55 110.49) + (diameter 0) + (color 0 0 0 0) + (uuid "6d0b9dc1-081f-4d25-a2c2-c8855c4ca3a6") + ) + (junction + (at 179.07 82.55) + (diameter 0) + (color 0 0 0 0) + (uuid "6fedf5d1-07d1-4c72-9db9-017e531a859e") + ) + (junction + (at 113.03 66.04) + (diameter 0) + (color 0 0 0 0) + (uuid "75525719-1296-4dd6-b05c-85a1c511cbec") + ) + (junction + (at 220.98 62.23) + (diameter 0) + (color 0 0 0 0) + (uuid "7b4de10f-e33a-4eb0-9564-1e88517ec274") + ) + (junction + (at 113.03 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "7c571486-bbd6-4197-a28a-96641d57e166") + ) + (junction + (at 209.55 82.55) + (diameter 0) + (color 0 0 0 0) + (uuid "7d96c867-a36b-47a4-aab8-1bece3a1de66") + ) + (junction + (at 209.55 50.8) + (diameter 0) + (color 0 0 0 0) + (uuid "8bd6fb22-c40f-444a-a465-bb1db235d8dc") + ) + (junction + (at 179.07 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "8c21eb93-3362-483d-a3df-ab232e423ec3") + ) + (junction + (at 209.55 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "8e563f7e-3b9b-4f72-acc7-b07179b2dc6b") + ) + (junction + (at 209.55 62.23) + (diameter 0) + (color 0 0 0 0) + (uuid "b23d9cf0-0724-42d7-a4fe-b011f441d9c8") + ) + (junction + (at 92.71 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "b77fe999-c690-4f21-b2e5-2814661f3d8a") + ) + (junction + (at 220.98 82.55) + (diameter 0) + (color 0 0 0 0) + (uuid "bf992de1-0f7d-4da1-b4a7-d02d0ff6469d") + ) + (junction + (at 153.67 93.98) + (diameter 0) + (color 0 0 0 0) + (uuid "bfc92097-2663-4c9a-8834-79d8107e4682") + ) + (junction + (at 220.98 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "c07d0775-f1f2-4ac7-89d2-349690843baf") + ) + (junction + (at 97.79 116.84) + (diameter 0) + (color 0 0 0 0) + (uuid "c366f80e-295c-4f85-801c-e2fa9d4ae733") + ) + (junction + (at 44.45 165.1) + (diameter 0) + (color 0 0 0 0) + (uuid "c7953524-cb44-4de6-a3b7-41c3e47d9673") + ) + (junction + (at 177.8 22.86) + (diameter 0) + (color 0 0 0 0) + (uuid "d27624bb-8c4e-4bcc-80c3-fb32de581c06") + ) + (junction + (at 179.07 102.87) + (diameter 0) + (color 0 0 0 0) + (uuid "d90b8e13-3c03-4f99-83cd-70160bac2350") + ) + (junction + (at 92.71 50.8) + (diameter 0) + (color 0 0 0 0) + (uuid "dfbc23c6-819b-461a-b371-4a54f37eb3d8") + ) + (junction + (at 92.71 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "e0242a54-6d02-4bdd-a948-3695c6067ab3") + ) + (junction + (at 196.85 62.23) + (diameter 0) + (color 0 0 0 0) + (uuid "e397a730-ec45-475a-aa5f-dcb3855292c7") + ) + (junction + (at 209.55 69.85) + (diameter 0) + (color 0 0 0 0) + (uuid "e49944c2-27e8-4460-ad28-357899959aff") + ) + (junction + (at 118.11 78.74) + (diameter 0) + (color 0 0 0 0) + (uuid "f552bb6b-cc1b-44dd-9809-1f35bfc64ad7") + ) + (junction + (at 196.85 82.55) + (diameter 0) + (color 0 0 0 0) + (uuid "f576c7eb-0c46-4b16-8de7-7dde93d602f4") + ) + (junction + (at 113.03 50.8) + (diameter 0) + (color 0 0 0 0) + (uuid "f72247c1-50ed-4c44-a21d-fe8c79ef0b56") + ) + (wire + (pts + (xy 92.71 58.42) (xy 92.71 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0094d6f7-d602-4297-bece-df50d7519000") + ) + (wire + (pts + (xy 113.03 66.04) (xy 113.03 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "046b83bb-973e-45f2-b95d-c4f2adc76da2") + ) + (wire + (pts + (xy 81.28 60.96) (xy 85.09 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0592d231-c257-4068-9841-e738eab58352") + ) + (wire + (pts + (xy 113.03 43.18) (xy 113.03 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "05ef5117-1f8d-4b9e-aae9-7abedcda671f") + ) + (wire + (pts + (xy 161.29 102.87) (xy 179.07 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "065099a8-a8af-4aef-80ab-e2cf52313e1d") + ) + (wire + (pts + (xy 101.6 54.61) (xy 105.41 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0bf67239-d783-474e-b39b-793bb06ac00c") + ) + (wire + (pts + (xy 44.45 106.68) (xy 44.45 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0e982291-f009-425e-a5b8-2313642ee520") + ) + (wire + (pts + (xy 83.82 172.72) (xy 87.63 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1055ada0-7644-4bca-87b9-0eef0cc5b3f1") + ) + (wire + (pts + (xy 80.01 66.04) (xy 113.03 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1236901e-c2fa-48c9-a1de-4a2dbb155e9f") + ) + (wire + (pts + (xy 196.85 82.55) (xy 209.55 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "15f4f37d-820b-4555-aa9f-33023efafab2") + ) + (wire + (pts + (xy 81.28 53.34) (xy 85.09 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "184d0853-4ead-4e26-a670-7e8aadad3577") + ) + (wire + (pts + (xy 83.82 132.08) (xy 87.63 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1a3f008a-9ef6-4749-a46c-65a40d41167e") + ) + (wire + (pts + (xy 83.82 175.26) (xy 87.63 175.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "24dfa793-5e5d-4144-a314-5301d1dc0ceb") + ) + (wire + (pts + (xy 97.79 156.21) (xy 97.79 165.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "27058452-942e-4363-8f46-ccae013fafcb") + ) + (wire + (pts + (xy 179.07 62.23) (xy 184.15 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "27846062-0459-42f2-a165-afe10ccef537") + ) + (wire + (pts + (xy 101.6 45.72) (xy 105.41 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2cb97a36-52f0-47d5-bff2-a9d237507ba1") + ) + (wire + (pts + (xy 177.8 22.86) (xy 177.8 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3080394a-53ab-4746-84f0-e24cdcfc998b") + ) + (wire + (pts + (xy 153.67 91.44) (xy 153.67 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "340cc4cc-7e95-4b3d-af6d-a7af742482b3") + ) + (wire + (pts + (xy 209.55 43.18) (xy 220.98 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3a419ac0-026f-47ac-a7c6-773ad07f92c6") + ) + (wire + (pts + (xy 179.07 82.55) (xy 184.15 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3a47f333-20d0-4957-9591-d58d9e76a6b7") + ) + (wire + (pts + (xy 113.03 58.42) (xy 113.03 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3c1b86dc-a70a-4b00-9798-7766b2ffe5bb") + ) + (wire + (pts + (xy 196.85 110.49) (xy 209.55 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3d1030e9-8823-40b1-922d-caf2d556f9f6") + ) + (wire + (pts + (xy 118.11 43.18) (xy 113.03 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3d94086c-a3f0-42e7-8077-73a70ed41c60") + ) + (wire + (pts + (xy 30.48 123.19) (xy 34.29 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3e07f86f-c973-47f8-9d75-bd433e32f226") + ) + (wire + (pts + (xy 153.67 58.42) (xy 165.1 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "42c3bf05-77e8-4a71-9ff5-77deedcf71ab") + ) + (wire + (pts + (xy 92.71 50.8) (xy 92.71 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "43c732d2-0161-494c-b417-82be923518c6") + ) + (wire + (pts + (xy 168.91 62.23) (xy 179.07 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "43c87249-e96a-4b60-bb0b-393361890ce7") + ) + (wire + (pts + (xy 109.22 86.36) (xy 118.11 86.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "446e1488-2fbd-4f13-ab8b-6d6bd94b96be") + ) + (wire + (pts + (xy 179.07 102.87) (xy 184.15 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "44cd2133-36c9-4388-8fcc-c4b57e5f9d91") + ) + (wire + (pts + (xy 109.22 83.82) (xy 118.11 83.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "46b5201c-9724-4555-845c-0c205beecc5c") + ) + (wire + (pts + (xy 113.03 58.42) (xy 118.11 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "46d52851-6c4b-427b-bb35-1477f4ac1e84") + ) + (wire + (pts + (xy 209.55 110.49) (xy 220.98 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4b6b70d7-28fe-4c15-8502-9ea1d4b6af6c") + ) + (wire + (pts + (xy 196.85 43.18) (xy 209.55 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4e6b39a2-68c5-4cf9-924f-ab9e3c579c95") + ) + (wire + (pts + (xy 196.85 102.87) (xy 209.55 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "529db357-6792-4d00-904c-c512d8d56532") + ) + (wire + (pts + (xy 179.07 43.18) (xy 184.15 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "560835aa-fdaa-4cdc-9411-add066314185") + ) + (wire + (pts + (xy 80.01 50.8) (xy 113.03 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a0858ce-c925-4062-911f-470a904ebe29") + ) + (wire + (pts + (xy 220.98 82.55) (xy 224.79 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a0b03c0-1e45-416d-81eb-48f2a5b0f738") + ) + (wire + (pts + (xy 81.28 45.72) (xy 85.09 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5cd73001-d9b4-4399-ae5a-313290c22d74") + ) + (wire + (pts + (xy 80.01 58.42) (xy 113.03 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5cf80953-66f6-4b03-aa48-8c651f12a02d") + ) + (wire + (pts + (xy 196.85 69.85) (xy 209.55 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5dde42dc-4609-41d5-81df-98b60bd583ac") + ) + (wire + (pts + (xy 220.98 62.23) (xy 224.79 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "679cefee-dfc5-4051-b933-11a55cbcc804") + ) + (wire + (pts + (xy 30.48 172.72) (xy 34.29 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b0238e2-a1e8-4ef1-ab9f-2975b1109922") + ) + (wire + (pts + (xy 172.72 22.86) (xy 172.72 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "740ce0b5-0d9c-464a-a28b-43b36b5be147") + ) + (wire + (pts + (xy 165.1 82.55) (xy 179.07 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7cae44b3-ac74-4451-bf24-bf044e950df8") + ) + (wire + (pts + (xy 97.79 165.1) (xy 97.79 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d07322f-fc6b-4065-9c65-9eaf524f5503") + ) + (wire + (pts + (xy 196.85 62.23) (xy 209.55 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7dde9087-4fb0-4bd7-80c6-dae8aa4286d5") + ) + (wire + (pts + (xy 113.03 50.8) (xy 118.11 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7eebaf5d-7884-4b94-ab79-0006a381c833") + ) + (wire + (pts + (xy 113.03 50.8) (xy 113.03 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "80ec15e0-f8a0-4fb9-b830-05f39c8e30e8") + ) + (wire + (pts + (xy 209.55 102.87) (xy 220.98 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "837744cd-093c-419e-992b-4a3acd37b8aa") + ) + (wire + (pts + (xy 196.85 62.23) (xy 191.77 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "84b5445b-c944-499c-bb29-ebca170abb42") + ) + (wire + (pts + (xy 168.91 50.8) (xy 168.91 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "921b583c-dc4c-4674-80eb-9ad3e3bfdd8f") + ) + (wire + (pts + (xy 113.03 66.04) (xy 118.11 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "961079e8-8d6e-4daa-b435-3d1627569f9a") + ) + (wire + (pts + (xy 196.85 43.18) (xy 191.77 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9780b6db-fee2-46c0-9410-d097365fd6a6") + ) + (wire + (pts + (xy 196.85 50.8) (xy 209.55 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "97bcb2e6-e8d8-4431-94cb-d054c1ab2104") + ) + (wire + (pts + (xy 209.55 50.8) (xy 220.98 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "98c3bf48-3a7e-48d0-9e39-692e8df179fe") + ) + (wire + (pts + (xy 101.6 62.23) (xy 105.41 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a280e02-97b5-4003-b5a2-545372b69f76") + ) + (wire + (pts + (xy 105.41 69.85) (xy 101.6 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9b3a7f4f-b577-4305-82a3-78ef99cd5cc8") + ) + (wire + (pts + (xy 196.85 90.17) (xy 209.55 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e2e69cd-65ef-4beb-8163-5d64a2f9ea6a") + ) + (wire + (pts + (xy 165.1 22.86) (xy 165.1 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a03c1c65-d5a6-4158-ac9d-284cccdccf76") + ) + (wire + (pts + (xy 220.98 43.18) (xy 228.6 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a09e6102-4385-4b5b-86d2-c8acc9accdaf") + ) + (wire + (pts + (xy 153.67 38.1) (xy 172.72 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a38b2a11-1522-43f3-892d-c567e9d9b7f4") + ) + (wire + (pts + (xy 158.75 35.56) (xy 158.75 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a474e47e-3f8c-4e6c-a4d3-3ceefdb69946") + ) + (wire + (pts + (xy 97.79 116.84) (xy 97.79 119.38) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a5df45c7-1ae9-417a-a181-aadee452e59e") + ) + (wire + (pts + (xy 153.67 66.04) (xy 161.29 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a73861a4-1776-460d-a1b8-970cb4628cec") + ) + (wire + (pts + (xy 113.03 43.18) (xy 92.71 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa31f853-9040-4020-ab1f-688a9c136c91") + ) + (wire + (pts + (xy 83.82 124.46) (xy 87.63 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "adae5c88-7af8-4639-86a1-b396f8df83ca") + ) + (wire + (pts + (xy 165.1 58.42) (xy 165.1 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b12736f0-ee51-48de-8295-cabea0a62dab") + ) + (wire + (pts + (xy 196.85 102.87) (xy 191.77 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b23b933f-66d0-4519-b6aa-c65ab6053ce5") + ) + (wire + (pts + (xy 153.67 35.56) (xy 158.75 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b2df820c-9e61-444f-9112-6e696e6b2892") + ) + (wire + (pts + (xy 172.72 22.86) (xy 177.8 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b3485db8-3e3d-4262-9520-8151044184a4") + ) + (wire + (pts + (xy 44.45 115.57) (xy 44.45 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bab34fed-9fbb-4bc8-997f-67c5316dd184") + ) + (wire + (pts + (xy 118.11 76.2) (xy 118.11 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c1c187b2-41a0-4789-9f1d-f56bfe4b0c7a") + ) + (wire + (pts + (xy 209.55 90.17) (xy 220.98 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c6c62140-34f3-42ce-9f97-a04ef52b6445") + ) + (wire + (pts + (xy 44.45 156.21) (xy 44.45 165.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d03526dd-f797-4ebf-a189-447932afae19") + ) + (wire + (pts + (xy 30.48 175.26) (xy 34.29 175.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d15b3f21-d26c-4e82-b56f-b41ce429e77c") + ) + (wire + (pts + (xy 44.45 165.1) (xy 44.45 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d4731a8b-8c07-4135-acfe-6ed9af49ca18") + ) + (wire + (pts + (xy 92.71 66.04) (xy 92.71 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dc72aba7-6e3f-4317-a69e-0c12a50152db") + ) + (wire + (pts + (xy 161.29 66.04) (xy 161.29 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd5a509a-2d84-4587-888b-42f912d2c1f0") + ) + (wire + (pts + (xy 83.82 127) (xy 87.63 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ddba215b-8d88-43c6-bc30-c740629dd9d2") + ) + (wire + (pts + (xy 209.55 62.23) (xy 220.98 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3e84d4b-8c1b-4268-8478-31663e2c546a") + ) + (wire + (pts + (xy 209.55 82.55) (xy 220.98 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e61abbca-12c2-4dc0-8818-e84d7519275c") + ) + (wire + (pts + (xy 220.98 102.87) (xy 224.79 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e8768b4c-2d52-4e07-a31a-88989c6cf87a") + ) + (wire + (pts + (xy 158.75 24.13) (xy 165.1 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e8ac3b71-f6e0-4c40-a3de-c52a0b0c0c38") + ) + (wire + (pts + (xy 92.71 43.18) (xy 92.71 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9cfdb76-7934-4047-b45d-75ee5ff186e3") + ) + (wire + (pts + (xy 81.28 68.58) (xy 85.09 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f030c304-69de-47dd-8fb2-0c2827826137") + ) + (wire + (pts + (xy 153.67 43.18) (xy 179.07 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f2a41b29-b1c8-4cb7-951e-20775666b60d") + ) + (wire + (pts + (xy 196.85 82.55) (xy 191.77 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f48eb6f4-f9ca-4e8f-b6d9-f2e2e9dc0509") + ) + (wire + (pts + (xy 30.48 125.73) (xy 34.29 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f53cbfec-7970-42ee-a05e-35564a0d8ccf") + ) + (wire + (pts + (xy 83.82 180.34) (xy 87.63 180.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f579c61a-e6ad-458e-98f5-8c5e38d47cc4") + ) + (wire + (pts + (xy 209.55 69.85) (xy 220.98 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f6e40eed-57b2-4411-b74c-0dd3e41b902f") + ) + (wire + (pts + (xy 92.71 43.18) (xy 80.01 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f8bda5fd-9bf4-4966-8356-2e4ddf729617") + ) + (wire + (pts + (xy 97.79 107.95) (xy 97.79 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ff297ec1-ad5e-43e0-b5ec-cf3c8c0cabf4") + ) + (wire + (pts + (xy 153.67 50.8) (xy 168.91 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fff32c6c-dc15-40a7-9523-513adf56041d") + ) + (global_label "I2C_SCL" + (shape input) + (at 83.82 180.34 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "07a564fa-f459-4be0-9ace-7af994f245f8") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 73.2753 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2C_SCL" + (shape input) + (at 30.48 175.26 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "0f4fe9da-d816-42aa-9a56-59bb3e4a704a") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 19.9353 175.26 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2C_SCL" + (shape input) + (at 83.82 175.26 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "1960423b-04ec-4003-b0b2-9b11c929148a") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 73.2753 175.26 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2C_SDA" + (shape input) + (at 30.48 123.19 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "394d7b44-7326-478b-b3ed-0ec777c56557") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 19.8748 123.19 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2C_SCL" + (shape input) + (at 109.22 83.82 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "4d00c765-c20d-4adc-81b8-f735f8022631") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 98.6753 83.82 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "TEMP_ALERT_POWER" + (shape input) + (at 54.61 123.19 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "65380b20-137b-4e6d-8ba8-09d8f7861748") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 54.61 144.9226 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2C_SDA" + (shape input) + (at 83.82 132.08 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "68f88e43-ab11-41cd-9bba-5fc1f541769d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 73.2148 132.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2C_SDA" + (shape input) + (at 83.82 124.46 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "6fc43574-e494-44f5-b2c4-47f39d9eee38") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 73.2148 124.46 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "TEMP_ALERT_CODEC" + (shape input) + (at 107.95 172.72 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "a758983b-34ca-4e5a-a8ba-55d0ed8dc634") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 107.95 194.2712 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2C_SDA" + (shape input) + (at 109.22 86.36 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b7dd3ee4-425a-4bef-a723-48d1ca237a98") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 98.6148 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2C_SDA" + (shape input) + (at 83.82 172.72 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b7fee06a-6161-44cd-ad57-fefcf53bbf0d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 73.2148 172.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "TEMP_ALERT_DSP" + (shape input) + (at 107.95 124.46 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "c977f166-a907-4b27-a035-8d9fd202f3e1") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 107.95 143.4712 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2C_SCL" + (shape input) + (at 30.48 125.73 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d3c87c5a-0412-4774-83c4-55b3ea6d4ca8") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 19.9353 125.73 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2C_SDA" + (shape input) + (at 30.48 172.72 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "d97f8059-172a-4a12-ba56-ede1fce5037a") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 19.8748 172.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "TEMP_ALERT_ESP32" + (shape input) + (at 54.61 172.72 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "daf744ca-d36c-4e4b-94ba-504b3ebb4aae") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 54.61 194.0292 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2C_SCL" + (shape input) + (at 83.82 127 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "e87bd114-e780-436d-b72d-503512cee53e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 73.2753 127 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 220.98 46.99 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 "0b337e77-30c7-470e-8cd9-d36fb586145c") + (property "Reference" "C184" + (at 224.79 45.7199 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 224.79 48.2599 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 221.9452 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 220.98 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 220.98 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 220.98 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "bc617758-9702-435c-912e-7bce808c9a7c") + ) + (pin "2" + (uuid "d663fd80-b2e9-4b33-8209-1f475738126b") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C184") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_Sensor_Temperature:TMP117xxDRV") + (at 44.45 128.27 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 "0e75ae8c-eb68-47f8-b61b-aadf18d8d538") + (property "Reference" "U31" + (at 60.96 116.7698 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TMP117NAIDRVR" + (at 60.96 119.3098 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SON:WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm" + (at 45.72 137.16 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tmp117.pdf" + (at 45.72 139.7 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "Digital Temperature Sensor with I2C/SMBus Interface, 16 bits, ±0.3°C, one-shot conversion, alert, nist traceable, EEPROM, WSON" + (at 44.45 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "5c3d44e1-95bf-474c-98d7-df641abc5760") + ) + (pin "4" + (uuid "242ed19e-3408-43c0-ac23-4e440ba0bb18") + ) + (pin "5" + (uuid "7ba607a2-36f2-4e17-8ebd-cb6f21b6e19f") + ) + (pin "3" + (uuid "d29bb9af-c08a-4964-b3d3-32845566e9bf") + ) + (pin "1" + (uuid "ebe8868a-3d43-4527-a039-34753e502c9f") + ) + (pin "6" + (uuid "e1dcdef6-2bdb-4e78-af23-516a11319e71") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "U31") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 224.79 62.23 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 "122659b4-1fc2-4f9e-a1cb-85338ee6232b") + (property "Reference" "#PWR0232" + (at 220.98 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V8_CODER" + (at 228.6 62.2299 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 224.79 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 224.79 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 224.79 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3caf4180-b09e-4aee-883e-b13d0b663901") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0232") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 196.85 86.36 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 "14094051-a5ca-4f8a-b7ab-2e681b7c7ead") + (property "Reference" "C178" + (at 200.66 85.0899 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 200.66 87.6299 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 197.8152 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 196.85 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 196.85 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 196.85 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "760bf03d-a36e-4227-b3fa-d68c2c51f7c9") + ) + (pin "2" + (uuid "ec00b4a0-f616-437a-969f-fa8b717fcd3a") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C178") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 80.01 66.04 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "1540c52c-804a-49a3-b129-1b2ffc4fccb5") + (property "Reference" "#PWR0295" + (at 83.82 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V8" + (at 76.2 66.04 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 80.01 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 80.01 66.04 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 80.01 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "bd4f03bc-d6e4-4b9a-a2c5-02288acf325f") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0295") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 118.11 53.34 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "197ced0c-40ad-4a3e-8172-ecb38a6198c4") + (property "Reference" "#PWR0147" + (at 111.76 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 118.618 56.134 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 118.11 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 118.11 53.34 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 118.11 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "4c7d7d2e-74a2-4134-8026-d39598e7cba2") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0147") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 196.85 106.68 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 "1dc7b01a-8363-441e-b384-82985d7febad") + (property "Reference" "C179" + (at 200.66 105.4099 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 200.66 107.9499 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 197.8152 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 196.85 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 196.85 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 196.85 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "50ddb2d8-668a-4b77-9e4b-94544417a9e4") + ) + (pin "2" + (uuid "b399a139-0946-4918-a4c0-0f9ac855236e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C179") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 187.96 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 "284ec8c9-c058-422c-8a2d-1dc85a7ace1b") + (property "Reference" "L22" + (at 187.96 57.15 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ferrite bead" + (at 187.96 59.69 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_0805_2012Metric" + (at 187.96 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 187.96 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "BLM21PG121SN1D" + (at 187.96 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "BLM21PG121SN1D" + (at 187.96 62.23 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "5ffd1f87-4600-4c17-a0de-aac4d36971ff") + ) + (pin "1" + (uuid "bab191ad-dd05-4505-ad03-db944c9bf8e4") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "L22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 179.07 69.85 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 "2c1783a6-50d8-449a-b8ae-5a1119cea281") + (property "Reference" "#PWR0286" + (at 179.07 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 179.07 74.93 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 179.07 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 179.07 69.85 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 179.07 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c9535155-b264-4b0f-9a90-79e20bfc5b1b") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0286") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 118.11 68.58 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "2e772026-c736-4d0b-92be-028c8a2dd27f") + (property "Reference" "#PWR0219" + (at 111.76 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 118.618 70.866 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 118.11 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 118.11 68.58 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 118.11 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8145450f-b163-4e95-82ed-e7a02e1d1fa3") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0219") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 109.22 69.85 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "30386b00-da20-45be-b539-f9cd619917b9") + (property "Reference" "C156" + (at 105.41 68.58 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1uF" + (at 105.664 71.12 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 105.41 70.8152 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 109.22 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 109.22 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 109.22 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "32db05d5-f96c-4009-ac8c-8b405008e181") + ) + (pin "1" + (uuid "df52b417-a999-4777-b6e4-6201d9d3bedc") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C156") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 224.79 82.55 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 "314b8c3a-91b1-4e28-8e28-ac8ced24ec69") + (property "Reference" "#PWR0234" + (at 220.98 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_SI4684" + (at 228.6 82.5499 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 224.79 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 224.79 82.55 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 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "cd796c3d-c402-4e99-8572-a8f59fe2f113") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0234") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 34.29 180.34 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "31d6aa4f-f206-467e-87a7-15f3860a2bdd") + (property "Reference" "#PWR0314" + (at 38.1 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 25.146 180.34 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 34.29 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 34.29 180.34 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 34.29 180.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "dc937f0b-d123-4691-8143-fb30266db188") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0314") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 209.55 46.99 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 "3575e9c6-314e-4ed2-9389-75997a0318a1") + (property "Reference" "C180" + (at 213.36 45.7199 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 213.36 48.2599 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 210.5152 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 209.55 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 209.55 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 209.55 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "9bf9f53c-c771-45bc-9ded-dd8abbb23f21") + ) + (pin "1" + (uuid "0bc48c78-5225-4949-8a16-56ff8b43d49d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C180") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 209.55 90.17 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 "3f590156-b520-43dc-ae66-3491778ed824") + (property "Reference" "#PWR087" + (at 209.55 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 209.55 95.25 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 209.55 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 209.55 90.17 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 209.55 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3e6971ab-77a7-4d3d-bb53-6937a7e0f71d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR087") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 34.29 130.81 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 "3fd0dc33-a54e-4437-a68a-4bfa180fa785") + (property "Reference" "#PWR0313" + (at 34.29 137.16 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 34.29 135.89 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 34.29 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 34.29 130.81 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 34.29 130.81 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "08ce8423-75f4-4efb-9861-30171b9bb0c3") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0313") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 165.1 22.86 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "41b22bb0-4b53-4207-9abe-b147c4adc4a0") + (property "Reference" "#PWR0284" + (at 165.1 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 165.1 19.05 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 165.1 22.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 165.1 22.86 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 165.1 22.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "d3992a94-3769-4de3-b2c4-699a024590aa") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0284") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 179.07 50.8 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "42b84973-5537-42f6-a6f6-50077032005d") + (property "Reference" "#PWR057" + (at 179.07 57.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 179.07 54.864 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 179.07 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 179.07 50.8 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 179.07 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "592b5b35-a6b1-4e0e-9f7d-fc944928f890") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR057") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 40.64 115.57 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 "47833525-8e28-4cb4-b6be-a16d51fe2c02") + (property "Reference" "C191" + (at 40.64 107.95 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100nF" + (at 40.64 110.49 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 44.45 114.6048 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 40.64 115.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 40.64 115.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 40.64 115.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5d407a20-c73c-429b-8c3c-ee95727b9feb") + ) + (pin "2" + (uuid "ce18c582-6e16-4732-882b-3f0b2f34a05b") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C191") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 88.9 53.34 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "4857fcc2-70c7-4dbf-a575-94d2ca0a03ea") + (property "Reference" "C150" + (at 84.836 52.07 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "22uF" + (at 84.836 54.61 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 92.71 52.3748 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 88.9 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BZ71A226ME15L" + (at 88.9 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BZ71A226ME15L" + (at 88.9 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "a467c6ec-1ed6-4315-b50f-77d5ae7c1f60") + ) + (pin "1" + (uuid "d5e57354-1546-4465-8b21-7e13c0426132") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C150") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 153.67 93.98 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 "4c16eb74-72d9-4d1d-a5ae-3feaacd39ea7") + (property "Reference" "#PWR0283" + (at 153.67 100.33 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 153.67 99.06 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 153.67 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 153.67 93.98 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 153.67 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ec8090d6-23dd-486a-b4a2-2b60e897f3d3") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0283") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 165.1 31.75 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "4efdcc65-426b-4060-9c78-50a6727a2d13") + (property "Reference" "#PWR0220" + (at 165.1 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 164.846 35.56 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 165.1 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 165.1 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 \"GND\" , ground" + (at 165.1 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "04ef3d4c-520d-4473-9b2e-71cdf6335a5f") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0220") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 179.07 86.36 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 "54d03192-108c-41b5-9ccd-f178ebeb7698") + (property "Reference" "C158" + (at 182.88 85.0899 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 182.88 87.6299 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 180.0352 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 179.07 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 179.07 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 179.07 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "71e34565-8339-40af-8279-4f86e8bd74c3") + ) + (pin "2" + (uuid "406cc469-92de-4ea1-ba7b-59af21b0e2fc") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C158") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 109.22 62.23 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "56e2cc28-9a1a-4ab0-8b5b-f022a78759b3") + (property "Reference" "C155" + (at 105.664 60.96 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1uF" + (at 105.664 63.5 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 105.41 63.1952 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 109.22 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 109.22 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 109.22 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "4a9849e3-0e5d-4ecf-9f74-515e0dfbffcc") + ) + (pin "1" + (uuid "eb34d00f-acc0-4387-a853-d2146c660992") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C155") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 187.96 43.18 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 "57c1d5d4-6a10-40bb-a814-87c03418d0d6") + (property "Reference" "L21" + (at 187.96 38.1 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ferrite bead" + (at 187.96 40.64 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_0805_2012Metric" + (at 187.96 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 187.96 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "BLM21PG121SN1D" + (at 187.96 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "BLM21PG121SN1D" + (at 187.96 43.18 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "af6b573a-07c4-4b9d-b657-728c90d76f90") + ) + (pin "1" + (uuid "988eb01c-f505-428a-bbeb-feed8e33be84") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "L21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 228.6 43.18 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 "5ab7190c-672e-4030-9a24-2e29e0a4d9aa") + (property "Reference" "#PWR0231" + (at 224.79 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_CODER" + (at 232.41 43.1799 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 228.6 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 228.6 43.18 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 228.6 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "432b5e8a-6c57-4d1d-acc7-b257e1af6198") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0231") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 101.6 69.85 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 "5bcfae12-c968-4326-b0c3-09309ef864eb") + (property "Reference" "#PWR0282" + (at 95.25 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 99.06 69.8499 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 101.6 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 101.6 69.85 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 101.6 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7a9216d0-7533-47c4-86c7-4e2f0a108ab4") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0282") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 90.17 116.84 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "60db95f2-ab8a-47bf-b501-8864a28c3802") + (property "Reference" "#PWR0240" + (at 83.82 116.84 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 85.852 116.84 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 90.17 116.84 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 90.17 116.84 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 116.84 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c9d7fb91-b094-4e1a-b26d-b125d87f7db6") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0240") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 179.07 46.99 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 "63d8b95a-2deb-4409-84f8-d11828d8d9e6") + (property "Reference" "C39" + (at 182.88 45.7199 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 182.88 48.2599 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 180.0352 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 179.07 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 179.07 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 179.07 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "74178173-0f4b-4c5e-9973-9c3e3af6b489") + ) + (pin "2" + (uuid "fc7444f1-fed0-4277-b38d-7f2eb14c5dec") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C39") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_Sensor_Temperature:TMP117xxDRV") + (at 97.79 177.8 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 "65ea7a38-1d0c-477f-b8ec-1f21e8151b16") + (property "Reference" "U37" + (at 114.3 166.2998 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TMP117NAIDRVR" + (at 114.3 168.8398 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SON:WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm" + (at 99.06 186.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tmp117.pdf" + (at 99.06 189.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "Digital Temperature Sensor with I2C/SMBus Interface, 16 bits, ±0.3°C, one-shot conversion, alert, nist traceable, EEPROM, WSON" + (at 97.79 177.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "21fe08df-c556-416d-aaed-3f30dd321840") + ) + (pin "4" + (uuid "ff41e839-0cdb-4185-9fdb-567da17bb1d5") + ) + (pin "5" + (uuid "0c38aa95-418a-49f5-b460-3b953b13606b") + ) + (pin "3" + (uuid "300bbf52-e066-437d-8a2c-b9fc843877df") + ) + (pin "1" + (uuid "d60eb356-ebfe-40b0-8121-ad98466fba5c") + ) + (pin "6" + (uuid "e2d37d73-1674-443d-8947-29ecc65fab88") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "U37") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 93.98 165.1 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 "66d29052-1b2f-4cb6-80a8-551fe2457b99") + (property "Reference" "C194" + (at 93.98 157.48 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100nF" + (at 93.98 160.02 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 97.79 164.1348 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 93.98 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 93.98 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 93.98 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "af5154c7-26b0-4674-ad55-d4542342670f") + ) + (pin "2" + (uuid "fec1ee59-ba8a-4ecb-939e-d980dc1913d0") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C194") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 196.85 66.04 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 "670ed6c8-aee1-431f-b2e0-b5d537d5c952") + (property "Reference" "C177" + (at 200.66 64.7699 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 200.66 67.3099 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 197.8152 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 196.85 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 196.85 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 196.85 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c56fa521-f765-4e35-b59b-72c453c4fbdc") + ) + (pin "2" + (uuid "fd0d07c4-befc-4723-8c47-01d5cbb2fd6d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C177") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 209.55 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 "68b46ee4-4c9c-48ee-8311-674b2e30b4e3") + (property "Reference" "#PWR0289" + (at 209.55 116.84 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 209.55 115.57 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 209.55 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 209.55 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 209.55 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "9ff68ceb-e84d-4277-8a11-62883f0c9e14") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0289") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 88.9 68.58 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "68e808cf-fa5d-4f4e-9578-992530f22219") + (property "Reference" "C152" + (at 84.836 67.31 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "22uF" + (at 84.836 69.85 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 92.71 67.6148 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 88.9 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BZ71A226ME15L" + (at 88.9 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BZ71A226ME15L" + (at 88.9 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "06354400-bfa4-493b-855f-f41b02ffda06") + ) + (pin "1" + (uuid "4f73289e-3b1c-4d22-bff3-a3022daa8aea") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C152") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 88.9 45.72 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "6a1713ee-25c6-42e4-a800-00c095478984") + (property "Reference" "C149" + (at 84.836 44.45 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "22uF" + (at 84.836 46.99 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 92.71 44.7548 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 88.9 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BZ71A226ME15L" + (at 88.9 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BZ71A226ME15L" + (at 88.9 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "86f535b4-8637-4ea7-98d7-7b7c8a942a3e") + ) + (pin "1" + (uuid "f8908a05-bed6-4dbe-9286-0e5fbb7bd1af") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C149") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 81.28 60.96 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 "6beb03d0-6fd4-48a6-b5c7-45dbf1200a46") + (property "Reference" "#PWR0277" + (at 74.93 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 78.74 60.9599 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 81.28 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 81.28 60.96 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 81.28 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b55592fd-52f5-4024-936d-cf8f981d615f") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0277") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 220.98 43.18 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 "6c563bb0-e09d-4129-a868-56f844fcdfaa") + (property "Reference" "#FLG022" + (at 220.98 41.275 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 220.98 38.1 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 220.98 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 220.98 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6f6e33fd-71b8-4b52-a167-5833e0094092") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#FLG022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 118.11 73.66 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "6d3bf495-11d9-4b06-8fda-c7220d9ccdd6") + (property "Reference" "#PWR0305" + (at 121.92 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 108.966 73.66 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 118.11 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 118.11 73.66 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 118.11 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "53e8620e-dda2-46ce-896b-d3a7eb379def") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0305") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 209.55 50.8 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "70b3810c-f3cb-4415-813e-50d5b7aeddb7") + (property "Reference" "#PWR058" + (at 209.55 57.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 209.55 57.15 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 209.55 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 209.55 50.8 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 209.55 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5c1384a0-26b4-4e83-84ca-65fe1327ac10") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR058") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 101.6 54.61 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 "7ad90df8-a765-4c81-8078-b6cd214f4f97") + (property "Reference" "#PWR0280" + (at 95.25 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 99.06 54.6099 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 101.6 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 101.6 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 101.6 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "466ff2b4-e9c4-437a-b8b2-3a4fb2b25137") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0280") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 97.79 187.96 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "7bc5a448-e8b3-4a16-bfa2-8e86d06ec155") + (property "Reference" "#PWR0312" + (at 97.79 194.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 97.79 192.278 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 97.79 187.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 97.79 187.96 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 97.79 187.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "1f5ec879-79b2-4cee-9e11-5d971fb9683d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0312") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 90.17 165.1 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "7f8e006a-a18b-4080-82c0-c35e7cd7b42c") + (property "Reference" "#PWR0310" + (at 83.82 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 85.852 165.1 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 90.17 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 90.17 165.1 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 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f5fd7418-2594-4379-9bba-3477720fc86d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0310") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_TPS22994RUKT:TPS22994RUKT") + (at 135.89 63.5 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 "80e6e1d3-b2c0-4761-a1de-f4df04be8efe") + (property "Reference" "U23" + (at 135.89 27.94 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TPS22994RUKT" + (at 135.89 30.48 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "MIKILAB_TPS22994RUKT:IC_TPS22994RUKT" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Datasheet" "" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "4-ch, 3.6-V, 1-A, 41-mΩ load switch with I2C control" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MF" "Texas Instruments" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MAXIMUM_PACKAGE_HEIGHT" "0.8 mm" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Package" "WQFN-20 Texas Instruments" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Price" "None" + (at 135.89 63.5 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/TPS22994RUKT/Texas+Instruments/view-part/?ref=eda" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "STANDARD" "Manufacturer Recommendation" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "PARTREV" "B" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "SnapEDA_Link" "https://www.snapeda.com/parts/TPS22994RUKT/Texas+Instruments/view-part/?ref=snap" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MP" "TPS22994RUKT" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Availability" "In Stock" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MANUFACTURER" "Texas Instruments" + (at 135.89 63.5 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (pin "15" + (uuid "27a2889d-0023-45d6-a01a-8da7753331b1") + ) + (pin "14" + (uuid "9f29d178-0811-41bb-89f3-08866908a5ef") + ) + (pin "4" + (uuid "3d80b939-b7da-4e14-bb8e-4b112711c419") + ) + (pin "5" + (uuid "6165e684-07ed-4c7a-b4eb-55104d2cbf2e") + ) + (pin "6" + (uuid "166ee677-3088-46ea-ba14-46915fa59d2d") + ) + (pin "7" + (uuid "8f6e949f-9ec8-4095-acd5-7bd552679f6c") + ) + (pin "8" + (uuid "a496bcb4-5650-4e3b-a46c-dd94b1dee3a6") + ) + (pin "9" + (uuid "e872e8b8-a63b-408e-a349-4bae79a3f50e") + ) + (pin "10" + (uuid "95832d1f-6d54-4f32-ae36-46326796e37a") + ) + (pin "11" + (uuid "59ceacd0-0aa1-4afc-b7bd-2ade64290774") + ) + (pin "12" + (uuid "37f98940-7d20-4c41-94b0-f52d9894e1e6") + ) + (pin "13" + (uuid "e78a60fb-2d85-4f92-bd24-fe3e86208ce0") + ) + (pin "18" + (uuid "828e4095-da84-455c-8996-88935ce4684c") + ) + (pin "19" + (uuid "23cf8c2c-abd6-491a-a92f-4f9ed994be1e") + ) + (pin "17" + (uuid "5276c550-f86f-408a-ae81-ca844b7468f0") + ) + (pin "16" + (uuid "a1b9df92-f91f-44da-bca2-c1ee7afc9617") + ) + (pin "3" + (uuid "0c1ba420-1c27-4d15-abbb-80eba8f66654") + ) + (pin "2" + (uuid "da6635b8-23fe-4e2b-aa61-a15cbdacdaa4") + ) + (pin "1" + (uuid "a8b52a8e-75d2-448f-a13b-449bbed81481") + ) + (pin "20" + (uuid "17f92c8b-4a68-43aa-a78c-24afcb9d8ffb") + ) + (pin "21" + (uuid "3b8df055-9789-4a79-830c-a7e7fd043c32") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "U23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_Sensor_Temperature:TMP117xxDRV") + (at 97.79 129.54 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 "8184a224-0690-4313-84de-b915de843ac6") + (property "Reference" "U32" + (at 114.3 118.0398 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TMP117NAIDRVR" + (at 114.3 120.5798 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SON:WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm" + (at 99.06 138.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tmp117.pdf" + (at 99.06 140.97 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "Digital Temperature Sensor with I2C/SMBus Interface, 16 bits, ±0.3°C, one-shot conversion, alert, nist traceable, EEPROM, WSON" + (at 97.79 129.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "265880da-914e-4848-a06b-dad5dcc469b6") + ) + (pin "4" + (uuid "983ca9bf-0f81-4841-a760-82ff4caebaeb") + ) + (pin "5" + (uuid "1b3fb63a-3320-4cb6-b678-71f5a4833451") + ) + (pin "3" + (uuid "44581992-017f-40c0-8160-8f09df54ced0") + ) + (pin "1" + (uuid "057ae28b-e153-43e1-925a-1ee6c97a2f66") + ) + (pin "6" + (uuid "d8bc2ff8-0f5b-42be-8783-4bc06ac7095a") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "U32") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 101.6 45.72 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 "8320deaf-b546-4cf7-b0b6-c9b297e71457") + (property "Reference" "#PWR0279" + (at 95.25 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 99.06 45.7199 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 101.6 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 101.6 45.72 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 101.6 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ec1e7639-117d-48de-b84f-83532dfc3f25") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0279") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_Sensor_Temperature:TMP117xxDRV") + (at 44.45 177.8 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 "83e45039-cadf-4221-a99d-1c24d01140c5") + (property "Reference" "U33" + (at 60.96 166.2998 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TMP117NAIDRVR" + (at 60.96 168.8398 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SON:WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm" + (at 45.72 186.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tmp117.pdf" + (at 45.72 189.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Description" "Digital Temperature Sensor with I2C/SMBus Interface, 16 bits, ±0.3°C, one-shot conversion, alert, nist traceable, EEPROM, WSON" + (at 44.45 177.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "4516ba66-481c-4f35-97df-b3ec7cdbef3e") + ) + (pin "4" + (uuid "3cd63fab-8aa9-441e-8697-8edc7b42a140") + ) + (pin "5" + (uuid "e6df6d58-d44b-4293-af25-ab1df3874cc5") + ) + (pin "3" + (uuid "ca54109f-b4e9-419f-8d82-4b2a8b59df46") + ) + (pin "1" + (uuid "f8693967-f0a3-4acb-9efc-21fdac359cfb") + ) + (pin "6" + (uuid "6e983e67-0fba-413d-962b-42d921075bf0") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "U33") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 44.45 187.96 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "85c97b4f-5a28-426b-b5f1-9911e4a920a9") + (property "Reference" "#PWR0309" + (at 44.45 194.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 44.45 192.278 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 44.45 187.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 44.45 187.96 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 44.45 187.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f4e6388b-d05b-4c20-84c9-8318118abfe9") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0309") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 209.55 106.68 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 "898f4a39-497a-4f8d-8b5f-d3233716f808") + (property "Reference" "C183" + (at 213.36 105.4099 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 213.36 107.9499 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 210.5152 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 209.55 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 209.55 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 209.55 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "c2697659-7ca2-453e-812d-14aea4024175") + ) + (pin "1" + (uuid "d9d8be5b-b2cd-4cf8-971a-24091cd655a1") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C183") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 179.07 66.04 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 "89d03b12-2eb8-4f8e-aa9b-14fb79ac0899") + (property "Reference" "C42" + (at 182.88 64.7699 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 182.88 67.3099 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 180.0352 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 179.07 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 179.07 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 179.07 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5df6daae-875a-4a68-8a3b-d457aa3d120c") + ) + (pin "2" + (uuid "976eb7de-54f8-4103-b8b5-006897243338") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C42") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 209.55 66.04 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 "8d67c559-d6cc-4c5c-bc62-72cc724a1c35") + (property "Reference" "C181" + (at 213.36 64.7699 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 213.36 67.3099 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 210.5152 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 209.55 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 209.55 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 209.55 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "b38a1ab8-092c-48a1-9feb-98c078aa1a0c") + ) + (pin "1" + (uuid "348de5c7-09d1-43c1-9bae-8155e98a32fd") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C181") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 220.98 62.23 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 "8ea296df-2ffe-49bb-a7a8-1c43cc927b90") + (property "Reference" "#FLG023" + (at 220.98 60.325 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 220.98 57.15 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 220.98 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 220.98 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5a290f91-801b-419e-a44c-7c2e27ea77ad") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#FLG023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 179.07 90.17 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 "9152b1c5-eaf5-4e6a-b404-20d73c760049") + (property "Reference" "#PWR086" + (at 179.07 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 179.07 95.25 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 179.07 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 179.07 90.17 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 179.07 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "041568ed-950d-4387-9890-f1b96aaae584") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR086") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 36.83 165.1 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "93ae6377-7cf8-400b-b100-117693f1aa6d") + (property "Reference" "#PWR0243" + (at 30.48 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 32.512 165.1 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 36.83 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 36.83 165.1 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 36.83 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "970493b9-fe48-4411-8e37-a22186421532") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0243") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 40.64 165.1 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 "9570403c-1f15-4499-ae67-4bdd7937d23d") + (property "Reference" "C193" + (at 40.64 157.48 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100nF" + (at 40.64 160.02 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 44.45 164.1348 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 40.64 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 40.64 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 40.64 165.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ba07df41-c6af-4805-b920-90002188bab3") + ) + (pin "2" + (uuid "cb95ee72-ca17-4cec-aef9-50f001a8e9cf") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C193") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 118.11 45.72 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "993701f9-08c1-495f-b885-6731fe506ad9") + (property "Reference" "#PWR0146" + (at 111.76 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 118.364 48.514 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 118.11 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 118.11 45.72 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 118.11 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f77c4a45-7720-49b4-84df-9b37b6307f4a") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0146") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 224.79 102.87 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 "9f33712b-0a2b-4749-8c3c-96762d58bb2c") + (property "Reference" "#PWR0235" + (at 220.98 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V8_SI4684" + (at 228.6 102.8699 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 224.79 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 224.79 102.87 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 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "282e2ff2-a435-409b-b8e2-856c9d0ef8b1") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0235") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 177.8 27.94 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "9ff2aa2b-5c78-4d08-a594-2c4ac1a648f6") + (property "Reference" "C157" + (at 175.006 24.638 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1uF" + (at 175.006 26.416 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 176.8348 24.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 177.8 27.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 177.8 27.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 177.8 27.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "79b47097-fc7b-447c-956d-f17e3c22e2bd") + ) + (pin "1" + (uuid "5e958cd4-119d-47a2-88a3-688b19496c47") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C157") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 165.1 27.94 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "a4401d44-78a8-492c-a66b-d6d632816ecf") + (property "Reference" "C120" + (at 162.306 23.622 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1uF" + (at 162.306 25.146 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 164.1348 24.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 165.1 27.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 165.1 27.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 165.1 27.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "a4c7dea2-de6b-4c2d-8e43-d80f30444791") + ) + (pin "1" + (uuid "4729b28a-9675-4cbe-8f71-c8b5d66cf309") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C120") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 88.9 60.96 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "a4d7d18a-26c8-430c-954f-aa588ba0bf53") + (property "Reference" "C151" + (at 84.836 59.69 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "22uF" + (at 84.836 62.23 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 92.71 59.9948 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 88.9 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BZ71A226ME15L" + (at 88.9 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BZ71A226ME15L" + (at 88.9 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "814fde6e-fcdf-4be9-8ceb-e0192aa387fe") + ) + (pin "1" + (uuid "b3c5b73f-ef59-447b-8d85-f62493d6400b") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C151") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 93.98 116.84 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 "aa811b04-3100-4b33-94b7-d4fb738d727c") + (property "Reference" "C192" + (at 93.98 109.22 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100nF" + (at 93.98 111.76 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 97.79 115.8748 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 93.98 116.84 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 93.98 116.84 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 93.98 116.84 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e7ab3cba-2d88-4061-9ed0-a840d56a65c0") + ) + (pin "2" + (uuid "8bbec22f-f962-476a-96ba-9d6f6c46934c") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C192") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 187.96 82.55 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 "ace0425b-75eb-4088-aa7c-9f7151c89e03") + (property "Reference" "L23" + (at 187.96 77.47 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ferrite bead" + (at 187.96 80.01 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_0805_2012Metric" + (at 187.96 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 187.96 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "BLM21PG121SN1D" + (at 187.96 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "BLM21PG121SN1D" + (at 187.96 82.55 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "02cc89b1-ed7d-4109-ab8d-5df8a1bec480") + ) + (pin "1" + (uuid "af6cb393-669f-424f-9f4d-2c82054eeefb") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "L23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 80.01 50.8 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "b4e2d75a-bea5-445b-9e72-214f699b72a5") + (property "Reference" "#PWR0293" + (at 83.82 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V8" + (at 76.2 50.8 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 80.01 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 80.01 50.8 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 80.01 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a213fece-6cb6-4164-bc32-36166e8183f1") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0293") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 97.79 156.21 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "bd2a0433-75fe-4ecd-a206-fa22bfe53321") + (property "Reference" "#PWR0311" + (at 97.79 160.02 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 97.79 152.4 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 97.79 156.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 97.79 156.21 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 97.79 156.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7d4949e5-c3dc-4b9f-bec6-3f91a4b26e12") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0311") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 81.28 53.34 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 "bf9c4c71-7ed8-4fd7-8ac2-4cbfb50d0b82") + (property "Reference" "#PWR0276" + (at 74.93 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 78.74 53.3399 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 81.28 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 81.28 53.34 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 81.28 53.34 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "2499b317-5bb5-42c3-8e87-f91a99d93619") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0276") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 118.11 60.96 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "bffa54d0-e5c7-46ca-ad45-44dc6e249b8b") + (property "Reference" "#PWR0218" + (at 111.76 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 117.856 63.246 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 118.11 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 118.11 60.96 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 118.11 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "9f46279b-5179-4766-a43d-a91ecbf8f962") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0218") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 118.11 78.74 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "c1e32fdf-3219-4947-ad37-1a3bcb2613b9") + (property "Reference" "#PWR0222" + (at 111.76 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 113.792 78.74 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 118.11 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 118.11 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 118.11 78.74 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c328fcb5-5cbc-432c-b5f6-b840d65668f6") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0222") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 44.45 138.43 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "c2c1cb55-eb6f-49a0-8de5-ec366e6fa0c5") + (property "Reference" "#PWR0239" + (at 44.45 144.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 44.45 142.748 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 44.45 138.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 44.45 138.43 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 44.45 138.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "06042796-a072-432e-a602-ca331deb327d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0239") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 220.98 82.55 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 "c8cf9f9a-055c-43b2-b9cf-5f94ea5e2ab7") + (property "Reference" "#FLG024" + (at 220.98 80.645 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 220.98 77.47 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 220.98 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 220.98 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "fc8582f2-5795-4074-b4bb-0e7e8b551bc7") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#FLG024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 101.6 62.23 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 "c9478f4b-b1d9-4040-9eb4-f7e7c5eeaca3") + (property "Reference" "#PWR0281" + (at 95.25 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 99.06 62.2299 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 101.6 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 101.6 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 \"GND\" , ground" + (at 101.6 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8d05cc56-65b3-46db-a133-09c0551985d3") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0281") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 80.01 58.42 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "cafb558d-fc3d-45ab-b4c1-074dbfe97f43") + (property "Reference" "#PWR0294" + (at 83.82 58.42 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ANALOG" + (at 70.866 58.674 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 80.01 58.42 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 80.01 58.42 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 80.01 58.42 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8dc11031-18cd-431c-8245-e4af7e594864") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0294") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 44.45 156.21 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "ccc7833a-545f-4ae7-b0d0-c95a386a52e6") + (property "Reference" "#PWR0308" + (at 44.45 160.02 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 44.45 152.4 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 44.45 156.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 44.45 156.21 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 44.45 156.21 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a7558b7b-afaa-4f30-b5f9-a1703a34a6c3") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0308") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 187.96 102.87 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 "cee36d6d-7763-402d-b854-c5e269d4ba34") + (property "Reference" "L24" + (at 187.96 97.79 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ferrite bead" + (at 187.96 100.33 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_0805_2012Metric" + (at 187.96 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 187.96 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "BLM21PG121SN1D" + (at 187.96 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "BLM21PG121SN1D" + (at 187.96 102.87 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "76d86548-c919-4fbc-8017-b48dd9e1a764") + ) + (pin "1" + (uuid "5605bb7b-0d37-4c54-ad44-d2f200a18ac9") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "L24") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 80.01 43.18 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "cfc6aab2-f3e4-415a-a727-9c865dce4831") + (property "Reference" "#PWR0292" + (at 83.82 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ANALOG" + (at 70.866 43.434 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 80.01 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 80.01 43.18 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 80.01 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "78c7674f-6431-44eb-b992-13b94d64b469") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0292") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 97.79 139.7 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "cfddae15-7a47-4d53-aa65-8cdac8f73c5d") + (property "Reference" "#PWR0241" + (at 97.79 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 97.79 144.018 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 97.79 139.7 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 97.79 139.7 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 97.79 139.7 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "846ac095-5c88-467d-b2e3-2e4e78e0c685") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0241") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 97.79 107.95 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "d3a37cf1-ad4b-45b5-9c5b-44856230bf40") + (property "Reference" "#PWR0307" + (at 97.79 111.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 97.79 104.14 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 97.79 107.95 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 97.79 107.95 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 97.79 107.95 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "2cf18eb1-f930-4084-9b05-c494885b3049") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0307") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 179.07 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 "d80b3ec0-ddfd-49d5-9b16-9027ac0373fe") + (property "Reference" "#PWR0287" + (at 179.07 116.84 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 179.07 115.57 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 179.07 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 179.07 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 179.07 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "88f10b25-5697-4c44-b881-f790dc9fed02") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0287") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 220.98 102.87 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 "da4ea3e5-b94b-44fe-8277-5bcf7df7fd66") + (property "Reference" "#FLG025" + (at 220.98 100.965 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 220.98 97.79 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 220.98 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 220.98 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ea36a340-9595-43d4-9db9-6f1166b46c2d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#FLG025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 177.8 22.86 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "dd21fe1b-1a72-42ed-abb9-1b8c11046f36") + (property "Reference" "#PWR0285" + (at 177.8 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 177.8 19.05 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 177.8 22.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 177.8 22.86 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 177.8 22.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a8e22f4b-734a-4784-8fe7-982cef0c0abf") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0285") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 81.28 45.72 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 "de0f756f-1b73-4b56-90a9-4691da00a269") + (property "Reference" "#PWR0275" + (at 74.93 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 78.74 45.7199 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 81.28 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 81.28 45.72 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 81.28 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b2b11427-1df4-4af4-9e3e-deb0626a4410") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0275") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 196.85 46.99 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 "de986132-dd8c-406f-b979-10c35bc2605e") + (property "Reference" "C176" + (at 200.66 45.7199 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 200.66 48.2599 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 197.8152 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 196.85 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 196.85 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 196.85 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f5dcd91d-6906-4e0c-bf97-f9b391fa0576") + ) + (pin "2" + (uuid "3a157b0b-2f5e-49be-b08d-7e7df22258d5") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C176") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 177.8 31.75 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 "e21f4123-3730-43f7-be29-cbb829a06957") + (property "Reference" "#PWR0223" + (at 177.8 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 177.8 36.83 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 177.8 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 177.8 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 \"GND\" , ground" + (at 177.8 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "0d61927a-d8a5-4809-8347-92b32666887f") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0223") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 81.28 68.58 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 "e427bc73-d5c4-4873-8547-6e758c9fcf56") + (property "Reference" "#PWR0278" + (at 74.93 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 78.74 68.5799 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 81.28 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 81.28 68.58 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 81.28 68.58 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "47994e03-9b88-4cee-a905-9455c88ca56f") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0278") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 36.83 115.57 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "e42d2af6-05eb-44e6-8c36-cf9b5f79b5aa") + (property "Reference" "#PWR0224" + (at 30.48 115.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 32.512 115.57 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 36.83 115.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 36.83 115.57 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 36.83 115.57 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "4b4cfb2e-c13a-4da8-9081-d6bf7fe3cfd8") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0224") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 209.55 69.85 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 "e7f44891-c33e-4225-84db-0021b1d0015c") + (property "Reference" "#PWR0288" + (at 209.55 76.2 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 209.55 74.93 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 209.55 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 209.55 69.85 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 209.55 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c4e3a674-4dca-4194-8722-66630b24a100") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0288") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 220.98 86.36 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 "e8c0f73c-9593-40e6-bebc-ff9928a0858a") + (property "Reference" "C186" + (at 224.79 85.0899 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 224.79 87.6299 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 221.9452 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 220.98 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 220.98 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 220.98 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b4cd04d7-6512-4ab5-baa3-150cc2a0f4f2") + ) + (pin "2" + (uuid "fdc77765-eb6d-42d2-8877-b8e9a7059c38") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C186") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 44.45 106.68 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "e8d00210-cd52-4efd-8bbd-bb7ac6566ba7") + (property "Reference" "#PWR0306" + (at 44.45 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 44.45 102.87 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 44.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 44.45 106.68 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 44.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "9a5e4d25-e6eb-49b3-9bfb-25ab4309083d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "#PWR0306") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 109.22 54.61 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "e999fd2c-a760-4afe-9f89-f93254e11294") + (property "Reference" "C154" + (at 105.41 55.88 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1uF" + (at 105.41 53.34 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 113.03 53.6448 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 109.22 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 109.22 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 109.22 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "b2aeb2b0-770c-41e6-b8f1-8661b777a2b3") + ) + (pin "1" + (uuid "4d192c1c-89de-46ed-85dd-e0c744797717") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C154") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 209.55 86.36 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 "eca54028-96cd-461a-8f8a-3bbe61a0939f") + (property "Reference" "C182" + (at 213.36 85.0899 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 213.36 87.6299 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 210.5152 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 209.55 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 209.55 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 209.55 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "0cf7f9fc-085f-4fee-8428-b0ead65e3121") + ) + (pin "1" + (uuid "65043cc9-207f-4f4a-841f-5f7154d0d817") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C182") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 220.98 66.04 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 "ed24be8c-3470-42e4-8f56-dceae069ce8f") + (property "Reference" "C185" + (at 224.79 64.7699 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 224.79 67.3099 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 221.9452 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 220.98 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 220.98 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 220.98 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "d8d0507b-e1d2-4922-ae1a-b13c0d01fa99") + ) + (pin "2" + (uuid "08804fcc-c860-4a4b-b98b-73eebc3b944b") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C185") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 220.98 106.68 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 "f1122248-0704-4587-a747-764ed700c164") + (property "Reference" "C187" + (at 224.79 105.4099 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 224.79 107.9499 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 221.9452 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 220.98 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 220.98 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 220.98 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "4edcab80-7f08-4451-94b6-be9ecc64af21") + ) + (pin "2" + (uuid "4800cce7-2fa0-47af-84c9-b11a7188f75b") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C187") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 109.22 45.72 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "f2f6f8f3-8d2d-467b-a25d-c8d6a067f199") + (property "Reference" "C153" + (at 105.41 44.704 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1uF" + (at 105.664 47.244 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 105.41 46.6852 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 109.22 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 109.22 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 109.22 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "76be507c-ce18-47a6-b0ee-94ef54d22fd2") + ) + (pin "1" + (uuid "dfd3eae1-2b66-49c0-b5d7-b712876664fe") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C153") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 179.07 106.68 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 "f8fcb3d8-c749-4efe-b948-6b6b3b1dc372") + (property "Reference" "C175" + (at 182.88 105.4099 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 182.88 107.9499 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 180.0352 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 179.07 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 179.07 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 179.07 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8e099c99-2558-455c-8314-cd9deae63733") + ) + (pin "2" + (uuid "612bf12f-361f-431d-b66b-a18e0f379b3e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/742c418a-6d63-4161-86e8-dcba5886fcf4" + (reference "C175") + (unit 1) + ) + ) + ) + ) ) diff --git a/hardware/kicad/HubAudio/device-manager.kicad_sch b/hardware/kicad/HubAudio/device-manager.kicad_sch index dbdd478..a465de1 100644 --- a/hardware/kicad/HubAudio/device-manager.kicad_sch +++ b/hardware/kicad/HubAudio/device-manager.kicad_sch @@ -1037,30 +1037,235 @@ ) (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 252.73 80.01) + (at 123.19 77.47) (diameter 0) (color 0 0 0 0) - (uuid "0f54523c-a15f-4a27-9e76-6a0c1ce732c7") + (uuid "00cfd355-88fa-42cf-b83d-6cda9a606f19") ) (junction - (at 104.14 59.69) + (at 119.38 106.68) (diameter 0) (color 0 0 0 0) - (uuid "2a99e0d8-3e84-464e-be42-2d4a9ddd42e8") + (uuid "02930365-2d3d-4bd9-b8f4-8670dcb63220") ) (junction - (at 241.3 95.25) + (at 243.84 87.63) (diameter 0) (color 0 0 0 0) - (uuid "3335f369-fd39-42d6-a52f-bcb7bfba55a0") + (uuid "03044c66-a95e-41fe-95d0-6ff569fe0377") ) (junction - (at 120.65 72.39) + (at 59.69 69.85) (diameter 0) (color 0 0 0 0) - (uuid "4052a26e-0229-4dc6-a48b-d4bdfbe1f75e") + (uuid "10470329-5132-4794-bb7d-e208c816e3bc") + ) + (junction + (at 240.03 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "144780a8-b24b-4f58-9113-fa345da6b23d") + ) + (junction + (at 104.14 106.68) + (diameter 0) + (color 0 0 0 0) + (uuid "1a3168cf-c7e4-468a-b2c9-b0307c02bb20") + ) + (junction + (at 96.52 95.25) + (diameter 0) + (color 0 0 0 0) + (uuid "1b353dfc-42d5-42b3-b70c-4350d6be6f90") + ) + (junction + (at 119.38 80.01) + (diameter 0) + (color 0 0 0 0) + (uuid "23be6bb0-0fe0-4bf4-98d8-90536ae30e1b") + ) + (junction + (at 232.41 82.55) + (diameter 0) + (color 0 0 0 0) + (uuid "25bb0d12-1b54-4266-b125-8120d6295c6d") + ) + (junction + (at 247.65 43.18) + (diameter 0) + (color 0 0 0 0) + (uuid "26f5cb31-dbdf-4a03-a6c2-bd0d68b09be9") + ) + (junction + (at 55.88 88.9) + (diameter 0) + (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) + (color 0 0 0 0) + (uuid "32989580-385f-4e8b-9963-e8f0aa16e131") + ) + (junction + (at 199.39 92.71) + (diameter 0) + (color 0 0 0 0) + (uuid "3430c652-a41e-44d8-8c99-7575c22c0ba1") + ) + (junction + (at 111.76 106.68) + (diameter 0) + (color 0 0 0 0) + (uuid "3cf8f1b8-21e7-407a-a72a-a338df0607d9") ) (junction (at 68.58 95.25) @@ -1069,28 +1274,28 @@ (uuid "42097866-75de-41ef-973a-1b90e5579b93") ) (junction - (at 100.33 43.18) + (at 107.95 106.68) (diameter 0) (color 0 0 0 0) - (uuid "47b5b4a3-e505-466f-bc71-c2ee1a01f84a") - ) - (junction - (at 96.52 43.18) - (diameter 0) - (color 0 0 0 0) - (uuid "521d6581-300b-43c6-b35b-1c30b5f2fe3d") - ) - (junction - (at 241.3 107.95) - (diameter 0) - (color 0 0 0 0) - (uuid "56419010-9a6c-45b0-a5c5-1aa345084474") + (uuid "49b1ecb0-39df-4381-9367-edab55848685") ) (junction (at 255.27 43.18) (diameter 0) (color 0 0 0 0) - (uuid "5b514f55-5d58-4c22-9300-01db63a76d69") + (uuid "4bb20785-144b-48d0-9a0f-ab9e2937be6e") + ) + (junction + (at 116.84 54.61) + (diameter 0) + (color 0 0 0 0) + (uuid "4bbcc532-63df-440a-973d-3a1b509ed8ae") + ) + (junction + (at 55.88 77.47) + (diameter 0) + (color 0 0 0 0) + (uuid "5ec2f292-eafc-4f78-ab42-b345eb673d8c") ) (junction (at 81.28 45.72) @@ -1098,12 +1303,6 @@ (color 0 0 0 0) (uuid "60b70d40-8266-476a-ab2a-07cd8dafc78b") ) - (junction - (at 124.46 69.85) - (diameter 0) - (color 0 0 0 0) - (uuid "62e11e91-7d69-4238-9885-643e3f428e18") - ) (junction (at 199.39 95.25) (diameter 0) @@ -1111,40 +1310,28 @@ (uuid "62ec2a16-d38f-4e80-a79e-cbb42cd9b32a") ) (junction - (at 238.76 62.23) + (at 236.22 43.18) (diameter 0) (color 0 0 0 0) - (uuid "66c4e0f7-f03f-4c41-83db-68dedd5fa888") + (uuid "6ebbfc01-02b9-4399-9bce-d80ae70fb41f") ) (junction - (at 100.33 57.15) + (at 104.14 90.17) (diameter 0) (color 0 0 0 0) - (uuid "6bb349c7-e21f-41ee-a0f9-d3130f8d6fe3") + (uuid "78cb2367-1a13-4009-a80d-398d0f49738f") ) (junction - (at 246.38 67.31) + (at 120.65 43.18) (diameter 0) (color 0 0 0 0) - (uuid "77e52d61-5013-49fb-9123-d9b21ed7c4f2") + (uuid "7ae8daca-d814-4078-a8f3-ed30eeee90a6") ) (junction - (at 227.33 54.61) + (at 243.84 43.18) (diameter 0) (color 0 0 0 0) - (uuid "7e0d14a9-dd15-488a-9453-f77f2859b10d") - ) - (junction - (at 234.95 43.18) - (diameter 0) - (color 0 0 0 0) - (uuid "7fc32670-8144-4530-bfd2-73af8ae1f9af") - ) - (junction - (at 96.52 54.61) - (diameter 0) - (color 0 0 0 0) - (uuid "86580b64-b568-4bf8-9eff-acd20639c81b") + (uuid "853be3cd-f49b-407c-8583-b524607be61b") ) (junction (at 78.74 100.33) @@ -1153,46 +1340,40 @@ (uuid "881365bb-1d19-4a37-a224-35afe884eed6") ) (junction - (at 107.95 62.23) + (at 236.22 85.09) (diameter 0) (color 0 0 0 0) - (uuid "8ec58456-7404-49e8-a488-bc2c203a987b") + (uuid "89efe7cc-bc07-440c-ba14-134389a8d33b") ) (junction - (at 237.49 82.55) + (at 124.46 67.31) (diameter 0) (color 0 0 0 0) - (uuid "92776999-fc8b-4b7d-b311-cbbd573d8143") + (uuid "a5d4e6bc-cf2e-4c3f-abe4-278c6ea8aa19") ) (junction - (at 248.92 87.63) + (at 107.95 87.63) (diameter 0) (color 0 0 0 0) - (uuid "982f67d3-8aeb-42d1-b937-c2429f2adebe") + (uuid "a6ec1b58-5c54-404d-83b5-5b87f82c0dba") ) (junction - (at 245.11 107.95) + (at 111.76 85.09) (diameter 0) (color 0 0 0 0) - (uuid "9cd9247c-5e1c-4124-b58d-a01c0a56553d") + (uuid "a78643aa-bf79-41c4-8b76-ad6ebc2a52ad") ) (junction - (at 111.76 43.18) + (at 255.27 59.69) (diameter 0) (color 0 0 0 0) - (uuid "a527631b-39c7-4283-aa94-8dddc8b41476") + (uuid "ab2350a5-1b52-4851-a692-089d440577a3") ) (junction - (at 231.14 43.18) + (at 189.23 90.17) (diameter 0) (color 0 0 0 0) - (uuid "a8f801d5-ec59-4b6a-8f47-420829ef6ce5") - ) - (junction - (at 252.73 107.95) - (diameter 0) - (color 0 0 0 0) - (uuid "b0595ca9-8373-4dfa-95b7-b28d688b3931") + (uuid "b0785667-c429-4bab-9528-09f816c7857c") ) (junction (at 212.09 45.72) @@ -1201,22 +1382,10 @@ (uuid "b348646c-95be-40b7-9b95-374d14ad9ca5") ) (junction - (at 255.27 69.85) + (at 189.23 77.47) (diameter 0) (color 0 0 0 0) - (uuid "b7ae1aed-9f24-4b12-b843-bb9ba9c3d95c") - ) - (junction - (at 231.14 57.15) - (diameter 0) - (color 0 0 0 0) - (uuid "b7c2d6da-a4db-485f-85cf-4074d47af124") - ) - (junction - (at 107.95 43.18) - (diameter 0) - (color 0 0 0 0) - (uuid "bb699bbc-b410-4354-88e7-5a232e6ed57a") + (uuid "bb4d7d76-5ff9-423a-b49a-706ed2ab6ab8") ) (junction (at 68.58 92.71) @@ -1224,6 +1393,18 @@ (color 0 0 0 0) (uuid "bd317170-6de3-4db8-8e1a-3f30c5ff99b9") ) + (junction + (at 115.57 82.55) + (diameter 0) + (color 0 0 0 0) + (uuid "c1ac2f49-dc3d-4105-968a-60a18a9ba72a") + ) + (junction + (at 251.46 80.01) + (diameter 0) + (color 0 0 0 0) + (uuid "c1bf3e44-cec5-49e4-9ba9-e55a76103468") + ) (junction (at 209.55 100.33) (diameter 0) @@ -1237,70 +1418,52 @@ (uuid "cd5ae7b9-022b-433e-b698-7bdfe68a39ee") ) (junction - (at 242.57 64.77) + (at 115.57 106.68) (diameter 0) (color 0 0 0 0) - (uuid "d31b678e-5b8e-4d64-b5cb-d547acd1692f") + (uuid "d394bb5d-2017-4998-8678-ebc2470843c5") ) (junction - (at 234.95 59.69) + (at 120.65 64.77) (diameter 0) (color 0 0 0 0) - (uuid "d7b75d5f-364e-43e4-a8e7-581950134296") + (uuid "dac5e6c8-d493-4303-a854-59309a296582") ) (junction - (at 238.76 43.18) + (at 251.46 43.18) (diameter 0) (color 0 0 0 0) - (uuid "d7c7c550-1497-4d0b-9344-d63db9f2733f") + (uuid "db7c1157-153e-49b7-9542-d069e1ae7109") ) (junction - (at 104.14 43.18) + (at 100.33 106.68) (diameter 0) (color 0 0 0 0) - (uuid "d94819ce-b352-4e09-83ea-3dc560be4809") + (uuid "e3422759-bab5-40c6-9297-325f103f71e0") ) (junction - (at 227.33 43.18) + (at 247.65 77.47) (diameter 0) (color 0 0 0 0) - (uuid "e239204e-f227-4253-9809-ac629b432875") + (uuid "ee0cd88e-510b-4fe4-bf0a-a8141d7af00e") ) (junction - (at 248.92 107.95) + (at 193.04 69.85) (diameter 0) (color 0 0 0 0) - (uuid "e2a55602-5e7a-4146-bd21-779d25b43eda") + (uuid "f21e2903-0086-4fab-bb1e-40a10f6ee658") ) (junction - (at 111.76 64.77) + (at 240.03 90.17) (diameter 0) (color 0 0 0 0) - (uuid "ed3dd9e0-4b1d-41fc-b1a4-3247da4dc219") + (uuid "f99f4912-277c-41a2-ae3d-c6da3ddc3b24") ) (junction - (at 251.46 72.39) + (at 100.33 92.71) (diameter 0) (color 0 0 0 0) - (uuid "ef1599c1-9f8d-4178-84e7-c10c4100d661") - ) - (junction - (at 242.57 43.18) - (diameter 0) - (color 0 0 0 0) - (uuid "f4d349c7-f69e-4bb2-9891-f2dcd007d725") - ) - (junction - (at 245.11 85.09) - (diameter 0) - (color 0 0 0 0) - (uuid "fab23723-7cef-4124-91ec-d693e5ce2f0f") - ) - (junction - (at 115.57 67.31) - (diameter 0) - (color 0 0 0 0) - (uuid "ffa238ce-673a-4462-9dce-ed7e4557e0a8") + (uuid "fd9c8aa4-b78d-4f9d-8293-bf51cc91e7dd") ) (no_connect (at 199.39 72.39) @@ -1310,9 +1473,21 @@ (at 68.58 72.39) (uuid "6b256cb5-54a4-4044-9678-d7c77f687399") ) + (no_connect + (at 127 69.85) + (uuid "71bdeacf-ff88-40c2-ace0-f9302bc18847") + ) + (no_connect + (at 256.54 92.71) + (uuid "a77a42e4-2b52-4fda-a309-59c7613790c6") + ) + (no_connect + (at 256.54 95.25) + (uuid "b0594543-bd56-43fb-ac64-e61b2d3c9fbf") + ) (wire (pts - (xy 224.79 90.17) (xy 256.54 90.17) + (xy 224.79 90.17) (xy 240.03 90.17) ) (stroke (width 0) @@ -1322,23 +1497,33 @@ ) (wire (pts - (xy 115.57 50.8) (xy 115.57 67.31) + (xy 251.46 43.18) (xy 255.27 43.18) ) (stroke (width 0) (type default) ) - (uuid "0825dbde-a255-4868-bcc9-a3e5c28c47c7") + (uuid "0490f46e-da46-4ff4-9f93-64d1c375303e") ) (wire (pts - (xy 96.52 43.18) (xy 111.76 43.18) + (xy 228.6 50.8) (xy 228.6 57.15) ) (stroke (width 0) (type default) ) - (uuid "0e0589f0-6424-4944-a088-565f73b2bb4b") + (uuid "0e2cc0be-e504-4eaa-895d-89f0d5ba9576") + ) + (wire + (pts + (xy 247.65 43.18) (xy 251.46 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1303418e-ec9e-4e6d-a8dc-382618d74863") ) (wire (pts @@ -1352,7 +1537,7 @@ ) (wire (pts - (xy 124.46 69.85) (xy 127 69.85) + (xy 93.98 69.85) (xy 127 69.85) ) (stroke (width 0) @@ -1360,29 +1545,19 @@ ) (uuid "18cd3291-04fc-4afe-a268-cdf93da0b481") ) - (bus + (wire (pts - (xy 55.88 168.91) (xy 55.88 191.77) + (xy 52.07 88.9) (xy 55.88 88.9) ) (stroke (width 0) (type default) ) - (uuid "1a713f79-1bbe-4c47-9773-edf6916036ac") + (uuid "1bb449c8-cf0b-4830-963a-6e4a704c69ae") ) (wire (pts - (xy 248.92 87.63) (xy 248.92 100.33) - ) - (stroke - (width 0) - (type default) - ) - (uuid "1cbfbfee-9bea-455f-b02d-8d333c3b222a") - ) - (wire - (pts - (xy 245.11 85.09) (xy 256.54 85.09) + (xy 224.79 85.09) (xy 236.22 85.09) ) (stroke (width 0) @@ -1392,7 +1567,17 @@ ) (wire (pts - (xy 127 62.23) (xy 107.95 62.23) + (xy 255.27 50.8) (xy 255.27 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "21066e74-9ceb-4d0c-bbfb-459a95186a61") + ) + (wire + (pts + (xy 93.98 62.23) (xy 127 62.23) ) (stroke (width 0) @@ -1412,23 +1597,13 @@ ) (wire (pts - (xy 93.98 62.23) (xy 107.95 62.23) + (xy 111.76 106.68) (xy 115.57 106.68) ) (stroke (width 0) (type default) ) - (uuid "25f67f94-bf0f-4cd4-ace3-c233c0b84345") - ) - (wire - (pts - (xy 252.73 80.01) (xy 252.73 100.33) - ) - (stroke - (width 0) - (type default) - ) - (uuid "287a67c9-d7db-4f95-9d37-5c7ecd44957a") + (uuid "274285f2-7450-4544-9f7d-2d6eb1eda0f7") ) (wire (pts @@ -1440,16 +1615,6 @@ ) (uuid "28e3cf96-dacd-406b-aa2a-06571c32b52e") ) - (wire - (pts - (xy 245.11 107.95) (xy 248.92 107.95) - ) - (stroke - (width 0) - (type default) - ) - (uuid "28e5df5b-d11b-4483-b228-d5ee9d6b3e70") - ) (wire (pts (xy 199.39 92.71) (xy 199.39 95.25) @@ -1462,27 +1627,17 @@ ) (wire (pts - (xy 248.92 107.95) (xy 252.73 107.95) + (xy 247.65 50.8) (xy 247.65 77.47) ) (stroke (width 0) (type default) ) - (uuid "29b05cb1-1dbe-4466-a803-2c7343574b21") + (uuid "2a5524c7-065f-48c9-b8e7-8ef2d365610e") ) (wire (pts - (xy 96.52 50.8) (xy 96.52 54.61) - ) - (stroke - (width 0) - (type default) - ) - (uuid "2a3e2df9-d1d6-4df2-863d-bab84ac09d6b") - ) - (wire - (pts - (xy 127 82.55) (xy 93.98 82.55) + (xy 127 82.55) (xy 115.57 82.55) ) (stroke (width 0) @@ -1492,13 +1647,13 @@ ) (wire (pts - (xy 241.3 95.25) (xy 241.3 100.33) + (xy 224.79 92.71) (xy 256.54 92.71) ) (stroke (width 0) (type default) ) - (uuid "2fa05906-6d1d-48a3-8413-83669363447a") + (uuid "307e7f58-95fa-4858-95ea-212ab23e5f47") ) (wire (pts @@ -1510,19 +1665,19 @@ ) (uuid "308ae268-6adb-49f6-834e-953757cb6d5b") ) - (bus + (wire (pts - (xy 50.8 135.89) (xy 50.8 157.48) + (xy 120.65 64.77) (xy 127 64.77) ) (stroke (width 0) (type default) ) - (uuid "332b645a-4dcf-4cca-add7-ed71e9b3182a") + (uuid "3146f889-d653-487e-9c2f-ff42dc57dfb2") ) (wire (pts - (xy 181.61 77.47) (xy 199.39 77.47) + (xy 179.07 77.47) (xy 189.23 77.47) ) (stroke (width 0) @@ -1532,37 +1687,37 @@ ) (wire (pts - (xy 111.76 50.8) (xy 111.76 64.77) + (xy 251.46 50.8) (xy 251.46 80.01) ) (stroke (width 0) (type default) ) - (uuid "3555a8b4-416e-47ba-8ed2-062b1836cf83") + (uuid "35219fec-8abe-47c5-9c73-4311a09b2b7d") ) (wire (pts - (xy 251.46 50.8) (xy 251.46 72.39) + (xy 240.03 43.18) (xy 243.84 43.18) ) (stroke (width 0) (type default) ) - (uuid "3a7087ea-10a4-4969-846d-f52b7351a4cd") + (uuid "36e7a7fe-26da-4ba3-8ab3-41b72009085e") ) (wire (pts - (xy 257.81 59.69) (xy 234.95 59.69) + (xy 247.65 77.47) (xy 256.54 77.47) ) (stroke (width 0) (type default) ) - (uuid "3b092d2d-02e4-44f4-bea3-7159d8a51f4e") + (uuid "3c190e05-75f3-465c-a380-17eba595af4c") ) (wire (pts - (xy 224.79 82.55) (xy 237.49 82.55) + (xy 224.79 82.55) (xy 232.41 82.55) ) (stroke (width 0) @@ -1572,7 +1727,7 @@ ) (wire (pts - (xy 181.61 69.85) (xy 199.39 69.85) + (xy 179.07 69.85) (xy 193.04 69.85) ) (stroke (width 0) @@ -1582,37 +1737,7 @@ ) (wire (pts - (xy 257.81 64.77) (xy 242.57 64.77) - ) - (stroke - (width 0) - (type default) - ) - (uuid "410ca22b-60d6-4fcd-af12-06f3cbf6e061") - ) - (wire - (pts - (xy 255.27 69.85) (xy 257.81 69.85) - ) - (stroke - (width 0) - (type default) - ) - (uuid "4206e0a7-abd8-47a6-97b9-26c3a75494e7") - ) - (wire - (pts - (xy 93.98 69.85) (xy 124.46 69.85) - ) - (stroke - (width 0) - (type default) - ) - (uuid "423c789b-e925-4cec-bccb-60fbff711835") - ) - (wire - (pts - (xy 127 59.69) (xy 104.14 59.69) + (xy 93.98 59.69) (xy 127 59.69) ) (stroke (width 0) @@ -1622,27 +1747,47 @@ ) (wire (pts - (xy 242.57 43.18) (xy 246.38 43.18) + (xy 116.84 50.8) (xy 116.84 54.61) ) (stroke (width 0) (type default) ) - (uuid "43d69aaf-8637-4423-a063-14c1c44f3865") + (uuid "44228687-1452-49cc-8bb7-9ee302ba1233") ) (wire (pts - (xy 241.3 107.95) (xy 245.11 107.95) + (xy 111.76 85.09) (xy 111.76 99.06) ) (stroke (width 0) (type default) ) - (uuid "46aad8b8-0b0a-4cbb-8990-27f3ed473072") + (uuid "45174d81-350b-45af-aa6b-f9ad351c247a") ) (wire (pts - (xy 224.79 67.31) (xy 246.38 67.31) + (xy 119.38 80.01) (xy 93.98 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "46c1c467-6d22-4fc0-8382-b645954b09c7") + ) + (wire + (pts + (xy 189.23 90.17) (xy 193.04 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "47444d5c-695c-48a9-99f7-6340bd48a006") + ) + (wire + (pts + (xy 224.79 67.31) (xy 257.81 67.31) ) (stroke (width 0) @@ -1652,7 +1797,17 @@ ) (wire (pts - (xy 224.79 69.85) (xy 255.27 69.85) + (xy 59.69 69.85) (xy 68.58 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4788a5b9-23bf-46be-8782-bff3dd60bb9a") + ) + (wire + (pts + (xy 224.79 69.85) (xy 257.81 69.85) ) (stroke (width 0) @@ -1662,17 +1817,7 @@ ) (wire (pts - (xy 238.76 50.8) (xy 238.76 62.23) - ) - (stroke - (width 0) - (type default) - ) - (uuid "4aca0303-c82b-449c-80d9-c0e919abab2f") - ) - (wire - (pts - (xy 224.79 77.47) (xy 256.54 77.47) + (xy 224.79 77.47) (xy 247.65 77.47) ) (stroke (width 0) @@ -1682,7 +1827,27 @@ ) (wire (pts - (xy 224.79 72.39) (xy 251.46 72.39) + (xy 232.41 82.55) (xy 256.54 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4dcd6816-e1e8-4785-b19c-10cf72cd88c4") + ) + (wire + (pts + (xy 96.52 106.68) (xy 111.76 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4e4743ce-87a8-446b-8c92-e83f78720e36") + ) + (wire + (pts + (xy 224.79 72.39) (xy 257.81 72.39) ) (stroke (width 0) @@ -1690,6 +1855,26 @@ ) (uuid "4ff2fd2c-5701-4e9e-8b1d-be014d9b8b03") ) + (wire + (pts + (xy 243.84 87.63) (xy 256.54 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "50a42888-a56f-4dac-b85d-8a721702b444") + ) + (wire + (pts + (xy 93.98 90.17) (xy 104.14 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "51446383-3316-4247-ab9b-3ead51cbc734") + ) (wire (pts (xy 50.8 54.61) (xy 68.58 54.61) @@ -1702,17 +1887,37 @@ ) (wire (pts - (xy 224.79 80.01) (xy 252.73 80.01) + (xy 107.95 87.63) (xy 107.95 99.06) ) (stroke (width 0) (type default) ) - (uuid "52939a2b-8a47-4dcd-8310-98834bd28e0d") + (uuid "545111d9-e492-48f2-a840-27d70cb92620") ) (wire (pts - (xy 127 54.61) (xy 96.52 54.61) + (xy 116.84 54.61) (xy 127 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5571c27a-d445-47ec-9c96-299f8a1b4c52") + ) + (wire + (pts + (xy 193.04 69.85) (xy 193.04 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5599ee16-7df1-417b-8d47-9fb68cb275fd") + ) + (wire + (pts + (xy 93.98 54.61) (xy 116.84 54.61) ) (stroke (width 0) @@ -1722,23 +1927,53 @@ ) (wire (pts - (xy 248.92 87.63) (xy 256.54 87.63) + (xy 96.52 95.25) (xy 127 95.25) ) (stroke (width 0) (type default) ) - (uuid "5a2d05f1-3229-4069-acd1-4c2e74c3753b") + (uuid "57cbfbeb-e032-4600-846b-f9b81c982df2") ) (wire (pts - (xy 224.79 54.61) (xy 227.33 54.61) + (xy 119.38 80.01) (xy 119.38 99.06) ) (stroke (width 0) (type default) ) - (uuid "5dbc98be-0bab-4d03-9e09-a8cc5d746d73") + (uuid "588add7a-9558-4b37-af79-a6ff52859f84") + ) + (wire + (pts + (xy 46.99 69.85) (xy 59.69 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "58a0c3df-7e8a-421f-8fb2-084e681b6021") + ) + (wire + (pts + (xy 55.88 77.47) (xy 68.58 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5ac5e0da-d32a-4e69-a262-f6fa70ba5c47") + ) + (wire + (pts + (xy 226.06 43.18) (xy 228.6 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5b4709a4-3aa3-4781-a3c8-4814b75dfaa5") ) (wire (pts @@ -1750,6 +1985,26 @@ ) (uuid "5dc2445f-3229-483d-949c-b09541b81a60") ) + (wire + (pts + (xy 123.19 77.47) (xy 123.19 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5ee52768-d5d0-44ff-9af0-cb37fc84f2d5") + ) + (wire + (pts + (xy 236.22 50.8) (xy 236.22 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5fed76da-06ab-42fe-843f-c787bfd35371") + ) (wire (pts (xy 50.8 57.15) (xy 68.58 57.15) @@ -1762,7 +2017,7 @@ ) (wire (pts - (xy 127 87.63) (xy 93.98 87.63) + (xy 93.98 87.63) (xy 107.95 87.63) ) (stroke (width 0) @@ -1772,7 +2027,7 @@ ) (wire (pts - (xy 93.98 64.77) (xy 111.76 64.77) + (xy 93.98 64.77) (xy 120.65 64.77) ) (stroke (width 0) @@ -1782,13 +2037,23 @@ ) (wire (pts - (xy 107.95 50.8) (xy 107.95 62.23) + (xy 46.99 77.47) (xy 55.88 77.47) ) (stroke (width 0) (type default) ) - (uuid "65d33bf6-0033-429d-8bb0-4ba331ece922") + (uuid "6384d240-a4a6-494d-8393-f50a5fa0b891") + ) + (wire + (pts + (xy 255.27 43.18) (xy 257.81 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "64982778-61b7-4fa3-bb20-ec7c53028e1c") ) (wire (pts @@ -1802,43 +2067,43 @@ ) (wire (pts - (xy 224.79 85.09) (xy 245.11 85.09) + (xy 124.46 67.31) (xy 127 67.31) ) (stroke (width 0) (type default) ) - (uuid "6b7100c4-1905-401d-8e07-6a923e470f8d") + (uuid "6867c07d-0bbe-4fe4-9a47-0dc31f3fd5d1") ) (wire (pts - (xy 242.57 50.8) (xy 242.57 64.77) + (xy 232.41 43.18) (xy 236.22 43.18) ) (stroke (width 0) (type default) ) - (uuid "6edf21de-4e1a-467f-aece-395ef142bf44") + (uuid "6b326bda-a15b-4035-adfc-aa5fbf523347") ) (wire (pts - (xy 93.98 72.39) (xy 120.65 72.39) + (xy 243.84 43.18) (xy 247.65 43.18) ) (stroke (width 0) (type default) ) - (uuid "7059c83f-5b8e-4e1b-81c5-f69d3d531726") + (uuid "6b8f5356-1472-4308-ac06-68678c9e8120") ) (wire (pts - (xy 237.49 82.55) (xy 237.49 100.33) + (xy 199.39 90.17) (xy 199.39 92.71) ) (stroke (width 0) (type default) ) - (uuid "7279d1fc-b3d2-442e-9c6d-a511d4ffb7fa") + (uuid "6f9dfaaf-cc1c-4578-950e-4abede0879f0") ) (wire (pts @@ -1852,17 +2117,17 @@ ) (wire (pts - (xy 40.64 168.91) (xy 80.01 168.91) + (xy 228.6 57.15) (xy 257.81 57.15) ) (stroke (width 0) (type default) ) - (uuid "76c7827c-f040-4eab-843d-b480a334df06") + (uuid "761332b4-b32c-45e2-a502-4eb14bcc7328") ) (wire (pts - (xy 224.79 59.69) (xy 234.95 59.69) + (xy 224.79 59.69) (xy 255.27 59.69) ) (stroke (width 0) @@ -1870,46 +2135,6 @@ ) (uuid "7894bb5f-014a-472e-b6b6-75fa6559f414") ) - (bus - (pts - (xy 50.8 168.91) (xy 50.8 191.77) - ) - (stroke - (width 0) - (type default) - ) - (uuid "79bd7d3b-6323-40e7-bff1-f7d4cb7f8ce2") - ) - (wire - (pts - (xy 50.8 77.47) (xy 68.58 77.47) - ) - (stroke - (width 0) - (type default) - ) - (uuid "7a5b47de-7f5f-472b-8643-a566d58ad0d1") - ) - (wire - (pts - (xy 241.3 95.25) (xy 256.54 95.25) - ) - (stroke - (width 0) - (type default) - ) - (uuid "7d1ae693-9ef1-46f4-9ae4-df7806a435bc") - ) - (wire - (pts - (xy 127 90.17) (xy 93.98 90.17) - ) - (stroke - (width 0) - (type default) - ) - (uuid "7d95113f-0665-42c6-a914-84542a78798b") - ) (wire (pts (xy 181.61 59.69) (xy 199.39 59.69) @@ -1922,7 +2147,17 @@ ) (wire (pts - (xy 224.79 62.23) (xy 238.76 62.23) + (xy 96.52 95.25) (xy 96.52 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "80bc1e36-6026-4111-acf5-dbd9ca196c5f") + ) + (wire + (pts + (xy 224.79 62.23) (xy 257.81 62.23) ) (stroke (width 0) @@ -1932,17 +2167,7 @@ ) (wire (pts - (xy 104.14 50.8) (xy 104.14 59.69) - ) - (stroke - (width 0) - (type default) - ) - (uuid "8169985b-3d92-431e-be8e-465aae379d27") - ) - (wire - (pts - (xy 127 80.01) (xy 93.98 80.01) + (xy 127 80.01) (xy 119.38 80.01) ) (stroke (width 0) @@ -1952,7 +2177,27 @@ ) (wire (pts - (xy 127 92.71) (xy 93.98 92.71) + (xy 115.57 106.68) (xy 119.38 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8451019b-0f9b-49b9-a47e-51c52d77f697") + ) + (wire + (pts + (xy 224.79 54.61) (xy 257.81 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "85fd76bc-93c2-4ebd-93cd-dbafc5db40bf") + ) + (wire + (pts + (xy 127 92.71) (xy 100.33 92.71) ) (stroke (width 0) @@ -1962,23 +2207,23 @@ ) (wire (pts - (xy 257.81 62.23) (xy 238.76 62.23) + (xy 119.38 106.68) (xy 123.19 106.68) ) (stroke (width 0) (type default) ) - (uuid "8b4c6522-42cb-4e74-9483-cecc0e6b3cdf") + (uuid "8b1242be-30db-4b2c-b7a9-9a12e9d9560a") ) (wire (pts - (xy 227.33 43.18) (xy 242.57 43.18) + (xy 55.88 77.47) (xy 55.88 81.28) ) (stroke (width 0) (type default) ) - (uuid "8bd5537a-598c-4a5b-900d-ddf8843ebc32") + (uuid "8b32d4b0-9e97-4417-adf0-43dbd1fb0a16") ) (wire (pts @@ -1992,17 +2237,47 @@ ) (wire (pts - (xy 93.98 59.69) (xy 104.14 59.69) + (xy 111.76 85.09) (xy 93.98 85.09) ) (stroke (width 0) (type default) ) - (uuid "8e611e0b-5300-460a-ac3e-a73de2f8b854") + (uuid "8d0be8bf-9218-421a-b13f-dd252a6f9c04") ) (wire (pts - (xy 224.79 64.77) (xy 242.57 64.77) + (xy 100.33 92.71) (xy 100.33 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8e04c2f7-e76c-430b-aa23-d65e28c7a395") + ) + (wire + (pts + (xy 243.84 50.8) (xy 243.84 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ef223ee-2fcb-48a4-92ce-f12c9e6841af") + ) + (wire + (pts + (xy 189.23 77.47) (xy 189.23 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ffbacc6-5c0c-4e0b-b784-022eb614b7c7") + ) + (wire + (pts + (xy 224.79 64.77) (xy 257.81 64.77) ) (stroke (width 0) @@ -2012,7 +2287,7 @@ ) (wire (pts - (xy 127 85.09) (xy 93.98 85.09) + (xy 127 85.09) (xy 111.76 85.09) ) (stroke (width 0) @@ -2022,27 +2297,17 @@ ) (wire (pts - (xy 39.37 157.48) (xy 80.01 157.48) + (xy 236.22 43.18) (xy 240.03 43.18) ) (stroke (width 0) (type default) ) - (uuid "9387d175-f595-4bd3-9a41-e2c0bb459bdc") + (uuid "92e559ec-4c34-4a06-95e6-be15dac6b162") ) (wire (pts - (xy 251.46 43.18) (xy 255.27 43.18) - ) - (stroke - (width 0) - (type default) - ) - (uuid "96050e45-2076-472a-94d5-be69c722a3b6") - ) - (wire - (pts - (xy 224.79 57.15) (xy 231.14 57.15) + (xy 224.79 57.15) (xy 228.6 57.15) ) (stroke (width 0) @@ -2052,7 +2317,7 @@ ) (wire (pts - (xy 127 77.47) (xy 93.98 77.47) + (xy 127 77.47) (xy 123.19 77.47) ) (stroke (width 0) @@ -2072,17 +2337,7 @@ ) (wire (pts - (xy 120.65 50.8) (xy 120.65 72.39) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9a212d9a-f434-4f8d-92f5-4178ce1b44d2") - ) - (wire - (pts - (xy 224.79 95.25) (xy 241.3 95.25) + (xy 224.79 95.25) (xy 256.54 95.25) ) (stroke (width 0) @@ -2092,7 +2347,17 @@ ) (wire (pts - (xy 224.79 87.63) (xy 248.92 87.63) + (xy 232.41 50.8) (xy 232.41 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9daf54bb-c1e4-4e48-93d1-91f6cf6f48e6") + ) + (wire + (pts + (xy 224.79 87.63) (xy 243.84 87.63) ) (stroke (width 0) @@ -2100,75 +2365,25 @@ ) (uuid "9ebff4a3-9bc1-482a-92bd-93264904a6a5") ) - (bus + (wire (pts - (xy 55.88 135.89) (xy 55.88 157.48) + (xy 115.57 82.55) (xy 93.98 82.55) ) (stroke (width 0) (type default) ) - (uuid "a0d85f27-22dc-4027-bb02-a7f50269ae1f") + (uuid "a2cb338f-4409-4005-821d-0a7d567338e4") ) (wire (pts - (xy 246.38 50.8) (xy 246.38 67.31) + (xy 124.46 50.8) (xy 124.46 67.31) ) (stroke (width 0) (type default) ) - (uuid "a3fe4e12-7744-431b-a460-af39f397dd44") - ) - (wire - (pts - (xy 231.14 50.8) (xy 231.14 57.15) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a49bee27-8f3b-442d-897e-d84d36366d36") - ) - (wire - (pts - (xy 124.46 50.8) (xy 124.46 69.85) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ad99075f-7af9-4972-893b-50a6bb5afe5f") - ) - (wire - (pts - (xy 255.27 43.18) (xy 260.35 43.18) - ) - (stroke - (width 0) - (type default) - ) - (uuid "afbb4e78-7fb3-444f-937f-6ba6779c7d3d") - ) - (wire - (pts - (xy 93.98 57.15) (xy 100.33 57.15) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b4d21aaf-67de-49cc-b0a8-1bd2096fcba3") - ) - (wire - (pts - (xy 93.98 54.61) (xy 96.52 54.61) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b650c520-2d48-4892-a41d-43e252a115b0") + (uuid "a4eef003-16d8-4fb9-a9f5-6f3b6a6a9f60") ) (wire (pts @@ -2180,36 +2395,6 @@ ) (uuid "b659fa8b-30e2-404b-8a91-c3f5b9d0e9c0") ) - (wire - (pts - (xy 87.63 157.48) (xy 90.17 157.48) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b7d00bc4-c6d7-43b3-a1e3-044e759ba867") - ) - (wire - (pts - (xy 237.49 107.95) (xy 241.3 107.95) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b97d4c0f-64ae-4782-998e-2e0540ec56d7") - ) - (wire - (pts - (xy 111.76 43.18) (xy 115.57 43.18) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b9f629d2-f5f2-48c6-8f7d-ff9c4c016b3d") - ) (wire (pts (xy 68.58 90.17) (xy 68.58 92.71) @@ -2220,6 +2405,16 @@ ) (uuid "ba2c2976-6f71-4bd5-832f-0d5379998ef6") ) + (wire + (pts + (xy 116.84 43.18) (xy 120.65 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bb227bf7-a0a8-4a1e-8bf7-3216480bb8b1") + ) (wire (pts (xy 68.58 92.71) (xy 68.58 95.25) @@ -2232,17 +2427,17 @@ ) (wire (pts - (xy 257.81 72.39) (xy 251.46 72.39) + (xy 240.03 90.17) (xy 256.54 90.17) ) (stroke (width 0) (type default) ) - (uuid "bc5f35d4-816c-4479-8c78-d58a62a4decd") + (uuid "bd2cb418-5085-43c7-85cd-d7885b20f49f") ) (wire (pts - (xy 252.73 80.01) (xy 256.54 80.01) + (xy 224.79 80.01) (xy 251.46 80.01) ) (stroke (width 0) @@ -2252,23 +2447,13 @@ ) (wire (pts - (xy 95.25 43.18) (xy 96.52 43.18) + (xy 236.22 85.09) (xy 256.54 85.09) ) (stroke (width 0) (type default) ) - (uuid "be906cd5-cf16-4ed1-b825-598d48ae0352") - ) - (wire - (pts - (xy 115.57 67.31) (xy 127 67.31) - ) - (stroke - (width 0) - (type default) - ) - (uuid "bf224724-79fe-4a58-956b-2b6a0b4c2f19") + (uuid "c13e6da7-95cd-4a7c-a129-ba6c6d750f56") ) (wire (pts @@ -2282,37 +2467,47 @@ ) (wire (pts - (xy 245.11 85.09) (xy 245.11 100.33) + (xy 193.04 69.85) (xy 199.39 69.85) ) (stroke (width 0) (type default) ) - (uuid "c5ebc785-2044-4c61-8914-6b95a746954e") + (uuid "c8af514f-79ad-45fc-b584-fd492a2d53d2") ) (wire (pts - (xy 234.95 50.8) (xy 234.95 59.69) + (xy 100.33 92.71) (xy 93.98 92.71) ) (stroke (width 0) (type default) ) - (uuid "cb9f4913-69d9-480b-865c-9533c07d7522") + (uuid "c9ca52e0-d829-4e2b-aef0-a2ad22b8b95b") ) (wire (pts - (xy 127 64.77) (xy 111.76 64.77) + (xy 255.27 59.69) (xy 257.81 59.69) ) (stroke (width 0) (type default) ) - (uuid "d0f20626-d95f-47b2-bc76-34bf4af55006") + (uuid "ca77e086-a508-4579-936e-6dc6c0c02c0f") ) (wire (pts - (xy 127 95.25) (xy 93.98 95.25) + (xy 185.42 90.17) (xy 189.23 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d1eb9f14-5c42-4e8e-a53a-e9d27f1c4284") + ) + (wire + (pts + (xy 93.98 95.25) (xy 96.52 95.25) ) (stroke (width 0) @@ -2322,37 +2517,47 @@ ) (wire (pts - (xy 237.49 82.55) (xy 256.54 82.55) + (xy 59.69 69.85) (xy 59.69 81.28) ) (stroke (width 0) (type default) ) - (uuid "d753d37b-649b-4ee6-88f8-78eaaa864f5b") + (uuid "d5b2be36-cf54-45c9-b23f-1a1f5b9b059e") ) (wire (pts - (xy 246.38 67.31) (xy 257.81 67.31) + (xy 104.14 90.17) (xy 127 90.17) ) (stroke (width 0) (type default) ) - (uuid "d83b45aa-482e-447e-a9ef-cafe2861f1c2") + (uuid "d7015c56-24f4-46e5-9a4d-91bd06065836") ) (wire (pts - (xy 255.27 50.8) (xy 255.27 69.85) + (xy 123.19 77.47) (xy 93.98 77.47) ) (stroke (width 0) (type default) ) - (uuid "dd5800af-30f8-4ba7-b047-b730df436663") + (uuid "d833a1f5-e678-4f6e-a52e-09ec1cc73193") ) (wire (pts - (xy 93.98 67.31) (xy 115.57 67.31) + (xy 55.88 88.9) (xy 59.69 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d90d1e13-8052-4abe-8ab8-c461cc628735") + ) + (wire + (pts + (xy 93.98 67.31) (xy 124.46 67.31) ) (stroke (width 0) @@ -2362,67 +2567,27 @@ ) (wire (pts - (xy 50.8 69.85) (xy 68.58 69.85) + (xy 120.65 50.8) (xy 120.65 64.77) ) (stroke (width 0) (type default) ) - (uuid "df9c138e-6c24-4bc0-8d36-adc0b18f6f09") + (uuid "e5afb0cf-8823-4b30-bfbf-8e9017abb6cc") ) (wire (pts - (xy 100.33 50.8) (xy 100.33 57.15) + (xy 115.57 82.55) (xy 115.57 99.06) ) (stroke (width 0) (type default) ) - (uuid "e08bd1bc-9566-4f2f-a98d-7cd19b978bb4") + (uuid "e9d46283-3c6e-4e5a-bdac-ef80958bc3eb") ) (wire (pts - (xy 227.33 50.8) (xy 227.33 54.61) - ) - (stroke - (width 0) - (type default) - ) - (uuid "e33905fc-73b8-4b1f-b057-065076b4380d") - ) - (wire - (pts - (xy 257.81 57.15) (xy 231.14 57.15) - ) - (stroke - (width 0) - (type default) - ) - (uuid "e4b803f4-cd07-489a-abc3-01229e84389b") - ) - (wire - (pts - (xy 87.63 168.91) (xy 90.17 168.91) - ) - (stroke - (width 0) - (type default) - ) - (uuid "e9eb8c84-ca37-4b1c-8548-dd1629559a62") - ) - (wire - (pts - (xy 226.06 43.18) (xy 227.33 43.18) - ) - (stroke - (width 0) - (type default) - ) - (uuid "eab56fbc-704e-452e-a027-db66e1b114c9") - ) - (wire - (pts - (xy 127 72.39) (xy 120.65 72.39) + (xy 93.98 72.39) (xy 127 72.39) ) (stroke (width 0) @@ -2432,7 +2597,7 @@ ) (wire (pts - (xy 127 57.15) (xy 100.33 57.15) + (xy 93.98 57.15) (xy 127 57.15) ) (stroke (width 0) @@ -2450,6 +2615,16 @@ ) (uuid "f01421a8-f50d-4189-a98d-590c94d43bac") ) + (wire + (pts + (xy 104.14 90.17) (xy 104.14 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f1bf9ff7-bc69-4123-abe7-4dac16d988fb") + ) (wire (pts (xy 81.28 45.72) (xy 81.28 41.91) @@ -2462,123 +2637,67 @@ ) (wire (pts - (xy 252.73 107.95) (xy 265.43 107.95) + (xy 189.23 77.47) (xy 199.39 77.47) ) (stroke (width 0) (type default) ) - (uuid "f43e145c-f147-4554-b619-f8a5945d3da4") + (uuid "f7eb6ef2-e7db-4442-8fe1-04f7bff8a2c0") ) (wire (pts - (xy 224.79 92.71) (xy 256.54 92.71) + (xy 240.03 50.8) (xy 240.03 90.17) ) (stroke (width 0) (type default) ) - (uuid "f7597a87-2145-4145-a7be-852ad1f8decd") + (uuid "f91df128-e382-4faa-be1d-582126c92182") ) (wire (pts - (xy 181.61 90.17) (xy 199.39 90.17) + (xy 251.46 80.01) (xy 256.54 80.01) ) (stroke (width 0) (type default) ) - (uuid "fdbd07d2-4c55-43ef-bb96-1fe536670cf9") + (uuid "f9bd7491-3eaa-4631-b874-596449ab1a1a") ) (wire (pts - (xy 257.81 54.61) (xy 227.33 54.61) + (xy 107.95 87.63) (xy 127 87.63) ) (stroke (width 0) (type default) ) - (uuid "fe86b939-ae5f-4a97-a3c6-b4267061c90c") + (uuid "fd5db613-a322-4e7f-a899-6dc111d16bd9") ) - (label "DEV_MAN_1_RESET" - (at 196.85 77.47 180) + (global_label "JACK_DETECT" + (shape input) + (at 127 85.09 0) + (fields_autoplaced yes) (effects (font (size 1.27 1.27) ) - (justify right bottom) + (justify left) ) - (uuid "34a019f0-d136-4daf-88c5-b32a891c8c9c") - ) - (label "DEV_MAN_0_INTA" - (at 50.8 137.16 270) - (effects - (font - (size 1.27 1.27) + (uuid "0497ea88-4c3a-4082-915f-56587cc1d569") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 142.3222 85.09 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) ) - (justify right bottom) ) - (uuid "3a621869-b5c8-44d9-93fd-6449cae0e495") - ) - (label "DEV_MAN_0_INTA" - (at 64.77 69.85 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "44a93824-1d26-49b1-b153-6f45013df0f9") - ) - (label "DEV_MAN_1_RESET" - (at 55.88 173.99 270) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "8dba5b98-65b9-4ae1-8bf3-c24474dc9633") - ) - (label "DEV_MAN_0_RESET" - (at 66.04 77.47 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "a99b0361-ac46-47fd-bef2-c01e9ac20328") - ) - (label "DEV_MAN_1_INTA" - (at 55.88 137.16 270) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "b10eb698-8db5-4b84-9497-330e89eb5f33") - ) - (label "DEV_MAN_1_INTA" - (at 196.85 69.85 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "e410d846-47e5-4229-ab9f-fb9e360f0f1e") - ) - (label "DEV_MAN_0_RESET" - (at 50.8 173.99 270) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "fe33dcdf-490f-4b88-9798-949f7831a998") ) (global_label "SPI_MOSI" (shape input) @@ -2604,79 +2723,7 @@ ) ) ) - (global_label "SI4684_ANTENNA_SEL" - (shape output) - (at 127 69.85 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "1ec59d9d-6928-42c4-8251-7fa807903973") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 150.2446 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "TPS63020_PG" - (shape input) - (at 127 85.09 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "1f2da6f7-be5c-4bc6-ba6d-0b2e03105ddc") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 142.9874 85.09 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "CODER_RESET" - (shape output) - (at 256.54 95.25 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "1fe71387-3b90-43a6-af9c-30257276e86b") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 272.5274 95.25 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "MIC_DETECT" + (global_label "TEMP_ALERT_POWER" (shape input) (at 256.54 82.55 0) (fields_autoplaced yes) @@ -2686,225 +2733,9 @@ ) (justify left) ) - (uuid "21676cdd-0a80-4790-9b5a-91faf35220e7") + (uuid "0b25316a-8c09-4aeb-a192-1986a4854fb0") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 270.5922 82.55 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "3V3_DIGITAL" - (shape input) - (at 212.09 41.91 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "2843c48e-78f7-460f-9ed5-0f1eb0ff9d5c") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 212.09 27.6157 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "BQ27441_GPOUT" - (shape input) - (at 127 82.55 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "2fffc931-4035-40f4-8079-b97f59fd88c6") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 145.7694 82.55 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "CODER_POWER_EN" - (shape output) - (at 127 64.77 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "34933f4f-c47a-45aa-920a-2a32bac67206") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 147.1603 64.77 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "BT_POWER_EN" - (shape output) - (at 127 59.69 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "35b9435a-d802-455c-a2e1-1a68325e87d7") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 143.1084 59.69 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "BT1035_RESET" - (shape output) - (at 257.81 67.31 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "3739e709-e0c6-4a09-b77a-20b0b0f96d47") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 274.5835 67.31 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "DEVICE_MANAGER_RST" - (shape input) - (at 40.64 168.91 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "39dc8f8e-874b-493f-aa34-514b5c38b2a4") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 17.093 168.91 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "SI4684_SMODE" - (shape output) - (at 257.81 62.23 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "3e7f9872-0a94-4ee4-8db6-a3f68cee97e0") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 274.8255 62.23 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "LINE_OUT_DETECT" - (shape input) - (at 256.54 87.63 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "411d496f-fa13-4767-92ad-c83de4c8aeba") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 275.9746 87.63 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "3V3_DIGITAL" - (shape input) - (at 90.17 157.48 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "41301175-c500-4e81-890f-11f044affddd") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 104.4643 157.48 0) + (at 278.2726 82.55 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2918,7 +2749,7 @@ ) (global_label "ETHERNET_POWER_EN" (shape output) - (at 127 67.31 0) + (at 257.81 69.85 0) (fields_autoplaced yes) (effects (font @@ -2926,9 +2757,9 @@ ) (justify left) ) - (uuid "494b62ba-469d-4289-85d1-a876f73701c3") + (uuid "0b6f85da-1e1d-4063-afb7-21b22245f48c") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 150.184 67.31 0) + (at 280.994 69.85 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2940,19 +2771,19 @@ ) ) ) - (global_label "TOS_POWER_EN" - (shape output) - (at 127 62.23 0) + (global_label "DEV_MAN_B_RESET" + (shape input) + (at 179.07 77.47 180) (fields_autoplaced yes) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) - (uuid "530a2dcf-e69d-4a53-b470-94b014fbbd47") + (uuid "1382d944-4963-46a1-a96d-5797515e44f1") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 144.3784 62.23 0) + (at 158.7888 77.47 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2960,23 +2791,23 @@ (font (size 1.27 1.27) ) - (justify left) + (justify right) ) ) ) - (global_label "SI4684_RESET" - (shape output) - (at 257.81 59.69 0) + (global_label "DEV_MAN_A_RESET" + (shape input) + (at 46.99 77.47 180) (fields_autoplaced yes) (effects (font (size 1.27 1.27) ) - (justify left) + (justify right) ) - (uuid "532ec279-8899-4e78-a4c7-25565d0bb7e7") + (uuid "1b9cc60b-8d4a-48dd-af04-eca6c3836d82") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 274.1602 59.69 0) + (at 26.8902 77.47 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -2984,11 +2815,11 @@ (font (size 1.27 1.27) ) - (justify left) + (justify right) ) ) ) - (global_label "JACK_DETECT" + (global_label "INA228_DIGITAL_ALERT" (shape input) (at 256.54 80.01 0) (fields_autoplaced yes) @@ -2998,9 +2829,9 @@ ) (justify left) ) - (uuid "56cdceca-50f1-4084-9785-626783c65e33") + (uuid "200dab8d-d20f-4081-a9f8-dba2d03ea52c") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 271.8622 80.01 0) + (at 280.45 80.01 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3012,7 +2843,127 @@ ) ) ) - (global_label "RADIO_POWER_EN" + (global_label "ADAU1467_SELFBOOT" + (shape output) + (at 127 67.31 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "2d6859eb-7a2c-4935-9512-5ec28d9f440f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 149.9423 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "LINE_OUT_DETECT" + (shape input) + (at 127 82.55 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "317d25ec-0d73-431f-8b5d-376e8cbfb251") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 146.4346 82.55 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ETH_RST#" + (shape output) + (at 257.81 64.77 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "371bbcf8-b650-444c-bb78-8a7a800c15aa") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 269.927 64.77 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "UART_RESET" + (shape output) + (at 257.81 59.69 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "39175fae-8b79-4cac-8de8-e1d08ddfd431") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 272.1646 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "BQ25896_PG#" + (shape input) + (at 127 90.17 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "3b393753-e87f-4f5a-a18a-6613421ccae8") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 143.4108 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "SI4684_SMODE" (shape output) (at 127 57.15 0) (fields_autoplaced yes) @@ -3022,9 +2973,9 @@ ) (justify left) ) - (uuid "57b27316-67ba-455b-bffc-5a57216f9a16") + (uuid "4239e09e-aaa9-4a30-863e-d95abb741f46") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 146.4347 57.15 0) + (at 144.0155 57.15 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3036,9 +2987,9 @@ ) ) ) - (global_label "UART_INT" - (shape input) - (at 127 95.25 0) + (global_label "BQ25896_PSEL" + (shape output) + (at 257.81 72.39 0) (fields_autoplaced yes) (effects (font @@ -3046,9 +2997,33 @@ ) (justify left) ) - (uuid "61a7e737-7c21-43c6-bf81-df57639b04ab") + (uuid "4e3032ae-7e3b-4be5-9daf-416a7ce70f41") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 138.5124 95.25 0) + (at 275.0674 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "BT1035_RESET" + (shape output) + (at 257.81 54.61 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "4fefed4a-e0ea-4b2b-a075-1f9d98cd61ae") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 274.5835 54.61 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3084,6 +3059,30 @@ ) ) ) + (global_label "INA228_ANALOG_ALERT" + (shape input) + (at 256.54 77.47 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "6c14e837-95a1-45ce-ab37-f2dbafb56cb8") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 280.7524 77.47 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 181.61 59.69 180) @@ -3108,54 +3107,6 @@ ) ) ) - (global_label "LINE_IN_DETECT" - (shape input) - (at 256.54 85.09 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "7401bf7a-c5cd-4161-8c3f-8940f763f3f7") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 274.2813 85.09 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "DEVICE_MANAGER_INT" - (shape input) - (at 39.37 157.48 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "74c65e8d-bae8-4531-91bf-233036eb9e82") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 16.3672 157.48 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "SPI_MISO" (shape input) (at 50.8 62.23 180) @@ -3180,7 +3131,7 @@ ) ) ) - (global_label "INA228_ANALOG_ALERT" + (global_label "BQ25896_INT" (shape input) (at 127 87.63 0) (fields_autoplaced yes) @@ -3190,417 +3141,9 @@ ) (justify left) ) - (uuid "7d64d1b9-3720-426c-aee9-33b6859e794f") + (uuid "7e22309b-4ef8-4ffe-801a-00234965001b") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 151.2124 87.63 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "3V3_DIGITAL" - (shape input) - (at 265.43 107.95 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "7f25ff53-8eac-4209-a983-d3713dd7ec2f") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 279.7243 107.95 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "3V3_DIGITAL" - (shape input) - (at 129.54 43.18 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "8cd92110-5915-4f05-9e21-b20b1bafcbdf") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 143.8343 43.18 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "SPI_DEV_MAN_CS" - (shape input) - (at 50.8 54.61 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "8d87be26-2abc-4fc2-bf17-779d5ea7ea05") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 31.9701 54.61 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "SI4684_INT" - (shape input) - (at 256.54 77.47 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "9f2fb33a-59ed-480f-8d43-35bc909d6c8b") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 270.048 77.47 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "BQ25896_PSEL" - (shape output) - (at 127 72.39 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "a300ac20-906c-4902-a4e7-4f2dab31ae2a") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 144.2574 72.39 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "BT1035_SYSCTRL" - (shape output) - (at 257.81 69.85 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "a6d6da7c-437c-4152-820b-f87ad36dd39e") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 276.8817 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "BQ25896_INT" - (shape input) - (at 127 77.47 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "a840c1f6-4b19-4b91-aabc-1a74eaf0438b") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 142.5037 77.47 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "ADAU1467_SELFBOOT" - (shape output) - (at 257.81 57.15 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "ac6f479b-ca62-4283-baad-15092b741aad") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 280.7523 57.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "INA228_DIGITAL_ALERT" - (shape input) - (at 127 90.17 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "b1270a28-48d8-4635-b87c-c78bab7a36d7") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 150.91 90.17 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "BQ25896_PG#" - (shape input) - (at 127 80.01 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "b17708be-4b5e-4314-93e3-88f2e6298d56") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 143.4108 80.01 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "SPI_DEV_MAN_CS" - (shape input) - (at 181.61 54.61 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "b4a11604-13e7-485e-86b1-cf391c2ece7d") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 162.7801 54.61 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "SI4684_ANT_SEL" - (shape output) - (at 257.81 64.77 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "b544e443-95f8-49f2-9b0d-e8f67e9a5490") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 276.156 64.77 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "3V3_DIGITAL" - (shape input) - (at 260.35 43.18 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "c7ebe3ad-eb61-4672-aa23-635503904263") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 274.6443 43.18 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "3V3_DIGITAL" - (shape input) - (at 90.17 168.91 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "d9876d30-5b99-4110-b75b-67e93728da3d") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 104.4643 168.91 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "AU_POWER_EN" - (shape output) - (at 127 54.61 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "e042c839-232d-4add-8b6f-cee8a7248bde") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 143.2899 54.61 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "3V3_DIGITAL" - (shape input) - (at 81.28 41.91 90) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "e80822f6-6e47-41b5-a89e-9213e8df0597") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 81.28 27.6157 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "JACK_DETECT" - (shape input) - (at 127 92.71 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "eff0a320-16ed-4d40-8906-823b1a04efc2") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 142.3222 92.71 0) + (at 142.5037 87.63 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3614,7 +3157,7 @@ ) (global_label "ADAU1467_RESET" (shape output) - (at 257.81 54.61 0) + (at 127 64.77 0) (fields_autoplaced yes) (effects (font @@ -3622,9 +3165,9 @@ ) (justify left) ) - (uuid "f420a496-4757-4002-83ee-9335250a547b") + (uuid "7f8aaacc-1f04-4cee-a075-b385cefc05cd") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 277.1236 54.61 0) + (at 146.3136 64.77 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3636,33 +3179,33 @@ ) ) ) - (global_label "UART_RESET" - (shape output) - (at 257.81 72.39 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "f70f937e-d2a3-4ffa-a2e5-55150ccdfaa7") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 272.1646 72.39 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "3V3_DIGITAL" + (global_label "BQ27441_GPOUT" (shape input) - (at 181.61 90.17 180) + (at 127 92.71 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "862e423d-8aea-4031-b0cc-2155480d357a") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 145.7694 92.71 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DEV_MAN_B_INT" + (shape output) + (at 179.07 69.85 180) (fields_autoplaced yes) (effects (font @@ -3670,9 +3213,9 @@ ) (justify right) ) - (uuid "fa178174-3917-4b31-a524-2bf659e3724e") + (uuid "86d83306-1af7-46f9-ac41-cc980db1e10d") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 167.3157 90.17 0) + (at 161.631 69.85 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3684,6 +3227,390 @@ ) ) ) + (global_label "TEMP_ALERT_CODEC" + (shape input) + (at 256.54 90.17 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "8933be64-be6d-4c38-a7fd-b1df08a307cd") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 278.0912 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "SPI_DEV_MAN_A_CS" + (shape input) + (at 50.8 54.61 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "8d87be26-2abc-4fc2-bf17-779d5ea7ea05") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 29.9139 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "TPS63020_PG" + (shape input) + (at 127 95.25 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "9489db74-895e-437f-860c-7785cdf6e5bb") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 142.9874 95.25 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "MIC_DETECT" + (shape input) + (at 127 77.47 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "96b3f861-7a75-4333-b4ec-b96af3ad32ce") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 141.0522 77.47 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "DEV_MAN_A_INT" + (shape output) + (at 46.99 69.85 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "9c0885fa-81de-4bf0-9610-672982e7dc41") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 29.7324 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "LINE_IN_DETECT" + (shape input) + (at 127 80.01 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "a70e8c2c-6124-43fb-9147-5d4f148338d9") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 144.7413 80.01 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "ANALOG_POWER_EN" + (shape output) + (at 257.81 67.31 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "a821b410-cc2e-4158-a637-e499216390f4") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 278.8171 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "SI4684_RESET" + (shape output) + (at 127 54.61 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "a8d0f0a7-e5af-4537-a334-5dcbde3e2fc6") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 143.3502 54.61 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "SI4684_ANT_SEL" + (shape output) + (at 127 59.69 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "b03f89a5-e48c-4951-a4e3-05ec3c3fbf1b") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 145.346 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "SPI_DEV_MAN_B_CS" + (shape input) + (at 181.61 54.61 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b4a11604-13e7-485e-86b1-cf391c2ece7d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 160.5425 54.61 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 257.81 62.23 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "c0f6196f-74b2-4e23-9a78-5dcbd3745256") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 269.3224 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "TEMP_ALERT_DSP" + (shape input) + (at 256.54 87.63 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "c7a32b52-b0d5-4646-bf5e-8325a7149daa") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 275.5512 87.63 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "MIC_SOURCE_SELECT" + (shape output) + (at 127 72.39 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "d519bf56-5183-4124-8bff-258e4fad0c43") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 149.5793 72.39 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "TEMP_ALERT_ESP32" + (shape input) + (at 256.54 85.09 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "e4813b9d-79c8-42f4-a2d1-529ca5be10e1") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 277.8492 85.09 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "BT1035_SYSCTRL" + (shape output) + (at 257.81 57.15 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "f1566871-b21f-4c03-a4f9-b6d0f9e91901") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 276.8817 57.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) + (global_label "SI4684_INT" + (shape input) + (at 127 62.23 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "f281ffc0-5e05-439d-916f-8ec9df672975") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 140.508 62.23 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + ) (global_label "SPI_CLK" (shape input) (at 181.61 57.15 180) @@ -3732,6 +3659,175 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 107.95 102.87 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "06802d7b-52ee-4a6e-b15d-3e35f68b9814") + (property "Reference" "R85" + (at 105.918 102.616 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 108.712 102.87 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 109.728 102.87 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 107.95 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0710KL" + (at 107.95 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 107.95 102.87 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f1c3d587-26e9-4acc-9545-64e335f333c3") + ) + (pin "2" + (uuid "43983a51-c0b4-4fb1-9476-4a04dcf20b97") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "R85") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 257.81 43.18 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "0c453ed5-0696-4250-a22a-29bee53a092d") + (property "Reference" "#PWR0244" + (at 254 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 261.62 43.18 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 257.81 43.18 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 257.81 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "72773a10-312d-4fb7-99a4-ae712edb5dff") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "#PWR0244") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 78.74 100.33 0) @@ -3810,6 +3906,84 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 123.19 106.68 270) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "0cd48226-2f68-4ecc-af07-32422d2982f0") + (property "Reference" "#PWR0255" + (at 119.38 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 127 106.68 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 123.19 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 123.19 106.68 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 123.19 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6fa5b37b-c9be-4cab-897d-f507b3b32310") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "#PWR0255") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 77.47 45.72 90) @@ -3863,7 +4037,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71H104KA01L" + (at 77.47 45.72 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 77.47 45.72 90) (hide yes) (show_name no) @@ -3891,7 +4076,7 @@ ) (symbol (lib_id "Device:R") - (at 231.14 46.99 180) + (at 228.6 46.99 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -3901,7 +4086,7 @@ (dnp no) (uuid "13e7cf90-ff15-4c6c-9845-50da6c3c6fe2") (property "Reference" "R50" - (at 229.108 47.244 90) + (at 226.568 47.244 90) (show_name no) (do_not_autoplace no) (effects @@ -3911,7 +4096,7 @@ ) ) (property "Value" "10K" - (at 231.902 46.99 90) + (at 229.362 46.99 90) (show_name no) (do_not_autoplace no) (effects @@ -3922,7 +4107,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 232.918 46.99 90) + (at 230.378 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -3933,7 +4118,7 @@ ) ) (property "Datasheet" "" - (at 231.14 46.99 0) + (at 228.6 46.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3943,8 +4128,19 @@ ) ) ) - (property "Description" "Resistor" - (at 231.14 46.99 0) + (property "Description" "RC0805FR-0710KL" + (at 228.6 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 228.6 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4022,7 +4218,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71H104KA01L" + (at 208.28 45.72 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 208.28 45.72 90) (hide yes) (show_name no) @@ -4102,7 +4309,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 120.65 46.99 0) (hide yes) (show_name no) @@ -4113,6 +4320,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 120.65 46.99 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "ad94e35e-5d6e-4a52-bfd2-0119762a9147") ) @@ -4130,7 +4348,8 @@ ) (symbol (lib_id "Device:R") - (at 234.95 46.99 180) + (at 96.52 102.87 0) + (mirror y) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4138,9 +4357,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "238b3726-c286-4e54-9e9f-a2fa5999b830") - (property "Reference" "R64" - (at 232.918 47.244 90) + (uuid "24807a41-541e-46b3-aa09-0fdc5eb664eb") + (property "Reference" "R82" + (at 94.488 102.616 90) (show_name no) (do_not_autoplace no) (effects @@ -4150,7 +4369,7 @@ ) ) (property "Value" "10K" - (at 235.712 46.99 90) + (at 97.282 102.87 90) (show_name no) (do_not_autoplace no) (effects @@ -4161,7 +4380,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 236.728 46.99 90) + (at 98.298 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4172,7 +4391,7 @@ ) ) (property "Datasheet" "" - (at 234.95 46.99 0) + (at 96.52 102.87 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4182,8 +4401,19 @@ ) ) ) - (property "Description" "Resistor" - (at 234.95 46.99 0) + (property "Description" "RC0805FR-0710KL" + (at 96.52 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 96.52 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4194,15 +4424,15 @@ ) ) (pin "1" - (uuid "175a83ec-dcb8-4eb4-962b-2d4b344c9b00") + (uuid "5916f647-a078-45cf-a1e9-e23cf13fb2d2") ) (pin "2" - (uuid "e540a3f4-36ee-4aa0-8244-795fb08b4d1d") + (uuid "91409a36-c109-41e3-86b5-6a80b63595c8") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R64") + (reference "R82") (unit 1) ) ) @@ -4210,7 +4440,7 @@ ) (symbol (lib_id "Device:R") - (at 115.57 46.99 180) + (at 116.84 46.99 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4220,7 +4450,7 @@ (dnp no) (uuid "2b12b339-2b6e-4154-b5e5-e1a28ee662f9") (property "Reference" "R33" - (at 113.538 47.244 90) + (at 114.808 47.244 90) (show_name no) (do_not_autoplace no) (effects @@ -4230,7 +4460,7 @@ ) ) (property "Value" "10K" - (at 116.078 46.99 90) + (at 117.348 46.99 90) (show_name no) (do_not_autoplace no) (effects @@ -4241,7 +4471,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 117.348 46.99 90) + (at 118.618 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4252,7 +4482,7 @@ ) ) (property "Datasheet" "" - (at 115.57 46.99 0) + (at 116.84 46.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4262,8 +4492,19 @@ ) ) ) - (property "Description" "Resistor" - (at 115.57 46.99 0) + (property "Description" "RC0805FR-0710KL" + (at 116.84 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 116.84 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4290,8 +4531,7 @@ ) (symbol (lib_id "Device:R") - (at 248.92 104.14 0) - (mirror y) + (at 243.84 46.99 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4299,9 +4539,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "2e6428bb-1187-4a14-8604-18abf7dbffd1") - (property "Reference" "R62" - (at 246.888 103.886 90) + (uuid "394f6d62-cd07-4962-b4ce-740e90f0b841") + (property "Reference" "R71" + (at 241.808 47.244 90) (show_name no) (do_not_autoplace no) (effects @@ -4311,7 +4551,7 @@ ) ) (property "Value" "10K" - (at 249.682 104.14 90) + (at 244.602 47.244 90) (show_name no) (do_not_autoplace no) (effects @@ -4322,7 +4562,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 250.698 104.14 90) + (at 245.618 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4333,7 +4573,7 @@ ) ) (property "Datasheet" "" - (at 248.92 104.14 0) + (at 243.84 46.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4343,8 +4583,19 @@ ) ) ) - (property "Description" "Resistor" - (at 248.92 104.14 0) + (property "Description" "RC0805FR-0710KL" + (at 243.84 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 243.84 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4355,15 +4606,198 @@ ) ) (pin "1" - (uuid "9fde3e1a-0afc-4b76-a7d1-fbe24aac042e") + (uuid "4dee56e8-a395-4e6a-bfb6-060ac64066d8") ) (pin "2" - (uuid "0e266802-686f-43d7-b43f-1f9c6d5b0772") + (uuid "cfcb0b58-1b51-4b19-8683-8166c3862833") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R62") + (reference "R71") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 236.22 46.99 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "4270f2d8-c637-473a-9f82-33a572cd7bbf") + (property "Reference" "R53" + (at 234.188 47.244 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 236.982 46.99 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 237.998 46.99 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 236.22 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0710KL" + (at 236.22 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 236.22 46.99 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7370ac1d-fe2e-4cb8-9926-119d9b5776ed") + ) + (pin "2" + (uuid "c0cbc044-3cfd-4f7d-ab3e-5b756b9cb486") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "R53") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 100.33 102.87 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "4dd638e9-fc9f-4298-81bb-35565c0ca4e5") + (property "Reference" "R83" + (at 98.298 102.616 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 101.092 102.87 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 102.108 102.87 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 100.33 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0710KL" + (at 100.33 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 100.33 102.87 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7b52a4a0-3c39-4eff-9b01-436812393b86") + ) + (pin "2" + (uuid "0e2c038c-7dc5-483d-996a-05bee85f92d2") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "R83") (unit 1) ) ) @@ -4379,7 +4813,6 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) (uuid "4e5cefde-ed00-4efb-9477-be5a2fb2f07e") (property "Reference" "U36" (at 214.2333 46.99 0) @@ -4392,8 +4825,8 @@ (justify left) ) ) - (property "Value" "MCP23S17x-x-ML" - (at 214.2333 49.53 0) + (property "Value" "MCP23S17-E/ML" + (at 212.344 79.756 90) (show_name no) (do_not_autoplace no) (effects @@ -4427,7 +4860,18 @@ (justify left) ) ) - (property "Description" "16-bit I/O expander, SPI, interrupts, w pull-ups, QFN-28" + (property "Description" "MCP23S17-E/ML" + (at 212.09 74.93 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "MCP23S17-E/ML" (at 212.09 74.93 0) (hide yes) (show_name no) @@ -4534,327 +4978,6 @@ ) ) ) - (symbol - (lib_id "Device:R") - (at 246.38 46.99 180) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "56fa165f-0f27-42a8-885c-4a89bcc55adc") - (property "Reference" "R67" - (at 244.348 47.244 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10K" - (at 246.888 46.99 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify top) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 248.158 46.99 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 246.38 46.99 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Resistor" - (at 246.38 46.99 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "7c5622c1-1f14-4575-9e5a-d9e8228e76af") - ) - (pin "2" - (uuid "08f1bc12-56ff-447c-bb56-625d4ac49a24") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R67") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 255.27 46.99 180) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "5a6d9229-5df3-432b-8d5d-48f8de335c24") - (property "Reference" "R69" - (at 253.238 47.244 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10K" - (at 256.032 47.244 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify top) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 257.048 46.99 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 255.27 46.99 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Resistor" - (at 255.27 46.99 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "25a27c3f-4486-4ec8-b329-9611e361260f") - ) - (pin "2" - (uuid "ad56a18b-b337-471d-9016-ed77c61a877f") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R69") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 252.73 104.14 0) - (mirror y) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "5ea241e9-3481-4903-af25-0c8ce379e78f") - (property "Reference" "R63" - (at 250.698 103.886 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10K" - (at 253.492 103.886 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify top) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 254.508 104.14 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 252.73 104.14 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Resistor" - (at 252.73 104.14 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "4d7ac67a-5863-4449-9888-f0deb07df01f") - ) - (pin "2" - (uuid "0c3e7471-aa1a-4934-ae0f-6e9c000294c1") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R63") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 111.76 46.99 180) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "63579e48-06a7-4355-9d59-a105ae046f16") - (property "Reference" "R22" - (at 109.728 47.244 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10K" - (at 112.268 46.99 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify top) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 113.538 46.99 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 111.76 46.99 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Resistor" - (at 111.76 46.99 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "6f7b8811-9abc-4c7f-85e5-f0c3708c4e96") - ) - (pin "2" - (uuid "126ddf9b-7f8c-48f7-80f8-447f25b843dc") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R22") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:GND") (at 204.47 45.72 0) @@ -4935,7 +5058,7 @@ ) (symbol (lib_id "Device:R") - (at 104.14 46.99 180) + (at 240.03 46.99 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4943,9 +5066,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "64c6aaa8-cd8b-496c-9ccb-1b82f5ecaf90") - (property "Reference" "R20" - (at 102.108 47.244 90) + (uuid "6795a19a-4fea-4c14-80e0-398bcdbbd4b9") + (property "Reference" "R70" + (at 237.998 47.244 90) (show_name no) (do_not_autoplace no) (effects @@ -4955,7 +5078,7 @@ ) ) (property "Value" "10K" - (at 104.902 46.99 90) + (at 240.792 46.99 90) (show_name no) (do_not_autoplace no) (effects @@ -4966,7 +5089,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 105.918 46.99 90) + (at 241.808 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4977,7 +5100,7 @@ ) ) (property "Datasheet" "" - (at 104.14 46.99 0) + (at 240.03 46.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4987,8 +5110,19 @@ ) ) ) - (property "Description" "Resistor" - (at 104.14 46.99 0) + (property "Description" "RC0805FR-0710KL" + (at 240.03 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 240.03 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4999,15 +5133,92 @@ ) ) (pin "1" - (uuid "c1edaa78-2fe6-4e1f-9d0d-c377137ee94c") + (uuid "fa6d0ff2-5575-46f1-95da-bc99d187c3b8") ) (pin "2" - (uuid "c9fa3fd4-32c9-4e36-8a11-e6d8e4487f57") + (uuid "5f7d72b0-7e1d-4d3b-b32e-83e6d1acb056") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R20") + (reference "R70") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 81.28 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 "73b78e82-a502-469c-aa93-d4fc9e48fcac") + (property "Reference" "#PWR0237" + (at 81.28 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 81.28 38.1 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 81.28 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 81.28 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 81.28 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f55f345a-c917-438b-82c0-15fa7d3cebe2") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "#PWR0237") (unit 1) ) ) @@ -5015,7 +5226,7 @@ ) (symbol (lib_id "Device:R") - (at 245.11 104.14 0) + (at 193.04 86.36 0) (mirror y) (unit 1) (body_style 1) @@ -5024,9 +5235,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "676f8616-8ca8-46d8-a648-d93d73eb37b4") - (property "Reference" "R61" - (at 243.078 103.886 90) + (uuid "7652b30e-95fa-45ef-a356-c11bc171c740") + (property "Reference" "R93" + (at 191.008 86.106 90) (show_name no) (do_not_autoplace no) (effects @@ -5036,7 +5247,7 @@ ) ) (property "Value" "10K" - (at 245.618 104.14 90) + (at 193.802 86.36 90) (show_name no) (do_not_autoplace no) (effects @@ -5047,7 +5258,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 246.888 104.14 90) + (at 194.818 86.36 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5058,7 +5269,7 @@ ) ) (property "Datasheet" "" - (at 245.11 104.14 0) + (at 193.04 86.36 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5068,8 +5279,19 @@ ) ) ) - (property "Description" "Resistor" - (at 245.11 104.14 0) + (property "Description" "RC0805FR-0710KL" + (at 193.04 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 193.04 86.36 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5080,95 +5302,15 @@ ) ) (pin "1" - (uuid "1e558076-4350-4cd8-96f4-7a0f7366496a") + (uuid "c3e45b97-1e6e-438f-9a1b-930b827088cb") ) (pin "2" - (uuid "8c83b2ac-601f-436a-a294-cfbfd983e0f2") + (uuid "618a9ad2-322e-4d3f-b748-cc86e66e6acf") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R61") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 242.57 46.99 180) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "6782df78-f3f2-4ec7-9420-762d164e7335") - (property "Reference" "R66" - (at 240.538 47.244 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10K" - (at 243.078 46.99 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify top) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 244.348 46.99 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 242.57 46.99 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Resistor" - (at 242.57 46.99 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "55677e3b-c709-478a-a8ab-d3638e653373") - ) - (pin "2" - (uuid "43f626d5-9756-4a27-a90e-418303ea5697") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R66") + (reference "R93") (unit 1) ) ) @@ -5254,7 +5396,8 @@ ) (symbol (lib_id "Device:R") - (at 238.76 46.99 180) + (at 111.76 102.87 0) + (mirror y) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5262,9 +5405,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "7e052dbd-10c2-4ec4-9ab9-bf4a1aff34e8") - (property "Reference" "R65" - (at 236.728 47.244 90) + (uuid "84cb8a74-0da5-481d-95d4-7ebd8cf6b54b") + (property "Reference" "R86" + (at 109.728 102.616 90) (show_name no) (do_not_autoplace no) (effects @@ -5274,7 +5417,7 @@ ) ) (property "Value" "10K" - (at 239.522 46.99 90) + (at 112.268 102.87 90) (show_name no) (do_not_autoplace no) (effects @@ -5285,7 +5428,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 240.538 46.99 90) + (at 113.538 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5296,7 +5439,7 @@ ) ) (property "Datasheet" "" - (at 238.76 46.99 0) + (at 111.76 102.87 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5306,8 +5449,19 @@ ) ) ) - (property "Description" "Resistor" - (at 238.76 46.99 0) + (property "Description" "RC0805FR-0710KL" + (at 111.76 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 111.76 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5318,15 +5472,15 @@ ) ) (pin "1" - (uuid "caecd34a-a185-4c67-ac6c-f91ddc714af1") + (uuid "043a2ff5-c9f1-4731-a508-e655ed5bb4df") ) (pin "2" - (uuid "6fc5f61e-544e-43d4-94f0-1283df7df1b8") + (uuid "11177d61-9f92-49a6-a5c7-27119e5e1ad8") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R65") + (reference "R86") (unit 1) ) ) @@ -5487,6 +5641,83 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 129.54 43.18 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "8aca2320-17f8-49d5-a8dc-8e3886cb3ce8") + (property "Reference" "#PWR0238" + (at 125.73 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 133.35 43.18 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 129.54 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 129.54 43.18 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 129.54 43.18 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "82df82f4-2432-4c77-8a63-f3c30f31db0d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "#PWR0238") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 209.55 100.33 0) @@ -5567,7 +5798,7 @@ ) (symbol (lib_id "Device:R") - (at 251.46 46.99 180) + (at 247.65 46.99 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5575,9 +5806,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "95fa7075-9ee3-4804-8bcd-ba5aee81ec19") - (property "Reference" "R68" - (at 249.428 47.244 90) + (uuid "97be3e66-9ccc-4414-a284-1f0145849a5c") + (property "Reference" "R49" + (at 245.618 47.244 90) (show_name no) (do_not_autoplace no) (effects @@ -5587,7 +5818,7 @@ ) ) (property "Value" "10K" - (at 252.222 46.99 90) + (at 248.412 46.99 90) (show_name no) (do_not_autoplace no) (effects @@ -5598,7 +5829,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 253.238 46.99 90) + (at 249.428 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5609,7 +5840,7 @@ ) ) (property "Datasheet" "" - (at 251.46 46.99 0) + (at 247.65 46.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5619,8 +5850,19 @@ ) ) ) - (property "Description" "Resistor" - (at 251.46 46.99 0) + (property "Description" "RC0805FR-0710KL" + (at 247.65 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 247.65 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5631,15 +5873,15 @@ ) ) (pin "1" - (uuid "2021d86c-b1c2-4a8b-9af7-c65a053374ca") + (uuid "4caf4b30-99fc-4122-b95a-006f379fed71") ) (pin "2" - (uuid "7547d5c9-af58-4fbc-833b-1e8d857a9833") + (uuid "94174674-c2e1-4b51-8b4f-23250a0887aa") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R68") + (reference "R49") (unit 1) ) ) @@ -5647,7 +5889,7 @@ ) (symbol (lib_id "Device:R") - (at 241.3 104.14 0) + (at 104.14 102.87 0) (mirror y) (unit 1) (body_style 1) @@ -5656,9 +5898,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "992660f4-fd7d-4968-ba1c-07a46b6b7760") - (property "Reference" "R60" - (at 239.268 103.886 90) + (uuid "97e710f2-a25f-4729-bde9-f4a1e98bb55c") + (property "Reference" "R84" + (at 102.108 102.616 90) (show_name no) (do_not_autoplace no) (effects @@ -5668,7 +5910,7 @@ ) ) (property "Value" "10K" - (at 241.808 104.14 90) + (at 104.902 102.87 90) (show_name no) (do_not_autoplace no) (effects @@ -5679,7 +5921,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 243.078 104.14 90) + (at 105.918 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5690,7 +5932,7 @@ ) ) (property "Datasheet" "" - (at 241.3 104.14 0) + (at 104.14 102.87 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5700,8 +5942,19 @@ ) ) ) - (property "Description" "Resistor" - (at 241.3 104.14 0) + (property "Description" "RC0805FR-0710KL" + (at 104.14 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 104.14 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5712,92 +5965,15 @@ ) ) (pin "1" - (uuid "36896d9b-e5c1-4946-9212-a62bc301355e") + (uuid "39687c05-9972-414f-93d0-a8aa7af51cfa") ) (pin "2" - (uuid "294a01c1-e75b-4bcc-aca5-f4f11f0aefd4") + (uuid "5819c4ed-1983-470a-aa3d-2b6f20aaa9df") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R60") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 95.25 43.18 270) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "a3710bb7-e2ad-4846-b306-1c9ba2c89551") - (property "Reference" "#PWR039" - (at 88.9 43.18 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 91.186 43.434 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 95.25 43.18 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 95.25 43.18 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 95.25 43.18 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "d8fc954d-43e9-4b01-8860-587fbe9aa00f") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "#PWR039") + (reference "R84") (unit 1) ) ) @@ -5805,7 +5981,7 @@ ) (symbol (lib_id "Device:R") - (at 237.49 104.14 0) + (at 55.88 85.09 0) (mirror y) (unit 1) (body_style 1) @@ -5814,9 +5990,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "a6319962-577b-4b1e-8b21-52b0c66d32f3") - (property "Reference" "R72" - (at 235.458 103.886 90) + (uuid "a630a067-572b-40e9-ad84-75a02c774f8a") + (property "Reference" "R90" + (at 53.848 84.836 90) (show_name no) (do_not_autoplace no) (effects @@ -5826,7 +6002,7 @@ ) ) (property "Value" "10K" - (at 237.998 104.14 90) + (at 56.642 85.09 90) (show_name no) (do_not_autoplace no) (effects @@ -5837,7 +6013,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 239.268 104.14 90) + (at 57.658 85.09 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5848,7 +6024,7 @@ ) ) (property "Datasheet" "" - (at 237.49 104.14 0) + (at 55.88 85.09 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5858,8 +6034,19 @@ ) ) ) - (property "Description" "Resistor" - (at 237.49 104.14 0) + (property "Description" "RC0805FR-0710KL" + (at 55.88 85.09 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 55.88 85.09 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5870,95 +6057,15 @@ ) ) (pin "1" - (uuid "c09b884f-7393-4cb0-a284-1fd61e3dac73") + (uuid "1558803c-cd0f-4907-b122-8ef3897bc33c") ) (pin "2" - (uuid "67b48fe7-0462-48f6-96e2-6e4f049443a1") + (uuid "9b4f024d-5892-44ad-9132-169666467462") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R72") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 83.82 157.48 270) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "a6563ce3-efcc-4680-8ab3-4d821388af14") - (property "Reference" "R70" - (at 84.074 159.512 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10K" - (at 84.074 156.718 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify top) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 83.82 155.702 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 83.82 157.48 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Resistor" - (at 83.82 157.48 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "ce90d72d-39f4-4b0b-82f7-1a5a8a8b606e") - ) - (pin "2" - (uuid "e4606362-a454-4ed5-9845-4561b8f7217b") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R70") + (reference "R90") (unit 1) ) ) @@ -5987,7 +6094,7 @@ (justify left) ) ) - (property "Value" "MCP23S17x-x-ML" + (property "Value" "MCP23S17-E/ML" (at 83.4233 49.53 0) (show_name no) (do_not_autoplace no) @@ -6022,7 +6129,18 @@ (justify left) ) ) - (property "Description" "16-bit I/O expander, SPI, interrupts, w pull-ups, QFN-28" + (property "Description" "MCP23S17-E/ML" + (at 81.28 74.93 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "MCP23S17-E/ML" (at 81.28 74.93 0) (hide yes) (show_name no) @@ -6129,6 +6247,84 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 52.07 88.9 90) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "b1ad52d3-964c-4a43-bbf6-6d63a2f4ab5d") + (property "Reference" "#PWR0297" + (at 55.88 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 48.26 88.9 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 52.07 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 52.07 88.9 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 52.07 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "d73b3ae1-3d78-4475-a1a4-654b96bbb69e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "#PWR0297") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 124.46 46.99 180) @@ -6183,7 +6379,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 124.46 46.99 0) (hide yes) (show_name no) @@ -6194,6 +6390,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 124.46 46.99 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "8a1e80ed-37ae-4878-8a08-26f388d9953e") ) @@ -6211,7 +6418,8 @@ ) (symbol (lib_id "Device:R") - (at 83.82 168.91 270) + (at 119.38 102.87 0) + (mirror y) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6219,9 +6427,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "cb9e0f0d-b1fb-48b1-9217-6e636b21d35c") - (property "Reference" "R71" - (at 84.074 170.942 90) + (uuid "b785eefd-6ff3-4273-9b3b-1cd69669aa50") + (property "Reference" "R88" + (at 117.348 102.616 90) (show_name no) (do_not_autoplace no) (effects @@ -6231,7 +6439,7 @@ ) ) (property "Value" "10K" - (at 84.074 168.148 90) + (at 120.142 102.87 90) (show_name no) (do_not_autoplace no) (effects @@ -6242,7 +6450,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 83.82 167.132 90) + (at 121.158 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6253,7 +6461,7 @@ ) ) (property "Datasheet" "" - (at 83.82 168.91 0) + (at 119.38 102.87 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6263,8 +6471,19 @@ ) ) ) - (property "Description" "Resistor" - (at 83.82 168.91 0) + (property "Description" "RC0805FR-0710KL" + (at 119.38 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 119.38 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6275,15 +6494,15 @@ ) ) (pin "1" - (uuid "ea508a15-9e6b-462c-aada-5dc00ab1ec5f") + (uuid "2a335ea2-2f15-4b69-b88d-86a680ed6d95") ) (pin "2" - (uuid "598cfaac-4f9d-4ac5-bde9-20dfc5131316") + (uuid "81533fc0-6866-46d0-9446-2c9888c3341d") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R71") + (reference "R88") (unit 1) ) ) @@ -6291,7 +6510,7 @@ ) (symbol (lib_id "Device:R") - (at 100.33 46.99 180) + (at 255.27 46.99 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6299,9 +6518,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "cceaf636-022e-441e-aca6-ecc9dab20004") - (property "Reference" "R19" - (at 98.298 47.244 90) + (uuid "cc543539-62f1-4b36-a585-a7eb5e10ceee") + (property "Reference" "R69" + (at 253.238 47.244 90) (show_name no) (do_not_autoplace no) (effects @@ -6311,7 +6530,7 @@ ) ) (property "Value" "10K" - (at 101.092 46.99 90) + (at 256.032 47.244 90) (show_name no) (do_not_autoplace no) (effects @@ -6322,7 +6541,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 102.108 46.99 90) + (at 257.048 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6333,7 +6552,7 @@ ) ) (property "Datasheet" "" - (at 100.33 46.99 0) + (at 255.27 46.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6343,8 +6562,19 @@ ) ) ) - (property "Description" "Resistor" - (at 100.33 46.99 0) + (property "Description" "RC0805FR-0710KL" + (at 255.27 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 255.27 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6355,15 +6585,15 @@ ) ) (pin "1" - (uuid "3bca2b01-6bbf-41d9-a498-3f2e15141f94") + (uuid "ee3a106f-95fd-4d0b-9c39-d441dfd0ff5c") ) (pin "2" - (uuid "aece7a68-884f-45ca-9823-fe307e50daac") + (uuid "dbb9451d-6d65-4d41-bdb3-545741d37d68") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R19") + (reference "R69") (unit 1) ) ) @@ -6371,7 +6601,8 @@ ) (symbol (lib_id "Device:R") - (at 227.33 46.99 180) + (at 123.19 102.87 0) + (mirror y) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6379,9 +6610,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "e94a47a7-e8f4-46a7-80f7-a4a5ae018fa7") - (property "Reference" "R49" - (at 225.298 47.244 90) + (uuid "d00ac486-0733-4963-83e8-a7445d02254c") + (property "Reference" "R89" + (at 121.158 102.616 90) (show_name no) (do_not_autoplace no) (effects @@ -6391,7 +6622,7 @@ ) ) (property "Value" "10K" - (at 228.092 46.99 90) + (at 123.952 102.616 90) (show_name no) (do_not_autoplace no) (effects @@ -6402,7 +6633,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 229.108 46.99 90) + (at 124.968 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6413,7 +6644,7 @@ ) ) (property "Datasheet" "" - (at 227.33 46.99 0) + (at 123.19 102.87 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6423,8 +6654,19 @@ ) ) ) - (property "Description" "Resistor" - (at 227.33 46.99 0) + (property "Description" "RC0805FR-0710KL" + (at 123.19 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 123.19 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6435,15 +6677,15 @@ ) ) (pin "1" - (uuid "8b966097-a7cb-42c2-a26f-170480cf6be6") + (uuid "b844ddcc-a5d4-4b0b-848d-86722d1b02f6") ) (pin "2" - (uuid "1af22894-162b-47c7-8256-50f7003e0fa2") + (uuid "74ff66fd-b31b-43eb-b380-caf527ada689") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R49") + (reference "R89") (unit 1) ) ) @@ -6451,7 +6693,7 @@ ) (symbol (lib_id "Device:R") - (at 96.52 46.99 180) + (at 251.46 46.99 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6459,9 +6701,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "f407a18c-fb7b-4400-9731-eab23edf3ab2") - (property "Reference" "R18" - (at 94.488 47.244 90) + (uuid "d0abf432-e2b3-4d8e-b515-d9a8a0b92173") + (property "Reference" "R68" + (at 249.428 47.244 90) (show_name no) (do_not_autoplace no) (effects @@ -6471,7 +6713,7 @@ ) ) (property "Value" "10K" - (at 97.282 46.99 90) + (at 252.222 46.99 90) (show_name no) (do_not_autoplace no) (effects @@ -6482,7 +6724,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 98.298 46.99 90) + (at 253.238 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6493,7 +6735,7 @@ ) ) (property "Datasheet" "" - (at 96.52 46.99 0) + (at 251.46 46.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6503,8 +6745,19 @@ ) ) ) - (property "Description" "Resistor" - (at 96.52 46.99 0) + (property "Description" "RC0805FR-0710KL" + (at 251.46 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 251.46 46.99 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6515,15 +6768,15 @@ ) ) (pin "1" - (uuid "7a9a324a-2713-4fbf-9813-9cc814de583e") + (uuid "3b37a0e8-3c44-49cc-9cc9-16231976e9be") ) (pin "2" - (uuid "fe57fc40-8bda-4c18-8b53-0b6b4b14e825") + (uuid "758c6cd4-bbf1-4739-b793-f03e28dc0739") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R18") + (reference "R68") (unit 1) ) ) @@ -6531,7 +6784,8 @@ ) (symbol (lib_id "Device:R") - (at 107.95 46.99 180) + (at 115.57 102.87 0) + (mirror y) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6539,9 +6793,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "fb9a8554-8040-4784-b0cb-f4a703757ee1") - (property "Reference" "R21" - (at 105.918 47.244 90) + (uuid "d2e12729-eaf0-4a30-8123-a4f250d96d38") + (property "Reference" "R87" + (at 113.538 102.616 90) (show_name no) (do_not_autoplace no) (effects @@ -6551,7 +6805,7 @@ ) ) (property "Value" "10K" - (at 108.712 46.99 90) + (at 116.078 102.87 90) (show_name no) (do_not_autoplace no) (effects @@ -6562,7 +6816,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 109.728 46.99 90) + (at 117.348 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6573,7 +6827,7 @@ ) ) (property "Datasheet" "" - (at 107.95 46.99 0) + (at 115.57 102.87 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6583,8 +6837,19 @@ ) ) ) - (property "Description" "Resistor" - (at 107.95 46.99 0) + (property "Description" "RC0805FR-0710KL" + (at 115.57 102.87 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 115.57 102.87 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6595,15 +6860,354 @@ ) ) (pin "1" - (uuid "f5820207-7d37-42c8-8ccd-93856aba9af6") + (uuid "1422d0c3-fe72-43e9-a2a7-cbabbbf6ce2a") ) (pin "2" - (uuid "e6b3f119-3be4-4b2a-a905-cd3b0864b502") + (uuid "7fa97aa4-cfc6-4155-b597-ff49a0990c9d") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" - (reference "R21") + (reference "R87") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 185.42 90.17 90) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "ddf502d4-051a-4288-b68f-9a30490de6db") + (property "Reference" "#PWR0303" + (at 189.23 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 181.61 90.17 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 185.42 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 185.42 90.17 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 185.42 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "4d0b572c-f3e1-4de1-a75d-1884a26649e9") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "#PWR0303") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 212.09 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 "ef8d2e8a-fe43-4b54-ae02-0758fc9ced85") + (property "Reference" "#PWR0242" + (at 212.09 45.72 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 212.09 38.1 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 212.09 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 212.09 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 212.09 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a0fd1f66-98ae-4dc5-9d67-7f0986dc9739") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "#PWR0242") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 189.23 86.36 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "f18d8cae-fcba-4ad5-9d41-f4f4ce8e712a") + (property "Reference" "R92" + (at 187.198 86.106 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 189.992 86.36 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 191.008 86.36 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 189.23 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0710KL" + (at 189.23 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 189.23 86.36 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "9fc279a8-daa4-453e-8876-e05b59905cbd") + ) + (pin "2" + (uuid "8cafb2a1-76ed-47d9-889a-523e1d98413c") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "R92") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 59.69 85.09 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "f5c86827-5df2-4819-a195-cd436e01a0cd") + (property "Reference" "R91" + (at 57.658 84.836 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 60.452 85.09 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.468 85.09 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 59.69 85.09 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0710KL" + (at 59.69 85.09 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 59.69 85.09 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8fb34991-5536-4f16-8f98-4e4d36241890") + ) + (pin "2" + (uuid "9f5580ef-9b27-4c04-87dc-6c3bbc1c643b") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "R91") (unit 1) ) ) @@ -6687,4 +7291,95 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 232.41 46.99 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "fd337c97-2586-40c5-b934-119ffd7bc1b0") + (property "Reference" "R56" + (at 230.378 47.244 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 233.172 46.99 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 234.188 46.99 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 232.41 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0710KL" + (at 232.41 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 232.41 46.99 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "09ff3c14-11e2-47a6-9e0d-f63fef8e2069") + ) + (pin "2" + (uuid "94c013e3-50fc-421d-a47f-0ea4b8e50d0c") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/e2542609-1b92-4554-8024-978841ad00fe" + (reference "R56") + (unit 1) + ) + ) + ) + ) ) diff --git a/hardware/kicad/HubAudio/ethernet.kicad_sch b/hardware/kicad/HubAudio/ethernet.kicad_sch index f507a0f..497e848 100644 --- a/hardware/kicad/HubAudio/ethernet.kicad_sch +++ b/hardware/kicad/HubAudio/ethernet.kicad_sch @@ -2205,204 +2205,6 @@ ) (embedded_fonts no) ) - (symbol "Device:R_Network04_Split" - (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" "RN" - (at 2.032 0 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "R_Network04_Split" - (at 0 0 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_THT:R_Array_SIP5" - (at -2.032 0 90) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "http://www.vishay.com/docs/31509/csc.pdf" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "4 resistor network, star topology, bussed resistors, split" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "ki_keywords" "R network star-topology" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "ki_fp_filters" "R?Array?SIP*" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (symbol "R_Network04_Split_0_1" - (rectangle - (start 1.016 2.54) - (end -1.016 -2.54) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - (pin passive line - (at 0 3.81 270) - (length 1.27) - (name "R1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - (symbol "R_Network04_Split_1_1" - (pin passive line - (at 0 -3.81 90) - (length 1.27) - (name "R1.2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - (symbol "R_Network04_Split_2_1" - (pin passive line - (at 0 -3.81 90) - (length 1.27) - (name "R2.2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - (symbol "R_Network04_Split_3_1" - (pin passive line - (at 0 -3.81 90) - (length 1.27) - (name "R3.2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "4" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - (symbol "R_Network04_Split_4_1" - (pin passive line - (at 0 -3.81 90) - (length 1.27) - (name "R4.2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "5" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - (embedded_fonts no) - ) (symbol "Interface_Ethernet:LAN8720A" (exclude_from_sim no) (in_bom yes) @@ -2976,279 +2778,6 @@ ) (embedded_fonts no) ) - (symbol "MIKILAB_CDCLVC1102PW:CDCLVC1102PW" - (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 -12.7 11.16 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - ) - (property "Value" "CDCLVC1102PW" - (at -12.7 -14.16 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - ) - (property "Footprint" "MIKILAB_CDCLVC1102PW:SOP65P640X120-8N" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "Datasheet" "" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Low jitter, 1:2 LVCMOS fan-out clock buffer" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "MF" "Texas Instruments" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "Package" "TSSOP-8 Texas Instruments" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "Price" "None" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "SnapEDA_Link" "https://www.snapeda.com/parts/CDCLVC1102PW/Texas+Instruments/view-part/?ref=snap" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "MP" "CDCLVC1102PW" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "Availability" "In Stock" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "Check_prices" "https://www.snapeda.com/parts/CDCLVC1102PW/Texas+Instruments/view-part/?ref=eda" - (at 0 0 0) - (show_name no) - (do_not_autoplace no) - (hide yes) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (symbol "CDCLVC1102PW_0_0" - (rectangle - (start -12.7 -10.16) - (end 12.7 10.16) - (stroke - (width 0.41) - (type default) - ) - (fill - (type background) - ) - ) - (pin input line - (at -17.78 0 0) - (length 5.08) - (name "IN" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - (number "1" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - ) - (pin input line - (at -17.78 2.54 0) - (length 5.08) - (name "EN" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - (number "2" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - ) - (pin output line - (at 17.78 2.54 180) - (length 5.08) - (name "OUT" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - (number "3" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - ) - (pin power_in line - (at 17.78 -5.08 180) - (length 5.08) - (name "GND" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - (number "4" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - ) - (pin power_in line - (at 17.78 7.62 180) - (length 5.08) - (name "V+" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - (number "6" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - ) - (pin output line - (at 17.78 0 180) - (length 5.08) - (name "OUT2" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - (number "8" - (effects - (font - (size 1.016 1.016) - ) - ) - ) - ) - ) - (embedded_fonts no) - ) (symbol "MIKILAB_Oscillator:ASE-xxxMHz" (pin_names (offset 0.254) @@ -3437,6 +2966,121 @@ ) (embedded_fonts no) ) + (symbol "MIKILAB_power:PWR_FLAG" + (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" "#FLG" + (at 0 1.905 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 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" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (embedded_fonts no) + ) (symbol "power:GND" (power global) (pin_numbers @@ -3552,6 +3196,157 @@ ) (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 132.08 92.71) + (diameter 0) + (color 0 0 0 0) + (uuid "021d4fc5-6118-4199-ad74-8d49f847c858") + ) + (junction + (at 128.27 90.17) + (diameter 0) + (color 0 0 0 0) + (uuid "05c1da87-b1a3-4cbf-9bea-cb06972eb43f") ) (junction (at 156.21 38.1) @@ -3560,28 +3355,16 @@ (uuid "0d394fee-080f-4375-a945-dc3acfe5bfa8") ) (junction - (at 128.27 82.55) + (at 146.05 38.1) (diameter 0) (color 0 0 0 0) - (uuid "0e617673-ba0f-4c8f-845e-36639a2ae971") + (uuid "24841c02-b578-4543-8579-0a793d49c093") ) (junction - (at 88.9 110.49) + (at 165.1 60.96) (diameter 0) (color 0 0 0 0) - (uuid "267e2991-841e-4f46-92fb-fcd311566a1b") - ) - (junction - (at 22.86 139.7) - (diameter 0) - (color 0 0 0 0) - (uuid "2a1a67e8-60c6-44fd-928a-041d1e5d5b64") - ) - (junction - (at 53.34 95.25) - (diameter 0) - (color 0 0 0 0) - (uuid "2d5f3c48-15e8-42c1-8638-4b6766b42c4b") + (uuid "2b262ff8-2298-455f-8bfb-0721eeef568f") ) (junction (at 176.53 44.45) @@ -3589,6 +3372,12 @@ (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) @@ -3596,28 +3385,16 @@ (uuid "399869b1-ae50-4b9a-9a5a-b469555bc786") ) (junction - (at 111.76 100.33) + (at 17.78 139.7) (diameter 0) (color 0 0 0 0) - (uuid "3e6e5fd0-dd8d-4b58-951c-83555b09a340") + (uuid "3f62dccd-b71d-4e39-8775-bd1f76f7d362") ) (junction - (at 25.4 87.63) + (at 139.7 95.25) (diameter 0) (color 0 0 0 0) - (uuid "57f5aa17-7368-4be5-aad6-c7aa87509b61") - ) - (junction - (at 59.69 87.63) - (diameter 0) - (color 0 0 0 0) - (uuid "5a6dfa64-ddc6-4fa5-996a-bf327c962702") - ) - (junction - (at 135.89 97.79) - (diameter 0) - (color 0 0 0 0) - (uuid "611ac182-0b0a-4ad4-be7c-62e1eeb708b6") + (uuid "5b640ded-b000-40f2-8dfb-9c59d2c7c7a8") ) (junction (at 186.69 62.23) @@ -3632,22 +3409,22 @@ (uuid "70dfc5e2-91fa-4fcb-9624-da4800d40651") ) (junction - (at 93.98 107.95) + (at 242.57 90.17) (diameter 0) (color 0 0 0 0) - (uuid "711e0602-3e21-42ae-8c6b-db19d9b02f39") + (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) (color 0 0 0 0) - (uuid "71403e7c-112a-4d01-aa21-aad6293fe17d") - ) - (junction - (at 242.57 90.17) - (diameter 0) - (color 0 0 0 0) - (uuid "79f2d025-bdd1-44e6-a632-d2a89b80f160") + (uuid "81635c98-b06b-4f62-a0eb-f2f36f564cd3") ) (junction (at 149.86 45.72) @@ -3656,19 +3433,13 @@ (uuid "8221fd71-54c5-411b-97eb-7665de6b74e6") ) (junction - (at 46.99 87.63) + (at 152.4 100.33) (diameter 0) (color 0 0 0 0) - (uuid "84519046-47d3-44ff-91c1-36b17f989500") + (uuid "90df8755-9901-4af4-83ca-eb790797eeeb") ) (junction - (at 132.08 85.09) - (diameter 0) - (color 0 0 0 0) - (uuid "97bd81ca-556e-46ef-b23a-c05426f35e6f") - ) - (junction - (at 36.83 156.21) + (at 31.75 156.21) (diameter 0) (color 0 0 0 0) (uuid "9b61704e-c6de-486a-974f-4e0129f49635") @@ -3679,12 +3450,6 @@ (color 0 0 0 0) (uuid "9be1f293-3211-409d-a14b-7fe357e1cd02") ) - (junction - (at 139.7 95.25) - (diameter 0) - (color 0 0 0 0) - (uuid "9efac8f4-1ed1-44e2-9962-019e2a91ef5d") - ) (junction (at 270.51 45.72) (diameter 0) @@ -3692,28 +3457,28 @@ (uuid "a921ac11-8694-4d43-a3a5-207b29fdcca3") ) (junction - (at 264.16 76.2) - (diameter 0) - (color 0 0 0 0) - (uuid "b942ed83-131c-4765-a921-1a46615e7e72") - ) - (junction - (at 132.08 73.66) - (diameter 0) - (color 0 0 0 0) - (uuid "b9bc9d7a-a725-4757-8c39-4e7e6f189114") - ) - (junction - (at 22.86 147.32) + (at 17.78 147.32) (diameter 0) (color 0 0 0 0) (uuid "c4317549-32e1-4de3-9dd0-df37d775fb6e") ) (junction - (at 165.1 60.96) + (at 132.08 73.66) (diameter 0) (color 0 0 0 0) - (uuid "dd6c9208-11b0-453a-83d6-40aeb3898993") + (uuid "f417dde8-9a39-4d66-835e-3f614316b2cf") + ) + (no_connect + (at 262.89 76.2) + (uuid "1599cc84-a299-4865-822d-763cb852d3d3") + ) + (no_connect + (at 156.21 118.11) + (uuid "c290f8e7-51f5-4cb0-be8c-9df68936600f") + ) + (no_connect + (at 265.43 76.2) + (uuid "ec975ac9-9da0-4d86-9c74-b06d6bef7076") ) (wire (pts @@ -3727,7 +3492,7 @@ ) (wire (pts - (xy 127 85.09) (xy 132.08 85.09) + (xy 123.19 85.09) (xy 156.21 85.09) ) (stroke (width 0) @@ -3747,7 +3512,7 @@ ) (wire (pts - (xy 247.65 85.09) (xy 234.95 85.09) + (xy 247.65 85.09) (xy 227.33 85.09) ) (stroke (width 0) @@ -3777,23 +3542,13 @@ ) (wire (pts - (xy 72.39 110.49) (xy 72.39 87.63) + (xy 17.78 132.08) (xy 17.78 139.7) ) (stroke (width 0) (type default) ) - (uuid "08992ce0-e3f7-4723-93db-72cd14a3e3f2") - ) - (wire - (pts - (xy 264.16 76.2) (xy 265.43 76.2) - ) - (stroke - (width 0) - (type default) - ) - (uuid "0eef58ba-ec5e-4b53-83ed-a892f2970e0c") + (uuid "0b281629-20d2-42a9-b423-a2dce46e7964") ) (wire (pts @@ -3807,7 +3562,17 @@ ) (wire (pts - (xy 41.91 139.7) (xy 49.53 139.7) + (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) ) (stroke (width 0) @@ -3825,26 +3590,6 @@ ) (uuid "1a19261f-b007-4673-9544-df9d2cb2a730") ) - (wire - (pts - (xy 262.89 76.2) (xy 264.16 76.2) - ) - (stroke - (width 0) - (type default) - ) - (uuid "1a8f2536-11ad-42d3-b2ef-e374be34c84c") - ) - (wire - (pts - (xy 46.99 95.25) (xy 53.34 95.25) - ) - (stroke - (width 0) - (type default) - ) - (uuid "1ca3d4fe-fcdf-4464-b816-3db43a8ef08d") - ) (wire (pts (xy 173.99 38.1) (xy 173.99 67.31) @@ -3875,16 +3620,6 @@ ) (uuid "2383bbc5-cb76-4aa2-9e86-2fbf0688d26b") ) - (wire - (pts - (xy 111.76 90.17) (xy 111.76 92.71) - ) - (stroke - (width 0) - (type default) - ) - (uuid "23b967ed-6b15-4fad-b843-1eae4eaa4130") - ) (wire (pts (xy 218.44 31.75) (xy 250.19 31.75) @@ -3895,16 +3630,6 @@ ) (uuid "28f8bbaa-2517-4e44-99fd-9f60527197e3") ) - (wire - (pts - (xy 80.01 99.06) (xy 88.9 99.06) - ) - (stroke - (width 0) - (type default) - ) - (uuid "292f1e18-4dbc-44d1-b77f-286ee0eb6b0d") - ) (wire (pts (xy 247.65 76.2) (xy 247.65 85.09) @@ -3915,6 +3640,16 @@ ) (uuid "2d3d24ad-f858-4daf-a799-e5ee719499a0") ) + (wire + (pts + (xy 146.05 38.1) (xy 156.21 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "30109ee9-cb24-4b1c-a4cd-54f1dc937ca1") + ) (wire (pts (xy 260.35 29.21) (xy 266.7 29.21) @@ -3957,7 +3692,7 @@ ) (wire (pts - (xy 49.53 139.7) (xy 49.53 156.21) + (xy 44.45 139.7) (xy 44.45 156.21) ) (stroke (width 0) @@ -3967,33 +3702,23 @@ ) (wire (pts - (xy 24.13 115.57) (xy 36.83 115.57) + (xy 128.27 90.17) (xy 156.21 90.17) ) (stroke (width 0) (type default) ) - (uuid "3d4b94fd-17ef-4709-9c12-fd7a42d22d59") + (uuid "3c6f1174-7d9f-4dbe-8c50-477bd8dc0119") ) (wire (pts - (xy 85.09 110.49) (xy 88.9 110.49) + (xy 54.61 115.57) (xy 64.77 115.57) ) (stroke (width 0) (type default) ) - (uuid "3d7c88e5-1bf2-415e-a2f8-dc5e76edafe1") - ) - (wire - (pts - (xy 96.52 90.17) (xy 111.76 90.17) - ) - (stroke - (width 0) - (type default) - ) - (uuid "3ebddbd6-bbcc-4ea0-8151-75ec6df81d80") + (uuid "3e48acba-403c-433c-8a06-7e98b7b0ff07") ) (wire (pts @@ -4017,7 +3742,7 @@ ) (wire (pts - (xy 22.86 156.21) (xy 22.86 154.94) + (xy 17.78 156.21) (xy 17.78 154.94) ) (stroke (width 0) @@ -4027,17 +3752,7 @@ ) (wire (pts - (xy 22.86 128.27) (xy 22.86 139.7) - ) - (stroke - (width 0) - (type default) - ) - (uuid "4091f17b-362f-4b22-a471-56a709c854ac") - ) - (wire - (pts - (xy 194.31 85.09) (xy 227.33 85.09) + (xy 194.31 85.09) (xy 219.71 85.09) ) (stroke (width 0) @@ -4057,7 +3772,17 @@ ) (wire (pts - (xy 143.51 60.96) (xy 165.1 60.96) + (xy 54.61 118.11) (xy 54.61 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "423e0737-8648-4bd1-a91b-3e0009e59817") + ) + (wire + (pts + (xy 139.7 60.96) (xy 165.1 60.96) ) (stroke (width 0) @@ -4065,16 +3790,6 @@ ) (uuid "43eed897-1cb4-4b25-8968-ae4658fea3f3") ) - (wire - (pts - (xy 13.97 87.63) (xy 25.4 87.63) - ) - (stroke - (width 0) - (type default) - ) - (uuid "47aa10a3-817d-45ba-af84-d40da66c0fe8") - ) (wire (pts (xy 139.7 95.25) (xy 156.21 95.25) @@ -4107,7 +3822,7 @@ ) (wire (pts - (xy 143.51 38.1) (xy 156.21 38.1) + (xy 143.51 38.1) (xy 146.05 38.1) ) (stroke (width 0) @@ -4115,6 +3830,16 @@ ) (uuid "52439581-7dc6-44e1-9739-4c0c23131826") ) + (wire + (pts + (xy 152.4 100.33) (xy 156.21 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "579d10f5-56d4-4421-bcc1-39861c974c6f") + ) (wire (pts (xy 176.53 36.83) (xy 176.53 44.45) @@ -4127,17 +3852,7 @@ ) (wire (pts - (xy 78.74 118.11) (xy 72.39 118.11) - ) - (stroke - (width 0) - (type default) - ) - (uuid "5ea4a63d-8bfc-4d21-b1f7-a21fd6c8bb0b") - ) - (wire - (pts - (xy 154.94 92.71) (xy 156.21 92.71) + (xy 123.19 92.71) (xy 132.08 92.71) ) (stroke (width 0) @@ -4147,7 +3862,7 @@ ) (wire (pts - (xy 109.22 100.33) (xy 111.76 100.33) + (xy 121.92 100.33) (xy 152.4 100.33) ) (stroke (width 0) @@ -4177,7 +3892,7 @@ ) (wire (pts - (xy 93.98 107.95) (xy 156.21 107.95) + (xy 121.92 107.95) (xy 156.21 107.95) ) (stroke (width 0) @@ -4197,17 +3912,7 @@ ) (wire (pts - (xy 86.36 107.95) (xy 93.98 107.95) - ) - (stroke - (width 0) - (type default) - ) - (uuid "684fca97-4395-48c2-82a6-492de447591a") - ) - (wire - (pts - (xy 22.86 147.32) (xy 34.29 147.32) + (xy 17.78 147.32) (xy 29.21 147.32) ) (stroke (width 0) @@ -4217,23 +3922,13 @@ ) (wire (pts - (xy 59.69 87.63) (xy 72.39 87.63) + (xy 128.27 69.85) (xy 128.27 73.66) ) (stroke (width 0) (type default) ) - (uuid "6bd1e295-1f71-45c3-9c21-525affc1750d") - ) - (wire - (pts - (xy 88.9 106.68) (xy 88.9 110.49) - ) - (stroke - (width 0) - (type default) - ) - (uuid "7194ba60-8c03-407d-b590-3d7b69e603a1") + (uuid "6f50ebfd-d486-4d3f-bb75-7228c009537b") ) (wire (pts @@ -4267,17 +3962,7 @@ ) (wire (pts - (xy 115.57 73.66) (xy 132.08 73.66) - ) - (stroke - (width 0) - (type default) - ) - (uuid "7a030c0e-cb15-43d3-9b95-c79f83a401c3") - ) - (wire - (pts - (xy 212.09 87.63) (xy 212.09 101.6) + (xy 212.09 87.63) (xy 212.09 100.33) ) (stroke (width 0) @@ -4307,7 +3992,7 @@ ) (wire (pts - (xy 212.09 101.6) (xy 227.33 101.6) + (xy 212.09 100.33) (xy 227.33 100.33) ) (stroke (width 0) @@ -4327,7 +4012,7 @@ ) (wire (pts - (xy 154.94 90.17) (xy 156.21 90.17) + (xy 123.19 90.17) (xy 128.27 90.17) ) (stroke (width 0) @@ -4337,13 +4022,13 @@ ) (wire (pts - (xy 46.99 87.63) (xy 59.69 87.63) + (xy 132.08 92.71) (xy 156.21 92.71) ) (stroke (width 0) (type default) ) - (uuid "8a466d20-e835-4e75-9b43-e44a77e04a41") + (uuid "89de53e4-e39b-4b1a-ba2c-a31422649d0f") ) (wire (pts @@ -4357,7 +4042,7 @@ ) (wire (pts - (xy 154.94 102.87) (xy 156.21 102.87) + (xy 121.92 102.87) (xy 156.21 102.87) ) (stroke (width 0) @@ -4367,7 +4052,7 @@ ) (wire (pts - (xy 22.86 139.7) (xy 22.86 147.32) + (xy 17.78 139.7) (xy 17.78 147.32) ) (stroke (width 0) @@ -4377,17 +4062,7 @@ ) (wire (pts - (xy 80.01 95.25) (xy 93.98 95.25) - ) - (stroke - (width 0) - (type default) - ) - (uuid "920c63fe-bc7e-4f23-ae64-6c326632ffb2") - ) - (wire - (pts - (xy 22.86 139.7) (xy 26.67 139.7) + (xy 17.78 139.7) (xy 21.59 139.7) ) (stroke (width 0) @@ -4445,16 +4120,6 @@ ) (uuid "96f00e9e-44ee-4a4f-bf51-2432b27235f5") ) - (wire - (pts - (xy 93.98 99.06) (xy 93.98 95.25) - ) - (stroke - (width 0) - (type default) - ) - (uuid "977a18a4-c547-4a06-a677-507d29bb8c85") - ) (wire (pts (xy 186.69 44.45) (xy 186.69 62.23) @@ -4477,7 +4142,7 @@ ) (wire (pts - (xy 34.29 118.11) (xy 36.83 118.11) + (xy 29.21 118.11) (xy 54.61 118.11) ) (stroke (width 0) @@ -4497,27 +4162,7 @@ ) (wire (pts - (xy 40.64 87.63) (xy 46.99 87.63) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9f0457d9-b54d-457b-a5db-113ad3bc2cde") - ) - (wire - (pts - (xy 132.08 81.28) (xy 132.08 85.09) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a13e1cb2-e9dc-4284-adbe-59a8738d0753") - ) - (wire - (pts - (xy 125.73 95.25) (xy 139.7 95.25) + (xy 121.92 95.25) (xy 139.7 95.25) ) (stroke (width 0) @@ -4547,7 +4192,7 @@ ) (wire (pts - (xy 127 82.55) (xy 128.27 82.55) + (xy 123.19 82.55) (xy 156.21 82.55) ) (stroke (width 0) @@ -4557,27 +4202,7 @@ ) (wire (pts - (xy 25.4 87.63) (xy 33.02 87.63) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b25e1167-31d6-47c8-aa3f-19342a6cb5d6") - ) - (wire - (pts - (xy 128.27 82.55) (xy 156.21 82.55) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b3e1d13e-98ea-4541-a784-cb643914d642") - ) - (wire - (pts - (xy 252.73 76.2) (xy 252.73 101.6) + (xy 252.73 76.2) (xy 252.73 100.33) ) (stroke (width 0) @@ -4607,7 +4232,7 @@ ) (wire (pts - (xy 49.53 156.21) (xy 36.83 156.21) + (xy 44.45 156.21) (xy 31.75 156.21) ) (stroke (width 0) @@ -4617,17 +4242,17 @@ ) (wire (pts - (xy 111.76 100.33) (xy 156.21 100.33) + (xy 152.4 100.33) (xy 152.4 105.41) ) (stroke (width 0) (type default) ) - (uuid "c4075205-ae27-4b08-bc39-8e31e98c1aa8") + (uuid "c3bc45b9-32b6-430e-a8fe-13c98d4eca27") ) (wire (pts - (xy 128.27 97.79) (xy 135.89 97.79) + (xy 121.92 97.79) (xy 135.89 97.79) ) (stroke (width 0) @@ -4637,7 +4262,7 @@ ) (wire (pts - (xy 88.9 110.49) (xy 156.21 110.49) + (xy 121.92 110.49) (xy 156.21 110.49) ) (stroke (width 0) @@ -4665,16 +4290,6 @@ ) (uuid "cb151f12-61a7-4472-b3f3-e4daf48843a8") ) - (wire - (pts - (xy 53.34 95.25) (xy 59.69 95.25) - ) - (stroke - (width 0) - (type default) - ) - (uuid "cd69cd57-f84b-43ed-b047-7dc3428f6342") - ) (wire (pts (xy 165.1 60.96) (xy 171.45 60.96) @@ -4685,6 +4300,16 @@ ) (uuid "d368b463-a52d-489e-8728-20c9abedb4be") ) + (wire + (pts + (xy 128.27 81.28) (xy 128.27 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d38b8bcf-f7c3-4230-8947-9d6c2c57c995") + ) (wire (pts (xy 260.35 120.65) (xy 234.95 120.65) @@ -4695,6 +4320,16 @@ ) (uuid "d54e0b84-91f7-4a7b-aadc-a2733545b171") ) + (wire + (pts + (xy 72.39 118.11) (xy 88.9 118.11) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d802c289-76f6-43e1-8129-568b4c564464") + ) (wire (pts (xy 186.69 62.23) (xy 186.69 63.5) @@ -4727,13 +4362,23 @@ ) (wire (pts - (xy 128.27 81.28) (xy 128.27 82.55) + (xy 132.08 81.28) (xy 132.08 92.71) ) (stroke (width 0) (type default) ) - (uuid "e3dfb089-5c88-4c0f-ab3a-a0155ba454ad") + (uuid "eac085ee-6036-4734-9d2b-0ced1e406296") + ) + (wire + (pts + (xy 143.51 105.41) (xy 144.78 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb1d2145-65fe-4645-bdb7-12620b29d2e1") ) (wire (pts @@ -4757,7 +4402,17 @@ ) (wire (pts - (xy 252.73 101.6) (xy 234.95 101.6) + (xy 128.27 73.66) (xy 132.08 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f11509b8-4f4d-4bc2-a8d9-3ef0a9b23cba") + ) + (wire + (pts + (xy 252.73 100.33) (xy 234.95 100.33) ) (stroke (width 0) @@ -4767,17 +4422,7 @@ ) (wire (pts - (xy 132.08 85.09) (xy 156.21 85.09) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f9775065-889a-4153-bf5c-7966748a4a99") - ) - (wire - (pts - (xy 34.29 118.11) (xy 34.29 132.08) + (xy 29.21 118.11) (xy 29.21 132.08) ) (stroke (width 0) @@ -4785,16 +4430,6 @@ ) (uuid "fa8e0c68-65df-4543-9e1a-98b04e8677c6") ) - (wire - (pts - (xy 93.98 106.68) (xy 93.98 107.95) - ) - (stroke - (width 0) - (type default) - ) - (uuid "fa93f208-85f2-42d3-b093-613aa2a1cccd") - ) (wire (pts (xy 179.07 62.23) (xy 179.07 67.31) @@ -4807,7 +4442,7 @@ ) (wire (pts - (xy 154.94 87.63) (xy 156.21 87.63) + (xy 123.19 87.63) (xy 156.21 87.63) ) (stroke (width 0) @@ -4817,7 +4452,7 @@ ) (wire (pts - (xy 36.83 156.21) (xy 22.86 156.21) + (xy 31.75 156.21) (xy 17.78 156.21) ) (stroke (width 0) @@ -4825,16 +4460,6 @@ ) (uuid "fe7b2d9f-55d0-426c-9226-e498b73b1cf2") ) - (label "3V3_ETHERNET" - (at 88.9 99.06 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "0139c748-ae2e-4ca2-8247-231145ef9357") - ) (label "LED2" (at 201.93 31.75 0) (effects @@ -4865,16 +4490,6 @@ ) (uuid "217465db-7381-4d5f-a489-07a9afb52c43") ) - (label "3V3_ETHERNET" - (at 15.24 87.63 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "37fec495-7382-4d91-bf74-44b0506397ec") - ) (label "LED1" (at 227.33 27.94 0) (effects @@ -4885,56 +4500,6 @@ ) (uuid "519fe4c1-92db-4a25-bf95-48a938f16d11") ) - (label "3V3_ETHERNET" - (at 105.41 90.17 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "60421f3e-493a-4d8a-8e99-4b78efc81dbc") - ) - (label "3V3_ETHERNET" - (at 157.48 60.96 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "721f1797-022d-481f-a237-09b8cd41f4a9") - ) - (label "3V3_ETHERNET" - (at 22.86 129.54 270) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "889f9cf9-5dee-44f2-864a-ad770e8c62fe") - ) - (label "3V3_ETHERNET" - (at 232.41 90.17 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "8ea09cb4-bf29-4228-b5d1-13cfe760c5b2") - ) - (label "3V3_ETHERNET" - (at 129.54 73.66 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "a1d59e5c-cf56-44da-9190-40cfb7dd9734") - ) (label "LED2" (at 194.31 107.95 0) (effects @@ -4945,49 +4510,9 @@ ) (uuid "b4fd6cd7-91af-408b-afe4-3e2ae4859467") ) - (label "3V3_ETHERNET" - (at 176.53 41.91 90) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "bb9ce687-5221-45f1-be6d-0808ad86d510") - ) - (label "3V3_ETHERNET" - (at 88.9 95.25 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "d8a20e17-bfe7-4d1b-abf6-68ce99412dcc") - ) - (label "3V3_ETHERNET" - (at 25.4 115.57 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "e02df5f2-216e-4025-8f3d-9a53fbcd07c6") - ) - (label "3V3_ETHERNET" - (at 233.68 36.83 180) - (effects - (font - (size 1.27 1.27) - ) - (justify right bottom) - ) - (uuid "e8489603-76a2-4e0a-b3e8-9becd525f0a9") - ) (global_label "ETH_RST#" (shape input) - (at 86.36 107.95 180) + (at 121.92 107.95 180) (fields_autoplaced yes) (effects (font @@ -4997,7 +4522,7 @@ ) (uuid "073692fe-f306-4222-942f-7067082431b8") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 74.243 107.95 0) + (at 109.803 107.95 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5011,7 +4536,7 @@ ) (global_label "ETH_MDIO" (shape bidirectional) - (at 109.22 100.33 180) + (at 121.92 100.33 180) (fields_autoplaced yes) (effects (font @@ -5021,7 +4546,7 @@ ) (uuid "0fc4baf3-c96e-402f-b1b2-558b4b6210fa") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 96.0521 100.33 0) + (at 108.7521 100.33 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5035,7 +4560,7 @@ ) (global_label "ETH_RXD0" (shape bidirectional) - (at 154.94 90.17 180) + (at 123.19 90.17 180) (fields_autoplaced yes) (effects (font @@ -5045,7 +4570,7 @@ ) (uuid "34dd11bf-e363-4b3b-82e3-115affae9857") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 141.4698 90.17 0) + (at 109.7198 90.17 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5059,7 +4584,7 @@ ) (global_label "ETH_TXEN" (shape input) - (at 154.94 87.63 180) + (at 123.19 87.63 180) (fields_autoplaced yes) (effects (font @@ -5069,7 +4594,7 @@ ) (uuid "37c7e0fc-5318-4d14-9eb6-d9422edf326f") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 142.8835 87.63 0) + (at 111.1335 87.63 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5083,7 +4608,7 @@ ) (global_label "ETH_RXER" (shape output) - (at 125.73 95.25 180) + (at 121.92 95.25 180) (fields_autoplaced yes) (effects (font @@ -5093,7 +4618,7 @@ ) (uuid "43e7effa-dd04-4cb3-8f7d-daf6f1e63b33") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 113.4316 95.25 0) + (at 109.6216 95.25 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5107,7 +4632,7 @@ ) (global_label "ETH_TXD1" (shape bidirectional) - (at 127 85.09 180) + (at 123.19 85.09 180) (fields_autoplaced yes) (effects (font @@ -5117,7 +4642,7 @@ ) (uuid "68d96a56-51d1-4bfd-a4f2-5c8fef2e2388") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 113.8322 85.09 0) + (at 110.0222 85.09 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5131,7 +4656,7 @@ ) (global_label "ETH_INT#" (shape output) - (at 85.09 110.49 180) + (at 121.92 110.49 180) (fields_autoplaced yes) (effects (font @@ -5141,7 +4666,7 @@ ) (uuid "6d8ff571-c3f3-4d28-bc83-449082aef078") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 73.5172 110.49 0) + (at 110.3472 110.49 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5155,7 +4680,7 @@ ) (global_label "ETH_TXD0" (shape bidirectional) - (at 127 82.55 180) + (at 123.19 82.55 180) (fields_autoplaced yes) (effects (font @@ -5165,7 +4690,7 @@ ) (uuid "8d718ec9-7151-4b62-90d1-f9f2497d338f") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 113.8322 82.55 0) + (at 110.0222 82.55 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5179,7 +4704,7 @@ ) (global_label "ETH_RXD1" (shape bidirectional) - (at 154.94 92.71 180) + (at 123.19 92.71 180) (fields_autoplaced yes) (effects (font @@ -5189,7 +4714,7 @@ ) (uuid "91750b34-2e9c-49a6-ac32-9e7d58f964d7") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 141.4698 92.71 0) + (at 109.7198 92.71 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5203,7 +4728,7 @@ ) (global_label "ETH_50MHZ_CLOCK" (shape output) - (at 78.74 118.11 0) + (at 87.63 118.11 0) (fields_autoplaced yes) (effects (font @@ -5213,7 +4738,7 @@ ) (uuid "9ce78ce8-e19b-4041-9c09-a538ad3f577b") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 99.6865 118.11 0) + (at 108.5765 118.11 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5227,7 +4752,7 @@ ) (global_label "ETH_CRS_DV" (shape output) - (at 128.27 97.79 180) + (at 121.92 97.79 180) (fields_autoplaced yes) (effects (font @@ -5237,31 +4762,7 @@ ) (uuid "a1431dda-8282-40a8-98ea-c341d7f5e4d7") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 113.7944 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "3V3_ETHERNET" - (shape input) - (at 143.51 60.96 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "b1e6a8ed-0a2c-4e6f-8df2-830246afe0e0") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 126.7364 60.96 0) + (at 107.4444 97.79 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5275,7 +4776,7 @@ ) (global_label "ETH_MDC" (shape input) - (at 154.94 102.87 180) + (at 121.92 102.87 180) (fields_autoplaced yes) (effects (font @@ -5285,7 +4786,7 @@ ) (uuid "dc49725c-5171-4b74-8f11-921ddba6d697") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 143.5487 102.87 0) + (at 110.5287 102.87 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5354,7 +4855,18 @@ ) ) ) - (property "Description" "LAN8720 Ethernet PHY with RMII interface, QFN-24" + (property "Description" "LAN8720A" + (at 176.53 97.79 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "LAN8720A" (at 176.53 97.79 0) (hide yes) (show_name no) @@ -5528,6 +5040,84 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 139.7 60.96 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 "0928c098-ea33-4e41-8567-7a14f89752b2") + (property "Reference" "#PWR0260" + (at 139.7 64.77 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ETHERNET" + (at 139.7 55.88 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 139.7 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 139.7 60.96 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 139.7 60.96 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "772a1ad6-a850-42c9-9e4e-654c497f319e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" + (reference "#PWR0260") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 156.21 41.91 180) @@ -5584,7 +5174,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM2165C1H471JA01D" + (at 156.21 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM2165C1H471JA01D" (at 156.21 41.91 0) (hide yes) (show_name no) @@ -5610,88 +5211,6 @@ ) ) ) - (symbol - (lib_id "Device:C") - (at 46.99 91.44 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 "13a84a7d-cae1-4a2b-a4a3-de2bc0203bb4") - (property "Reference" "C56" - (at 50.8 90.1699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "1uF" - (at 50.8 92.7099 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 46.0248 87.63 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 46.99 91.44 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "TCC0805X7R104K500DT" - (at 46.99 91.44 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "74ce62df-871b-4539-831b-0a8451699708") - ) - (pin "2" - (uuid "371edee8-a36d-461e-a344-21fa57733980") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "C56") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:GND") (at 148.59 53.34 0) @@ -5770,6 +5289,84 @@ ) ) ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 146.05 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 "1937b6cb-15f4-4564-89fd-e22bd0c01662") + (property "Reference" "#FLG020" + (at 146.05 36.195 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 146.05 33.02 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 146.05 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 146.05 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 146.05 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "920e5f8b-5346-4dff-b44f-2254e533e896") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" + (reference "#FLG020") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 165.1 57.15 180) @@ -5826,7 +5423,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 165.1 57.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 165.1 57.15 0) (hide yes) (show_name no) @@ -5931,8 +5539,8 @@ ) ) (symbol - (lib_id "Device:C") - (at 59.69 91.44 180) + (lib_id "Device:R") + (at 231.14 120.65 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5941,31 +5549,29 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "28754e6d-5a74-4747-be06-3da8fa6bc918") - (property "Reference" "C55" - (at 63.5 90.1699 0) + (uuid "28c14ac9-7061-406b-a9de-ebf0bc7ae19b") + (property "Reference" "R25" + (at 231.14 114.3 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Value" "100nF" - (at 63.5 92.7099 0) + (property "Value" "49.9" + (at 231.14 116.84 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify right) ) ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 58.7248 87.63 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 231.14 122.428 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5976,7 +5582,7 @@ ) ) (property "Datasheet" "" - (at 59.69 91.44 0) + (at 231.14 120.65 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5986,8 +5592,8 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" - (at 59.69 91.44 0) + (property "Description" "RC0805FR-0749R9L" + (at 231.14 120.65 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5997,16 +5603,27 @@ ) ) ) - (pin "1" - (uuid "61f013db-45f7-4e24-b5d1-b8bd195cc633") + (property "PNM" "RC0805FR-0749R9L" + (at 231.14 120.65 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) (pin "2" - (uuid "96ec1c2e-5913-4c52-895e-01e722de0504") + (uuid "2d113c08-73b7-4395-a691-1ade9807cbc3") + ) + (pin "1" + (uuid "62af5b91-7d2c-4987-ba2e-45c8fd4c090f") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "C55") + (reference "R25") (unit 1) ) ) @@ -6224,7 +5841,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM31CR71E106KA12L" + (at 154.94 57.15 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" (at 154.94 57.15 0) (hide yes) (show_name no) @@ -6250,166 +5878,9 @@ ) ) ) - (symbol - (lib_id "Device:FerriteBead") - (at 36.83 87.63 90) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "39df41a6-6663-444d-9367-2e83b04fdb9f") - (property "Reference" "FB2" - (at 36.7792 80.01 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "BLM18BB600SN1" - (at 38.354 84.074 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" - (at 36.83 89.408 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 36.83 87.63 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "Ferrite bead" - (at 36.83 87.63 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "fc1b6d75-addb-468b-899f-94ad736a93e0") - ) - (pin "1" - (uuid "4b16b627-d2b3-426e-9997-7d01e450cfbf") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "FB2") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 53.34 95.25 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 "3f6540a3-71a8-4a34-b503-9b273c6ab659") - (property "Reference" "#PWR0102" - (at 53.34 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 53.34 100.33 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 53.34 95.25 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 53.34 95.25 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 53.34 95.25 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "1a38bf3d-d769-4b20-b54b-dbdd9211bb45") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "#PWR0102") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:R") - (at 93.98 102.87 180) + (at 68.58 115.57 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6417,9 +5888,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "46b6f7a9-4275-404c-9bad-01c52cecf5a9") - (property "Reference" "R31" - (at 91.948 103.124 90) + (uuid "4030797b-14c0-469e-978c-5bff5ddba73b") + (property "Reference" "R80" + (at 73.406 114.3 90) (show_name no) (do_not_autoplace no) (effects @@ -6428,19 +5899,18 @@ ) ) ) - (property "Value" "10K" - (at 94.742 102.87 90) + (property "Value" "33" + (at 68.326 115.57 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify top) ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 95.758 102.87 90) + (at 68.58 117.348 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6451,7 +5921,7 @@ ) ) (property "Datasheet" "" - (at 93.98 102.87 0) + (at 68.58 115.57 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6461,8 +5931,19 @@ ) ) ) - (property "Description" "Resistor" - (at 93.98 102.87 0) + (property "Description" "RC0805FR-0733RL — 33 Ω — 1% — 0805" + (at 68.58 115.57 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 68.58 115.57 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6473,15 +5954,15 @@ ) ) (pin "1" - (uuid "cbf44dfc-b97c-4195-a9ac-dca628721015") + (uuid "04503d96-b7d5-4149-b3d7-0dc4064d9234") ) (pin "2" - (uuid "584e8460-dfe0-49b3-a6fb-3ce85716147a") + (uuid "b6fa531f-25c3-4332-afe6-58261d626227") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "R31") + (reference "R80") (unit 1) ) ) @@ -6565,6 +6046,163 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 222.25 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 "4dd54fbb-21a8-4c1d-8bb6-89e27b8b3e15") + (property "Reference" "#PWR0262" + (at 226.06 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ETHERNET" + (at 218.44 36.8299 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 222.25 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 222.25 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 222.25 36.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "87a5d66d-99c7-4258-a18a-7b4662b055e7") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" + (reference "#PWR0262") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 128.27 69.85 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 "50ac4cc7-c2e7-4766-8bf7-e80ca3c37551") + (property "Reference" "#PWR0259" + (at 128.27 73.66 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ETHERNET" + (at 128.27 64.77 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 128.27 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 128.27 69.85 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 128.27 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8be30dab-ca09-450e-a654-70987c73ce84") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" + (reference "#PWR0259") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 132.08 77.47 180) @@ -6619,7 +6257,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 132.08 77.47 0) (hide yes) (show_name no) @@ -6630,6 +6268,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 132.08 77.47 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "042588d4-c1d7-4461-b7ca-6d20f0894689") ) @@ -6645,6 +6294,84 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 17.78 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 "56f436e9-b8b0-4c41-bce2-a5569e05826e") + (property "Reference" "#PWR0256" + (at 17.78 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ETHERNET" + (at 17.78 127 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 17.78 132.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 17.78 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 17.78 132.08 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "463561a6-0c8f-4a93-805d-2454864e8050") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" + (reference "#PWR0256") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 214.63 31.75 90) @@ -6667,7 +6394,7 @@ ) ) ) - (property "Value" "RC0603FR-07330RL" + (property "Value" "330" (at 214.63 27.94 90) (show_name no) (do_not_autoplace no) @@ -6677,7 +6404,7 @@ ) ) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 214.63 33.528 90) (hide yes) (show_name no) @@ -6699,7 +6426,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-07330RL" (at 214.63 31.75 0) (hide yes) (show_name no) @@ -6710,6 +6437,17 @@ ) ) ) + (property "PNM" "RC0805FR-07330RL" + (at 214.63 31.75 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "ff08ff25-83ba-4faa-9fec-bd071522b0ba") ) @@ -6778,7 +6516,7 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" (at 182.88 62.23 0) (hide yes) (show_name no) @@ -6789,6 +6527,17 @@ ) ) ) + (property "PNM" "GRM21BR71H104KA01L" + (at 182.88 62.23 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "e7949bee-71ca-4355-aba1-a19d458823f7") ) @@ -6806,7 +6555,7 @@ ) (symbol (lib_id "power:GND") - (at 36.83 156.21 0) + (at 31.75 156.21 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6817,7 +6566,7 @@ (fields_autoplaced yes) (uuid "65c023ae-d519-4a7d-8df5-3e18741a9d4a") (property "Reference" "#PWR095" - (at 36.83 162.56 0) + (at 31.75 162.56 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6828,7 +6577,7 @@ ) ) (property "Value" "GND" - (at 36.83 161.29 0) + (at 31.75 161.29 0) (show_name no) (do_not_autoplace no) (effects @@ -6838,7 +6587,7 @@ ) ) (property "Footprint" "" - (at 36.83 156.21 0) + (at 31.75 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6849,7 +6598,7 @@ ) ) (property "Datasheet" "" - (at 36.83 156.21 0) + (at 31.75 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6860,7 +6609,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 36.83 156.21 0) + (at 31.75 156.21 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6947,6 +6696,17 @@ ) ) ) + (property "PNM" "FRC0805F1212TS" + (at 198.12 100.33 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "d166b816-605a-40b9-9899-85e016e6344b") ) @@ -7041,7 +6801,7 @@ ) (symbol (lib_id "Device:R") - (at 111.76 96.52 180) + (at 68.58 118.11 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7049,9 +6809,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "72e6909f-3e5d-4e7f-8950-6a097f4480fe") - (property "Reference" "R35" - (at 109.728 96.774 90) + (uuid "6cdd9540-9e4d-42e8-b60b-fcc935062f57") + (property "Reference" "R81" + (at 73.406 119.126 90) (show_name no) (do_not_autoplace no) (effects @@ -7060,19 +6820,18 @@ ) ) ) - (property "Value" "4.7K" - (at 112.522 96.52 90) + (property "Value" "33" + (at 68.326 118.11 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify top) ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 113.538 96.52 90) + (at 68.58 119.888 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -7083,7 +6842,7 @@ ) ) (property "Datasheet" "" - (at 111.76 96.52 0) + (at 68.58 118.11 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7093,8 +6852,110 @@ ) ) ) - (property "Description" "Resistor" - (at 111.76 96.52 0) + (property "Description" "RC0805FR-0733RL — 33 Ω — 1% — 0805" + (at 68.58 118.11 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 68.58 118.11 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "aad01c97-c730-45b5-afa1-16099669a1ba") + ) + (pin "2" + (uuid "7d689d8b-4dd7-49a9-b1a0-b1d1a345584b") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" + (reference "R81") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 148.59 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 "72e6909f-3e5d-4e7f-8950-6a097f4480fe") + (property "Reference" "R35" + (at 148.336 103.378 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7K" + (at 148.59 106.172 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 148.59 107.188 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 148.59 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-074K7L" + (at 148.59 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-074K7L" + (at 148.59 105.41 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -7197,6 +7058,97 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 223.52 85.09 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 "7cb52446-534e-44a0-9ee6-a0c37e13dd42") + (property "Reference" "R77" + (at 223.52 78.74 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "49.9" + (at 223.52 81.28 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 223.52 86.868 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 223.52 85.09 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0749R9L" + (at 223.52 85.09 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0749R9L" + (at 223.52 85.09 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "5e21ebbe-5215-4239-980c-98efccf6863b") + ) + (pin "1" + (uuid "c6ab47ba-7da9-4694-9d23-28e19dabdd08") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" + (reference "R77") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 180.34 44.45 270) @@ -7250,7 +7202,7 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" (at 180.34 44.45 0) (hide yes) (show_name no) @@ -7261,6 +7213,17 @@ ) ) ) + (property "PNM" "GRM21BR71H104KA01L" + (at 180.34 44.45 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "141660ff-6dfa-4b2f-99ef-6143c829c8f3") ) @@ -7332,7 +7295,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 242.57 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 242.57 93.98 0) (hide yes) (show_name no) @@ -7379,7 +7353,7 @@ ) ) ) - (property "Value" "RC0603FR-07330RL" + (property "Value" "330" (at 236.728 30.48 90) (show_name no) (do_not_autoplace no) @@ -7389,7 +7363,7 @@ ) ) ) - (property "Footprint" "Inductor_SMD:L_0603_1608Metric" + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 236.22 29.718 90) (hide yes) (show_name no) @@ -7411,7 +7385,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-07330RL" (at 236.22 27.94 0) (hide yes) (show_name no) @@ -7422,6 +7396,17 @@ ) ) ) + (property "PNM" "RC0805FR-07330RL" + (at 236.22 27.94 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "2" (uuid "4cc8df8b-d901-4acc-881c-5b63e7fb0ba6") ) @@ -7437,88 +7422,6 @@ ) ) ) - (symbol - (lib_id "Device:C") - (at 25.4 91.44 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 "a2d7921a-a53e-4a6d-806f-e0f1f64e9cef") - (property "Reference" "C57" - (at 29.21 90.1699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Value" "10uF" - (at 29.21 92.7099 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 24.4348 87.63 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 25.4 91.44 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "TCC0805X7R104K500DT" - (at 25.4 91.44 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "81ec97a0-3799-4b08-bd05-8badd40abeb1") - ) - (pin "2" - (uuid "233dbbaa-f933-4e01-b2e4-727e643be5b7") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "C57") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Connector:RJ45_Abracon_ARJP11A-MASA-B-A-EMU2") (at 257.81 55.88 90) @@ -7693,7 +7596,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 128.27 77.47 0) (hide yes) (show_name no) @@ -7704,6 +7607,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 128.27 77.47 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "f9693ea9-6223-4561-82cf-57a75d21ebd9") ) @@ -7773,7 +7687,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 139.7 77.47 0) (hide yes) (show_name no) @@ -7784,6 +7698,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 139.7 77.47 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "0fdf1eb4-7c9f-4d05-9bba-09301bc1f6dc") ) @@ -7801,7 +7726,7 @@ ) (symbol (lib_id "Device:C") - (at 22.86 151.13 180) + (at 17.78 151.13 180) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7811,7 +7736,7 @@ (dnp no) (uuid "adea9353-fca7-4d0f-90ed-3a02d3ae4710") (property "Reference" "C49" - (at 17.78 148.844 0) + (at 12.7 148.844 0) (show_name no) (do_not_autoplace no) (effects @@ -7822,7 +7747,7 @@ ) ) (property "Value" "100nF" - (at 16.51 153.416 0) + (at 11.43 153.416 0) (show_name no) (do_not_autoplace no) (effects @@ -7833,7 +7758,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 21.8948 147.32 0) + (at 16.8148 147.32 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7844,7 +7769,7 @@ ) ) (property "Datasheet" "" - (at 22.86 151.13 0) + (at 17.78 151.13 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7854,8 +7779,19 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" - (at 22.86 151.13 0) + (property "Description" "GRM21BR71H104KA01L" + (at 17.78 151.13 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 17.78 151.13 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7936,7 +7872,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GCM21BR71E105KA56L" + (at 143.51 41.91 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" (at 143.51 41.91 0) (hide yes) (show_name no) @@ -7964,7 +7911,7 @@ ) (symbol (lib_id "MIKILAB_Oscillator:ASE-xxxMHz") - (at 34.29 139.7 90) + (at 29.21 139.7 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7974,7 +7921,7 @@ (dnp no) (uuid "bcec0b66-1ecc-49cb-9eca-699fd450b13b") (property "Reference" "X1" - (at 38.608 133.604 90) + (at 33.528 133.604 90) (show_name no) (do_not_autoplace no) (effects @@ -7984,7 +7931,7 @@ ) ) (property "Value" "ASE-50.000MHZ-LC-T" - (at 47.244 146.558 90) + (at 42.164 146.558 90) (show_name no) (do_not_autoplace no) (effects @@ -7994,7 +7941,7 @@ ) ) (property "Footprint" "Oscillator:Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm" - (at 43.18 121.92 0) + (at 38.1 121.92 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8005,7 +7952,7 @@ ) ) (property "Datasheet" "http://www.abracon.com/Oscillators/ASV.pdf" - (at 34.29 142.24 0) + (at 29.21 142.24 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8016,7 +7963,7 @@ ) ) (property "Description" "3.3V CMOS SMD Crystal Clock Oscillator, Abracon" - (at 34.29 139.7 0) + (at 29.21 139.7 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8047,184 +7994,6 @@ ) ) ) - (symbol - (lib_id "Device:R_Network04_Split") - (at 231.14 110.49 90) - (unit 3) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (fields_autoplaced yes) - (uuid "c2aed13f-dcd8-4561-9c78-d6f4d299fc5d") - (property "Reference" "RN1" - (at 231.14 104.14 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "CAY16-49R9F4LF" - (at 231.14 106.68 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_Array_Convex_4x0603" - (at 231.14 112.522 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "http://www.vishay.com/docs/31509/csc.pdf" - (at 231.14 110.49 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "4 resistor network, star topology, bussed resistors, split" - (at 231.14 110.49 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "4" - (uuid "a59ce053-7a4a-4f35-80d3-acd5099eea73") - ) - (pin "3" - (uuid "16324c41-5f59-4c73-bdf6-6c0308331f33") - ) - (pin "2" - (uuid "181c47b6-9cef-44ce-931a-728efaf30ec0") - ) - (pin "1" - (uuid "ea22e814-1097-417c-afaa-5953b9de6bb1") - ) - (pin "5" - (uuid "7077c60f-3ce9-4d5b-96c0-3d02b8737523") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "RN1") - (unit 3) - ) - ) - ) - ) - (symbol - (lib_id "Device:R_Network04_Split") - (at 231.14 101.6 90) - (unit 2) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (fields_autoplaced yes) - (uuid "c4a25107-06f7-40ee-8abf-da66a76b2678") - (property "Reference" "RN1" - (at 231.14 95.25 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "CAY16-49R9F4LF" - (at 231.14 97.79 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_Array_Convex_4x0603" - (at 231.14 103.632 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "http://www.vishay.com/docs/31509/csc.pdf" - (at 231.14 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "4 resistor network, star topology, bussed resistors, split" - (at 231.14 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "4" - (uuid "a59ce053-7a4a-4f35-80d3-acd5099eea74") - ) - (pin "3" - (uuid "16324c41-5f59-4c73-bdf6-6c0308331f34") - ) - (pin "2" - (uuid "8f62cbd3-c684-4759-8ef9-5fd3a021213d") - ) - (pin "1" - (uuid "75535a5d-5be4-434d-9461-7915e9a4596c") - ) - (pin "5" - (uuid "7077c60f-3ce9-4d5b-96c0-3d02b8737524") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "RN1") - (unit 2) - ) - ) - ) - ) (symbol (lib_id "power:GND") (at 266.7 29.21 0) @@ -8382,8 +8151,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 25.4 95.25 0) + (lib_id "power:VD") + (at 143.51 105.41 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8392,9 +8161,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "ddad5d17-99dc-4f3f-bc00-5e08256ad7c7") - (property "Reference" "#PWR0101" - (at 25.4 101.6 0) + (uuid "cff77113-2f4e-4b2e-a268-6c6b6e194293") + (property "Reference" "#PWR0258" + (at 147.32 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8404,18 +8173,19 @@ ) ) ) - (property "Value" "GND" - (at 25.4 100.33 0) + (property "Value" "3V3_ETHERNET" + (at 139.7 105.4099 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) (property "Footprint" "" - (at 25.4 95.25 0) + (at 143.51 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8426,7 +8196,7 @@ ) ) (property "Datasheet" "" - (at 25.4 95.25 0) + (at 143.51 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8436,8 +8206,8 @@ ) ) ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 25.4 95.25 0) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 143.51 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8448,12 +8218,181 @@ ) ) (pin "1" - (uuid "2a539175-5325-4781-a3c9-dddfdbcddc7b") + (uuid "bb7a2ec7-c821-4fe0-b4ba-75482e460937") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "#PWR0101") + (reference "#PWR0258") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 231.14 110.49 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 "d9f0c352-d7ab-4c21-aa7f-2e179da4fa25") + (property "Reference" "R79" + (at 231.14 104.14 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "49.9" + (at 231.14 106.68 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 231.14 112.268 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 231.14 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0749R9L" + (at 231.14 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0749R9L" + (at 231.14 110.49 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "f1453f12-4087-42c2-a51e-c0067fbccc9c") + ) + (pin "1" + (uuid "7ddb97a1-5cc3-486b-83a4-5df7b4d6b0b4") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" + (reference "R79") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 226.06 90.17 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "dc9092fb-60c1-4f99-8f4c-4b80a8375cd6") + (property "Reference" "#PWR0263" + (at 229.87 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ETHERNET" + (at 232.156 91.948 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 226.06 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 226.06 90.17 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 226.06 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "decae2ef-af26-4403-83af-132ddc918d35") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" + (reference "#PWR0263") (unit 1) ) ) @@ -8538,85 +8477,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 264.16 76.2 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "e478a32c-5c4c-4dce-a720-fa8124578d96") - (property "Reference" "#PWR093" - (at 264.16 82.55 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 264.16 80.01 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 264.16 76.2 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 264.16 76.2 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 264.16 76.2 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "6ace87e9-37dd-45e7-9b96-a296b53e15a6") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "#PWR093") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "MIKILAB_CDCLVC1102PW:CDCLVC1102PW") - (at 54.61 118.11 0) + (lib_id "Device:R") + (at 231.14 100.33 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8625,9 +8487,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "e579503a-e7c2-461c-b1d0-592ce240ca5c") - (property "Reference" "U20" - (at 54.61 102.87 0) + (uuid "ecf30032-088a-4783-a48f-8c46d8f13d07") + (property "Reference" "R78" + (at 231.14 93.98 90) (show_name no) (do_not_autoplace no) (effects @@ -8636,8 +8498,8 @@ ) ) ) - (property "Value" "CDCLVC1102PW" - (at 54.61 105.41 0) + (property "Value" "49.9" + (at 231.14 96.52 90) (show_name no) (do_not_autoplace no) (effects @@ -8646,8 +8508,8 @@ ) ) ) - (property "Footprint" "Package_SO:TSSOP-8_4.4x3mm_P0.65mm" - (at 54.61 118.11 0) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 231.14 102.108 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -8655,11 +8517,10 @@ (font (size 1.27 1.27) ) - (justify bottom) ) ) (property "Datasheet" "" - (at 54.61 118.11 0) + (at 231.14 100.33 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8669,8 +8530,8 @@ ) ) ) - (property "Description" "CDCLVC1102PW" - (at 54.61 118.11 0) + (property "Description" "RC0805FR-0749R9L" + (at 231.14 100.33 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8678,11 +8539,10 @@ (font (size 1.27 1.27) ) - (justify bottom) ) ) - (property "MF" "Texas Instruments" - (at 54.61 118.11 0) + (property "PNM" "RC0805FR-0749R9L" + (at 231.14 100.33 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8690,181 +8550,18 @@ (font (size 1.27 1.27) ) - (justify bottom) ) ) - (property "Package" "TSSOP-8 Texas Instruments" - (at 54.61 118.11 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "Price" "None" - (at 54.61 118.11 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "SnapEDA_Link" "https://www.snapeda.com/parts/CDCLVC1102PW/Texas+Instruments/view-part/?ref=snap" - (at 54.61 118.11 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "MP" "CDCLVC1102PW" - (at 54.61 118.11 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (property "Availability" "In Stock" - (at 54.61 118.11 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/CDCLVC1102PW/Texas+Instruments/view-part/?ref=eda" - (at 54.61 118.11 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify bottom) - ) - ) - (pin "1" - (uuid "3f14e107-e2d1-4da9-a761-6738f489ba10") - ) - (pin "6" - (uuid "3024abf5-0aa4-4900-8cb3-f47e1a7594ac") - ) - (pin "8" - (uuid "cb6b9cdb-8201-422d-b6d8-594ec0b8729c") - ) - (pin "3" - (uuid "f414459a-7798-4c3f-a18d-1eb11ad100ca") - ) (pin "2" - (uuid "ad60652b-4293-4373-b0c7-be91753624e8") - ) - (pin "4" - (uuid "5ac5077a-7378-4bab-bc55-1cda79de1182") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "U20") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 72.39 123.19 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 "eb399090-04ba-4327-9e96-89f38e8b26a2") - (property "Reference" "#PWR0100" - (at 72.39 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 72.39 128.27 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 72.39 123.19 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 72.39 123.19 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 72.39 123.19 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) + (uuid "c196d39b-bde3-42b4-a9a2-1933d7aaf237") ) (pin "1" - (uuid "67f92165-1e58-4348-bcc2-dcef94fa7d95") + (uuid "a5fdc827-4f24-4d45-9ced-5566efda325c") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "#PWR0100") + (reference "R78") (unit 1) ) ) @@ -8924,7 +8621,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 135.89 77.47 0) (hide yes) (show_name no) @@ -8935,6 +8632,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 135.89 77.47 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "3846afd6-5545-413c-ab7a-935dc4851cd5") ) @@ -8951,8 +8659,8 @@ ) ) (symbol - (lib_id "Device:R") - (at 88.9 102.87 180) + (lib_id "power:VD") + (at 176.53 36.83 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8960,9 +8668,11 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "f5d7729b-2141-4b5c-813a-c1b1fb3e5324") - (property "Reference" "R32" - (at 86.868 103.124 90) + (fields_autoplaced yes) + (uuid "f2e3550e-bd85-4a80-a44e-555e1ecc8902") + (property "Reference" "#PWR0261" + (at 176.53 40.64 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects @@ -8971,19 +8681,18 @@ ) ) ) - (property "Value" "10K" - (at 89.662 102.87 90) + (property "Value" "3V3_ETHERNET" + (at 176.53 31.75 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify top) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 90.678 102.87 90) + (property "Footprint" "" + (at 176.53 36.83 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8994,7 +8703,7 @@ ) ) (property "Datasheet" "" - (at 88.9 102.87 0) + (at 176.53 36.83 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9004,8 +8713,8 @@ ) ) ) - (property "Description" "Resistor" - (at 88.9 102.87 0) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 176.53 36.83 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9016,193 +8725,12 @@ ) ) (pin "1" - (uuid "e2cb77fe-7c38-4ab7-8d22-947e3ecd590f") - ) - (pin "2" - (uuid "d46742a0-72d3-4b41-b2c8-490b45057a43") + (uuid "d541f1d4-842d-4966-8bbc-db76bafd8a3d") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "R32") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R_Network04_Split") - (at 231.14 120.65 90) - (unit 4) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (fields_autoplaced yes) - (uuid "faca754c-cdfc-49f9-b0f4-f1e6952d6e89") - (property "Reference" "RN1" - (at 231.14 114.3 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "CAY16-49R9F4LF" - (at 231.14 116.84 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_Array_Convex_4x0603" - (at 231.14 122.682 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "http://www.vishay.com/docs/31509/csc.pdf" - (at 231.14 120.65 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "4 resistor network, star topology, bussed resistors, split" - (at 231.14 120.65 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "4" - (uuid "a59ce053-7a4a-4f35-80d3-acd5099eea75") - ) - (pin "3" - (uuid "16324c41-5f59-4c73-bdf6-6c0308331f35") - ) - (pin "2" - (uuid "8473e97f-ce8d-4d54-8d8d-8b824acf1423") - ) - (pin "1" - (uuid "1779ef2a-7003-4303-8c61-d8d61776bf1e") - ) - (pin "5" - (uuid "7077c60f-3ce9-4d5b-96c0-3d02b8737525") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "RN1") - (unit 4) - ) - ) - ) - ) - (symbol - (lib_id "Device:R_Network04_Split") - (at 231.14 85.09 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 "fb7f4915-ca9a-4c9f-b07e-0849b1f7c99d") - (property "Reference" "RN1" - (at 231.14 78.74 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "CAY16-49R9F4LF" - (at 231.14 81.28 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_SMD:R_Array_Convex_4x0603" - (at 231.14 87.122 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "http://www.vishay.com/docs/31509/csc.pdf" - (at 231.14 85.09 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "4 resistor network, star topology, bussed resistors, split" - (at 231.14 85.09 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "4" - (uuid "a59ce053-7a4a-4f35-80d3-acd5099eea76") - ) - (pin "3" - (uuid "16324c41-5f59-4c73-bdf6-6c0308331f36") - ) - (pin "2" - (uuid "9cce538c-fd34-43c2-b9d4-2f2b887bebba") - ) - (pin "1" - (uuid "b2655c63-4d3a-4fd7-bef2-2b0621e0476c") - ) - (pin "5" - (uuid "7077c60f-3ce9-4d5b-96c0-3d02b8737526") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/39e3244b-d985-4139-b8d4-9cd3139f9b10" - (reference "RN1") + (reference "#PWR0261") (unit 1) ) ) @@ -9263,7 +8791,18 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" + (property "Description" "GRM21BR71H104KA01L" + (at 257.81 80.01 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 257.81 80.01 0) (hide yes) (show_name no) diff --git a/hardware/kicad/HubAudio/main-controller.kicad_sch b/hardware/kicad/HubAudio/main-controller.kicad_sch index a0f2ab6..4a2fe40 100644 --- a/hardware/kicad/HubAudio/main-controller.kicad_sch +++ b/hardware/kicad/HubAudio/main-controller.kicad_sch @@ -3974,6 +3974,145 @@ ) (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) + ) ) (text "SPI flash for main filesystem" (exclude_from_sim no) @@ -4003,12 +4142,6 @@ (color 0 0 0 0) (uuid "2f2507e2-9f52-48ef-9050-9762875269ef") ) - (junction - (at 257.81 55.88) - (diameter 0) - (color 0 0 0 0) - (uuid "3f4941a9-f2b1-4674-a8ed-55447bbcc5ec") - ) (junction (at 257.81 66.04) (diameter 0) @@ -4021,6 +4154,12 @@ (color 0 0 0 0) (uuid "5f9cab28-5f86-4a88-a18f-05fbc18fc208") ) + (junction + (at 93.98 151.13) + (diameter 0) + (color 0 0 0 0) + (uuid "64b9352f-0556-480e-8764-6fc571545c25") + ) (junction (at 99.06 30.48) (diameter 0) @@ -4037,7 +4176,7 @@ (at 177.8 144.78) (diameter 0) (color 0 0 0 0) - (uuid "adc75946-c376-405e-a3b7-9fb5f887dd33") + (uuid "b4355e7c-34bd-4441-bec4-caf3337d1399") ) (junction (at 99.06 22.86) @@ -4051,6 +4190,12 @@ (color 0 0 0 0) (uuid "bb8f0378-dcaa-400e-a17c-e6721f930065") ) + (junction + (at 255.27 55.88) + (diameter 0) + (color 0 0 0 0) + (uuid "c0c05b2c-5f1e-4a95-b434-ccaefe0ed822") + ) (junction (at 45.72 27.94) (diameter 0) @@ -4075,13 +4220,107 @@ (color 0 0 0 0) (uuid "fc0c48f7-5599-497e-9ce5-0173d9fac527") ) - (no_connect - (at 92.71 138.43) - (uuid "44b30d87-f187-403c-8e3e-407718026bd7") + (junction + (at 114.3 140.97) + (diameter 0) + (color 0 0 0 0) + (uuid "febbdf4c-6fdf-46b8-896c-a4445e6a4c5a") ) (no_connect - (at 92.71 140.97) - (uuid "92dfe279-3753-4172-bdaa-ee65be608877") + (at 205.74 91.44) + (uuid "03b9c479-a5ed-406e-bdaa-19c688d3096c") + ) + (no_connect + (at 205.74 81.28) + (uuid "0ee6049b-0d8c-48f1-a949-ef56697cc2ff") + ) + (no_connect + (at 205.74 45.72) + (uuid "22770226-15a7-4eaf-9325-4ca63bcda180") + ) + (no_connect + (at 96.52 76.2) + (uuid "2588a9e7-170b-4d31-a8f8-5c6198b6f7a5") + ) + (no_connect + (at 232.41 60.96) + (uuid "2966c50c-c9a2-4f9c-9ca8-6891e2102b52") + ) + (no_connect + (at 232.41 55.88) + (uuid "296b88f1-e693-47a2-97f2-a259269f8fef") + ) + (no_connect + (at 96.52 91.44) + (uuid "36ac015d-fb75-420d-8ed3-6dabd6148c31") + ) + (no_connect + (at 154.94 162.56) + (uuid "44260749-2742-477a-b8a0-8cdef5e8071f") + ) + (no_connect + (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") + ) + (no_connect + (at 205.74 50.8) + (uuid "6ba1f3b4-8bec-4d07-aedf-9426b6292eb3") + ) + (no_connect + (at 157.48 110.49) + (uuid "6bc5b7e7-0a1d-4be4-a487-938c8616b2bd") + ) + (no_connect + (at 205.74 43.18) + (uuid "7c010ba2-7ab0-4916-9a69-5a7f2fda799e") + ) + (no_connect + (at 205.74 48.26) + (uuid "7db91d20-0b59-4c16-b513-5002f4b94018") + ) + (no_connect + (at 96.52 53.34) + (uuid "9f1168fb-eace-4cdb-91f8-70b29c9237ea") + ) + (no_connect + (at 205.74 71.12) + (uuid "cfe1949b-e2a3-487c-a536-a12da23b4d0f") + ) + (no_connect + (at 232.41 53.34) + (uuid "dd6e008d-d11d-4dae-9186-4a26ba657583") + ) + (no_connect + (at 177.8 133.35) + (uuid "e64652ea-97c2-4617-9cc5-ba7ae8f54c31") + ) + (no_connect + (at 160.02 110.49) + (uuid "ed7599f7-dd1a-4650-99c6-c285ef1d0698") + ) + (no_connect + (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") ) (wire (pts @@ -4163,6 +4402,16 @@ ) (uuid "13a94ac0-dc5a-4bc0-ae22-4b9361eba356") ) + (wire + (pts + (xy 149.86 111.76) (xy 149.86 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "147b7e9b-addd-4995-b105-2cbd36f29749") + ) (wire (pts (xy 167.64 162.56) (xy 167.64 171.45) @@ -4183,16 +4432,6 @@ ) (uuid "166682ae-0430-4ee6-a9b3-3cd4ee7cba81") ) - (wire - (pts - (xy 205.74 73.66) (xy 232.41 73.66) - ) - (stroke - (width 0) - (type default) - ) - (uuid "17bf849c-5fa7-415e-ac73-ae1b7952307e") - ) (wire (pts (xy 205.74 76.2) (xy 232.41 76.2) @@ -4233,6 +4472,26 @@ ) (uuid "1d96fb69-6833-4d12-a479-eab1c6359f0d") ) + (wire + (pts + (xy 160.02 162.56) (xy 160.02 171.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1ff6319c-99dd-4d9a-8b85-b213f89f1bec") + ) + (wire + (pts + (xy 92.71 140.97) (xy 99.06 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "256902eb-4fa9-4e57-b601-eeab64ab67c6") + ) (wire (pts (xy 40.64 46.99) (xy 46.99 46.99) @@ -4243,6 +4502,16 @@ ) (uuid "25f4f82c-e2f0-4628-a395-6d41ade37d5f") ) + (wire + (pts + (xy 177.8 133.35) (xy 177.8 144.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "26bbaffb-4555-4697-9387-edf610fd4f57") + ) (wire (pts (xy 252.73 63.5) (xy 252.73 68.58) @@ -4275,7 +4544,7 @@ ) (wire (pts - (xy 252.73 55.88) (xy 257.81 55.88) + (xy 252.73 55.88) (xy 255.27 55.88) ) (stroke (width 0) @@ -4283,6 +4552,16 @@ ) (uuid "35994a61-3d72-4724-a840-7f9b0e29701e") ) + (wire + (pts + (xy 224.79 73.66) (xy 232.41 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3645b66f-8941-45d4-9a77-01d325d442e1") + ) (wire (pts (xy 257.81 63.5) (xy 257.81 66.04) @@ -4303,16 +4582,6 @@ ) (uuid "3beed945-bc1b-456d-91ed-42f6f6665645") ) - (wire - (pts - (xy 177.8 127) (xy 177.8 144.78) - ) - (stroke - (width 0) - (type default) - ) - (uuid "3e09c864-741f-47ec-abf3-2cba9d6ad888") - ) (wire (pts (xy 252.73 68.58) (xy 267.97 68.58) @@ -4393,6 +4662,16 @@ ) (uuid "4b047125-40c2-49ec-a9cf-17b631e963b0") ) + (wire + (pts + (xy 255.27 55.88) (xy 257.81 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4ea91c97-5c29-4182-a21f-521f5a36336a") + ) (wire (pts (xy 24.13 133.35) (xy 35.56 133.35) @@ -4415,13 +4694,23 @@ ) (wire (pts - (xy 154.94 116.84) (xy 154.94 142.24) + (xy 92.71 138.43) (xy 106.68 138.43) ) (stroke (width 0) (type default) ) - (uuid "542075f0-c07b-475d-9163-b541353d4853") + (uuid "55897815-7909-4309-8fd4-549a3815a18d") + ) + (wire + (pts + (xy 152.4 111.76) (xy 152.4 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "57c0abe6-b378-416b-b3aa-9a6ac0ca6d26") ) (wire (pts @@ -4453,6 +4742,16 @@ ) (uuid "63a1671f-7864-4ea8-a5fd-e7f4827bc852") ) + (wire + (pts + (xy 157.48 162.56) (xy 157.48 171.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "64844eec-af91-4c92-aa7c-5658745e002d") + ) (wire (pts (xy 162.56 162.56) (xy 162.56 171.45) @@ -4493,6 +4792,16 @@ ) (uuid "6eae5e6a-1468-4abd-80fa-32401cb576ba") ) + (wire + (pts + (xy 205.74 73.66) (xy 217.17 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6f6e7f56-1ffb-459c-b622-be223d897321") + ) (wire (pts (xy 40.64 27.94) (xy 45.72 27.94) @@ -4523,6 +4832,16 @@ ) (uuid "7c4475a8-d95b-4b76-9293-405271983b91") ) + (wire + (pts + (xy 154.94 135.89) (xy 154.94 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d950cda-edfc-4bdc-8a73-e9fcd3312357") + ) (wire (pts (xy 46.99 46.99) (xy 55.88 46.99) @@ -4533,16 +4852,6 @@ ) (uuid "818fb86e-9627-45f3-b215-4ab60890281f") ) - (wire - (pts - (xy 257.81 55.88) (xy 270.51 55.88) - ) - (stroke - (width 0) - (type default) - ) - (uuid "864dfc1e-b771-4f5c-a238-9f27723d4897") - ) (wire (pts (xy 96.52 58.42) (xy 119.38 58.42) @@ -4595,7 +4904,7 @@ ) (wire (pts - (xy 95.25 151.13) (xy 92.71 151.13) + (xy 95.25 151.13) (xy 93.98 151.13) ) (stroke (width 0) @@ -4605,7 +4914,7 @@ ) (wire (pts - (xy 50.8 140.97) (xy 57.15 140.97) + (xy 50.8 140.97) (xy 59.69 140.97) ) (stroke (width 0) @@ -4613,16 +4922,6 @@ ) (uuid "9e1a38f3-5fba-4eb5-a202-5072df6624a8") ) - (wire - (pts - (xy 172.72 109.22) (xy 172.72 142.24) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a27ad5e3-4670-4a84-8d80-c929651aa0cd") - ) (wire (pts (xy 25.4 140.97) (xy 25.4 143.51) @@ -4633,6 +4932,16 @@ ) (uuid "a33ca7f8-c4a7-4843-bdb1-a79e10a1b228") ) + (wire + (pts + (xy 154.94 111.76) (xy 154.94 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a35d5576-1689-408e-8e80-e2204d08cbbb") + ) (wire (pts (xy 205.74 63.5) (xy 232.41 63.5) @@ -4655,7 +4964,7 @@ ) (wire (pts - (xy 50.8 143.51) (xy 57.15 143.51) + (xy 50.8 143.51) (xy 59.69 143.51) ) (stroke (width 0) @@ -4753,6 +5062,16 @@ ) (uuid "bfc25a2f-81d1-47d3-b753-93c9671cef21") ) + (wire + (pts + (xy 93.98 151.13) (xy 92.71 151.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c43f5dd0-dffe-4842-b3fa-1a6f054c10b0") + ) (wire (pts (xy 205.74 55.88) (xy 232.41 55.88) @@ -4833,6 +5152,26 @@ ) (uuid "db71a933-1af7-497f-8632-7a7b975c4689") ) + (wire + (pts + (xy 172.72 110.49) (xy 172.72 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dda2b155-759a-4ec6-b4f7-0cdc0bfe34b0") + ) + (wire + (pts + (xy 106.68 140.97) (xy 114.3 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ddedf588-b7a9-4105-8a8d-cf8967688182") + ) (wire (pts (xy 205.74 93.98) (xy 232.41 93.98) @@ -4885,13 +5224,13 @@ ) (wire (pts - (xy 19.05 19.05) (xy 45.72 19.05) + (xy 114.3 140.97) (xy 114.3 138.43) ) (stroke (width 0) (type default) ) - (uuid "e61de54d-0f50-4169-90ba-35d869f38986") + (uuid "e60fb936-05bf-4780-a759-f4e6dd360ee8") ) (wire (pts @@ -4923,6 +5262,16 @@ ) (uuid "e7c7ccd5-25f6-419b-97e9-65c59a7e94fa") ) + (wire + (pts + (xy 147.32 111.76) (xy 147.32 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ea225f5d-ae25-4487-acab-b0bba0d449f4") + ) (wire (pts (xy 45.72 27.94) (xy 55.88 27.94) @@ -4983,6 +5332,16 @@ ) (uuid "f70f4747-a7f2-4af4-a3ef-34fa8a998917") ) + (wire + (pts + (xy 114.3 140.97) (xy 118.11 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f7ed08ec-ac7c-457b-aa3d-269a75fdd2fd") + ) (wire (pts (xy 40.64 135.89) (xy 40.64 133.35) @@ -5033,26 +5392,6 @@ ) (uuid "ffefa80a-2c2e-47b8-bcaf-a955d316e478") ) - (label "3V3_DIGITAL" - (at 71.12 158.75 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "2abd973d-0462-476b-9639-493e1f103011") - ) - (label "3V3_DIGITAL" - (at 19.05 19.05 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "2c161517-c58f-4848-a00a-928ad181272c") - ) (label "ESP32_EN" (at 87.63 40.64 0) (effects @@ -5063,16 +5402,6 @@ ) (uuid "2d32fbdb-5ba8-431d-b4c7-4311b67dd56f") ) - (label "3V3_DIGITAL" - (at 261.62 55.88 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "457bbb27-48b7-4efe-9677-197aaf641175") - ) (label "ESP_32_BOOT" (at 43.18 46.99 0) (effects @@ -5103,90 +5432,26 @@ ) (uuid "5f6f452d-a56a-4974-914a-6b5d4fd0459b") ) - (label "3V3_DIGITAL" - (at 154.94 118.11 270) + (label "I2C_SDA" + (at 59.69 140.97 180) (effects (font (size 1.27 1.27) ) (justify right bottom) ) - (uuid "63f500eb-bc4a-4a74-ac42-7ab806446f65") - ) - (label "I2C_SDA" - (at 53.34 140.97 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) (uuid "73033bc5-c778-47de-a311-5b0f6d3768c3") ) - (label "3V3_DIGITAL" - (at 87.63 30.48 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "7f93d861-9154-4a5f-af7d-793aa1833ed9") - ) - (label "3V3_DIGITAL" - (at 177.8 128.27 270) + (label "I2C_SCL" + (at 59.69 143.51 180) (effects (font (size 1.27 1.27) ) (justify right bottom) ) - (uuid "85938ca3-0439-48ab-b94c-ca561c8b019c") - ) - (label "I2C_SCL" - (at 53.34 143.51 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) (uuid "95ec543d-83c7-4f5e-a354-abcb458454bb") ) - (label "3V3_DIGITAL" - (at 25.4 133.35 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left bottom) - ) - (uuid "f08c4233-8dbb-4338-80e7-75edd449f2db") - ) - (global_label "3V3_DIGITAL" - (shape input) - (at 86.36 30.48 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "0405eb39-235b-481e-921e-d2532b70a890") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 72.0657 30.48 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "ETH_50MHZ_CLOCK" (shape input) (at 96.52 81.28 180) @@ -5283,9 +5548,9 @@ ) ) ) - (global_label "PCA_POWER_INT" - (shape input) - (at 96.52 76.2 180) + (global_label "SPI_DEV_MAN_B_CS" + (shape output) + (at 162.56 171.45 270) (fields_autoplaced yes) (effects (font @@ -5293,9 +5558,9 @@ ) (justify right) ) - (uuid "2bdfe551-0a76-474a-b856-a6ae9df5e579") + (uuid "25fb19a5-7aab-4667-8ba3-efe850f0992c") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 78.5972 76.2 0) + (at 162.56 192.5175 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -5451,30 +5716,6 @@ ) ) ) - (global_label "SPI_CODEC_CS" - (shape output) - (at 162.56 171.45 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "59d54ed7-f71f-46d6-a25d-17aaca50a97b") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 162.56 188.2237 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) (global_label "I2S_OUT_ESP32_BCLK" (shape input) (at 232.41 88.9 0) @@ -5523,6 +5764,30 @@ ) ) ) + (global_label "SPI_CODEC_CS" + (shape output) + (at 160.02 171.45 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "6d2ac6f2-fd51-4fb1-b3b3-0f51081d5020") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 160.02 188.2237 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) (global_label "ETH_TXD1" (shape output) (at 96.52 71.12 180) @@ -5667,7 +5932,7 @@ ) ) ) - (global_label "SPI_DEV_MAN_CS" + (global_label "SPI_DEV_MAN_A_CS" (shape output) (at 165.1 171.45 270) (fields_autoplaced yes) @@ -5679,7 +5944,31 @@ ) (uuid "9fae9b3e-5009-4ea9-98c8-847ab53e5eca") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 165.1 190.2799 90) + (at 165.1 192.3361 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (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) @@ -5811,6 +6100,30 @@ ) ) ) + (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) @@ -5859,6 +6172,30 @@ ) ) ) + (global_label "DEV_MAN_A_RESET" + (shape input) + (at 152.4 111.76 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "ccea533b-c1dd-42d2-9858-d51f922891ac") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 152.4 131.8598 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) (global_label "ETH_INT#" (shape input) (at 96.52 58.42 180) @@ -5883,9 +6220,9 @@ ) ) ) - (global_label "DEVICE_MANAGER_RST" + (global_label "DEV_MAN_B_RESET" (shape input) - (at 96.52 91.44 180) + (at 154.94 111.76 270) (fields_autoplaced yes) (effects (font @@ -5893,33 +6230,9 @@ ) (justify right) ) - (uuid "e659dafc-b3c5-4bee-8569-781de201ace5") + (uuid "daf4c591-4e1a-4989-89b4-1054c4d4e7e9") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 72.973 91.44 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "DEVICE_MANAGER_INT" - (shape input) - (at 96.52 88.9 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "e858b199-ac14-40f3-b834-bb53be34e7da") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 73.5172 88.9 0) + (at 154.94 132.0412 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6027,9 +6340,9 @@ ) ) ) - (global_label "ETH_RST#" - (shape bidirectional) - (at 96.52 66.04 180) + (global_label "SPI_UART_CS" + (shape output) + (at 157.48 171.45 270) (fields_autoplaced yes) (effects (font @@ -6037,9 +6350,9 @@ ) (justify right) ) - (uuid "f61a486d-4c56-4f14-9329-dda61d3d3592") + (uuid "f9e3f610-c401-4777-a431-eeb8ce2d2fc1") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 83.2917 66.04 0) + (at 157.48 186.5909 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6099,6 +6412,98 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 102.87 140.97 270) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "001cebb2-78ad-4030-8aa6-5c9522f75d5a") + (property "Reference" "R75" + (at 103.124 138.938 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 102.87 141.478 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 102.87 142.748 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 102.87 140.97 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0710KL" + (at 102.87 140.97 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 102.87 140.97 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "46cccded-9eb5-4ea9-8632-566598156100") + ) + (pin "2" + (uuid "6abe9a76-29e4-445a-9dd2-9368b099060c") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "R75") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 19.05 27.94 0) @@ -6309,7 +6714,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-074K7L" (at 45.72 24.13 0) (hide yes) (show_name no) @@ -6320,6 +6725,17 @@ ) ) ) + (property "PNM" "RC0805FR-074K7L" + (at 45.72 24.13 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "a4fdb070-e2de-41ed-9bc9-1101aceb2788") ) @@ -6391,7 +6807,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71H104KA01L" + (at 35.56 129.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 35.56 129.54 0) (hide yes) (show_name no) @@ -6451,7 +6878,7 @@ (justify left) ) ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 100.0252 30.48 0) (hide yes) (show_name no) @@ -6473,7 +6900,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BZ71A226ME15L" + (at 99.06 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BZ71A226ME15L" (at 99.06 26.67 0) (hide yes) (show_name no) @@ -6563,6 +7001,17 @@ ) ) ) + (property "PNM" "TS3425UA-3x4x2.5-160" + (at 33.02 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "79f24461-be69-47fc-8c45-8ed6876fa7e8") ) @@ -6584,6 +7033,83 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 24.13 133.35 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "2c84a8f0-35fa-418f-9ebb-282a1eb77939") + (property "Reference" "#PWR0245" + (at 27.94 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 20.32 133.35 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 24.13 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 24.13 133.35 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 24.13 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "0adee3fd-4010-46ff-bc8e-135671fe355e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "#PWR0245") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "MIKILAB_TS3425UA_3x4x2_5_160:TS3425UA-3x4x2.5-160") (at 33.02 27.94 0) @@ -6648,6 +7174,17 @@ ) ) ) + (property "PNM" "TS3425UA-3x4x2.5-160" + (at 33.02 27.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "78d9fa85-c4cc-474b-b40b-8ae893e4a52e") ) @@ -6669,6 +7206,83 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 69.85 158.75 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "3cb36b07-9cc6-4df9-98cb-b5afd7cb3fbc") + (property "Reference" "#PWR0246" + (at 73.66 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 66.04 158.75 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 69.85 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 69.85 158.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 69.85 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8b3cd443-4d57-4db9-8b21-342ce9f72ce5") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "#PWR0246") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 257.81 59.69 180) @@ -6723,7 +7337,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-074K7L" (at 257.81 59.69 0) (hide yes) (show_name no) @@ -6734,6 +7348,17 @@ ) ) ) + (property "PNM" "RC0805FR-074K7L" + (at 257.81 59.69 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "b34d1927-56a4-4e0f-8cf4-b00441b53547") ) @@ -6772,7 +7397,7 @@ (justify left) ) ) - (property "Value" "74HC138" + (property "Value" "74HC138PW,118" (at 177.8 154.5433 0) (show_name no) (do_not_autoplace no) @@ -6783,7 +7408,7 @@ (justify left) ) ) - (property "Footprint" "" + (property "Footprint" "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" (at 162.56 152.4 0) (hide yes) (show_name no) @@ -6805,7 +7430,18 @@ ) ) ) - (property "Description" "3-to-8 line decoder/multiplexer inverting, DIP-16/SOIC-16/SSOP-16" + (property "Description" "74HC138PW,118" + (at 162.56 152.4 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "74HC138PW,118" (at 162.56 152.4 0) (hide yes) (show_name no) @@ -6873,6 +7509,98 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 110.49 138.43 270) + (mirror x) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "4c3388bf-e5c9-4604-b940-5198e137a784") + (property "Reference" "R76" + (at 110.744 136.398 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 110.49 138.938 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 110.49 140.208 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 110.49 138.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0710KL" + (at 110.49 138.43 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 110.49 138.43 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "831e305d-0ac8-4003-a7ec-bce09a2c0b2c") + ) + (pin "2" + (uuid "c19590cc-b4af-4106-bbb4-036ad087ce5c") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "R76") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 181.61 144.78 270) @@ -6929,7 +7657,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71H104KA01L" + (at 181.61 144.78 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 181.61 144.78 0) (hide yes) (show_name no) @@ -7032,6 +7771,175 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 177.8 133.35 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "5513d480-5e66-4852-ab79-22dad9942416") + (property "Reference" "#PWR0249" + (at 177.8 137.16 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 175.768 133.604 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 177.8 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 177.8 133.35 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 177.8 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "189a3e80-42f8-4b30-9d42-6ae35d8f615e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "#PWR0249") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 93.98 154.94 0) + (mirror y) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "597b11f0-04f4-4179-94ac-d13e12085265") + (property "Reference" "R94" + (at 91.948 154.686 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 94.488 154.94 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify top) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 95.758 154.94 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 93.98 154.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "RC0805FR-0710KL" + (at 93.98 154.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "RC0805FR-0710KL" + (at 93.98 154.94 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8870411b-4d56-4fee-96f4-c5e47efe2822") + ) + (pin "2" + (uuid "d232494b-c804-4595-ba00-2457c14f4c27") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "R94") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 82.55 163.83 0) @@ -7088,7 +7996,18 @@ ) ) ) - (property "Description" "CL31B106KBHNNNE" + (property "Description" "GRM31CR71E106KA12L" + (at 82.55 163.83 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" (at 82.55 163.83 0) (hide yes) (show_name no) @@ -7269,6 +8188,83 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 86.36 30.48 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "84949270-8487-4e68-aa77-8fd90f2555e9") + (property "Reference" "#PWR0250" + (at 90.17 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 82.55 30.48 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 86.36 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 86.36 30.48 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 86.36 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "d12d99de-a1b3-47b9-8541-3cc053a93ce4") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "#PWR0250") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Endstufe:W25Q128JVS") (at 82.55 143.51 180) @@ -7324,7 +8320,7 @@ ) ) ) - (property "Description" "" + (property "Description" "W25Q128JVS" (at 82.55 143.51 0) (hide yes) (show_name no) @@ -7346,6 +8342,17 @@ ) ) ) + (property "PNM" "W25Q128JVS" + (at 82.55 143.51 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "93200fe7-35b2-4743-8d3c-72d95af6775d") ) @@ -7379,6 +8386,83 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 255.27 55.88 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "8f51106d-39f8-40e9-bfa0-6112601cabc9") + (property "Reference" "#PWR0252" + (at 255.27 59.69 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 255.27 52.07 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 255.27 55.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 255.27 55.88 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 255.27 55.88 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3f179014-f191-4879-9ccb-e76550fa02b0") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "#PWR0252") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 177.8 114.3 180) @@ -7433,7 +8517,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-0710KL" (at 177.8 114.3 0) (hide yes) (show_name no) @@ -7444,6 +8528,17 @@ ) ) ) + (property "PNM" "RC0805FR-0710KL" + (at 177.8 114.3 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "9115d88c-2e4e-4730-88c3-ed43ca7c681a") ) @@ -7537,6 +8632,237 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 93.98 158.75 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "936253b1-2e82-4586-8fe9-54650cc290ed") + (property "Reference" "#PWR0304" + (at 93.98 154.94 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 96.52 159.766 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 93.98 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 93.98 158.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 93.98 158.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c646af08-c048-46c3-9c42-9b7a9175f13a") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "#PWR0304") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 154.94 135.89 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "9f09f36c-137e-4421-a6d5-34c4e2ecb75b") + (property "Reference" "#PWR0248" + (at 154.94 139.7 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 153.67 138.176 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 154.94 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 154.94 135.89 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 154.94 135.89 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8386addb-e5e9-45a9-bfcd-2d0e08dba749") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "#PWR0248") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 118.11 140.97 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "9f53e204-d24f-4f89-81f2-890db3e1abc1") + (property "Reference" "#PWR0247" + (at 114.3 140.97 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 121.92 140.97 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 118.11 140.97 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 118.11 140.97 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 118.11 140.97 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "62b30e01-d9fa-4985-96a3-76a555e22e83") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "#PWR0247") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:GND") (at 40.64 151.13 0) @@ -7671,7 +8997,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71H104KA01L" + (at 110.49 26.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 110.49 26.67 0) (hide yes) (show_name no) @@ -7831,7 +9168,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GRM21BR71H104KA01L" + (at 46.99 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" (at 46.99 50.8 0) (hide yes) (show_name no) @@ -7913,7 +9261,18 @@ ) ) ) - (property "Description" "Unpolarized capacitor" + (property "Description" "GCM21BR71E105KA56L" + (at 45.72 31.75 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" (at 45.72 31.75 0) (hide yes) (show_name no) @@ -8384,7 +9743,7 @@ ) ) ) - (property "Description" "Resistor" + (property "Description" "RC0805FR-074K7L" (at 252.73 59.69 0) (hide yes) (show_name no) @@ -8395,6 +9754,17 @@ ) ) ) + (property "PNM" "RC0805FR-074K7L" + (at 252.73 59.69 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "1" (uuid "75b8cc92-f576-460e-b2c0-7f2021da9c11") ) @@ -8488,6 +9858,96 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 220.98 73.66 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "f4f6dc9d-04ff-4df1-8f90-bfb90f9acd1d") + (property "Reference" "R97" + (at 225.806 74.676 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "33" + (at 220.726 73.66 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 220.98 75.438 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 220.98 73.66 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 220.98 73.66 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 220.98 73.66 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "fc835dd4-7e63-4c87-bb92-dc8539c0b062") + ) + (pin "2" + (uuid "7d18b86d-d962-4279-8021-c69460dde651") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "R97") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Memory_EEPROM:24AA025E-SN") (at 40.64 143.51 0) @@ -8511,7 +9971,7 @@ (justify left) ) ) - (property "Value" "24AA025E48" + (property "Value" "24AA025E64" (at 42.7833 135.89 0) (show_name no) (do_not_autoplace no) @@ -8544,7 +10004,18 @@ ) ) ) - (property "Description" "I2C Serial EEPROM with EUI-48 or EUI-64, 2Kb, SOIC-8" + (property "Description" "24AA025E64" + (at 40.64 143.51 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "24AA025E64" (at 40.64 143.51 0) (hide yes) (show_name no) @@ -8610,7 +10081,7 @@ ) ) ) - (property "Value" "" + (property "Value" "ESP32-S31-WROOM-3" (at 107.95 109.22 0) (show_name no) (do_not_autoplace no) @@ -8642,7 +10113,7 @@ ) ) ) - (property "Description" "2.4 GHz Wi-Fi 6, Bluetooth 5.4 (LE), Bluetooth Classic, Zigbee and Thread (802.15.4) module Built around ESP32-S31 series of SoCs, RISC-V 32-bit dual-core microprocessor 54 GPIOs, rich set of peripherals On-board PCB antenna" + (property "Description" "ESP32-S31-WROOM-3" (at 107.95 109.22 0) (hide yes) (show_name no) @@ -8653,6 +10124,17 @@ ) ) ) + (property "PNM" "ESP32-S31-WROOM-3" + (at 162.56 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) (pin "73" (uuid "ea4230f6-9e02-4124-b346-14e662bde7df") ) @@ -9037,4 +10519,81 @@ ) ) ) + (symbol + (lib_id "power:VD") + (at 45.72 19.05 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "fd6b9b1c-288f-4bb0-a83b-a65fceb09ded") + (property "Reference" "#PWR0251" + (at 45.72 22.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 45.72 15.24 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 45.72 19.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 45.72 19.05 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 45.72 19.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b503ec79-135d-4f5a-a903-d8a90029635c") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/f8fd2832-13ed-4270-9e98-2ba7eddd8eec" + (reference "#PWR0251") + (unit 1) + ) + ) + ) + ) ) diff --git a/hardware/kicad/HubAudio/powerdistribution.kicad_sch b/hardware/kicad/HubAudio/powerdistribution.kicad_sch index 8497863..96a677a 100644 --- a/hardware/kicad/HubAudio/powerdistribution.kicad_sch +++ b/hardware/kicad/HubAudio/powerdistribution.kicad_sch @@ -478,6 +478,712 @@ ) (embedded_fonts no) ) + (symbol "MIKILAB_TPS22994RUKT:TPS22994RUKT" + (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 -12.7 31.48 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Value" "TPS22994RUKT" + (at -12.7 -35.56 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Footprint" "MIKILAB_TPS22994RUKT:IC_TPS22994RUKT" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "4-ch, 3.6-V, 1-A, 41-mΩ load switch with I2C control" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MF" "Texas Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MAXIMUM_PACKAGE_HEIGHT" "0.8 mm" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Package" "WQFN-20 Texas Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Price" "None" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Check_prices" "https://www.snapeda.com/parts/TPS22994RUKT/Texas+Instruments/view-part/?ref=eda" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "STANDARD" "Manufacturer Recommendation" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "PARTREV" "B" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "SnapEDA_Link" "https://www.snapeda.com/parts/TPS22994RUKT/Texas+Instruments/view-part/?ref=snap" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MP" "TPS22994RUKT" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Availability" "In Stock" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MANUFACTURER" "Texas Instruments" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (symbol "TPS22994RUKT_0_0" + (rectangle + (start -12.7 -33.02) + (end 12.7 30.48) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 17.78 12.7 180) + (length 5.08) + (name "VOUT2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 12.7 0) + (length 5.08) + (name "VIN2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin power_in line + (at 17.78 27.94 180) + (length 5.08) + (name "VBIAS" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "3" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 20.32 0) + (length 5.08) + (name "VIN1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "4" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin output line + (at 17.78 20.32 180) + (length 5.08) + (name "VOUT1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "5" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 -10.16 0) + (length 5.08) + (name "ADD1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "6" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 -5.08 0) + (length 5.08) + (name "ON4" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "7" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 2.54 0) + (length 5.08) + (name "ON3" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "8" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 10.16 0) + (length 5.08) + (name "ON2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "9" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 17.78 0) + (length 5.08) + (name "ON1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "10" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin output line + (at 17.78 -2.54 180) + (length 5.08) + (name "VOUT4" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "11" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 -2.54 0) + (length 5.08) + (name "VIN4" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "12" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin power_in line + (at 17.78 -30.48 180) + (length 5.08) + (name "GND" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "13" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 5.08 0) + (length 5.08) + (name "VIN3" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "14" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin output line + (at 17.78 5.08 180) + (length 5.08) + (name "VOUT3" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "15" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 -12.7 0) + (length 5.08) + (name "ADD2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "16" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input clock + (at -17.78 -20.32 0) + (length 5.08) + (name "SCL" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "17" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin power_in line + (at 17.78 25.4 180) + (length 5.08) + (name "VDD" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "18" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin bidirectional line + (at -17.78 -22.86 0) + (length 5.08) + (name "SDA" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "19" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin input line + (at -17.78 -15.24 0) + (length 5.08) + (name "ADD3" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "20" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin power_in line + (at 17.78 -27.94 180) + (length 5.08) + (name "EXP" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "21" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) + (symbol "MIKILAB_power:PWR_FLAG" + (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" "#FLG" + (at 0 1.905 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 0 3.81 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" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (show_name no) + (do_not_autoplace no) + (hide yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (embedded_fonts no) + ) (symbol "Power_Management:TPS22919DCK" (exclude_from_sim no) (in_bom yes) @@ -800,520 +1506,499 @@ ) (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 78.74 24.13) + (at 215.9 30.48) (diameter 0) (color 0 0 0 0) - (uuid "01276ea2-6333-4b8c-9e62-7e8293fad947") + (uuid "06fef5f7-7b3d-40a5-9641-777988b6c28a") ) (junction - (at 205.74 125.73) + (at 245.11 125.73) (diameter 0) (color 0 0 0 0) - (uuid "053954db-a7eb-4650-bdcf-2d3a69a1f68f") + (uuid "0cf26b68-48c3-438b-aee2-0f4fff540abc") ) (junction - (at 106.68 176.53) - (diameter 0) - (color 0 0 0 0) - (uuid "0b087267-22b5-4aa9-85ac-196bff276428") - ) - (junction - (at 205.74 90.17) - (diameter 0) - (color 0 0 0 0) - (uuid "0b647d27-4698-41e6-878c-1d691a8af804") - ) - (junction - (at 107.95 92.71) - (diameter 0) - (color 0 0 0 0) - (uuid "0bf03fb3-6823-4c28-adbc-63f6c21503b0") - ) - (junction - (at 207.01 24.13) + (at 71.12 30.48) (diameter 0) (color 0 0 0 0) (uuid "12704bb8-8354-4880-9dfb-d5f6476bfc40") ) (junction - (at 240.03 125.73) + (at 33.02 30.48) (diameter 0) (color 0 0 0 0) - (uuid "191f7e46-6753-4a6c-9847-6423e7018851") + (uuid "13f669b3-67cf-4d78-b557-3656edea442b") ) (junction - (at 207.01 62.23) + (at 245.11 146.05) (diameter 0) (color 0 0 0 0) - (uuid "1a47441e-80e3-485c-bc3c-e275dce8a108") + (uuid "14fb875e-67af-4803-a686-9e938172361e") ) (junction - (at 77.47 85.09) + (at 245.11 133.35) (diameter 0) (color 0 0 0 0) - (uuid "1b8c52f5-68a9-4989-8a75-0d223528e07e") + (uuid "178940f6-a8ad-40c8-b81d-8bb59d2f7c4a") ) (junction - (at 106.68 60.96) + (at 148.59 109.22) (diameter 0) (color 0 0 0 0) - (uuid "1c48f7db-bd90-401d-af9c-0b4a831b3198") + (uuid "25e712a6-2271-41f8-a68f-f2dcdd017a69") ) (junction - (at 109.22 31.75) - (diameter 0) - (color 0 0 0 0) - (uuid "20333e25-d78e-4126-9ed0-f8f5a21cd3c7") - ) - (junction - (at 168.91 62.23) - (diameter 0) - (color 0 0 0 0) - (uuid "21111151-8e71-44a1-a18b-5d94fade6a3b") - ) - (junction - (at 167.64 90.17) - (diameter 0) - (color 0 0 0 0) - (uuid "2152d5bd-11d2-455e-ad7b-d01729f079df") - ) - (junction - (at 35.56 85.09) - (diameter 0) - (color 0 0 0 0) - (uuid "23d2e61f-d413-4d57-aac3-9c02a75e1a45") - ) - (junction - (at 73.66 85.09) - (diameter 0) - (color 0 0 0 0) - (uuid "25ddd8c9-4efd-4fb0-9a35-2428419e8402") - ) - (junction - (at 34.29 53.34) - (diameter 0) - (color 0 0 0 0) - (uuid "26a017f4-f976-43bb-8602-c81e7b00a637") - ) - (junction - (at 252.73 24.13) + (at 116.84 30.48) (diameter 0) (color 0 0 0 0) (uuid "283743b2-fdcd-454b-8a02-c9fd2141bed7") ) (junction - (at 77.47 118.11) + (at 245.11 86.36) (diameter 0) (color 0 0 0 0) - (uuid "362366fd-5470-465f-b1b8-2918ff9fa82a") + (uuid "2b6f1e16-1407-4959-9363-d122ba6d5704") ) (junction - (at 77.47 148.59) + (at 214.63 105.41) (diameter 0) (color 0 0 0 0) - (uuid "39066de5-db1c-44f2-9e11-3cbe5c820bd5") + (uuid "351c1d5c-91e4-4d92-b49f-857ed9f9de73") ) (junction - (at 34.29 176.53) + (at 232.41 146.05) (diameter 0) (color 0 0 0 0) - (uuid "3c31e9af-f586-4cff-a63a-e673abe77ed2") + (uuid "35d87d88-479d-410c-84b2-d540d7a5aeb4") ) (junction - (at 109.22 24.13) + (at 153.67 121.92) (diameter 0) (color 0 0 0 0) - (uuid "44cf1426-15a7-44fb-8cfc-3765251c4ef4") + (uuid "36b16496-bd43-4bf8-ae22-4e987991077f") ) (junction - (at 106.68 53.34) + (at 232.41 86.36) (diameter 0) (color 0 0 0 0) - (uuid "46dc390b-377b-4f29-9390-da5d022a0fde") + (uuid "40656bbb-965d-42bd-96dd-0481badb6bbd") ) (junction - (at 241.3 62.23) + (at 237.49 30.48) (diameter 0) (color 0 0 0 0) - (uuid "46e3fc5a-cf07-4a1a-88f5-86a9de740cd9") + (uuid "413d54d5-a514-49e2-9f8e-6858bfe30681") ) (junction - (at 209.55 125.73) + (at 232.41 125.73) (diameter 0) (color 0 0 0 0) - (uuid "4e736173-4b00-4bae-aa2d-64264b4b0192") + (uuid "41e98236-3688-49ef-a451-85525c86e6a2") ) (junction - (at 227.33 125.73) + (at 148.59 101.6) (diameter 0) (color 0 0 0 0) - (uuid "4ec454d8-1271-4cb5-8caf-6e1ac6f2e063") + (uuid "6b2e1d0e-d247-4831-8572-1cafa5ec960d") ) (junction - (at 251.46 125.73) + (at 214.63 86.36) (diameter 0) (color 0 0 0 0) - (uuid "518f2f31-b14d-4666-8c10-96c80ee7cbaa") + (uuid "7a6a6dbb-2151-482d-92e0-41480efd8faa") ) (junction - (at 107.95 125.73) + (at 214.63 125.73) (diameter 0) (color 0 0 0 0) - (uuid "5a433c0d-1674-405e-8ea8-b28012a15bcc") + (uuid "84a50d85-0a84-4124-b971-1cf4619dc9ba") ) (junction - (at 120.65 24.13) + (at 256.54 105.41) (diameter 0) (color 0 0 0 0) - (uuid "5d8f05ab-b120-4c03-963b-68f4075838c8") + (uuid "8c004052-6cd0-4599-bbd8-a73e3c7853b4") ) (junction - (at 119.38 148.59) + (at 245.11 113.03) (diameter 0) (color 0 0 0 0) - (uuid "6161ae62-d581-480f-a09b-709d0b147218") + (uuid "8cc0bf6e-afc8-4c0f-b16b-ba9cfbc61daa") ) (junction - (at 118.11 176.53) + (at 153.67 119.38) (diameter 0) (color 0 0 0 0) - (uuid "616af629-968c-4874-8ea6-49d447dfd061") + (uuid "90f6b6a0-a1f2-46f1-ba4b-f8447678f1a3") ) (junction - (at 72.39 53.34) + (at 256.54 146.05) (diameter 0) (color 0 0 0 0) - (uuid "69488782-b724-43ae-b3e9-0b87801d989a") + (uuid "95e69cf9-6c04-4778-86eb-b7bc9c3b61ea") ) (junction - (at 35.56 148.59) + (at 128.27 101.6) (diameter 0) (color 0 0 0 0) - (uuid "6d5bb6da-9ff8-4319-84cd-174f6a0bf11f") + (uuid "9624d6c5-35fe-408a-ae7e-fbea412a6f64") ) (junction - (at 240.03 133.35) + (at 189.23 137.16) (diameter 0) (color 0 0 0 0) - (uuid "7074755e-e0ab-4a2f-a681-7bcc31330a90") + (uuid "96c9c1a3-c048-48ab-9116-bc6e0325d49d") ) (junction - (at 74.93 24.13) + (at 245.11 105.41) (diameter 0) (color 0 0 0 0) - (uuid "7675c914-d2a3-443e-88e8-9d28bc36c6b4") + (uuid "9eb5a44d-0835-4125-829f-0248a665a226") ) (junction - (at 73.66 148.59) + (at 245.11 153.67) (diameter 0) (color 0 0 0 0) - (uuid "82cb260e-5897-4923-af76-31faff8cd034") + (uuid "a5d5e7eb-b588-45fe-b7fe-dec6b58703fd") ) (junction - (at 36.83 24.13) + (at 148.59 93.98) (diameter 0) (color 0 0 0 0) - (uuid "886e29da-e6a0-4eb8-b264-8b411c838191") + (uuid "ac0e75c6-6f5c-4048-a78c-eeab361c3535") ) (junction - (at 93.98 176.53) + (at 256.54 125.73) (diameter 0) (color 0 0 0 0) - (uuid "8b4e5c3b-a6f7-4682-a378-b75bbdca79f1") + (uuid "b089f99a-1006-4618-bb0c-2120cf2dc3c6") ) (junction - (at 210.82 62.23) - (diameter 0) - (color 0 0 0 0) - (uuid "8f7ea0f5-8d4e-48d1-8de3-fe818fad9bc2") - ) - (junction - (at 76.2 53.34) - (diameter 0) - (color 0 0 0 0) - (uuid "92af489c-9fe3-495e-bcea-90c48ab2c4fe") - ) - (junction - (at 95.25 118.11) - (diameter 0) - (color 0 0 0 0) - (uuid "945ef997-4f36-4654-9bf8-e04201a2a8a6") - ) - (junction - (at 107.95 148.59) - (diameter 0) - (color 0 0 0 0) - (uuid "977222d6-a45b-4be6-8584-39c4453f1875") - ) - (junction - (at 240.03 90.17) - (diameter 0) - (color 0 0 0 0) - (uuid "9c45a900-cda6-46bc-a326-7944ac675ff5") - ) - (junction - (at 241.3 69.85) - (diameter 0) - (color 0 0 0 0) - (uuid "9cd0bd2d-7fe7-4e9b-86f8-6d0d9d6630c2") - ) - (junction - (at 93.98 53.34) - (diameter 0) - (color 0 0 0 0) - (uuid "a27e121d-5b3f-46e1-a811-fe6f72a694d4") - ) - (junction - (at 95.25 85.09) - (diameter 0) - (color 0 0 0 0) - (uuid "a5193717-f5f4-4aa3-bf71-c50590c709d5") - ) - (junction - (at 227.33 90.17) - (diameter 0) - (color 0 0 0 0) - (uuid "aa94195b-8e93-491c-a45a-8b8cb5929b5e") - ) - (junction - (at 72.39 176.53) - (diameter 0) - (color 0 0 0 0) - (uuid "ac931b41-2045-4a58-a44a-95f8310d5c57") - ) - (junction - (at 252.73 62.23) - (diameter 0) - (color 0 0 0 0) - (uuid "ae64cc55-e198-4594-b9e8-8d12db946159") - ) - (junction - (at 240.03 97.79) - (diameter 0) - (color 0 0 0 0) - (uuid "b2994032-a187-4227-8c72-10fcd12fb064") - ) - (junction - (at 241.3 24.13) + (at 105.41 30.48) (diameter 0) (color 0 0 0 0) (uuid "b6709b52-30ac-4ca7-8758-0359abdebf61") ) (junction - (at 95.25 148.59) + (at 128.27 86.36) (diameter 0) (color 0 0 0 0) - (uuid "b7a489c9-0493-4c5f-b86c-bf3572bdfdb2") + (uuid "bb476d89-f4b7-4237-95d2-11fa155903c5") ) (junction - (at 35.56 118.11) + (at 128.27 93.98) (diameter 0) (color 0 0 0 0) - (uuid "b7e0eb99-a0d3-4fff-aa9e-465f629b6323") + (uuid "c057270c-3762-4c04-82bf-5a9b4c094407") ) (junction - (at 73.66 118.11) + (at 214.63 146.05) (diameter 0) (color 0 0 0 0) - (uuid "b939102f-f14f-4986-9daf-374b84ae4ec2") + (uuid "c29611b1-1fd0-419f-ab8d-771d43c952f4") ) (junction - (at 107.95 118.11) + (at 200.66 67.31) (diameter 0) (color 0 0 0 0) - (uuid "bdf25fae-9aa6-434c-a884-9ba08da9b68e") + (uuid "c422ea77-1f9a-430b-b209-e566405c3bb6") ) (junction - (at 167.64 125.73) + (at 247.65 30.48) (diameter 0) (color 0 0 0 0) - (uuid "c8e40552-e5f8-40d3-9a6b-3eadc3181e17") + (uuid "c7545cb1-7419-4921-9013-46382610d957") ) (junction - (at 119.38 118.11) + (at 256.54 86.36) (diameter 0) (color 0 0 0 0) - (uuid "cebd4476-1bbf-4247-901a-248afff5a205") + (uuid "cc8d6003-8fbc-44bb-a255-a881bf25040c") ) (junction - (at 76.2 176.53) + (at 223.52 30.48) (diameter 0) (color 0 0 0 0) - (uuid "d0bfd2ed-14ba-49f9-ae51-21442a1943c1") + (uuid "d0398f5e-61f8-4ea9-b1ff-92ace2cc9546") ) (junction - (at 228.6 24.13) + (at 92.71 30.48) (diameter 0) (color 0 0 0 0) (uuid "d2fb6027-3606-41fb-a938-d449a515c305") ) (junction - (at 209.55 90.17) + (at 177.8 30.48) (diameter 0) (color 0 0 0 0) - (uuid "d4751f44-dba7-48a1-b000-17d89b1041b2") + (uuid "d9b43e1d-d524-4c8b-8b92-34ebe9a9f5d9") ) (junction - (at 119.38 85.09) - (diameter 0) - (color 0 0 0 0) - (uuid "d9766a80-406c-4251-b173-f723784d51d7") - ) - (junction - (at 228.6 62.23) - (diameter 0) - (color 0 0 0 0) - (uuid "daa3ece8-8921-4bf4-bb44-99cc5f9db9eb") - ) - (junction - (at 96.52 24.13) - (diameter 0) - (color 0 0 0 0) - (uuid "db9ffa83-411a-47be-b772-3c2f57b7a7a0") - ) - (junction - (at 241.3 31.75) + (at 105.41 38.1) (diameter 0) (color 0 0 0 0) (uuid "debc2a26-85e5-4b49-ae26-46de72b91aed") ) (junction - (at 168.91 24.13) - (diameter 0) - (color 0 0 0 0) - (uuid "df4c06c7-ca4e-44ce-a41c-4385ca345d04") - ) - (junction - (at 210.82 24.13) + (at 74.93 30.48) (diameter 0) (color 0 0 0 0) (uuid "df65bad9-9734-4792-83b1-02c885ae81aa") ) (junction - (at 118.11 53.34) + (at 148.59 86.36) (diameter 0) (color 0 0 0 0) - (uuid "e3fef8ad-e509-4c18-9a17-5467994af71d") + (uuid "e9c60774-dbb2-4dfb-879f-18f801d422ae") ) (junction - (at 106.68 184.15) + (at 232.41 105.41) (diameter 0) (color 0 0 0 0) - (uuid "f31f9b5e-c33f-4db2-ad6d-428b1caf3722") + (uuid "e9f70fca-504e-4e70-b5a3-2b8af1c97fc8") ) (junction - (at 107.95 85.09) + (at 128.27 109.22) (diameter 0) (color 0 0 0 0) - (uuid "fd0687e6-ffe2-4b1c-b00c-6c02e4201834") + (uuid "f16c80e5-fc7d-4f0b-8d23-583f4a0ba039") ) (junction - (at 251.46 90.17) + (at 245.11 93.98) (diameter 0) (color 0 0 0 0) - (uuid "fe2a8d3d-ebbf-452b-a984-0ae4a010b88e") + (uuid "fb98229b-b662-4c84-b2b1-fd48a9708821") ) (junction - (at 107.95 156.21) + (at 213.36 66.04) (diameter 0) (color 0 0 0 0) - (uuid "febd86a6-0b82-49d1-a02a-2f60c17473df") + (uuid "fe78c620-4168-4d03-91de-849d7726f65f") ) (wire (pts - (xy 251.46 125.73) (xy 255.27 125.73) + (xy 137.16 105.41) (xy 140.97 105.41) ) (stroke (width 0) (type default) ) - (uuid "0104661e-3304-4a98-94d3-1d39800bf6e2") + (uuid "00cf4950-74d6-40be-87a6-6f327696178b") ) (wire (pts - (xy 106.68 53.34) (xy 118.11 53.34) + (xy 116.84 104.14) (xy 120.65 104.14) ) (stroke (width 0) (type default) ) - (uuid "01bcf56a-5c0e-4e20-aa27-3b047105013d") + (uuid "01a42e84-d642-463a-bbb4-9cd8082b6933") ) (wire (pts - (xy 227.33 90.17) (xy 222.25 90.17) + (xy 213.36 66.04) (xy 213.36 67.31) ) (stroke (width 0) (type default) ) - (uuid "0207ad5e-ffce-4357-9ced-253390bee065") + (uuid "02032fe1-97a9-4c87-aefb-2622730a7ac6") ) (wire (pts - (xy 201.93 125.73) (xy 205.74 125.73) + (xy 223.52 30.48) (xy 226.06 30.48) ) (stroke (width 0) (type default) ) - (uuid "03fbc163-9bf7-4012-968d-44dd9a7ed9a0") + (uuid "04b1c9ee-0880-4451-8a3f-2ebf4119dd6a") ) (wire (pts - (xy 95.25 148.59) (xy 90.17 148.59) + (xy 173.99 30.48) (xy 177.8 30.48) ) (stroke (width 0) (type default) ) - (uuid "09e38b57-019b-4760-ba37-c6cbe9355e1c") + (uuid "05e992da-ebba-4bac-b1f0-dba57ce0a5e2") ) (wire (pts - (xy 203.2 62.23) (xy 207.01 62.23) + (xy 212.09 30.48) (xy 215.9 30.48) ) (stroke (width 0) (type default) ) - (uuid "0a8e9098-b707-4b06-8bdf-5670b1c5746b") + (uuid "077f07a5-244b-4946-a084-2ed3b14e1a9b") ) (wire (pts - (xy 33.02 24.13) (xy 36.83 24.13) + (xy 189.23 86.36) (xy 214.63 86.36) ) (stroke (width 0) (type default) ) - (uuid "0b30162e-7b52-48b9-bffa-179c7d164a13") + (uuid "08faf427-30f4-4838-8127-d8283291327a") ) (wire (pts - (xy 207.01 62.23) (xy 210.82 62.23) + (xy 232.41 86.36) (xy 245.11 86.36) ) (stroke (width 0) (type default) ) - (uuid "0b99ea1e-8fc1-4652-9758-1261916c607c") + (uuid "0acd589f-2844-4759-9164-05741a921796") ) (wire (pts - (xy 71.12 29.21) (xy 71.12 31.75) - ) - (stroke - (width 0) - (type default) - ) - (uuid "0da551f1-b361-4529-82e5-cbbc9d47a8fa") - ) - (wire - (pts - (xy 168.91 24.13) (xy 182.88 24.13) + (xy 29.21 30.48) (xy 33.02 30.48) ) (stroke (width 0) @@ -1323,7 +2008,27 @@ ) (wire (pts - (xy 203.2 24.13) (xy 207.01 24.13) + (xy 128.27 86.36) (xy 128.27 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0e36f9c4-457f-4e4f-b058-f0648c26dbf3") + ) + (wire + (pts + (xy 148.59 93.98) (xy 148.59 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0ea1b118-3bfb-4527-bd50-ec2659d7dc06") + ) + (wire + (pts + (xy 67.31 30.48) (xy 71.12 30.48) ) (stroke (width 0) @@ -1333,37 +2038,37 @@ ) (wire (pts - (xy 46.99 29.21) (xy 50.8 29.21) + (xy 204.47 93.98) (xy 204.47 105.41) ) (stroke (width 0) (type default) ) - (uuid "1284d2de-3d61-492e-b3f0-9d1a03cb1f59") + (uuid "12665274-d9bb-4fb8-9958-5a04680b2311") ) (wire (pts - (xy 205.74 90.17) (xy 209.55 90.17) + (xy 116.84 111.76) (xy 120.65 111.76) ) (stroke (width 0) (type default) ) - (uuid "15049126-44bb-48d2-9918-c3ff37bf686e") + (uuid "1383ea71-fbbd-4e16-896b-f347f6d0a818") ) (wire (pts - (xy 227.33 90.17) (xy 240.03 90.17) + (xy 148.59 109.22) (xy 148.59 113.03) ) (stroke (width 0) (type default) ) - (uuid "177ba4bb-d314-4f68-a7dc-2adde8298645") + (uuid "1734b5c3-5692-4519-b780-5b32c4956b94") ) (wire (pts - (xy 207.01 31.75) (xy 203.2 31.75) + (xy 71.12 38.1) (xy 67.31 38.1) ) (stroke (width 0) @@ -1373,27 +2078,37 @@ ) (wire (pts - (xy 207.01 69.85) (xy 203.2 69.85) + (xy 212.09 35.56) (xy 212.09 38.1) ) (stroke (width 0) (type default) ) - (uuid "19ee60f4-6855-4cf6-892f-5d220f53bafa") + (uuid "1d59f804-7602-4a6b-8a07-401f37f98909") ) (wire (pts - (xy 31.75 118.11) (xy 35.56 118.11) + (xy 144.78 129.54) (xy 153.67 129.54) ) (stroke (width 0) (type default) ) - (uuid "21986d23-5f83-4ed7-9cfd-2fcd707154e6") + (uuid "2296a41c-cdce-41bd-b574-4a0253b07add") ) (wire (pts - (xy 241.3 31.75) (xy 252.73 31.75) + (xy 128.27 109.22) (xy 128.27 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "230284b5-9f39-4f72-93d9-bc7e5418af50") + ) + (wire + (pts + (xy 105.41 38.1) (xy 116.84 38.1) ) (stroke (width 0) @@ -1403,67 +2118,77 @@ ) (wire (pts - (xy 241.3 62.23) (xy 252.73 62.23) + (xy 232.41 133.35) (xy 245.11 133.35) ) (stroke (width 0) (type default) ) - (uuid "261a5b7d-5ed9-42c0-b31c-7daef3d825e5") + (uuid "28509fac-3bb0-4136-8301-1247f3a51885") ) (wire (pts - (xy 31.75 148.59) (xy 35.56 148.59) + (xy 232.41 93.98) (xy 245.11 93.98) ) (stroke (width 0) (type default) ) - (uuid "26599377-ceab-4e01-b142-b62830277df7") + (uuid "288c3cc5-cbfc-4469-b481-86a6342eb7c2") ) (wire (pts - (xy 107.95 92.71) (xy 119.38 92.71) + (xy 194.31 67.31) (xy 200.66 67.31) ) (stroke (width 0) (type default) ) - (uuid "2d57a02b-a58f-4ab1-b798-6cfb12c50b4d") + (uuid "293f562f-024e-4ed0-8a05-e4596a995aa7") ) (wire (pts - (xy 93.98 176.53) (xy 106.68 176.53) + (xy 237.49 30.48) (xy 247.65 30.48) ) (stroke (width 0) (type default) ) - (uuid "2d5d1803-6382-4240-b1df-31b096e205fa") + (uuid "298ca63a-81fd-4bd0-8f98-2faf3b9a75e0") ) (wire (pts - (xy 252.73 62.23) (xy 256.54 62.23) + (xy 189.23 93.98) (xy 204.47 93.98) ) (stroke (width 0) (type default) ) - (uuid "2fef9698-b5d4-489d-b67d-d59b9156a461") + (uuid "2a4f5662-ab00-4435-96a0-79d79e316cc5") ) (wire (pts - (xy 119.38 118.11) (xy 123.19 118.11) + (xy 137.16 97.79) (xy 140.97 97.79) ) (stroke (width 0) (type default) ) - (uuid "3415ab11-b9bf-4545-a3ec-9acd213ed52a") + (uuid "2b97814d-054b-4288-ac8a-01364fdf0591") ) (wire (pts - (xy 252.73 24.13) (xy 266.7 24.13) + (xy 232.41 146.05) (xy 245.11 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "314f4aba-a8d6-4994-8471-9887b94a090c") + ) + (wire + (pts + (xy 116.84 30.48) (xy 130.81 30.48) ) (stroke (width 0) @@ -1473,127 +2198,107 @@ ) (wire (pts - (xy 73.66 148.59) (xy 77.47 148.59) + (xy 232.41 86.36) (xy 227.33 86.36) ) (stroke (width 0) (type default) ) - (uuid "35365ad3-54df-4408-a7d1-8234176093ef") + (uuid "354ed162-54d6-43f8-bcae-740bc402f4c8") ) (wire (pts - (xy 165.1 24.13) (xy 168.91 24.13) + (xy 232.41 125.73) (xy 245.11 125.73) ) (stroke (width 0) (type default) ) - (uuid "361a7978-2484-4cd3-b653-01c8c2649e91") + (uuid "3750109e-292e-405f-a13b-ef1e3870b70e") ) (wire (pts - (xy 168.91 62.23) (xy 182.88 62.23) + (xy 256.54 30.48) (xy 247.65 30.48) ) (stroke (width 0) (type default) ) - (uuid "36275a11-cb1e-4dbe-ad9d-4800292adf7a") + (uuid "38e5a9bd-7381-4ca5-bf56-077e490b74bb") ) (wire (pts - (xy 71.12 24.13) (xy 74.93 24.13) + (xy 245.11 113.03) (xy 256.54 113.03) ) (stroke (width 0) (type default) ) - (uuid "3822a017-78ee-4f9b-b6aa-f3313598947c") + (uuid "3a898140-7501-405a-a2df-21e062a2a81a") ) (wire (pts - (xy 45.72 123.19) (xy 49.53 123.19) + (xy 232.41 105.41) (xy 245.11 105.41) ) (stroke (width 0) (type default) ) - (uuid "3891c91c-c037-4462-94ea-8edeeb56780c") + (uuid "3a98f36e-aaff-4abb-9e37-f23715456e43") ) (wire (pts - (xy 69.85 123.19) (xy 69.85 125.73) + (xy 128.27 86.36) (xy 115.57 86.36) ) (stroke (width 0) (type default) ) - (uuid "3a9228a9-c16d-474c-8a6b-37a5aea0562f") + (uuid "3d290b5b-fee8-4dfd-8edc-3023abd3ae84") ) (wire (pts - (xy 240.03 125.73) (xy 251.46 125.73) + (xy 256.54 86.36) (xy 260.35 86.36) ) (stroke (width 0) (type default) ) - (uuid "3e61378d-a090-44a4-95bd-98ff0450dfe0") + (uuid "3ebc4d29-a4da-4c0c-8372-b1ae0337a7ff") ) (wire (pts - (xy 165.1 62.23) (xy 168.91 62.23) + (xy 189.23 78.74) (xy 194.31 78.74) ) (stroke (width 0) (type default) ) - (uuid "407bea15-4baf-4a70-87d6-9ecda89846ec") + (uuid "42aa5045-631d-42f2-87b9-c3d5641a2e10") ) (wire (pts - (xy 95.25 118.11) (xy 107.95 118.11) + (xy 214.63 146.05) (xy 219.71 146.05) ) (stroke (width 0) (type default) ) - (uuid "41428682-5843-4272-aa39-5bf36fddee66") + (uuid "44281026-050d-4cef-9d42-3efd7e2a480e") ) (wire (pts - (xy 203.2 67.31) (xy 203.2 69.85) + (xy 148.59 86.36) (xy 128.27 86.36) ) (stroke (width 0) (type default) ) - (uuid "44816345-bf02-48ca-b86f-75507976b6b6") + (uuid "45afe4dd-35e6-4ef1-89d7-d1fa2ea98331") ) (wire (pts - (xy 74.93 31.75) (xy 71.12 31.75) - ) - (stroke - (width 0) - (type default) - ) - (uuid "44b818fa-1c7f-4d29-9541-ccd2189114ec") - ) - (wire - (pts - (xy 227.33 125.73) (xy 240.03 125.73) - ) - (stroke - (width 0) - (type default) - ) - (uuid "46e3ebb7-6905-472b-be50-580d9be33b01") - ) - (wire - (pts - (xy 210.82 24.13) (xy 215.9 24.13) + (xy 74.93 30.48) (xy 80.01 30.48) ) (stroke (width 0) @@ -1603,27 +2308,37 @@ ) (wire (pts - (xy 109.22 31.75) (xy 120.65 31.75) + (xy 232.41 146.05) (xy 227.33 146.05) ) (stroke (width 0) (type default) ) - (uuid "4b032fcf-24e8-4dbb-8bba-c0dcdd20999a") + (uuid "48e2d766-afd2-44b8-a89d-28b878448f6e") ) (wire (pts - (xy 44.45 58.42) (xy 48.26 58.42) + (xy 245.11 133.35) (xy 256.54 133.35) ) (stroke (width 0) (type default) ) - (uuid "4b2db877-fb0a-4dbd-a673-30bb434142ab") + (uuid "4a8a2424-dba4-4e7e-b5e7-b7eb94617989") ) (wire (pts - (xy 228.6 24.13) (xy 241.3 24.13) + (xy 245.11 125.73) (xy 256.54 125.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4c0cc163-af8a-495a-b9a9-f65bf3ee1517") + ) + (wire + (pts + (xy 92.71 30.48) (xy 105.41 30.48) ) (stroke (width 0) @@ -1633,27 +2348,17 @@ ) (wire (pts - (xy 228.6 62.23) (xy 223.52 62.23) + (xy 33.02 30.48) (xy 46.99 30.48) ) (stroke (width 0) (type default) ) - (uuid "54693758-eae8-4c5c-9fd2-0c77b48b3925") + (uuid "540f9c67-c7fb-4a49-9097-d63e5888e744") ) (wire (pts - (xy 68.58 58.42) (xy 68.58 60.96) - ) - (stroke - (width 0) - (type default) - ) - (uuid "554714a8-8c1a-47f8-8317-4cc5782a43b6") - ) - (wire - (pts - (xy 228.6 24.13) (xy 223.52 24.13) + (xy 92.71 30.48) (xy 87.63 30.48) ) (stroke (width 0) @@ -1663,47 +2368,37 @@ ) (wire (pts - (xy 93.98 176.53) (xy 88.9 176.53) + (xy 256.54 105.41) (xy 260.35 105.41) ) (stroke (width 0) (type default) ) - (uuid "572e6a82-a367-449e-881b-b0a4db426601") + (uuid "5766e336-65a7-4112-9b0d-53cdf20384b5") ) (wire (pts - (xy 93.98 184.15) (xy 106.68 184.15) + (xy 208.28 66.04) (xy 208.28 81.28) ) (stroke (width 0) (type default) ) - (uuid "5965bf97-a367-43a0-a059-1047ac0b3c28") + (uuid "57776779-1dac-4a1c-8663-8d83af5dc1d7") ) (wire (pts - (xy 69.85 85.09) (xy 73.66 85.09) + (xy 196.85 109.22) (xy 196.85 146.05) ) (stroke (width 0) (type default) ) - (uuid "596bb03d-23cc-4309-9b03-f16fdde88c55") + (uuid "5ab2a623-d80a-4ae9-af96-20de7bd3b383") ) (wire (pts - (xy 73.66 125.73) (xy 69.85 125.73) - ) - (stroke - (width 0) - (type default) - ) - (uuid "598a34ca-1456-472b-a3ab-eb1e835173de") - ) - (wire - (pts - (xy 228.6 31.75) (xy 241.3 31.75) + (xy 92.71 38.1) (xy 105.41 38.1) ) (stroke (width 0) @@ -1713,317 +2408,217 @@ ) (wire (pts - (xy 118.11 176.53) (xy 121.92 176.53) + (xy 153.67 116.84) (xy 153.67 119.38) ) (stroke (width 0) (type default) ) - (uuid "5e78e269-a8a5-4167-b4df-5fc468944ec1") + (uuid "6092e4e7-7f4f-48cc-9125-a7208c99b374") ) (wire (pts - (xy 76.2 53.34) (xy 81.28 53.34) + (xy 115.57 101.6) (xy 148.59 101.6) ) (stroke (width 0) (type default) ) - (uuid "5ff48651-8bb8-40ee-a8c2-2d32fef04742") + (uuid "6380c2a5-a6ef-4c8b-a800-c7fa9b91dc6a") ) (wire (pts - (xy 95.25 85.09) (xy 90.17 85.09) + (xy 137.16 88.9) (xy 140.97 88.9) ) (stroke (width 0) (type default) ) - (uuid "6074d809-64f1-4820-abf0-6b9e856b0b4e") + (uuid "654c89a5-be92-4311-971e-b3ac52c78e99") ) (wire (pts - (xy 107.95 148.59) (xy 119.38 148.59) + (xy 177.8 30.48) (xy 191.77 30.48) ) (stroke (width 0) (type default) ) - (uuid "62985694-088e-4af4-98f7-8341e9c0c56a") + (uuid "69b429b4-36a9-4cbb-b399-669164940146") ) (wire (pts - (xy 35.56 85.09) (xy 49.53 85.09) + (xy 194.31 78.74) (xy 194.31 67.31) ) (stroke (width 0) (type default) ) - (uuid "63ec2883-a062-436b-ba0a-07a2a06edd9b") + (uuid "74af0c83-699f-4930-ba1e-86a05a0280b9") ) (wire (pts - (xy 30.48 176.53) (xy 34.29 176.53) + (xy 200.66 66.04) (xy 200.66 67.31) ) (stroke (width 0) (type default) ) - (uuid "649f36e2-46ce-4dd3-a741-c198aef60e6e") + (uuid "761f3feb-ad94-42c9-bff1-d6809ab8fc57") ) (wire (pts - (xy 106.68 60.96) (xy 118.11 60.96) + (xy 189.23 101.6) (xy 200.66 101.6) ) (stroke (width 0) (type default) ) - (uuid "6683d45f-2eff-492c-8290-7c1d2782b7c6") + (uuid "76b1b4a9-a2d3-4034-a8e0-97d3ac70eb9c") ) (wire (pts - (xy 201.93 95.25) (xy 201.93 97.79) + (xy 148.59 93.98) (xy 153.67 93.98) ) (stroke (width 0) (type default) ) - (uuid "67c2b112-9b32-4375-8313-266be9b7d0de") + (uuid "7e44ebdf-0151-4038-8a27-9179a5fed8fb") ) (wire (pts - (xy 69.85 153.67) (xy 69.85 156.21) + (xy 245.11 93.98) (xy 256.54 93.98) ) (stroke (width 0) (type default) ) - (uuid "6f520d2e-6526-47f5-8375-e6816e2362ca") + (uuid "7e6afa15-bfe5-4038-9100-2de07241d45d") ) (wire (pts - (xy 179.07 67.31) (xy 182.88 67.31) + (xy 140.97 113.03) (xy 137.16 113.03) ) (stroke (width 0) (type default) ) - (uuid "6f82b48c-f823-46ab-bb62-943c9281e8f5") + (uuid "7ef16c1b-258f-48ee-bdba-c68c37dd0dc9") ) (wire (pts - (xy 119.38 148.59) (xy 123.19 148.59) + (xy 196.85 146.05) (xy 214.63 146.05) ) (stroke (width 0) (type default) ) - (uuid "702aefaf-8ea8-442c-8c03-a0ff365a0a41") + (uuid "7faef8ec-d195-4f3d-805e-bea6f5258dea") ) (wire (pts - (xy 177.8 95.25) (xy 181.61 95.25) + (xy 116.84 96.52) (xy 120.65 96.52) ) (stroke (width 0) (type default) ) - (uuid "73c824e8-dfa1-4fa6-8ffb-5174886cde4f") + (uuid "8145cb82-d387-4fa3-acea-55346ab619eb") ) (wire (pts - (xy 106.68 176.53) (xy 118.11 176.53) + (xy 232.41 105.41) (xy 227.33 105.41) ) (stroke (width 0) (type default) ) - (uuid "7835499b-6a09-4581-b5de-bf699df44451") + (uuid "8226b7de-ad2c-4305-bfa2-f8f0c212097d") ) (wire (pts - (xy 35.56 148.59) (xy 49.53 148.59) + (xy 245.11 146.05) (xy 256.54 146.05) ) (stroke (width 0) (type default) ) - (uuid "7c143dfb-9cff-400e-aff3-9ecf2734df9c") + (uuid "8428a016-a178-4b3a-8674-8a26f37ee7bc") ) (wire (pts - (xy 177.8 130.81) (xy 181.61 130.81) + (xy 233.68 30.48) (xy 237.49 30.48) ) (stroke (width 0) (type default) ) - (uuid "8142a967-1adc-4aeb-9cee-46968d4ce008") + (uuid "849db2ba-e3be-482d-9715-0a7f75f811eb") ) (wire (pts - (xy 240.03 133.35) (xy 251.46 133.35) + (xy 148.59 101.6) (xy 148.59 105.41) ) (stroke (width 0) (type default) ) - (uuid "8312357e-d85e-46cc-af2a-e968462a4f5c") + (uuid "8d003b12-f3be-4d07-b431-ceb552c41f51") ) (wire (pts - (xy 95.25 148.59) (xy 107.95 148.59) + (xy 245.11 86.36) (xy 256.54 86.36) ) (stroke (width 0) (type default) ) - (uuid "85d9a712-71ea-477d-a89d-3692004a8c55") + (uuid "8fd7a08d-f9dc-4099-b4d9-8d66e9fb7a5c") ) (wire (pts - (xy 93.98 53.34) (xy 106.68 53.34) + (xy 153.67 119.38) (xy 153.67 121.92) ) (stroke (width 0) (type default) ) - (uuid "8b9489a1-59ae-4a68-90b0-93d073bae5f9") + (uuid "90af1c9c-b3c3-4fe0-9864-e8622f3fc4c8") ) (wire (pts - (xy 227.33 125.73) (xy 222.25 125.73) + (xy 256.54 146.05) (xy 260.35 146.05) ) (stroke (width 0) (type default) ) - (uuid "9029fb15-638a-4ccc-852b-4e8e176eeb7c") + (uuid "953f995c-8776-46c4-99c2-744ec75ca33a") ) (wire (pts - (xy 35.56 118.11) (xy 49.53 118.11) + (xy 189.23 134.62) (xy 189.23 137.16) ) (stroke (width 0) (type default) ) - (uuid "90826406-e936-4359-bb3d-081ea390eb9b") + (uuid "9c4a0d79-4b14-4727-9403-e04bfc260294") ) (wire (pts - (xy 93.98 53.34) (xy 88.9 53.34) + (xy 245.11 153.67) (xy 256.54 153.67) ) (stroke (width 0) (type default) ) - (uuid "90c8838b-59c9-4604-a633-6c92ea2a7c0f") + (uuid "9dff744b-669a-4eb3-bda6-e9c0ed78575e") ) (wire (pts - (xy 106.68 184.15) (xy 118.11 184.15) - ) - (stroke - (width 0) - (type default) - ) - (uuid "90df8811-e185-4336-9b39-62ef985d6067") - ) - (wire - (pts - (xy 118.11 53.34) (xy 121.92 53.34) - ) - (stroke - (width 0) - (type default) - ) - (uuid "93cfeb9c-9d27-4c49-b145-26afac97cc17") - ) - (wire - (pts - (xy 240.03 90.17) (xy 251.46 90.17) - ) - (stroke - (width 0) - (type default) - ) - (uuid "95d7953a-07c5-4ae0-8132-1ed703c04ad2") - ) - (wire - (pts - (xy 34.29 53.34) (xy 48.26 53.34) - ) - (stroke - (width 0) - (type default) - ) - (uuid "96366cf7-4521-4600-8c5f-eb50138ba953") - ) - (wire - (pts - (xy 73.66 118.11) (xy 77.47 118.11) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9771c8dc-55aa-4554-8eb1-671843e063d8") - ) - (wire - (pts - (xy 205.74 133.35) (xy 201.93 133.35) - ) - (stroke - (width 0) - (type default) - ) - (uuid "98ce3adb-013f-4dd4-b027-a824b6e4f219") - ) - (wire - (pts - (xy 167.64 125.73) (xy 181.61 125.73) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9b04a976-a73d-43c5-be74-ef5d5d89f9a4") - ) - (wire - (pts - (xy 74.93 24.13) (xy 78.74 24.13) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9d338daa-415a-4341-b6a0-6feb2579594e") - ) - (wire - (pts - (xy 78.74 24.13) (xy 83.82 24.13) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9d63ba8e-a927-49ab-ae0b-72e05eedfde4") - ) - (wire - (pts - (xy 77.47 85.09) (xy 82.55 85.09) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9f1c4e93-312d-4bec-87ea-53a0e458a5d5") - ) - (wire - (pts - (xy 203.2 29.21) (xy 203.2 31.75) + (xy 67.31 35.56) (xy 67.31 38.1) ) (stroke (width 0) @@ -2033,37 +2628,17 @@ ) (wire (pts - (xy 107.95 125.73) (xy 119.38 125.73) + (xy 144.78 127) (xy 153.67 127) ) (stroke (width 0) (type default) ) - (uuid "a2229a0c-f4ad-4c35-91de-5c57a9ce2478") + (uuid "a353e899-ee51-4fab-93f6-760f524dc576") ) (wire (pts - (xy 201.93 90.17) (xy 205.74 90.17) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a60bd3d1-6e98-4775-a4b4-36f5f876b30f") - ) - (wire - (pts - (xy 209.55 90.17) (xy 214.63 90.17) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a67b1e84-9d72-4c4d-91b4-e56659ea8096") - ) - (wire - (pts - (xy 207.01 24.13) (xy 210.82 24.13) + (xy 71.12 30.48) (xy 74.93 30.48) ) (stroke (width 0) @@ -2073,377 +2648,177 @@ ) (wire (pts - (xy 240.03 97.79) (xy 251.46 97.79) + (xy 148.59 86.36) (xy 148.59 88.9) ) (stroke (width 0) (type default) ) - (uuid "ac553014-b4ed-4e80-a988-8bda48bf28ec") + (uuid "ac52faef-f806-430f-ab88-c73185ab149a") ) (wire (pts - (xy 120.65 24.13) (xy 124.46 24.13) + (xy 187.96 35.56) (xy 191.77 35.56) ) (stroke (width 0) (type default) ) - (uuid "ac5fa2fd-2a05-4fa5-8aa5-0b96a857f6ae") + (uuid "af224d5d-d21a-4e29-adff-f8e3779c9169") ) (wire (pts - (xy 119.38 85.09) (xy 123.19 85.09) + (xy 215.9 30.48) (xy 223.52 30.48) ) (stroke (width 0) (type default) ) - (uuid "acd4b1dd-240c-464f-8d03-6bce165ab4cb") + (uuid "af4f1037-fd8a-42b1-973f-2dbeda36b462") ) (wire (pts - (xy 228.6 62.23) (xy 241.3 62.23) + (xy 148.59 101.6) (xy 153.67 101.6) ) (stroke (width 0) (type default) ) - (uuid "ae0eb765-5933-46fb-8591-98a52289bff9") + (uuid "ba454c8d-a08f-4436-8164-dd6f1768311d") ) (wire (pts - (xy 163.83 125.73) (xy 167.64 125.73) + (xy 116.84 88.9) (xy 120.65 88.9) ) (stroke (width 0) (type default) ) - (uuid "b087b93d-e0e9-4104-9683-fa2ac6d0d090") + (uuid "ba796a15-0077-402b-851d-2a32acb78bd0") ) (wire (pts - (xy 77.47 148.59) (xy 82.55 148.59) + (xy 115.57 93.98) (xy 148.59 93.98) ) (stroke (width 0) (type default) ) - (uuid "b342f558-4adf-4f35-beae-727e1bb51a6a") + (uuid "bcff7d00-afc9-4afa-a5fb-7bf60a598f2b") ) (wire (pts - (xy 163.83 90.17) (xy 167.64 90.17) + (xy 214.63 125.73) (xy 219.71 125.73) ) (stroke (width 0) (type default) ) - (uuid "b60e6b82-56ff-47d2-bf9e-351abb794ee8") + (uuid "c0844a2c-a087-45f9-a7a0-cadcd31d740d") ) (wire (pts - (xy 210.82 62.23) (xy 215.9 62.23) + (xy 204.47 105.41) (xy 214.63 105.41) ) (stroke (width 0) (type default) ) - (uuid "b6d3477c-ad11-4af5-a3bb-0066d2603b51") + (uuid "c95efd99-6eb2-4ff9-9801-891ecfaf868b") ) (wire (pts - (xy 209.55 125.73) (xy 214.63 125.73) + (xy 214.63 105.41) (xy 219.71 105.41) ) (stroke (width 0) (type default) ) - (uuid "b78cd74b-cb21-40cf-9df9-39b256ce031d") + (uuid "c99d366b-ee4f-4df4-b934-6b13a765ceb7") ) (wire (pts - (xy 72.39 53.34) (xy 76.2 53.34) + (xy 247.65 27.94) (xy 247.65 30.48) ) (stroke (width 0) (type default) ) - (uuid "b82f8301-5a4d-4483-a4f0-681101c4147e") + (uuid "cb5e23d1-051d-40a6-9615-7f10c0d17efd") ) (wire (pts - (xy 167.64 90.17) (xy 181.61 90.17) + (xy 256.54 125.73) (xy 260.35 125.73) ) (stroke (width 0) (type default) ) - (uuid "b851db18-8ace-4f07-a35a-36b5ed8e753e") + (uuid "cc62f75b-2f40-4be8-b876-d6408da7f10b") ) (wire (pts - (xy 96.52 24.13) (xy 91.44 24.13) + (xy 200.66 101.6) (xy 200.66 125.73) ) (stroke (width 0) (type default) ) - (uuid "b893cd03-7037-4394-a02e-797bf36fbb76") + (uuid "cf54d070-4eb2-44ea-b2e1-a20e4231657c") ) (wire (pts - (xy 251.46 90.17) (xy 255.27 90.17) + (xy 214.63 86.36) (xy 219.71 86.36) ) (stroke (width 0) (type default) ) - (uuid "ba450238-4925-4204-b6d2-4fe89b8d632c") + (uuid "d24809d2-0722-4f51-bad5-6f59fffcef2a") ) (wire (pts - (xy 72.39 176.53) (xy 76.2 176.53) + (xy 189.23 81.28) (xy 208.28 81.28) ) (stroke (width 0) (type default) ) - (uuid "badbf7bb-802f-40cb-bf43-c7e4b7b720a7") + (uuid "d347f451-9ddd-4fd1-afd0-5eb7370421d8") ) (wire (pts - (xy 31.75 85.09) (xy 35.56 85.09) + (xy 215.9 38.1) (xy 212.09 38.1) ) (stroke (width 0) (type default) ) - (uuid "baf33f1f-a711-44f0-9ba3-aa74b8f830ac") + (uuid "d49496d7-a943-4cac-8f83-e8fb719383a1") ) (wire (pts - (xy 93.98 60.96) (xy 106.68 60.96) + (xy 245.11 105.41) (xy 256.54 105.41) ) (stroke (width 0) (type default) ) - (uuid "bc504ee1-c0e8-44dd-8cb8-42e821482ebf") + (uuid "dd1dc3d9-5a55-4255-be0f-5e7f579706d5") ) (wire (pts - (xy 201.93 130.81) (xy 201.93 133.35) + (xy 232.41 153.67) (xy 245.11 153.67) ) (stroke (width 0) (type default) ) - (uuid "bd562c62-cfab-4399-8482-0c6bfb6d63f9") + (uuid "df02507f-2205-4b11-9945-4561d09a88eb") ) (wire (pts - (xy 34.29 176.53) (xy 48.26 176.53) - ) - (stroke - (width 0) - (type default) - ) - (uuid "be8c5392-f952-4e6a-8d7b-ab32b8f7ce2f") - ) - (wire - (pts - (xy 45.72 90.17) (xy 49.53 90.17) - ) - (stroke - (width 0) - (type default) - ) - (uuid "bea72ee2-b652-4b11-a907-255086f8cba4") - ) - (wire - (pts - (xy 107.95 156.21) (xy 119.38 156.21) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c04c33e2-b7e0-4810-ba7f-40e11dff212f") - ) - (wire - (pts - (xy 95.25 92.71) (xy 107.95 92.71) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c4f7e6bc-b7b4-43fd-a07f-0943c74e523c") - ) - (wire - (pts - (xy 228.6 69.85) (xy 241.3 69.85) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c52053a9-37c1-4cb0-9621-c283831319b6") - ) - (wire - (pts - (xy 36.83 24.13) (xy 50.8 24.13) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c5bae7ad-baa5-4cf2-9151-90feb41ade12") - ) - (wire - (pts - (xy 68.58 176.53) (xy 72.39 176.53) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c6ec061e-873f-47dc-8183-78bd221adf14") - ) - (wire - (pts - (xy 227.33 133.35) (xy 240.03 133.35) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c963c259-abf1-4ff1-a1f8-8b3efb09bcb3") - ) - (wire - (pts - (xy 109.22 24.13) (xy 120.65 24.13) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c9d9732e-c8c7-4db1-b4c6-be4ff6d4c2be") - ) - (wire - (pts - (xy 72.39 60.96) (xy 68.58 60.96) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ca351f26-e383-4254-b24c-abea0527b087") - ) - (wire - (pts - (xy 107.95 85.09) (xy 119.38 85.09) - ) - (stroke - (width 0) - (type default) - ) - (uuid "cc734652-2163-447c-8c6e-40185ad925d1") - ) - (wire - (pts - (xy 68.58 181.61) (xy 68.58 184.15) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d192036e-9038-4370-b606-0dd1b0c026fe") - ) - (wire - (pts - (xy 227.33 97.79) (xy 240.03 97.79) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d1a81509-d5bc-44fe-ae85-8283df76c8e7") - ) - (wire - (pts - (xy 95.25 156.21) (xy 107.95 156.21) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d381190e-700a-4a28-97ad-bbd39607afb0") - ) - (wire - (pts - (xy 72.39 184.15) (xy 68.58 184.15) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d65c6163-bb49-43cd-90bd-76d0ba5f2e20") - ) - (wire - (pts - (xy 96.52 31.75) (xy 109.22 31.75) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d8ef029c-e434-492b-91d4-12e3fe124341") - ) - (wire - (pts - (xy 73.66 85.09) (xy 77.47 85.09) - ) - (stroke - (width 0) - (type default) - ) - (uuid "da1e4cbe-b867-4f34-83e9-b6b171a39150") - ) - (wire - (pts - (xy 95.25 85.09) (xy 107.95 85.09) - ) - (stroke - (width 0) - (type default) - ) - (uuid "da5c04e1-dd4a-4955-ba6f-789958e8dfd0") - ) - (wire - (pts - (xy 30.48 53.34) (xy 34.29 53.34) - ) - (stroke - (width 0) - (type default) - ) - (uuid "dae9b6cf-8ee8-41e5-88cb-ceecf0e5feb5") - ) - (wire - (pts - (xy 45.72 153.67) (xy 49.53 153.67) - ) - (stroke - (width 0) - (type default) - ) - (uuid "de226c3b-3626-4c3c-a330-7f344447f10f") - ) - (wire - (pts - (xy 241.3 24.13) (xy 252.73 24.13) + (xy 105.41 30.48) (xy 116.84 30.48) ) (stroke (width 0) @@ -2453,137 +2828,97 @@ ) (wire (pts - (xy 44.45 181.61) (xy 48.26 181.61) + (xy 232.41 125.73) (xy 227.33 125.73) ) (stroke (width 0) (type default) ) - (uuid "e5356e0d-086f-46b2-b5e6-be26c283a542") + (uuid "e367fa62-dd26-4d73-b1a1-8b93e33c86c7") ) (wire (pts - (xy 73.66 156.21) (xy 69.85 156.21) + (xy 189.23 109.22) (xy 196.85 109.22) ) (stroke (width 0) (type default) ) - (uuid "e617bb37-7b92-4a30-9728-bb08f0b6d191") + (uuid "e4cc97bf-3abe-486d-8562-3e8e98a63e7a") ) (wire (pts - (xy 107.95 118.11) (xy 119.38 118.11) + (xy 200.66 125.73) (xy 214.63 125.73) ) (stroke (width 0) (type default) ) - (uuid "e7d75bd4-51a8-4429-8fd9-b054c6f0508a") + (uuid "e91617aa-cefe-48c2-8c31-cbd44d1ee9d8") ) (wire (pts - (xy 77.47 118.11) (xy 82.55 118.11) + (xy 115.57 109.22) (xy 148.59 109.22) ) (stroke (width 0) (type default) ) - (uuid "ec8af381-3eee-4a0c-9397-2070feaafc3f") + (uuid "ee2c83cc-3753-4170-b264-2fbda1e2c10b") ) (wire (pts - (xy 95.25 118.11) (xy 90.17 118.11) + (xy 232.41 113.03) (xy 245.11 113.03) ) (stroke (width 0) (type default) ) - (uuid "ec8f8483-b021-4034-8c6f-2dcdeec92f5f") + (uuid "f2048824-a442-4205-ba79-9c782629b536") ) (wire (pts - (xy 95.25 125.73) (xy 107.95 125.73) + (xy 153.67 86.36) (xy 148.59 86.36) ) (stroke (width 0) (type default) ) - (uuid "ee625cdd-2e14-4dd4-8419-a64fcf5b6393") + (uuid "f3bb9d8c-6015-446c-8010-7f71ea2ee09d") ) (wire (pts - (xy 76.2 176.53) (xy 81.28 176.53) + (xy 128.27 101.6) (xy 128.27 104.14) ) (stroke (width 0) (type default) ) - (uuid "f0e032d0-d2d2-4225-b471-c27ce05ac0a9") + (uuid "f4e9c28e-a5f9-4206-ac09-c9b0ebe19c4f") ) (wire (pts - (xy 73.66 92.71) (xy 69.85 92.71) + (xy 128.27 93.98) (xy 128.27 96.52) ) (stroke (width 0) (type default) ) - (uuid "f22a9129-c32a-4775-b35b-d45059f42668") + (uuid "f6878446-287d-4990-87d5-614b7156fd58") ) (wire (pts - (xy 68.58 53.34) (xy 72.39 53.34) + (xy 208.28 66.04) (xy 213.36 66.04) ) (stroke (width 0) (type default) ) - (uuid "f4fb109b-2ab9-435c-833c-2a9a1ea6c07f") + (uuid "f76242f2-ac4a-4547-bb4b-2af7c123fb58") ) (wire (pts - (xy 241.3 69.85) (xy 252.73 69.85) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f6a0275a-0c61-4f4e-a54f-9fa6a98d2d85") - ) - (wire - (pts - (xy 69.85 90.17) (xy 69.85 92.71) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f78ecbb5-b92b-45ae-a1f6-89dadeab85df") - ) - (wire - (pts - (xy 96.52 24.13) (xy 109.22 24.13) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f78f13fb-3c13-446d-81d7-6bdaee1b495c") - ) - (wire - (pts - (xy 69.85 118.11) (xy 73.66 118.11) - ) - (stroke - (width 0) - (type default) - ) - (uuid "f96c150d-2dac-4bda-9af7-9e0e2c62c4c8") - ) - (wire - (pts - (xy 179.07 29.21) (xy 182.88 29.21) + (xy 43.18 35.56) (xy 46.99 35.56) ) (stroke (width 0) @@ -2593,61 +2928,17 @@ ) (wire (pts - (xy 205.74 125.73) (xy 209.55 125.73) + (xy 148.59 109.22) (xy 153.67 109.22) ) (stroke (width 0) (type default) ) - (uuid "fb2b4272-da10-45a1-af44-c4157a71f7a7") + (uuid "fb8bcb73-2c22-4e00-b1c4-670255b97cd6") ) - (wire - (pts - (xy 205.74 97.79) (xy 201.93 97.79) - ) - (stroke - (width 0) - (type default) - ) - (uuid "fc987e60-283f-4df9-a9c4-4c3744827a15") - ) - (wire - (pts - (xy 69.85 148.59) (xy 73.66 148.59) - ) - (stroke - (width 0) - (type default) - ) - (uuid "fd3f63f0-cd65-4c3c-8693-e2e5b2850646") - ) - (global_label "3V3_SI4684" - (shape output) - (at 256.54 62.23 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "0919b5c3-506e-4ed4-80d3-003c603377a3") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 270.6527 62.23 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "AU_POWER_EN" + (global_label "I2C_SCL" (shape input) - (at 44.45 58.42 270) + (at 144.78 127 180) (fields_autoplaced yes) (effects (font @@ -2655,633 +2946,9 @@ ) (justify right) ) - (uuid "152e3dca-7a0e-465d-8919-3667efd9fa7e") + (uuid "0e85bf13-0eaf-4f79-9d2c-7078a8ded414") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 44.45 74.7099 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "3V3_ETHERNET" - (shape output) - (at 266.7 24.13 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "163a2e86-667f-4cc7-a316-219200a49200") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 283.4736 24.13 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "AU_POWER_EN" - (shape input) - (at 177.8 130.81 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "164381a8-cfc1-484b-878f-ce969cc15083") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 177.8 147.0999 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "3V3_ADAU1467" - (shape output) - (at 124.46 24.13 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "38fad4a2-018a-401e-8ba1-f380d2f035c4") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 141.5361 24.13 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "3V3_ANALOG" - (shape input) - (at 31.75 85.09 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "39afd04c-de6c-41ca-8c82-383d43c100e8") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 17.1533 85.09 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "3V3_BT1035" - (shape output) - (at 123.19 118.11 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "3aebb403-db53-4288-a202-f54bb70909dd") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 137.726 118.11 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "1V8" - (shape input) - (at 163.83 90.17 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "4ac336a8-2eff-42a2-8dce-6906275b82f4") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 157.3372 90.17 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "3V3_ANALOG" - (shape input) - (at 31.75 118.11 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "4b80489f-c90b-4aec-ba8f-af4209ba46a3") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 17.1533 118.11 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "1V8_SI4684" - (shape output) - (at 255.27 90.17 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "5a97d093-91f7-40c5-afd2-db19cbd2c400") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 269.3827 90.17 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "3V3_DIGITAL" - (shape input) - (at 165.1 24.13 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "5ff97aee-5ab7-4101-97e8-bb2fb9716695") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 150.8057 24.13 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "1V8" - (shape input) - (at 30.48 176.53 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "64cb4e3c-2ab4-4ade-952a-96b8b5fe2242") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 23.9872 176.53 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "3V3_ANALOG" - (shape input) - (at 31.75 148.59 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "65830836-8dc1-4c0d-b738-99c5b92846fd") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 17.1533 148.59 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "BT_POWER_EN" - (shape input) - (at 45.72 123.19 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "6ea28892-891a-4213-9a81-2c5b474caf06") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 45.72 139.2984 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "TOS_POWER_EN" - (shape input) - (at 45.72 90.17 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "79dca18c-c016-428e-8aa5-2c6a80129bda") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 45.72 107.5484 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "CODER_POWER_EN" - (shape input) - (at 44.45 181.61 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "79fe7941-32ba-48bf-acbc-85ce90f5b0bb") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 44.45 201.7703 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "AU_POWER_EN" - (shape input) - (at 177.8 95.25 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "804b27e9-b689-48be-ad8b-a7122c6fe61b") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 177.8 111.5399 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "1V2_ADAU1467" - (shape output) - (at 121.92 53.34 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "87440e5c-b95d-43ff-a9e7-ddd83539265a") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 138.9961 53.34 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "CODER_POWER_EN" - (shape input) - (at 45.72 153.67 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "94139b8f-e40d-44fc-a79a-eedba4c5f057") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 45.72 173.8303 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "3V3_ANALOG" - (shape input) - (at 33.02 24.13 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "bc0673ad-741e-4323-b15f-a752ef3ff808") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 18.4233 24.13 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "3V3_CODER" - (shape output) - (at 123.19 148.59 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "cf802dda-7353-446e-a67f-de5056a2e207") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 136.9399 148.59 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "1V2" - (shape input) - (at 30.48 53.34 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "d9495484-5bc3-4c51-885f-4589c15f2672") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 23.9872 53.34 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "AU_POWER_EN" - (shape input) - (at 46.99 29.21 270) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "de325d4b-8115-437a-a85f-a627a3d37a47") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 46.99 45.4999 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "1V2" - (shape input) - (at 163.83 125.73 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "e1ecc8cf-3c15-4fd8-af4a-534c775b5898") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 157.3372 125.73 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - ) - ) - (global_label "3V3_TOS" - (shape output) - (at 123.19 85.09 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "e9cc06fc-7dc2-4ae1-9082-e9ebcc43f937") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 134.158 85.09 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "1V8_CODER" - (shape output) - (at 121.92 176.53 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "ebb708fd-e2c4-43f5-90af-710d16ad3613") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 135.6699 176.53 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "1V2_SI4684" - (shape output) - (at 255.27 125.73 0) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - (uuid "f1005c1e-1cd8-4141-9091-78412d2f9313") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 269.3827 125.73 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - ) - (global_label "3V3_ANALOG" - (shape input) - (at 165.1 62.23 180) - (fields_autoplaced yes) - (effects - (font - (size 1.27 1.27) - ) - (justify right) - ) - (uuid "f34e9c79-00b5-4a38-aec4-20abbeb7c34a") - (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 150.5033 62.23 0) + (at 134.2353 127 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3295,7 +2962,55 @@ ) (global_label "ETHERNET_POWER_EN" (shape input) - (at 179.07 29.21 270) + (at 187.96 35.56 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "656e7a83-8458-4501-855d-f0db4dd8c9bc") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 187.96 58.744 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "I2C_SDA" + (shape input) + (at 144.78 129.54 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "b22ed746-f49e-4da9-8d40-e8b8f587469d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 134.1748 129.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + ) + (global_label "ETHERNET_POWER_EN" + (shape input) + (at 43.18 35.56 270) (fields_autoplaced yes) (effects (font @@ -3305,7 +3020,7 @@ ) (uuid "fcb5871f-ddca-42d8-bd8f-c3fc904601ed") (property "Intersheetrefs" "${INTERSHEET_REFS}" - (at 179.07 52.394 90) + (at 43.18 58.744 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -3318,8 +3033,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 167.64 133.35 0) + (lib_id "MIKILAB_power:PWR_FLAG") + (at 116.84 30.48 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -3328,9 +3043,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "005c467a-d025-4349-a251-c9695f1635a6") - (property "Reference" "#PWR0127" - (at 167.64 139.7 0) + (uuid "017c1e34-7df1-4049-820e-b1b2ed88e1f9") + (property "Reference" "#FLG016" + (at 116.84 28.575 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3340,8 +3055,8 @@ ) ) ) - (property "Value" "GND" - (at 167.64 138.43 0) + (property "Value" "PWR_FLAG" + (at 116.84 25.4 0) (show_name no) (do_not_autoplace no) (effects @@ -3351,7 +3066,7 @@ ) ) (property "Footprint" "" - (at 167.64 133.35 0) + (at 116.84 30.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3362,7 +3077,7 @@ ) ) (property "Datasheet" "" - (at 167.64 133.35 0) + (at 116.84 30.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3372,8 +3087,8 @@ ) ) ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 167.64 133.35 0) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 116.84 30.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -3384,90 +3099,12 @@ ) ) (pin "1" - (uuid "30db901b-2679-4725-ade5-f8dc735e5aea") + (uuid "80fc0d21-0575-4de0-bb64-74a47de0f8c5") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0127") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 106.68 184.15 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 "01842bac-dd84-470d-a129-b33b6b53bfd3") - (property "Reference" "#PWR0169" - (at 106.68 190.5 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 106.68 189.23 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 106.68 184.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 106.68 184.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 \"GND\" , ground" - (at 106.68 184.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "8d28d00b-5893-458d-9d5f-64b28083a0bc") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0169") + (reference "#FLG016") (unit 1) ) ) @@ -3475,7 +3112,7 @@ ) (symbol (lib_id "Device:C") - (at 240.03 129.54 0) + (at 214.63 149.86 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -3484,753 +3121,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "02b3ff4c-caae-4890-a36a-cd9eae6315f8") - (property "Reference" "C95" - (at 243.84 128.2699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 243.84 130.8099 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 240.9952 133.35 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 240.03 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 240.03 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "e34802c8-f44a-45ce-b36c-4cb61025ea74") - ) - (pin "1" - (uuid "1cdf4a58-a64a-45b3-93d6-73bc2dd5e934") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C95") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 107.95 152.4 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 "0306ac70-328c-48ae-bf43-eefbedc92795") - (property "Reference" "C138" - (at 111.76 151.1299 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 111.76 153.6699 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 108.9152 156.21 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 107.95 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 107.95 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "ea4c6912-750f-4e01-a577-0bcce7609e40") - ) - (pin "1" - (uuid "7192b93e-aa47-4554-a276-b0f653246ba7") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C138") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Power_Management:TPS22919DCK") - (at 58.42 55.88 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 "036dfb34-7cf0-438c-afd4-90cbedccf5bb") - (property "Reference" "U23" - (at 58.42 45.72 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "TPS22919DCK" - (at 58.42 48.26 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" - (at 58.42 43.18 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps22919.pdf" - (at 59.69 73.66 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "1.6V to 5.5 V, 1.5 A, 90-mΩ Self-Protected Load Switch with Controlled Rise Time, SC-70-6" - (at 58.42 75.692 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "df3fc0aa-afed-4f2b-9db8-8602b4e81e64") - ) - (pin "2" - (uuid "8587d3c9-4c32-4300-b5d6-3611fd8c7c59") - ) - (pin "3" - (uuid "e1055663-0ab6-499a-a798-f5ed3d17d618") - ) - (pin "4" - (uuid "d87be137-0af7-43c8-875e-32d01542c173") - ) - (pin "5" - (uuid "85e5bfb0-a3ac-4ec2-9fe0-6ae7c1e325b0") - ) - (pin "6" - (uuid "d5109bb0-0757-41e2-a579-605570bf068b") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "U23") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 34.29 180.34 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 "03a72539-3153-48b2-a79f-c4c171d02620") - (property "Reference" "C129" - (at 38.1 179.0699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 38.1 181.6099 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 35.2552 184.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 34.29 180.34 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 34.29 180.34 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "cb834c98-cddc-42f7-a625-8913e6c0525b") - ) - (pin "1" - (uuid "5dcda03b-cf8a-45fc-89f6-b66086c66214") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C129") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 168.91 66.04 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 "05cdd1c7-51fd-4286-8fce-d68e92d1d4d9") - (property "Reference" "C87" - (at 172.72 64.7699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 172.72 67.3099 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 169.8752 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 168.91 66.04 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 168.91 66.04 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "6c1ea587-4874-491b-a697-5c81ef70ece8") - ) - (pin "1" - (uuid "df71f793-dfca-4f49-b79a-8e32778aba0d") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C87") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 109.22 27.94 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 "08c8093a-6669-4cac-a243-20706b619b4e") - (property "Reference" "C27" - (at 113.03 26.6699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 113.03 29.2099 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 110.1852 31.75 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 109.22 27.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 109.22 27.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "d09fb713-1eaa-4c5d-acdf-9dbd52bf3e9a") - ) - (pin "1" - (uuid "ef69d218-5ee2-4e2e-afbd-90bdb54b768a") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C27") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 119.38 152.4 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 "0a4cacd1-d237-42b6-b395-d574fb051610") - (property "Reference" "C140" - (at 123.19 151.1299 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100nF" - (at 123.19 153.6699 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 120.3452 156.21 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 119.38 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "TCC0805X7R104K500DT" - (at 119.38 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "4bfbdb43-101e-49e5-9e42-e67f7c412153") - ) - (pin "2" - (uuid "e88af814-c5d1-41e4-83d3-0980fd148e23") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C140") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 58.42 63.5 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 "0a7ced33-8dd1-475c-b15a-a89aa3567c96") - (property "Reference" "#PWR087" - (at 58.42 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 58.42 68.58 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 58.42 63.5 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 58.42 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 58.42 63.5 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "9a619c41-038d-4d45-b5e2-af5f9c70b8d0") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR087") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 106.68 57.15 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 "0b0d3f13-6c54-4625-8454-501683138cf4") - (property "Reference" "C43" - (at 110.49 55.8799 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 110.49 58.4199 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 107.6452 60.96 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 106.68 57.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 106.68 57.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "3dc7fa14-6b8b-4095-87b7-1628e3c49691") - ) - (pin "1" - (uuid "9e2e3146-f009-44ce-8ef9-1b84b3828b8a") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C43") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 210.82 66.04 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 "0c2d8ab3-f9a9-4fd3-8a60-833f986dbd82") - (property "Reference" "C88" - (at 214.63 64.7699 0) + (uuid "04c6f84d-1210-423b-a58d-9fd0f3f8d55c") + (property "Reference" "C121" + (at 218.44 148.5899 0) (show_name no) (do_not_autoplace no) (effects @@ -4241,7 +3134,7 @@ ) ) (property "Value" "10uF" - (at 214.63 67.3099 0) + (at 218.44 151.1299 0) (show_name no) (do_not_autoplace no) (effects @@ -4252,7 +3145,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 211.7852 69.85 0) + (at 215.5952 153.67 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4263,7 +3156,7 @@ ) ) (property "Datasheet" "" - (at 210.82 66.04 0) + (at 214.63 149.86 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4273,8 +3166,19 @@ ) ) ) - (property "Description" "CL31B106KBHNNNE" - (at 210.82 66.04 0) + (property "Description" "GRM31CR71E106KA12L" + (at 214.63 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 214.63 149.86 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4285,15 +3189,15 @@ ) ) (pin "1" - (uuid "8b322cee-e79c-4f07-99f5-8958be379396") + (uuid "74267e7f-99f0-4493-a6a5-48e26d36978e") ) (pin "2" - (uuid "dc0088de-f38b-4520-a827-8d47f1b64e24") + (uuid "69d25d05-7850-448f-a26e-25740ba4cee0") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C88") + (reference "C121") (unit 1) ) ) @@ -4301,7 +3205,7 @@ ) (symbol (lib_id "Device:L") - (at 86.36 118.11 90) + (at 229.87 30.48 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4310,9 +3214,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "0fdc1b05-35fc-408f-a8d1-82f52f4ba9b5") - (property "Reference" "L18" - (at 86.36 113.03 90) + (uuid "04cfc229-8c96-4cb2-bdb8-70b058367432") + (property "Reference" "L3" + (at 229.87 25.4 90) (show_name no) (do_not_autoplace no) (effects @@ -4321,8 +3225,8 @@ ) ) ) - (property "Value" "BLM21PG121SN1D" - (at 86.36 115.57 90) + (property "Value" "ferrite bead" + (at 229.87 27.94 90) (show_name no) (do_not_autoplace no) (effects @@ -4332,7 +3236,7 @@ ) ) (property "Footprint" "Inductor_SMD:L_0805_2012Metric" - (at 86.36 118.11 0) + (at 229.87 30.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4343,7 +3247,7 @@ ) ) (property "Datasheet" "" - (at 86.36 118.11 0) + (at 229.87 30.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4354,7 +3258,18 @@ ) ) (property "Description" "BLM21PG121SN1D" - (at 86.36 118.11 0) + (at 229.87 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "BLM21PG121SN1D" + (at 229.87 30.48 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -4365,93 +3280,15 @@ ) ) (pin "2" - (uuid "3a0e9ce3-e6d6-4339-bbd0-227f2c1d5584") + (uuid "4a8e5bc4-9d7a-451e-915b-440eebbda972") ) (pin "1" - (uuid "78577093-2381-41de-9ccc-b9dbfbb506cb") + (uuid "1b9725cb-ceeb-4a17-a0dd-a01a49c633d4") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "L18") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 107.95 92.71 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 "13586b4e-1d2d-47eb-bbc0-8f7f70b6f930") - (property "Reference" "#PWR060" - (at 107.95 99.06 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 107.95 97.79 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 107.95 92.71 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 107.95 92.71 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 107.95 92.71 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "61acb24b-4a47-47cc-99a2-09ce6111e255") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR060") + (reference "L3") (unit 1) ) ) @@ -4459,7 +3296,7 @@ ) (symbol (lib_id "Device:C") - (at 227.33 93.98 0) + (at 33.02 34.29 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4468,342 +3305,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "14045025-ac65-493d-939f-90486715e911") - (property "Reference" "C36" - (at 231.14 92.7099 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 231.14 95.2499 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 228.2952 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 227.33 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 227.33 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "6e2e165e-9a56-4afe-bc27-1cdfc7447d82") - ) - (pin "2" - (uuid "af3587b8-62d8-4815-a151-28f517c06ba3") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C36") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 76.2 184.15 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 "1411e724-367c-446d-832e-d10ecde0c5f9") - (property "Reference" "#PWR0167" - (at 76.2 190.5 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 76.2 189.23 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 76.2 184.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 76.2 184.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 \"GND\" , ground" - (at 76.2 184.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "10b271e3-a127-48d1-af26-53d59646c021") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0167") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 205.74 129.54 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "16165248-f238-4ec0-9968-0632dae80399") - (property "Reference" "R57" - (at 203.708 130.81 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1K" - (at 205.74 130.302 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 203.962 129.54 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 205.74 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "MCR10EZHF1001" - (at 205.74 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "052e3f2b-0c49-4ae9-9779-90df12e719ac") - ) - (pin "1" - (uuid "19f4e406-8e61-4749-9277-89bd36d64804") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "R57") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Power_Management:TPS22919DCK") - (at 193.04 64.77 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 "1bee40eb-8957-4fbc-99ef-8d34d86bebb7") - (property "Reference" "U26" - (at 193.04 54.61 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "TPS22919DCK" - (at 193.04 57.15 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" - (at 193.04 52.07 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps22919.pdf" - (at 194.31 82.55 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "1.6V to 5.5 V, 1.5 A, 90-mΩ Self-Protected Load Switch with Controlled Rise Time, SC-70-6" - (at 193.04 84.582 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "29f7b0c5-4cde-407a-8d6d-d7187a98318e") - ) - (pin "2" - (uuid "85b7a254-2e3c-46e6-95b1-47965ab74765") - ) - (pin "3" - (uuid "2a0fd73b-a67a-49cb-8b8e-bb3e845e335e") - ) - (pin "4" - (uuid "61af27a9-e3e6-4615-8cbd-1b85a1208798") - ) - (pin "5" - (uuid "ad16e21c-e4c5-4d81-8c61-6be8e30d9f4e") - ) - (pin "6" - (uuid "0d951685-960c-4c60-ba5e-c63699e458e4") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "U26") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 168.91 27.94 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 "21b41566-a691-4ad5-a5f0-c8454e3cb691") + (uuid "07c9efd4-b781-467a-9b7f-722f8dfe90f0") (property "Reference" "C50" - (at 172.72 26.6699 0) + (at 36.83 33.0199 0) (show_name no) (do_not_autoplace no) (effects @@ -4813,8 +3317,8 @@ (justify left) ) ) - (property "Value" "1uF" - (at 172.72 29.2099 0) + (property "Value" "22uF" + (at 36.83 35.5599 0) (show_name no) (do_not_autoplace no) (effects @@ -4825,7 +3329,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 169.8752 31.75 0) + (at 33.9852 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4836,7 +3340,7 @@ ) ) (property "Datasheet" "" - (at 168.91 27.94 0) + (at 33.02 34.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4846,8 +3350,19 @@ ) ) ) - (property "Description" "CL21B105KBFNNNE" - (at 168.91 27.94 0) + (property "Description" "GRM21BZ71A226ME15L" + (at 33.02 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BZ71A226ME15L" + (at 33.02 34.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4858,10 +3373,10 @@ ) ) (pin "2" - (uuid "6f58d0f2-2842-4967-9992-e6e8133dbfcb") + (uuid "9cde71b5-5f2d-4967-bf24-7f4e7158f657") ) (pin "1" - (uuid "dece5d65-ff59-4358-b50a-708730fcb814") + (uuid "863fccb1-167b-4237-983e-9a462cda41c3") ) (instances (project "HubAudio" @@ -4872,91 +3387,9 @@ ) ) ) - (symbol - (lib_id "Device:C") - (at 251.46 129.54 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 "28294888-35f2-4be9-a99c-30b5f98d7cd4") - (property "Reference" "C96" - (at 255.27 128.2699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100nF" - (at 255.27 130.8099 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 252.4252 133.35 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 251.46 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "TCC0805X7R104K500DT" - (at 251.46 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "52d98d9b-2e34-48f7-89e1-d1feabc34ed8") - ) - (pin "2" - (uuid "ae339651-92c2-4f4e-9663-e2cc7a94af99") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C96") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:GND") - (at 168.91 31.75 0) + (at 214.63 93.98 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -4964,10 +3397,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "2b100876-56bf-4b6f-a54b-1b63d496e72b") - (property "Reference" "#PWR096" - (at 168.91 38.1 0) + (uuid "08bbe8b6-8d45-4221-a39a-3623f0b56404") + (property "Reference" "#PWR043" + (at 214.63 100.33 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4978,7 +3410,7 @@ ) ) (property "Value" "GND" - (at 168.91 36.83 0) + (at 214.63 98.044 0) (show_name no) (do_not_autoplace no) (effects @@ -4988,7 +3420,7 @@ ) ) (property "Footprint" "" - (at 168.91 31.75 0) + (at 214.63 93.98 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -4999,7 +3431,7 @@ ) ) (property "Datasheet" "" - (at 168.91 31.75 0) + (at 214.63 93.98 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5010,7 +3442,828 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 168.91 31.75 0) + (at 214.63 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "46db7aab-16c7-4952-8499-2b2e59ab0928") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR043") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 245.11 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 "115f7a90-760b-4bdb-aca1-c8bb03991587") + (property "Reference" "#PWR089" + (at 245.11 119.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 245.11 118.11 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 245.11 113.03 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 245.11 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 245.11 113.03 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c8b1f058-79fe-4b6f-84ff-4fc19a4b47b7") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR089") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 29.21 30.48 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "162df11d-bab8-48e1-b73b-b841b57b4528") + (property "Reference" "#PWR0225" + (at 33.02 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 25.4 30.48 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 29.21 30.48 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 29.21 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5fd9c91b-ea0f-42f7-b1c0-095c0dc28eba") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0225") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 256.54 146.05 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 "16b8c479-07ef-4011-82fd-a38ee5e2d035") + (property "Reference" "#FLG010" + (at 256.54 144.145 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 256.54 140.97 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 256.54 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 256.54 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 256.54 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "81c073d3-88c2-426e-a59b-90256a3c9bbe") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#FLG010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 245.11 93.98 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "18757a70-ad12-479e-99f9-9063082783da") + (property "Reference" "#PWR042" + (at 245.11 100.33 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 245.11 100.33 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 245.11 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 245.11 93.98 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 245.11 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a6441dd0-3048-4fd2-a091-30ffeee71dfc") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR042") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 200.66 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 "1a296b8f-4a92-40a7-9767-6bbb4dcf3c4a") + (property "Reference" "#PWR0257" + (at 200.66 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 200.66 62.23 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 200.66 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 200.66 66.04 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 200.66 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "12db7194-c5bd-456d-8d42-bdfd36886cfc") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0257") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 214.63 129.54 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 "1b6f2488-7377-448a-a6ee-accdf3ff3ab9") + (property "Reference" "C46" + (at 218.44 128.2699 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 218.44 130.8099 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 215.5952 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 214.63 129.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 214.63 129.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 214.63 129.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "02f36c79-1cf5-4f8a-8363-d6918b54abdb") + ) + (pin "2" + (uuid "ece95fc8-c4a8-407b-8239-cc782f7148eb") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C46") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 256.54 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 "1bbe49e6-2c23-4c9c-975b-896fe7c131cc") + (property "Reference" "C44" + (at 260.35 107.9499 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 260.35 110.4899 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 257.5052 113.03 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 256.54 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 256.54 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 256.54 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "57922a84-0704-49b6-ac49-561ec10bc47a") + ) + (pin "2" + (uuid "5d8f57cd-e832-41aa-9747-c74775322a5b") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C44") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 237.49 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 "1cae2cc3-a916-4ce4-8772-b9fce3df8424") + (property "Reference" "#PWR022" + (at 237.49 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 237.49 43.18 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 237.49 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 237.49 38.1 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 237.49 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f8f0cac2-9e31-4b13-8666-bdba9d56fc94") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 215.9 34.29 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "1deaf022-00b2-4b57-a096-d3f8794924c7") + (property "Reference" "R55" + (at 213.868 35.56 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1K" + (at 215.9 35.052 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 214.122 34.29 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 215.9 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "MCR10EZHF1001" + (at 215.9 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "MCR10EZHF1001" + (at 215.9 34.29 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "33e840d9-71ed-4576-a457-b827bf972dfb") + ) + (pin "1" + (uuid "848c1a87-7687-4dda-9b78-aa29c6a2a1a4") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "R55") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 33.02 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 "2b100876-56bf-4b6f-a54b-1b63d496e72b") + (property "Reference" "#PWR096" + (at 33.02 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 33.02 43.18 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 33.02 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 33.02 38.1 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 33.02 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5032,89 +4285,9 @@ ) ) ) - (symbol - (lib_id "Device:L") - (at 85.09 53.34 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 "2b7c1270-3fc2-4b26-a9b5-df853045f1e6") - (property "Reference" "L8" - (at 85.09 48.26 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "BLM21PG121SN1D" - (at 85.09 50.8 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Inductor_SMD:L_0805_2012Metric" - (at 85.09 53.34 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 85.09 53.34 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "BLM21PG121SN1D" - (at 85.09 53.34 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "3b1caa57-a9ee-4ab2-b334-0bfbdcb74403") - ) - (pin "1" - (uuid "49e25d5a-b0d0-429c-92a9-9c95fc2776ad") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "L8") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:GND") - (at 36.83 31.75 0) + (at 137.16 113.03 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5123,9 +4296,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "2bfc6e8c-c249-4ea7-a284-6d7915b703e0") - (property "Reference" "#PWR040" - (at 36.83 38.1 0) + (uuid "2bff3b78-544e-4614-9642-ac8e46ea70e9") + (property "Reference" "#PWR0270" + (at 130.81 113.03 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5136,17 +4309,18 @@ ) ) (property "Value" "GND" - (at 36.83 36.83 0) + (at 134.62 113.0299 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" - (at 36.83 31.75 0) + (at 137.16 113.03 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5157,7 +4331,7 @@ ) ) (property "Datasheet" "" - (at 36.83 31.75 0) + (at 137.16 113.03 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5168,7 +4342,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 36.83 31.75 0) + (at 137.16 113.03 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5179,7 +4353,241 @@ ) ) (pin "1" - (uuid "a87236e4-c857-4114-9988-e1c240ba5b5d") + (uuid "f4712717-4ae1-45e1-ac27-a71872b27540") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0270") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 256.54 86.36 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 "35fd32a0-c7d7-4d53-829d-0990ada78693") + (property "Reference" "#FLG06" + (at 256.54 84.455 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 256.54 81.28 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 256.54 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 256.54 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 256.54 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f6e6ff67-e782-45b0-bfba-e57ddd73a7bb") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#FLG06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 247.65 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 "380909e1-a483-4d49-b407-59b278bd078a") + (property "Reference" "#PWR023" + (at 247.65 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 247.65 43.18 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 247.65 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 247.65 38.1 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 247.65 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "5c449368-90e1-484d-98c3-1a1865237823") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 153.67 121.92 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 "3b9deb21-ab4b-4d6a-9de9-d141ecbf31a0") + (property "Reference" "#PWR040" + (at 153.67 128.27 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 153.67 127 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 153.67 121.92 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 153.67 121.92 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 153.67 121.92 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "1cb2ea1e-478a-413b-9277-3cb76033d3bb") ) (instances (project "HubAudio" @@ -5191,8 +4599,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 35.56 156.21 0) + (lib_id "Device:C") + (at 247.65 34.29 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5201,9 +4609,102 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "2d5b0dd1-e145-4682-a6bd-3d7dc27ecae9") - (property "Reference" "#PWR0164" - (at 35.56 162.56 0) + (uuid "3c3ed93e-68e3-4176-b2b1-da1fce87c427") + (property "Reference" "C16" + (at 251.46 33.0199 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 251.46 35.5599 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 248.6152 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 247.65 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BR71H104KA01L" + (at 247.65 34.29 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 247.65 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "bf129f6f-c048-4ef8-8521-64009c593b3b") + ) + (pin "2" + (uuid "b1eaf213-bba5-47a5-bb37-9e6ff58438ef") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 137.16 97.79 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 "3cbbec5d-a636-403b-9872-a859e3478b8b") + (property "Reference" "#PWR0268" + (at 130.81 97.79 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5214,17 +4715,18 @@ ) ) (property "Value" "GND" - (at 35.56 161.29 0) + (at 134.62 97.7899 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" - (at 35.56 156.21 0) + (at 137.16 97.79 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5235,7 +4737,7 @@ ) ) (property "Datasheet" "" - (at 35.56 156.21 0) + (at 137.16 97.79 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5246,7 +4748,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 35.56 156.21 0) + (at 137.16 97.79 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5257,20 +4759,20 @@ ) ) (pin "1" - (uuid "1713e55c-215c-409e-8fb1-d42ba5c61d72") + (uuid "a247d256-0e4c-4630-9346-69afa5f11a26") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0164") + (reference "#PWR0268") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 72.39 180.34 0) + (lib_id "Device:C") + (at 124.46 96.52 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5278,31 +4780,29 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "3275c26a-4f3d-407b-863e-453910231456") - (property "Reference" "R53" - (at 70.358 181.61 90) + (uuid "3ed46e04-cbb6-4468-8055-d998913533a1") + (property "Reference" "C146" + (at 120.396 95.25 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "1K" - (at 72.39 181.102 90) + (property "Value" "22uF" + (at 120.396 97.79 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 70.612 180.34 90) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 128.27 95.5548 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5313,7 +4813,7 @@ ) ) (property "Datasheet" "" - (at 72.39 180.34 0) + (at 124.46 96.52 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5323,8 +4823,19 @@ ) ) ) - (property "Description" "MCR10EZHF1001" - (at 72.39 180.34 0) + (property "Description" "GRM21BZ71A226ME15L" + (at 124.46 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BZ71A226ME15L" + (at 124.46 96.52 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5335,95 +4846,15 @@ ) ) (pin "2" - (uuid "0f712a6c-6b09-4c4b-8788-968d21f30164") + (uuid "7fcd8671-a88c-4117-a508-674cbc249453") ) (pin "1" - (uuid "d3960e7f-4029-41e0-aaf0-5e956621dace") + (uuid "122a1326-014e-47db-a098-f479fbbd946a") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "R53") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:L") - (at 219.71 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 "3948da46-95bb-4843-9e0a-cc86860964f4") - (property "Reference" "L11" - (at 219.71 57.15 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "BLM21PG121SN1D" - (at 219.71 59.69 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Inductor_SMD:L_0805_2012Metric" - (at 219.71 62.23 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 219.71 62.23 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "BLM21PG121SN1D" - (at 219.71 62.23 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "a2423328-0762-4c56-843c-0b4998875952") - ) - (pin "1" - (uuid "5689aef3-fc80-48c5-a8f3-ecd15cdb6cf2") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "L11") + (reference "C146") (unit 1) ) ) @@ -5431,7 +4862,7 @@ ) (symbol (lib_id "power:GND") - (at 193.04 34.29 0) + (at 57.15 40.64 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5442,7 +4873,7 @@ (fields_autoplaced yes) (uuid "3fa7d3e9-f284-429a-8afb-96e3fc5b079e") (property "Reference" "#PWR097" - (at 193.04 40.64 0) + (at 57.15 46.99 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5453,7 +4884,7 @@ ) ) (property "Value" "GND" - (at 193.04 39.37 0) + (at 57.15 45.72 0) (show_name no) (do_not_autoplace no) (effects @@ -5463,7 +4894,7 @@ ) ) (property "Footprint" "" - (at 193.04 34.29 0) + (at 57.15 40.64 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5474,7 +4905,7 @@ ) ) (property "Datasheet" "" - (at 193.04 34.29 0) + (at 57.15 40.64 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5485,7 +4916,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 193.04 34.29 0) + (at 57.15 40.64 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5507,179 +4938,9 @@ ) ) ) - (symbol - (lib_id "power:GND") - (at 59.69 95.25 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 "424ca20c-b604-447d-ba47-d65b11d1c94d") - (property "Reference" "#PWR058" - (at 59.69 101.6 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 59.69 100.33 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 59.69 95.25 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 59.69 95.25 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 59.69 95.25 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "03f4f157-a46d-4b89-a1c5-bde319aaa80c") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR058") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Power_Management:TPS22919DCK") - (at 60.96 26.67 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 "45470fbd-536d-418e-b08b-48a38e2df2f2") - (property "Reference" "U9" - (at 60.96 16.51 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "TPS22919DCK" - (at 60.96 19.05 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" - (at 60.96 13.97 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps22919.pdf" - (at 62.23 44.45 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "1.6V to 5.5 V, 1.5 A, 90-mΩ Self-Protected Load Switch with Controlled Rise Time, SC-70-6" - (at 60.96 46.482 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "bf1eab79-bdc8-4af5-b8f4-66283c7d1a32") - ) - (pin "2" - (uuid "156b0bd7-acfe-4b3e-ae87-a4f0d278905c") - ) - (pin "3" - (uuid "695ff1eb-589f-4b4f-8eb2-0a45cf0e00a3") - ) - (pin "4" - (uuid "febf1fff-169b-4a03-9457-f84b17b95c11") - ) - (pin "5" - (uuid "988db87c-7e64-484f-9c4d-ea7ae20bcf5c") - ) - (pin "6" - (uuid "49d8d607-5a49-4ef3-88da-d5abebdcc7c5") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "U9") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:C") - (at 77.47 121.92 0) + (at 256.54 149.86 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -5688,253 +4949,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "45dd64c3-2ee3-41a5-9f6c-44f0236608b6") - (property "Reference" "C121" - (at 81.28 120.6499 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 81.28 123.1899 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 78.4352 125.73 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 77.47 121.92 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 77.47 121.92 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "e898ae59-89dd-4093-bf22-52844b8a2225") - ) - (pin "2" - (uuid "ea2cb342-e4ce-4496-8324-866b8374b6cf") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C121") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 227.33 129.54 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 "4b38148e-c03e-4ba3-96b2-a07cea74c0f7") - (property "Reference" "C94" - (at 231.14 128.2699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 231.14 130.8099 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 228.2952 133.35 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 227.33 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 227.33 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "e6f653d5-c0f4-4dcd-80b1-1d63441299b9") - ) - (pin "2" - (uuid "c37cd4e9-1535-4150-86b2-a286a8dbfc45") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C94") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:L") - (at 87.63 24.13 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 "4b7319a2-ffd9-4600-b8de-3759f58b0e29") - (property "Reference" "L4" - (at 87.63 19.05 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "BLM21PG121SN1D" - (at 87.63 21.59 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Inductor_SMD:L_0805_2012Metric" - (at 87.63 24.13 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 87.63 24.13 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "BLM21PG121SN1D" - (at 87.63 24.13 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "bb934477-8876-49d0-a289-bd879c67ca51") - ) - (pin "1" - (uuid "da279498-2252-4a8a-9567-b07e157e5c2e") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "L4") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 119.38 88.9 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 "4bc98e40-ecbf-4407-8087-0409a589b6c4") - (property "Reference" "C83" - (at 123.19 87.6299 0) + (uuid "4076a668-d23d-4a92-9e0e-3f4453ec41c5") + (property "Reference" "C124" + (at 260.35 148.5899 0) (show_name no) (do_not_autoplace no) (effects @@ -5945,7 +4962,7 @@ ) ) (property "Value" "100nF" - (at 123.19 90.1699 0) + (at 260.35 151.1299 0) (show_name no) (do_not_autoplace no) (effects @@ -5956,7 +4973,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 120.3452 92.71 0) + (at 257.5052 153.67 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5967,7 +4984,7 @@ ) ) (property "Datasheet" "" - (at 119.38 88.9 0) + (at 256.54 149.86 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5977,8 +4994,19 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" - (at 119.38 88.9 0) + (property "Description" "GRM21BR71H104KA01L" + (at 256.54 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 256.54 149.86 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -5989,23 +5017,23 @@ ) ) (pin "1" - (uuid "62a914e7-7c1f-4420-b7c5-c48caa86ef37") + (uuid "70fc6044-42f7-4608-9dba-18d9daf03ff7") ) (pin "2" - (uuid "4be59eae-8944-4c10-acf1-ec76b29de887") + (uuid "bb34b891-ef03-4d71-ac05-1cefc318951f") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C83") + (reference "C124") (unit 1) ) ) ) ) (symbol - (lib_id "Device:C") - (at 93.98 180.34 0) + (lib_id "power:VD") + (at 173.99 30.48 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6013,32 +5041,30 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "4d4670d6-4dd0-4a1e-9e4d-769aad71ff84") - (property "Reference" "C135" - (at 97.79 179.0699 0) + (uuid "4297504d-f068-4f90-a6cc-20253fa92fbb") + (property "Reference" "#PWR0227" + (at 177.8 30.48 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "10uF" - (at 97.79 181.6099 0) + (property "Value" "3V3_DIGITAL_IN" + (at 170.18 30.48 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 94.9452 184.15 0) + (property "Footprint" "" + (at 173.99 30.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6049,7 +5075,7 @@ ) ) (property "Datasheet" "" - (at 93.98 180.34 0) + (at 173.99 30.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6059,8 +5085,8 @@ ) ) ) - (property "Description" "CL31B106KBHNNNE" - (at 93.98 180.34 0) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 173.99 30.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6071,269 +5097,12 @@ ) ) (pin "1" - (uuid "3e152a36-b31c-46bd-bff9-5095d7741c68") - ) - (pin "2" - (uuid "66e268f1-fe24-4e94-97d5-063c20a8a894") + (uuid "f2c5cf4a-c71e-4317-8e4f-8ed6f233c64b") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C135") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 96.52 27.94 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 "5381ae04-1878-4e2c-b233-1d07bc628407") - (property "Reference" "C26" - (at 100.33 26.6699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 100.33 29.2099 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 97.4852 31.75 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 96.52 27.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 96.52 27.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "dc40589d-a67b-4413-95dc-d23d74b5065e") - ) - (pin "2" - (uuid "c0a1e09d-24a5-4827-b18c-676f7b6713c1") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C26") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Power_Management:TPS22919DCK") - (at 59.69 151.13 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 "549e8a62-2171-4db1-a542-e8d5389df9f5") - (property "Reference" "U33" - (at 59.69 140.97 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "TPS22919DCK" - (at 59.69 143.51 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" - (at 59.69 138.43 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps22919.pdf" - (at 60.96 168.91 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "1.6V to 5.5 V, 1.5 A, 90-mΩ Self-Protected Load Switch with Controlled Rise Time, SC-70-6" - (at 59.69 170.942 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "ef2911c9-e539-4b32-8d84-a9a525b9fedc") - ) - (pin "2" - (uuid "b7be4ea3-0b22-47c7-aac1-d2fd218eca59") - ) - (pin "3" - (uuid "9f3a577a-968b-471b-90e4-201618eb49e9") - ) - (pin "4" - (uuid "d863274b-a501-4ab4-acbd-1fabc27d8684") - ) - (pin "5" - (uuid "46b86eae-f2b0-4506-b2bb-57cb378fb7fb") - ) - (pin "6" - (uuid "dc8c4454-7870-431b-a631-804392baf0bf") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "U33") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:L") - (at 86.36 148.59 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 "555c5e48-86e0-4c9b-b4a7-f08f0c66e509") - (property "Reference" "L20" - (at 86.36 143.51 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "BLM21PG121SN1D" - (at 86.36 146.05 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Inductor_SMD:L_0805_2012Metric" - (at 86.36 148.59 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 86.36 148.59 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "BLM21PG121SN1D" - (at 86.36 148.59 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "8603d64c-7a8b-4984-8db2-e20c305d7c82") - ) - (pin "1" - (uuid "fadf3d1a-63f0-4d64-97e1-850fa4ba6a97") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "L20") + (reference "#PWR0227") (unit 1) ) ) @@ -6341,7 +5110,7 @@ ) (symbol (lib_id "power:GND") - (at 109.22 31.75 0) + (at 137.16 88.9 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6350,9 +5119,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "558791dc-70ec-4eb2-9de2-f08ae5a7e260") - (property "Reference" "#PWR042" - (at 109.22 38.1 0) + (uuid "45c0ecbf-946e-4b22-bcb9-16cbf07137ba") + (property "Reference" "#PWR0267" + (at 130.81 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6363,17 +5132,18 @@ ) ) (property "Value" "GND" - (at 109.22 36.83 0) + (at 134.62 88.8999 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" - (at 109.22 31.75 0) + (at 137.16 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6384,7 +5154,7 @@ ) ) (property "Datasheet" "" - (at 109.22 31.75 0) + (at 137.16 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6395,7 +5165,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 109.22 31.75 0) + (at 137.16 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6406,20 +5176,20 @@ ) ) (pin "1" - (uuid "745bb788-f61b-4f74-8586-4d2342626290") + (uuid "d3c0d5ae-add5-43a0-aff9-2d25eb902ba7") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR042") + (reference "#PWR0267") (unit 1) ) ) ) ) (symbol - (lib_id "Device:L") - (at 219.71 24.13 90) + (lib_id "Device:C") + (at 144.78 105.41 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6427,10 +5197,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "5698bc5e-ae0b-45e1-9c97-f45cb7e70c83") - (property "Reference" "L6" - (at 219.71 19.05 90) + (uuid "4fb1e42f-9e45-47cb-ba67-530605bcc691") + (property "Reference" "C141" + (at 141.224 104.14 90) (show_name no) (do_not_autoplace no) (effects @@ -6439,8 +5208,8 @@ ) ) ) - (property "Value" "BLM21PG121SN1D" - (at 219.71 21.59 90) + (property "Value" "1uF" + (at 141.224 106.68 90) (show_name no) (do_not_autoplace no) (effects @@ -6449,8 +5218,8 @@ ) ) ) - (property "Footprint" "Inductor_SMD:L_0805_2012Metric" - (at 219.71 24.13 0) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 140.97 106.3752 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6461,7 +5230,269 @@ ) ) (property "Datasheet" "" - (at 219.71 24.13 0) + (at 144.78 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 144.78 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 144.78 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "b86fc92e-3aa3-40ac-8c41-b35531fd5456") + ) + (pin "1" + (uuid "037987c0-7f21-4cf5-b26a-c0729dd6f792") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C141") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 177.8 34.29 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 "521c7c7e-8506-4c95-9afa-a81b3e24ede6") + (property "Reference" "C87" + (at 181.61 33.0199 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "22uF" + (at 181.61 35.5599 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 178.7652 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 177.8 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BZ71A226ME15L" + (at 177.8 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BZ71A226ME15L" + (at 177.8 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "2fa7c70c-ab9e-4ba2-a52a-ef9138886774") + ) + (pin "1" + (uuid "60878fe6-675f-45bf-8c54-fd1dacf51c28") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C87") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 214.63 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 "568dc359-c792-4ea2-84c1-48db94070bfd") + (property "Reference" "#PWR088" + (at 214.63 119.38 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 214.63 118.11 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 214.63 113.03 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 214.63 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 214.63 113.03 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3fc7136c-2003-45fa-855f-20d414151159") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR088") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 83.82 30.48 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 "5698bc5e-ae0b-45e1-9c97-f45cb7e70c83") + (property "Reference" "L6" + (at 83.82 25.4 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ferrite bead" + (at 83.82 27.94 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_0805_2012Metric" + (at 83.82 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 83.82 30.48 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6472,7 +5503,18 @@ ) ) (property "Description" "BLM21PG121SN1D" - (at 219.71 24.13 0) + (at 83.82 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "BLM21PG121SN1D" + (at 83.82 30.48 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6498,8 +5540,8 @@ ) ) (symbol - (lib_id "power:GND") - (at 35.56 125.73 0) + (lib_id "Device:C") + (at 245.11 149.86 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6508,9 +5550,31 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "5d3b8350-eef6-4d29-92c9-39437b3cc410") - (property "Reference" "#PWR0146" - (at 35.56 132.08 0) + (uuid "5cf5072d-dfe7-4201-8134-f1732dcacfb0") + (property "Reference" "C123" + (at 248.92 148.5899 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 248.92 151.1299 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 246.0752 153.67 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6520,8 +5584,79 @@ ) ) ) - (property "Value" "GND" - (at 35.56 130.81 0) + (property "Datasheet" "" + (at 245.11 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 245.11 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 245.11 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "76a3651f-f236-41ab-bba3-1b7b5ab9cfa5") + ) + (pin "1" + (uuid "f69c0fdd-24d6-4b6f-b9a5-313574240207") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C123") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 256.54 105.41 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 "5e959bc6-1ba7-405a-8558-1af5ff74d36d") + (property "Reference" "#FLG09" + (at 256.54 103.505 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 256.54 100.33 0) (show_name no) (do_not_autoplace no) (effects @@ -6531,7 +5666,7 @@ ) ) (property "Footprint" "" - (at 35.56 125.73 0) + (at 256.54 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6542,7 +5677,7 @@ ) ) (property "Datasheet" "" - (at 35.56 125.73 0) + (at 256.54 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6552,8 +5687,8 @@ ) ) ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 35.56 125.73 0) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 256.54 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6564,101 +5699,20 @@ ) ) (pin "1" - (uuid "8791d66f-1387-47b3-b0e7-6a5c272c5513") + (uuid "7448c4ef-8de7-42b4-9791-8b729fe57699") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0146") + (reference "#FLG09") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 72.39 57.15 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "5e18bfc8-5588-41d7-ae99-8ff57335d3f4") - (property "Reference" "R26" - (at 70.358 58.42 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1K" - (at 72.39 57.912 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 70.612 57.15 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 72.39 57.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "MCR10EZHF1001" - (at 72.39 57.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "9878041f-617d-41de-9eaa-176b7b722784") - ) - (pin "1" - (uuid "9c2a6508-1724-4fac-af91-e41844591e85") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "R26") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Power_Management:TPS22919DCK") - (at 191.77 128.27 0) + (lib_id "Device:L") + (at 223.52 125.73 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6667,9 +5721,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "5e6fc8d5-48bd-4d96-b21a-8a2304af43e8") - (property "Reference" "U27" - (at 191.77 118.11 0) + (uuid "60b0aca2-da3e-4b56-b03e-857849a10ae2") + (property "Reference" "L9" + (at 223.52 120.65 90) (show_name no) (do_not_autoplace no) (effects @@ -6678,8 +5732,8 @@ ) ) ) - (property "Value" "TPS22919DCK" - (at 191.77 120.65 0) + (property "Value" "ferrite bead" + (at 223.52 123.19 90) (show_name no) (do_not_autoplace no) (effects @@ -6688,8 +5742,8 @@ ) ) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" - (at 191.77 115.57 0) + (property "Footprint" "Inductor_SMD:L_0805_2012Metric" + (at 223.52 125.73 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6699,8 +5753,8 @@ ) ) ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps22919.pdf" - (at 193.04 146.05 0) + (property "Datasheet" "" + (at 223.52 125.73 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6710,8 +5764,8 @@ ) ) ) - (property "Description" "1.6V to 5.5 V, 1.5 A, 90-mΩ Self-Protected Load Switch with Controlled Rise Time, SC-70-6" - (at 191.77 148.082 0) + (property "Description" "BLM21PG121SN1D" + (at 223.52 125.73 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6721,28 +5775,27 @@ ) ) ) - (pin "1" - (uuid "a9491a31-c3b0-4faa-a63c-0ba1cd331ee5") + (property "PNM" "BLM21PG121SN1D" + (at 223.52 125.73 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) (pin "2" - (uuid "0ba4db77-f256-43ba-878f-fd8d9cd66664") + (uuid "20281406-80d2-4e7b-bc16-4874dc633c99") ) - (pin "3" - (uuid "f7b1529b-3f8c-45c0-8a38-4f13f44afe93") - ) - (pin "4" - (uuid "ebfea250-c85c-4f8c-ad15-c3f02bb72a5d") - ) - (pin "5" - (uuid "4b179577-0704-4a89-aa62-5a11395838c0") - ) - (pin "6" - (uuid "7c91ca8e-15d0-4812-91ae-daa8043e65ff") + (pin "1" + (uuid "8a3a7c59-5477-4370-92c3-d98492e290db") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "U27") + (reference "L9") (unit 1) ) ) @@ -6750,7 +5803,7 @@ ) (symbol (lib_id "Device:C") - (at 210.82 27.94 0) + (at 74.93 34.29 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6761,7 +5814,7 @@ (fields_autoplaced yes) (uuid "617cbd83-dc99-4be5-b42a-7dd82d1c02fb") (property "Reference" "C51" - (at 214.63 26.6699 0) + (at 78.74 33.0199 0) (show_name no) (do_not_autoplace no) (effects @@ -6772,7 +5825,7 @@ ) ) (property "Value" "10uF" - (at 214.63 29.2099 0) + (at 78.74 35.5599 0) (show_name no) (do_not_autoplace no) (effects @@ -6783,7 +5836,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 211.7852 31.75 0) + (at 75.8952 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6794,7 +5847,7 @@ ) ) (property "Datasheet" "" - (at 210.82 27.94 0) + (at 74.93 34.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6804,8 +5857,19 @@ ) ) ) - (property "Description" "CL31B106KBHNNNE" - (at 210.82 27.94 0) + (property "Description" "GRM31CR71E106KA12L" + (at 74.93 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 74.93 34.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6831,8 +5895,8 @@ ) ) (symbol - (lib_id "Power_Management:TPS22919DCK") - (at 58.42 179.07 0) + (lib_id "Device:C") + (at 223.52 34.29 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -6841,121 +5905,31 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "629293b0-62fb-4e5f-b3be-d92d276d489b") - (property "Reference" "U32" - (at 58.42 168.91 0) + (uuid "6aa7a099-f592-4cca-8ef5-b3cebe09da90") + (property "Reference" "C14" + (at 227.33 33.0199 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "TPS22919DCK" - (at 58.42 171.45 0) + (property "Value" "10uF" + (at 227.33 35.5599 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" - (at 58.42 166.37 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps22919.pdf" - (at 59.69 196.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "1.6V to 5.5 V, 1.5 A, 90-mΩ Self-Protected Load Switch with Controlled Rise Time, SC-70-6" - (at 58.42 198.882 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "5d2e3960-f404-4ad4-b1cf-36c70dada983") - ) - (pin "2" - (uuid "ac86fa04-ec69-4a14-8bf5-ec8934fc8c05") - ) - (pin "3" - (uuid "90cd8917-81b3-4be8-9bc4-03d6d00e277b") - ) - (pin "4" - (uuid "93846f1e-3943-4ba1-b53c-b5a12d45d6f6") - ) - (pin "5" - (uuid "f313ade6-c35d-4307-9220-d9550070602f") - ) - (pin "6" - (uuid "23159db3-df3e-4495-841c-7311bcaf6dce") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "U32") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:L") - (at 85.09 176.53 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 "65e8068d-9933-4b9f-b49b-c014f8251368") - (property "Reference" "L19" - (at 85.09 171.45 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "BLM21PG121SN1D" - (at 85.09 173.99 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Inductor_SMD:L_0805_2012Metric" - (at 85.09 176.53 0) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 224.4852 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6966,7 +5940,654 @@ ) ) (property "Datasheet" "" - (at 85.09 176.53 0) + (at 223.52 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 223.52 34.29 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 223.52 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "96ce529e-489c-407f-87c8-d211ef16d08d") + ) + (pin "2" + (uuid "2842c84f-dbee-4798-95d5-874bd6c97f72") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 116.84 96.52 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 "6b062aef-838f-4da6-89aa-f0869103d6ca") + (property "Reference" "#PWR0272" + (at 110.49 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 114.3 96.5199 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 116.84 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 116.84 96.52 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 116.84 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "d4a25309-b835-4d13-8154-a735c35cd6f1") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0272") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 200.66 74.93 0) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "6c51687f-f3bc-4154-a098-56a1dd2469d6") + (property "Reference" "#PWR0102" + (at 200.66 81.28 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 200.406 78.74 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 200.66 74.93 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 200.66 74.93 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 200.66 74.93 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "85f488f4-96a3-4a7a-be6d-79c48df5081e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0102") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 260.35 146.05 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 "6df81650-8a5b-4906-80f2-e2ac8e667ec7") + (property "Reference" "#PWR0230" + (at 256.54 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_BT1035" + (at 264.16 146.0499 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 260.35 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 260.35 146.05 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 260.35 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "2107e801-35ca-41f5-bf04-1002408f9d79") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0230") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 115.57 109.22 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "70c40dc0-50a9-4101-9c88-5a7dfd6d4a99") + (property "Reference" "#PWR0291" + (at 119.38 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ANALOG" + (at 106.172 109.22 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 115.57 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 115.57 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 \"VD\"" + (at 115.57 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "6c5bea5e-b83b-4804-91e9-357bf472cee5") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0291") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 115.57 93.98 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "71340b12-0847-4de1-a21e-088100504c33") + (property "Reference" "#PWR0226" + (at 119.38 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V2" + (at 111.76 93.98 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 115.57 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 115.57 93.98 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 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "0101ed60-34e5-474c-b37a-549088e55887") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0226") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 124.46 88.9 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "751420a7-4d1f-4368-96b1-7c20525adf49") + (property "Reference" "C145" + (at 120.396 87.63 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "22uF" + (at 120.396 90.17 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 128.27 87.9348 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 124.46 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM21BZ71A226ME15L" + (at 124.46 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BZ71A226ME15L" + (at 124.46 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "6d663117-9a25-499e-aa13-861768d170d1") + ) + (pin "1" + (uuid "2ee65691-d6ea-4182-9216-16655eee8c5e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C145") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 115.57 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 "762b8e33-5144-4f90-af3a-39ade0ec4b00") + (property "Reference" "#PWR0290" + (at 119.38 101.6 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ANALOG" + (at 106.426 101.854 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 115.57 101.6 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 115.57 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 \"VD\"" + (at 115.57 101.6 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "dbb160fb-5a5a-44ba-b2f6-81adbf47d0bb") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0290") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 223.52 86.36 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 "772b96b6-af96-4a55-950f-b1d02231e3bd") + (property "Reference" "L4" + (at 223.52 81.28 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ferrite bead" + (at 223.52 83.82 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_0805_2012Metric" + (at 223.52 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 223.52 86.36 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -6977,7 +6598,18 @@ ) ) (property "Description" "BLM21PG121SN1D" - (at 85.09 176.53 0) + (at 223.52 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "BLM21PG121SN1D" + (at 223.52 86.36 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -6988,15 +6620,15 @@ ) ) (pin "2" - (uuid "eece33a1-0056-4b87-b709-c8872dc09041") + (uuid "042500f1-4b5a-4413-b0f2-6973f0a92824") ) (pin "1" - (uuid "8cc33648-9808-42ff-b354-e05a1a229131") + (uuid "a2bacdab-18cf-461f-83dd-11767cc63204") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "L19") + (reference "L4") (unit 1) ) ) @@ -7004,7 +6636,7 @@ ) (symbol (lib_id "Device:C") - (at 77.47 152.4 0) + (at 256.54 90.17 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7013,410 +6645,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "661a717d-9e0c-4307-bd5b-1673e5a11bdb") - (property "Reference" "C134" - (at 81.28 151.1299 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 81.28 153.6699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 78.4352 156.21 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 77.47 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 77.47 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "2524d1d2-de64-452e-aac9-72a3a0117196") - ) - (pin "2" - (uuid "aea67628-053d-4b93-9e82-ec5d570e1001") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C134") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 209.55 97.79 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 "68c42fe8-2c3a-4167-a647-af4162edfb24") - (property "Reference" "#PWR047" - (at 209.55 104.14 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 209.55 102.87 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 209.55 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 209.55 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 209.55 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "eedddc57-3efa-480e-9b36-ee31e93f1be2") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR047") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 76.2 60.96 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 "6b722cf6-bcf9-4460-b411-644f67175beb") - (property "Reference" "#PWR088" - (at 76.2 67.31 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 76.2 66.04 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 76.2 60.96 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 76.2 60.96 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 76.2 60.96 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "03555ee9-370a-44f6-a3da-dfb47033521e") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR088") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 205.74 93.98 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "6f03b15b-acc0-4515-a602-3315dc9edd34") - (property "Reference" "R56" - (at 203.708 95.25 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1K" - (at 205.74 94.742 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 203.962 93.98 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 205.74 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "MCR10EZHF1001" - (at 205.74 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "68aefcf5-f144-4e7f-9efd-165cd1af2576") - ) - (pin "1" - (uuid "2539194a-b11f-4dfc-924d-0be69b633f0a") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "R56") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 209.55 93.98 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 "719c68c4-c766-4edb-9573-4c43c29f7a81") - (property "Reference" "C35" - (at 213.36 92.7099 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 213.36 95.2499 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 210.5152 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 209.55 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 209.55 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "9fe6956f-565d-4e4f-8a0d-ef74fa6451b6") - ) - (pin "2" - (uuid "727185bd-8a32-49bc-9cec-074db1a42367") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C35") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 251.46 93.98 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 "7202d382-9969-40f4-bcf7-f3dcc04f4288") - (property "Reference" "C38" - (at 255.27 92.7099 0) + (uuid "77454899-d598-450f-930f-0854de85ed51") + (property "Reference" "C28" + (at 260.35 88.8999 0) (show_name no) (do_not_autoplace no) (effects @@ -7427,7 +6658,7 @@ ) ) (property "Value" "100nF" - (at 255.27 95.2499 0) + (at 260.35 91.4399 0) (show_name no) (do_not_autoplace no) (effects @@ -7438,7 +6669,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 252.4252 97.79 0) + (at 257.5052 93.98 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7449,7 +6680,7 @@ ) ) (property "Datasheet" "" - (at 251.46 93.98 0) + (at 256.54 90.17 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7459,8 +6690,19 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" - (at 251.46 93.98 0) + (property "Description" "GRM21BR71H104KA01L" + (at 256.54 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 256.54 90.17 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7471,15 +6713,15 @@ ) ) (pin "1" - (uuid "0ce078df-baf8-410e-b504-ba88d73444d5") + (uuid "c822aa5b-70f5-4190-b43f-9ca824ccf0ac") ) (pin "2" - (uuid "93987e86-006e-415d-811c-46623c2aefba") + (uuid "53fa01ba-2df9-412f-9d89-3fe5315caed4") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C38") + (reference "C28") (unit 1) ) ) @@ -7487,169 +6729,7 @@ ) (symbol (lib_id "Device:C") - (at 167.64 129.54 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 "720d779b-4ce6-46ff-a027-c2144aa7b8cd") - (property "Reference" "C92" - (at 171.45 128.2699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 171.45 130.8099 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 168.6052 133.35 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 167.64 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 167.64 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "db103643-bf6c-454d-bec9-41b791791fce") - ) - (pin "1" - (uuid "00cbd18f-cdbe-4282-aa68-fe421234660b") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C92") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:L") - (at 86.36 85.09 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 "7557d512-e361-4aa0-8d82-4cde3b9d55e1") - (property "Reference" "L9" - (at 86.36 80.01 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "BLM21PG121SN1D" - (at 86.36 82.55 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Inductor_SMD:L_0805_2012Metric" - (at 86.36 85.09 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 86.36 85.09 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "BLM21PG121SN1D" - (at 86.36 85.09 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "89b278b1-c719-4a5a-93e0-f20b156fc517") - ) - (pin "1" - (uuid "3dec09ad-af83-4a9f-b3f4-f2f33a31517c") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "L9") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 228.6 27.94 0) + (at 92.71 34.29 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7660,7 +6740,7 @@ (fields_autoplaced yes) (uuid "78cbb344-c061-47ff-b396-5ac0aece7cc8") (property "Reference" "C52" - (at 232.41 26.6699 0) + (at 96.52 33.0199 0) (show_name no) (do_not_autoplace no) (effects @@ -7671,7 +6751,7 @@ ) ) (property "Value" "10uF" - (at 232.41 29.2099 0) + (at 96.52 35.5599 0) (show_name no) (do_not_autoplace no) (effects @@ -7682,7 +6762,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 229.5652 31.75 0) + (at 93.6752 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7693,7 +6773,7 @@ ) ) (property "Datasheet" "" - (at 228.6 27.94 0) + (at 92.71 34.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7703,8 +6783,19 @@ ) ) ) - (property "Description" "CL31B106KBHNNNE" - (at 228.6 27.94 0) + (property "Description" "GRM31CR71E106KA12L" + (at 92.71 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 92.71 34.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7729,91 +6820,9 @@ ) ) ) - (symbol - (lib_id "Device:C") - (at 228.6 66.04 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 "7b601d6b-0f09-4e72-adaf-33f18d550f5a") - (property "Reference" "C89" - (at 232.41 64.7699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 232.41 67.3099 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 229.5652 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 228.6 66.04 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 228.6 66.04 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "528d4d6e-9777-412d-8d3f-3b54dfe53626") - ) - (pin "2" - (uuid "b1bfaef3-9e45-44e7-8d35-1e8211d25cde") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C89") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:GND") - (at 240.03 97.79 0) + (at 116.84 88.9 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7822,9 +6831,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "7d64542b-068d-4af9-9501-3ccab8dea1ae") - (property "Reference" "#PWR048" - (at 240.03 104.14 0) + (uuid "7c7d2bd7-ce68-4be3-add3-f9b01148c682") + (property "Reference" "#PWR0271" + (at 110.49 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7835,17 +6844,18 @@ ) ) (property "Value" "GND" - (at 240.03 102.87 0) + (at 114.3 88.8999 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" - (at 240.03 97.79 0) + (at 116.84 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7856,7 +6866,7 @@ ) ) (property "Datasheet" "" - (at 240.03 97.79 0) + (at 116.84 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7867,7 +6877,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 240.03 97.79 0) + (at 116.84 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -7878,90 +6888,12 @@ ) ) (pin "1" - (uuid "55ef94e8-07d7-48a8-893b-88ad9bf1d3f6") + (uuid "bf5550ea-13db-49b5-a382-45cca49fb490") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR048") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 77.47 156.21 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 "7f4086b0-6bd6-434a-8899-77a73c8fd81f") - (property "Reference" "#PWR0168" - (at 77.47 162.56 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 77.47 161.29 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 77.47 156.21 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 77.47 156.21 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 77.47 156.21 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "933a1d16-c89e-4369-ba96-41b2ab1bd33d") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0168") + (reference "#PWR0271") (unit 1) ) ) @@ -7969,7 +6901,7 @@ ) (symbol (lib_id "Device:C") - (at 106.68 180.34 0) + (at 124.46 111.76 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -7977,32 +6909,29 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "81687827-0045-4263-a49c-d132a7c6b495") - (property "Reference" "C137" - (at 110.49 179.0699 0) + (uuid "7e381c1d-c3c2-4d1c-b8d4-5dd1939097fd") + (property "Reference" "C148" + (at 120.396 110.49 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "1uF" - (at 110.49 181.6099 0) + (property "Value" "22uF" + (at 120.396 113.03 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 107.6452 184.15 0) + (at 128.27 110.7948 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8013,7 +6942,7 @@ ) ) (property "Datasheet" "" - (at 106.68 180.34 0) + (at 124.46 111.76 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8023,8 +6952,19 @@ ) ) ) - (property "Description" "CL21B105KBFNNNE" - (at 106.68 180.34 0) + (property "Description" "GRM21BZ71A226ME15L" + (at 124.46 111.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BZ71A226ME15L" + (at 124.46 111.76 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8035,15 +6975,15 @@ ) ) (pin "2" - (uuid "d788bbeb-af6d-4c9f-b1e8-a99b3b83fada") + (uuid "f1e4768b-dc76-4add-b7f2-731e94b7f8cc") ) (pin "1" - (uuid "9157c069-d0ca-4151-a52c-970d023efbc9") + (uuid "ddf5df00-c1e6-4abf-a0c1-7f7bbe41663c") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C137") + (reference "C148") (unit 1) ) ) @@ -8051,89 +6991,7 @@ ) (symbol (lib_id "Device:C") - (at 252.73 66.04 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 "827cc915-dc3c-41d4-a510-31dd705a9388") - (property "Reference" "C91" - (at 256.54 64.7699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100nF" - (at 256.54 67.3099 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 253.6952 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 252.73 66.04 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "TCC0805X7R104K500DT" - (at 252.73 66.04 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "d7f7e48a-6723-46ed-a4b3-7972b9a8784c") - ) - (pin "2" - (uuid "96aee7cb-0d5b-41d6-a37f-b6ccec1204d8") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C91") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 252.73 27.94 0) + (at 116.84 34.29 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8144,7 +7002,7 @@ (fields_autoplaced yes) (uuid "8383af9c-994c-4b2f-8874-7a6c1d23352e") (property "Reference" "C54" - (at 256.54 26.6699 0) + (at 120.65 33.0199 0) (show_name no) (do_not_autoplace no) (effects @@ -8155,7 +7013,7 @@ ) ) (property "Value" "100nF" - (at 256.54 29.2099 0) + (at 120.65 35.5599 0) (show_name no) (do_not_autoplace no) (effects @@ -8166,7 +7024,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 253.6952 31.75 0) + (at 117.8052 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8177,7 +7035,7 @@ ) ) (property "Datasheet" "" - (at 252.73 27.94 0) + (at 116.84 34.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8187,8 +7045,19 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" - (at 252.73 27.94 0) + (property "Description" "GRM21BR71H104KA01L" + (at 116.84 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 116.84 34.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8213,91 +7082,9 @@ ) ) ) - (symbol - (lib_id "Device:C") - (at 95.25 152.4 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 "8644a11e-8194-4a69-ad41-10d0eaeab1e0") - (property "Reference" "C136" - (at 99.06 151.1299 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 99.06 153.6699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 96.2152 156.21 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 95.25 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 95.25 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "d9c07dd7-50b4-4faf-85de-00be2ad4a39e") - ) - (pin "2" - (uuid "0a6cc636-1410-4ae9-87c6-256f3290a63b") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C136") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:GND") - (at 210.82 31.75 0) + (at 74.93 38.1 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8308,7 +7095,7 @@ (fields_autoplaced yes) (uuid "868d4ecb-35af-482b-84fb-824f2d3b620e") (property "Reference" "#PWR098" - (at 210.82 38.1 0) + (at 74.93 44.45 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8319,7 +7106,7 @@ ) ) (property "Value" "GND" - (at 210.82 36.83 0) + (at 74.93 43.18 0) (show_name no) (do_not_autoplace no) (effects @@ -8329,7 +7116,7 @@ ) ) (property "Footprint" "" - (at 210.82 31.75 0) + (at 74.93 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8340,7 +7127,7 @@ ) ) (property "Datasheet" "" - (at 210.82 31.75 0) + (at 74.93 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8351,7 +7138,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 210.82 31.75 0) + (at 74.93 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8375,7 +7162,7 @@ ) (symbol (lib_id "power:GND") - (at 241.3 31.75 0) + (at 105.41 38.1 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8386,7 +7173,7 @@ (fields_autoplaced yes) (uuid "87936b23-425e-47da-93ce-8027edf9def9") (property "Reference" "#PWR099" - (at 241.3 38.1 0) + (at 105.41 44.45 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8397,7 +7184,7 @@ ) ) (property "Value" "GND" - (at 241.3 36.83 0) + (at 105.41 43.18 0) (show_name no) (do_not_autoplace no) (effects @@ -8407,7 +7194,7 @@ ) ) (property "Footprint" "" - (at 241.3 31.75 0) + (at 105.41 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8418,7 +7205,7 @@ ) ) (property "Datasheet" "" - (at 241.3 31.75 0) + (at 105.41 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8429,7 +7216,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 241.3 31.75 0) + (at 105.41 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8451,173 +7238,9 @@ ) ) ) - (symbol - (lib_id "Device:C") - (at 34.29 57.15 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 "8ca062e1-2dcd-4308-b4aa-6b58e47bca79") - (property "Reference" "C39" - (at 38.1 55.8799 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 38.1 58.4199 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 35.2552 60.96 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 34.29 57.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 34.29 57.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "caac4132-a5d1-4bf8-836c-99da1653be82") - ) - (pin "1" - (uuid "399a0bb1-2a75-4d29-9205-470b5724bf41") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C39") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 107.95 121.92 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 "8e4d5b88-5661-48e1-94b8-2a3634d2fcaf") - (property "Reference" "C123" - (at 111.76 120.6499 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 111.76 123.1899 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 108.9152 125.73 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 107.95 121.92 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 107.95 121.92 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "a84d1c97-5d70-4dc2-841e-3f2118769edd") - ) - (pin "1" - (uuid "6539260a-f209-4b04-9817-6ea581855a8e") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C123") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:GND") - (at 35.56 92.71 0) + (at 214.63 133.35 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8626,9 +7249,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "901f986e-7200-4c42-9dfe-2b1993e81021") - (property "Reference" "#PWR057" - (at 35.56 99.06 0) + (uuid "87e0b363-7028-4d24-adb7-d43b6f791f84") + (property "Reference" "#PWR059" + (at 214.63 139.7 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8639,7 +7262,7 @@ ) ) (property "Value" "GND" - (at 35.56 97.79 0) + (at 214.63 138.43 0) (show_name no) (do_not_autoplace no) (effects @@ -8649,7 +7272,7 @@ ) ) (property "Footprint" "" - (at 35.56 92.71 0) + (at 214.63 133.35 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8660,7 +7283,7 @@ ) ) (property "Datasheet" "" - (at 35.56 92.71 0) + (at 214.63 133.35 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8671,7 +7294,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 35.56 92.71 0) + (at 214.63 133.35 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8682,246 +7305,12 @@ ) ) (pin "1" - (uuid "c5cb43da-5216-4bde-ba7f-5a3512e89883") + (uuid "167bec44-3477-44e8-97c7-cc3c22ae250f") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR057") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 241.3 69.85 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 "92363664-d205-4f31-97f0-d9623e90999f") - (property "Reference" "#PWR069" - (at 241.3 76.2 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 241.3 74.93 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 241.3 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 241.3 69.85 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 241.3 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "90dc7b44-ff10-41a1-b53a-c3cfc41232fe") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR069") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 59.69 158.75 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 "989b0874-4a7b-402f-a621-25df28af03e2") - (property "Reference" "#PWR0166" - (at 59.69 165.1 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 59.69 163.83 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 59.69 158.75 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 59.69 158.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 \"GND\" , ground" - (at 59.69 158.75 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "d81743fb-fdfb-495b-9c39-9d7fcc386ae0") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0166") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 168.91 69.85 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 "998b0882-6497-4c5e-81f3-79d0608d0bbe") - (property "Reference" "#PWR066" - (at 168.91 76.2 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 168.91 74.93 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 168.91 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 168.91 69.85 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 168.91 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "55cc7475-55cd-475f-8458-33b2837635d2") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR066") + (reference "#PWR059") (unit 1) ) ) @@ -8929,7 +7318,7 @@ ) (symbol (lib_id "Device:C") - (at 240.03 93.98 0) + (at 144.78 88.9 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -8937,32 +7326,29 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "9a556421-e3a8-4905-b4c7-59dd16dedc59") - (property "Reference" "C37" - (at 243.84 92.7099 0) + (uuid "87e9ce4a-95b4-4fef-9a09-77dbb71b58b8") + (property "Reference" "C143" + (at 140.97 87.884 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) (property "Value" "1uF" - (at 243.84 95.2499 0) + (at 141.224 90.424 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 240.9952 97.79 0) + (at 140.97 89.8652 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8973,7 +7359,7 @@ ) ) (property "Datasheet" "" - (at 240.03 93.98 0) + (at 144.78 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8983,8 +7369,19 @@ ) ) ) - (property "Description" "CL21B105KBFNNNE" - (at 240.03 93.98 0) + (property "Description" "GCM21BR71E105KA56L" + (at 144.78 88.9 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 144.78 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -8995,15 +7392,15 @@ ) ) (pin "2" - (uuid "fba48230-1f2c-4aeb-ad0f-1c66f010886f") + (uuid "ef242952-02e7-48ca-b87f-7a1a79936fbd") ) (pin "1" - (uuid "c3b8f879-af80-4756-ab8f-0e221c972584") + (uuid "86e58e0a-165d-4fa4-8d49-c28da5023e82") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C37") + (reference "C143") (unit 1) ) ) @@ -9011,7 +7408,7 @@ ) (symbol (lib_id "Device:C") - (at 95.25 88.9 0) + (at 144.78 113.03 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9019,114 +7416,29 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "9c8e003b-54cc-40a8-8e20-f8fc498a62e5") - (property "Reference" "C69" - (at 99.06 87.6299 0) + (uuid "8aff300a-1054-4104-8e0a-361c20beafa8") + (property "Reference" "C144" + (at 140.97 111.76 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 99.06 90.1699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 96.2152 92.71 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 95.25 88.9 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 95.25 88.9 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "01046252-ff9f-4a91-81f0-c105a66ba970") - ) - (pin "2" - (uuid "94e7543b-dc43-47f4-866b-44f898251609") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C69") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 35.56 88.9 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 "a1801f77-ca2e-4132-ae28-9248fade4b27") - (property "Reference" "C42" - (at 39.37 87.6299 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) ) ) (property "Value" "1uF" - (at 39.37 90.1699 0) + (at 141.224 114.3 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 36.5252 92.71 0) + (at 140.97 113.9952 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9137,7 +7449,7 @@ ) ) (property "Datasheet" "" - (at 35.56 88.9 0) + (at 144.78 113.03 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9147,8 +7459,19 @@ ) ) ) - (property "Description" "CL21B105KBFNNNE" - (at 35.56 88.9 0) + (property "Description" "GCM21BR71E105KA56L" + (at 144.78 113.03 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 144.78 113.03 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9159,15 +7482,92 @@ ) ) (pin "2" - (uuid "9dbc92a6-2fef-4031-bd9d-dd1ec8b2eafc") + (uuid "2a2b0852-7cdd-4a6b-bc04-148c07f98cec") ) (pin "1" - (uuid "2d70f6d4-507e-48ea-9e1a-4c187ec88e05") + (uuid "b5419974-ef88-4da1-935a-d57f274a90cd") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C42") + (reference "C144") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 115.57 86.36 90) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "8c2f3beb-18b0-462c-97cc-e6b345705d68") + (property "Reference" "#PWR0296" + (at 119.38 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ANALOG" + (at 106.426 86.614 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 115.57 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 115.57 86.36 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 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "8b5c9071-e103-444d-88e4-b5d8397f01dd") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0296") (unit 1) ) ) @@ -9175,7 +7575,97 @@ ) (symbol (lib_id "Device:C") - (at 78.74 27.94 0) + (at 200.66 71.12 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "8e25bc2f-3566-49ac-8aa7-0290f9ea16c3") + (property "Reference" "C56" + (at 197.866 66.802 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1uF" + (at 197.866 68.326 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 199.6948 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 200.66 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 200.66 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 200.66 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "04406f25-662e-4952-b8f8-41484ce075a8") + ) + (pin "1" + (uuid "05c70615-4403-4e78-8900-cb5aac123129") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C56") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 245.11 153.67 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9184,9 +7674,322 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "a2a537fc-7fd6-493f-b93e-aab05662729a") + (uuid "90d681b4-0a89-46e0-88e9-eb862a294317") + (property "Reference" "#PWR0149" + (at 245.11 160.02 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 245.11 158.75 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 245.11 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 245.11 153.67 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 245.11 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "fef3ae91-d061-49d2-ad42-48cc979472b6") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0149") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 256.54 30.48 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "9260d20c-dfb7-40a9-909e-11dad12d40a3") + (property "Reference" "#PWR0209" + (at 252.73 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ANALOG_IN" + (at 255.778 28.702 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 256.54 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 256.54 30.48 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 256.54 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "cd8c9afa-6ab7-4a71-8bdb-e85df2af2873") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0209") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 137.16 105.41 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 "93499b36-3e21-463f-8c91-31591ef0fe74") + (property "Reference" "#PWR0269" + (at 130.81 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 134.62 105.4099 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 137.16 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 137.16 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 137.16 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "d6e132ef-9044-4c8e-a964-1280521ec97b") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0269") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 116.84 111.76 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 "9401079a-99a5-45cb-bda9-3bf2be40865b") + (property "Reference" "#PWR0274" + (at 110.49 111.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 114.3 111.7599 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 116.84 111.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 116.84 111.76 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 116.84 111.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "9b93afbd-3dd8-4b0b-bbbe-7ebbdd5c20e4") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0274") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 214.63 90.17 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 "979ebd09-4520-4a60-af1e-c8c3a83e3cdd") (property "Reference" "C25" - (at 82.55 26.6699 0) + (at 218.44 88.8999 0) (show_name no) (do_not_autoplace no) (effects @@ -9197,7 +8000,7 @@ ) ) (property "Value" "10uF" - (at 82.55 29.2099 0) + (at 218.44 91.4399 0) (show_name no) (do_not_autoplace no) (effects @@ -9208,7 +8011,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 79.7052 31.75 0) + (at 215.5952 93.98 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9219,7 +8022,7 @@ ) ) (property "Datasheet" "" - (at 78.74 27.94 0) + (at 214.63 90.17 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9229,8 +8032,19 @@ ) ) ) - (property "Description" "CL31B106KBHNNNE" - (at 78.74 27.94 0) + (property "Description" "GRM31CR71E106KA12L" + (at 214.63 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 214.63 90.17 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9241,10 +8055,10 @@ ) ) (pin "1" - (uuid "731e6f39-582d-4364-a237-5ca6d38e6234") + (uuid "6d4dc298-d3eb-4033-b70c-b9226d2b9ff7") ) (pin "2" - (uuid "fe4b0c35-447e-4461-b6d2-5c7a8af7253e") + (uuid "a21a051e-1ce6-4589-821d-b64da67a5b6b") ) (instances (project "HubAudio" @@ -9256,8 +8070,8 @@ ) ) (symbol - (lib_id "Device:C") - (at 77.47 88.9 0) + (lib_id "power:VD") + (at 260.35 125.73 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9266,9 +8080,20 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "a38d3136-5215-431b-89bb-12e0526c04bf") - (property "Reference" "C46" - (at 81.28 87.6299 0) + (uuid "99e02396-e779-41af-9036-f56bc03f7854") + (property "Reference" "#PWR0199" + (at 256.54 125.73 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_TOS" + (at 264.16 125.7299 90) (show_name no) (do_not_autoplace no) (effects @@ -9278,19 +8103,8 @@ (justify left) ) ) - (property "Value" "10uF" - (at 81.28 90.1699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 78.4352 92.71 0) + (property "Footprint" "" + (at 260.35 125.73 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9301,7 +8115,7 @@ ) ) (property "Datasheet" "" - (at 77.47 88.9 0) + (at 260.35 125.73 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9311,8 +8125,8 @@ ) ) ) - (property "Description" "CL31B106KBHNNNE" - (at 77.47 88.9 0) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 260.35 125.73 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9323,15 +8137,12 @@ ) ) (pin "1" - (uuid "98e9ea63-bf02-48a0-ab3a-4ef34bc1dcc2") - ) - (pin "2" - (uuid "41ac53d0-0416-439b-b338-0908bcfdc8e5") + (uuid "c85b7af2-cbc4-44e9-8485-aaed82724395") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C46") + (reference "#PWR0199") (unit 1) ) ) @@ -9339,7 +8150,7 @@ ) (symbol (lib_id "Device:C") - (at 241.3 27.94 0) + (at 124.46 104.14 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9347,32 +8158,29 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "a558927e-02a5-47c3-b4fb-d3585578d21b") - (property "Reference" "C53" - (at 245.11 26.6699 0) + (uuid "9e31a09b-b112-4e48-a88a-99505ef4a432") + (property "Reference" "C147" + (at 120.396 102.87 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "1uF" - (at 245.11 29.2099 0) + (property "Value" "22uF" + (at 120.396 105.41 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 242.2652 31.75 0) + (at 128.27 103.1748 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9383,7 +8191,7 @@ ) ) (property "Datasheet" "" - (at 241.3 27.94 0) + (at 124.46 104.14 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9393,8 +8201,438 @@ ) ) ) - (property "Description" "CL21B105KBFNNNE" - (at 241.3 27.94 0) + (property "Description" "GRM21BZ71A226ME15L" + (at 124.46 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BZ71A226ME15L" + (at 124.46 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "b64a700f-2f05-4d86-baee-10cc641a4bc2") + ) + (pin "1" + (uuid "15f92741-576f-4c10-9695-7f71a4251575") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C147") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 232.41 129.54 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 "9e53de81-fe62-4fca-ab0f-ef9573da9ec4") + (property "Reference" "C69" + (at 236.22 128.2699 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 236.22 130.8099 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 233.3752 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 232.41 129.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 232.41 129.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 232.41 129.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "90b03100-6d59-4a11-a2bd-935674408c9b") + ) + (pin "2" + (uuid "44be0601-8f9d-4e44-a2a0-f2867dc5dc72") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C69") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 214.63 153.67 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 "9f4b8fa3-a164-43bf-b6ac-6c323b7af5db") + (property "Reference" "#PWR0148" + (at 214.63 160.02 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 214.63 158.75 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 214.63 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 214.63 153.67 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 153.67 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "e15fa042-e3fb-4aec-9057-60ada059ca96") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0148") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 213.36 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 "a0b72e06-c86a-44d3-9f8e-37773fd480a6") + (property "Reference" "#PWR0265" + (at 213.36 69.85 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_DIGITAL" + (at 213.36 62.23 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 213.36 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 213.36 66.04 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 213.36 66.04 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "baa9b055-417d-4c44-b9ed-649c12f3b618") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0265") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 189.23 137.16 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 "a25d3974-6710-4b8b-8679-2bed4b98eef2") + (property "Reference" "#PWR0266" + (at 189.23 143.51 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 189.23 142.24 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 189.23 137.16 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 189.23 137.16 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 137.16 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b62df726-fb84-422c-ae1f-79332c399c8d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0266") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 105.41 34.29 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 "a558927e-02a5-47c3-b4fb-d3585578d21b") + (property "Reference" "C53" + (at 109.22 33.0199 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 109.22 35.5599 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 106.3752 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 105.41 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 105.41 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 105.41 34.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9419,9 +8657,87 @@ ) ) ) + (symbol + (lib_id "power:GND") + (at 153.67 96.52 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "a84891b4-cadc-431a-b361-c107308379df") + (property "Reference" "#PWR0116" + (at 147.32 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 154.178 99.314 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 153.67 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 153.67 96.52 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 153.67 96.52 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "a0225719-d7f7-40f9-8386-757c6ba9272d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0116") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") - (at 118.11 57.15 0) + (at 245.11 129.54 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9430,9 +8746,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "a58d2764-6a0d-4292-973c-6822c38fd844") - (property "Reference" "C44" - (at 121.92 55.8799 0) + (uuid "b14f665c-5f95-446c-9b6a-53906790aabf") + (property "Reference" "C71" + (at 248.92 128.2699 0) (show_name no) (do_not_autoplace no) (effects @@ -9442,8 +8758,8 @@ (justify left) ) ) - (property "Value" "100nF" - (at 121.92 58.4199 0) + (property "Value" "1uF" + (at 248.92 130.8099 0) (show_name no) (do_not_autoplace no) (effects @@ -9454,7 +8770,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 119.0752 60.96 0) + (at 246.0752 133.35 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9465,7 +8781,7 @@ ) ) (property "Datasheet" "" - (at 118.11 57.15 0) + (at 245.11 129.54 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9475,8 +8791,8 @@ ) ) ) - (property "Description" "TCC0805X7R104K500DT" - (at 118.11 57.15 0) + (property "Description" "GCM21BR71E105KA56L" + (at 245.11 129.54 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9486,24 +8802,35 @@ ) ) ) - (pin "1" - (uuid "72bc182b-09b1-4da4-93b1-05269a041ec3") + (property "PNM" "GCM21BR71E105KA56L" + (at 245.11 129.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) (pin "2" - (uuid "e5813113-9573-4eb1-948b-a8ba2efe8930") + (uuid "09182962-e9bf-411f-be8c-1ac7263765ee") + ) + (pin "1" + (uuid "e35abc11-b1b6-4e3c-a25c-d020f5a7d681") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C44") + (reference "C71") (unit 1) ) ) ) ) (symbol - (lib_id "Power_Management:TPS22919DCK") - (at 59.69 87.63 0) + (lib_id "power:GND") + (at 116.84 104.14 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9512,29 +8839,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "a88eee2b-f641-4c57-99b1-c12012ec82c5") - (property "Reference" "U14" - (at 59.69 77.47 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "TPS22919DCK" - (at 59.69 80.01 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" - (at 59.69 74.93 0) + (uuid "b4710d95-c5e8-4a74-869f-022bc5e92846") + (property "Reference" "#PWR0273" + (at 110.49 104.14 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9544,8 +8851,19 @@ ) ) ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps22919.pdf" - (at 60.96 105.41 0) + (property "Value" "GND" + (at 114.3 104.1399 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 116.84 104.14 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9555,8 +8873,19 @@ ) ) ) - (property "Description" "1.6V to 5.5 V, 1.5 A, 90-mΩ Self-Protected Load Switch with Controlled Rise Time, SC-70-6" - (at 59.69 107.442 0) + (property "Datasheet" "" + (at 116.84 104.14 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 116.84 104.14 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9567,35 +8896,540 @@ ) ) (pin "1" - (uuid "72f41a1f-3ddd-4562-a581-acb2ecb50f5f") + (uuid "6ae34e46-64a3-4445-b939-40326517e7fa") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0273") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 245.11 90.17 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 "bd3a9ad3-ca7c-4e36-a476-8aad31a29b75") + (property "Reference" "C27" + (at 248.92 88.8999 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 248.92 91.4399 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 246.0752 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 245.11 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 245.11 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 245.11 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) ) (pin "2" - (uuid "50dfa059-321d-4650-8927-e5a4fdfc62d9") + (uuid "adb9b307-b83f-4a48-a2be-1b5f3262b094") ) - (pin "3" - (uuid "3fbe162f-212d-44e3-906a-318d218ccb52") + (pin "1" + (uuid "302ed1c6-bbfe-4d88-b55d-334509156fd2") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C27") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 153.67 104.14 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "c41b30f2-7721-44c5-8d9e-d8a3f8370987") + (property "Reference" "#PWR0120" + (at 147.32 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 153.416 106.426 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 153.67 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 153.67 104.14 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 153.67 104.14 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "c1ca2e8e-9210-47ec-bb21-300bb03448d0") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0120") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 223.52 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 "c73fbf0f-93fb-4c25-9916-c5ac198cdd96") + (property "Reference" "#PWR021" + (at 223.52 44.45 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 223.52 43.18 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 223.52 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 223.52 38.1 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 223.52 38.1 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "465063cc-2489-4bb8-bf16-d4f10866e98e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_TPS22994RUKT:TPS22994RUKT") + (at 171.45 106.68 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 "cf43bde7-7375-442f-be87-313851d15486") + (property "Reference" "U20" + (at 171.45 71.12 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TPS22994RUKT" + (at 171.45 73.66 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "MIKILAB_TPS22994RUKT:IC_TPS22994RUKT" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Datasheet" "" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "4-ch, 3.6-V, 1-A, 41-mΩ load switch with I2C control" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MF" "Texas Instruments" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MAXIMUM_PACKAGE_HEIGHT" "0.8 mm" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Package" "WQFN-20 Texas Instruments" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Price" "None" + (at 171.45 106.68 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/TPS22994RUKT/Texas+Instruments/view-part/?ref=eda" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "STANDARD" "Manufacturer Recommendation" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "PARTREV" "B" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "SnapEDA_Link" "https://www.snapeda.com/parts/TPS22994RUKT/Texas+Instruments/view-part/?ref=snap" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MP" "TPS22994RUKT" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "Availability" "In Stock" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (property "MANUFACTURER" "Texas Instruments" + (at 171.45 106.68 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify bottom) + ) + ) + (pin "15" + (uuid "32795ec4-ec10-498d-81ff-2058ae8102e5") + ) + (pin "14" + (uuid "34eaedad-8235-4bd7-b6fc-06629f4ecda5") ) (pin "4" - (uuid "0ab443cb-7973-4266-a027-bbab0a746a3a") + (uuid "690fc696-4bb0-461c-b8bd-92fbfdf044f0") ) (pin "5" - (uuid "954d7102-1c3b-4dd1-8a27-f56d8c9340b8") + (uuid "24d6f4bf-2ee1-440a-b0e5-a4a9efae4ac9") ) (pin "6" - (uuid "fc8005b1-d3a3-4e7f-9329-1590f06fab1f") + (uuid "26d1e969-db3f-40e2-85c3-e36de9cd94cd") + ) + (pin "7" + (uuid "bd032cf1-72db-4a7b-904a-23a833cd3ecd") + ) + (pin "8" + (uuid "a4d9f775-8280-4458-960b-956b6441ec27") + ) + (pin "9" + (uuid "ef50246e-7bdd-46f7-954c-d5955866eeb6") + ) + (pin "10" + (uuid "6269e3ee-fea6-4307-9cb0-9fab1fa6098b") + ) + (pin "11" + (uuid "423cdf1b-cf2f-4111-9ebb-173ba408ff07") + ) + (pin "12" + (uuid "80ef2a0a-04c5-42e9-a70b-617aaac5e4f0") + ) + (pin "13" + (uuid "b413b6b9-2152-44d0-8866-54a1793ea444") + ) + (pin "18" + (uuid "ab65d8ff-802f-4231-b664-ea715f513836") + ) + (pin "19" + (uuid "6bc7810c-6638-40bc-97f0-bab16f812e6e") + ) + (pin "17" + (uuid "c358c3cc-246a-42b7-b9ae-06221c8feae8") + ) + (pin "16" + (uuid "fc15689d-f71c-4068-a21f-3407b7922dc2") + ) + (pin "3" + (uuid "cec0e145-4106-44e9-a0d0-87d7a05897e8") + ) + (pin "2" + (uuid "0a31e655-1810-43a4-afb8-5d4f4b8b4851") + ) + (pin "1" + (uuid "e3869c9d-3dd0-4daa-a2b7-1b44c0dcf478") + ) + (pin "20" + (uuid "d7d5d241-fd4a-4a44-9700-cc8e61fe6465") + ) + (pin "21" + (uuid "057970ee-0359-4183-8d13-78ac32970490") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "U14") + (reference "U20") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 73.66 88.9 0) + (lib_id "Device:C") + (at 232.41 149.86 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9603,9 +9437,10 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "a91d2393-7610-4588-a9ab-114c0d60b890") - (property "Reference" "R27" - (at 71.628 90.17 90) + (fields_autoplaced yes) + (uuid "cfafbad7-7218-41fb-8e9f-333de03faea3") + (property "Reference" "C122" + (at 236.22 148.5899 0) (show_name no) (do_not_autoplace no) (effects @@ -9615,8 +9450,8 @@ (justify left) ) ) - (property "Value" "1K" - (at 73.66 89.662 90) + (property "Value" "10uF" + (at 236.22 151.1299 0) (show_name no) (do_not_autoplace no) (effects @@ -9626,8 +9461,8 @@ (justify left) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 71.882 88.9 90) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 233.3752 153.67 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9638,7 +9473,7 @@ ) ) (property "Datasheet" "" - (at 73.66 88.9 0) + (at 232.41 149.86 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9648,8 +9483,205 @@ ) ) ) - (property "Description" "MCR10EZHF1001" - (at 73.66 88.9 0) + (property "Description" "GRM31CR71E106KA12L" + (at 232.41 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 232.41 149.86 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "cb05f83d-aa89-4def-b48a-037fb6a6f156") + ) + (pin "2" + (uuid "58a5c6b6-3713-414e-93e5-5ef3b41495d8") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C122") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 232.41 90.17 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 "d1fbdf9d-69df-4471-9345-eeb85065caf1") + (property "Reference" "C26" + (at 236.22 88.8999 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 236.22 91.4399 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 233.3752 93.98 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 232.41 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 232.41 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 232.41 90.17 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "1f0dd6a2-d0ec-4976-9bdc-55bc50b51338") + ) + (pin "2" + (uuid "659072b3-5a20-45a0-9351-6db7d9f81dd5") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C26") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 245.11 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 "d2f28773-194b-4ff9-869b-6cd6955dab68") + (property "Reference" "C43" + (at 248.92 107.9499 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 248.92 110.4899 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 246.0752 113.03 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 245.11 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 245.11 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 245.11 109.22 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9660,23 +9692,23 @@ ) ) (pin "2" - (uuid "61d76274-3e69-4789-a528-3a98a7f3d03f") + (uuid "ca0d26cd-2386-47cf-ba68-495a0ee8eba8") ) (pin "1" - (uuid "1348f640-35f8-4618-958f-6bc6517d857f") + (uuid "5d18a63d-870a-4497-b93b-d0ca4f844fdb") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "R27") + (reference "C43") (unit 1) ) ) ) ) (symbol - (lib_id "power:GND") - (at 107.95 125.73 0) + (lib_id "Device:C") + (at 237.49 34.29 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9685,30 +9717,31 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "ab35a96c-680f-4739-bbdb-f53b01384734") - (property "Reference" "#PWR0149" - (at 107.95 132.08 0) - (hide yes) + (uuid "d36e9fd3-b56d-4e3e-9179-e7f8e443136d") + (property "Reference" "C15" + (at 241.3 33.0199 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "GND" - (at 107.95 130.81 0) + (property "Value" "1uF" + (at 241.3 35.5599 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Footprint" "" - (at 107.95 125.73 0) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 238.4552 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9719,7 +9752,7 @@ ) ) (property "Datasheet" "" - (at 107.95 125.73 0) + (at 237.49 34.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9729,8 +9762,19 @@ ) ) ) - (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 107.95 125.73 0) + (property "Description" "12063C105KAT2A" + (at 237.49 34.29 90) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "12063C105KAT2A" + (at 237.49 34.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9741,12 +9785,15 @@ ) ) (pin "1" - (uuid "277f957d-f30b-415a-b00f-8386d16bd8f3") + (uuid "821c005d-4500-44a7-9278-c7bda8a33976") + ) + (pin "2" + (uuid "c7a48f37-e727-46e3-a891-b21bc09ca380") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0149") + (reference "C15") (unit 1) ) ) @@ -9754,7 +9801,7 @@ ) (symbol (lib_id "power:GND") - (at 77.47 125.73 0) + (at 177.8 38.1 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9763,9 +9810,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "ae9a53d4-23c1-4b8a-beda-e08909d1ae7d") - (property "Reference" "#PWR0148" - (at 77.47 132.08 0) + (uuid "d3e494b6-2038-4aff-b6d8-6e4bae37f0e6") + (property "Reference" "#PWR0127" + (at 177.8 44.45 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9776,7 +9823,7 @@ ) ) (property "Value" "GND" - (at 77.47 130.81 0) + (at 177.8 43.18 0) (show_name no) (do_not_autoplace no) (effects @@ -9786,7 +9833,7 @@ ) ) (property "Footprint" "" - (at 77.47 125.73 0) + (at 177.8 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9797,7 +9844,7 @@ ) ) (property "Datasheet" "" - (at 77.47 125.73 0) + (at 177.8 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9808,7 +9855,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 77.47 125.73 0) + (at 177.8 38.1 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9819,12 +9866,91 @@ ) ) (pin "1" - (uuid "4ad791d8-c40d-4b58-ae33-b4f2712cb5da") + (uuid "566ef5f6-6b8f-4083-9db4-9523fb6adbc1") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0148") + (reference "#PWR0127") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VD") + (at 260.35 86.36 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 "d585c2c2-739e-496d-80cf-efec4b90424a") + (property "Reference" "#PWR0228" + (at 256.54 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ADAU1467" + (at 264.16 86.3599 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 260.35 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 260.35 86.36 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 260.35 86.36 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "42903167-e0cd-4bde-be93-5a3515c3cf1c") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0228") (unit 1) ) ) @@ -9832,7 +9958,7 @@ ) (symbol (lib_id "Device:L") - (at 218.44 125.73 90) + (at 223.52 105.41 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -9841,9 +9967,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "b0307f54-570a-42f9-9d1a-53c4b1dfd2e6") - (property "Reference" "L12" - (at 218.44 120.65 90) + (uuid "db090fc4-c7d3-4d4b-a27a-029b04cf0648") + (property "Reference" "L8" + (at 223.52 100.33 90) (show_name no) (do_not_autoplace no) (effects @@ -9852,8 +9978,8 @@ ) ) ) - (property "Value" "BLM21PG121SN1D" - (at 218.44 123.19 90) + (property "Value" "ferrite bead" + (at 223.52 102.87 90) (show_name no) (do_not_autoplace no) (effects @@ -9863,7 +9989,7 @@ ) ) (property "Footprint" "Inductor_SMD:L_0805_2012Metric" - (at 218.44 125.73 0) + (at 223.52 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9874,7 +10000,7 @@ ) ) (property "Datasheet" "" - (at 218.44 125.73 0) + (at 223.52 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -9885,7 +10011,18 @@ ) ) (property "Description" "BLM21PG121SN1D" - (at 218.44 125.73 0) + (at 223.52 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "BLM21PG121SN1D" + (at 223.52 105.41 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -9896,1611 +10033,15 @@ ) ) (pin "2" - (uuid "bb7c8b57-171e-48f6-beb8-2d6890f7818a") + (uuid "bd403fc7-73db-47c7-bcf6-a33e62049eac") ) (pin "1" - (uuid "4c90ea77-6ef8-48bb-81ec-a316e291d865") + (uuid "725057b9-bfec-41c1-891e-d4685ab07102") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "L12") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 119.38 121.92 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 "b04e0e51-02f3-4625-8745-12865bd181a1") - (property "Reference" "C124" - (at 123.19 120.6499 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100nF" - (at 123.19 123.1899 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 120.3452 125.73 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 119.38 121.92 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "TCC0805X7R104K500DT" - (at 119.38 121.92 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "fbe5d786-b3f9-434a-a537-e819fd91d037") - ) - (pin "2" - (uuid "dfed66b5-cf3a-41b5-a905-69991e7661df") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C124") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 240.03 133.35 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 "b11a8e14-06b4-4db8-b479-90838398afac") - (property "Reference" "#PWR0135" - (at 240.03 139.7 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 240.03 138.43 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 240.03 133.35 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 240.03 133.35 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 240.03 133.35 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "4c8a23dd-2793-4150-bdb8-3bbf83ad7657") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0135") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 210.82 69.85 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 "b1f19ff0-c30c-40c7-a156-723753350471") - (property "Reference" "#PWR068" - (at 210.82 76.2 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 210.82 74.93 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 210.82 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 210.82 69.85 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 210.82 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "aac11d9d-6a8a-4c99-a3ab-e5c33d8bb947") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR068") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 78.74 31.75 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 "b293a391-9bbb-4f97-a13e-35f10cdb2bd4") - (property "Reference" "#PWR043" - (at 78.74 38.1 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 78.74 36.83 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 78.74 31.75 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 78.74 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 \"GND\" , ground" - (at 78.74 31.75 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "739b9955-f2b6-417c-9869-d3932b673454") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR043") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 93.98 57.15 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 "b31ff80b-93c6-4ab6-8a4b-7916239177c3") - (property "Reference" "C41" - (at 97.79 55.8799 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 97.79 58.4199 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 94.9452 60.96 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 93.98 57.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 93.98 57.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "76cc5da6-bb2e-479c-af81-b6e460292eee") - ) - (pin "2" - (uuid "6666f750-0a23-4cb5-9397-04694068c7a0") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C41") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 106.68 60.96 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 "b4a02c0e-d089-4900-98e7-c78561988d56") - (property "Reference" "#PWR089" - (at 106.68 67.31 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 106.68 66.04 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 106.68 60.96 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 106.68 60.96 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 106.68 60.96 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "0a637dc9-764d-4ac9-b035-a65f5bcf6c67") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR089") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 107.95 156.21 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 "b4c3acc3-73f6-4654-befd-e3473dbe60a2") - (property "Reference" "#PWR0170" - (at 107.95 162.56 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 107.95 161.29 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 107.95 156.21 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 107.95 156.21 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 107.95 156.21 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "d7f4523c-030b-4644-8264-6611cebd8131") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0170") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 60.96 34.29 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 "b524a819-28d2-45ac-a220-18f3638d8c67") - (property "Reference" "#PWR041" - (at 60.96 40.64 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 60.96 39.37 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 60.96 34.29 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 60.96 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 \"GND\" , ground" - (at 60.96 34.29 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "6bb52a07-36d7-422a-8774-ee3d802f3f8a") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR041") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 167.64 93.98 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 "b56881bb-acf6-4c7c-85c0-a3692fb7b74e") - (property "Reference" "C34" - (at 171.45 92.7099 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 171.45 95.2499 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 168.6052 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 167.64 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 167.64 93.98 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "50ca4ad6-3c18-4c84-8a57-e2053766a234") - ) - (pin "1" - (uuid "f7e20318-9435-4111-937f-3c791e59caea") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C34") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 209.55 133.35 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 "b5b228ab-f333-4a7e-8986-7dcbcc2efcbd") - (property "Reference" "#PWR0134" - (at 209.55 139.7 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 209.55 138.43 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 209.55 133.35 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 209.55 133.35 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 209.55 133.35 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "a38c3105-90aa-4d9b-8234-47177ef636bc") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0134") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 191.77 135.89 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 "b72706af-bf8a-4d18-83c3-2dbcfaa5eeed") - (property "Reference" "#PWR0133" - (at 191.77 142.24 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 191.77 140.97 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 191.77 135.89 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 191.77 135.89 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 191.77 135.89 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "2f65ae82-eb58-46ae-bae0-c5b901a4d38c") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0133") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 120.65 27.94 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 "b84678a4-d319-49c6-af18-f0b2744052f2") - (property "Reference" "C28" - (at 124.46 26.6699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100nF" - (at 124.46 29.2099 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 121.6152 31.75 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 120.65 27.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "TCC0805X7R104K500DT" - (at 120.65 27.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "4ef4b5ba-4134-4635-a2e1-890e0b1af6ca") - ) - (pin "2" - (uuid "975d1134-9f8a-4e29-bac0-9f95581eb529") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C28") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 191.77 100.33 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 "b85f87cd-8c2c-48ab-a960-183557974237") - (property "Reference" "#PWR045" - (at 191.77 106.68 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 191.77 105.41 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 191.77 100.33 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 191.77 100.33 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 191.77 100.33 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "9652e40f-472e-4524-9ea7-3324843b4c2c") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR045") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 241.3 66.04 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 "bdb62e13-647e-41c7-92e9-8f34168fd86e") - (property "Reference" "C90" - (at 245.11 64.7699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 245.11 67.3099 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 242.2652 69.85 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 241.3 66.04 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 241.3 66.04 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "af69b24e-63cf-4237-9ffe-85193347a5db") - ) - (pin "1" - (uuid "30dc112e-b0a6-4ccb-a994-44c3f30025e7") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C90") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 36.83 27.94 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 "bed26672-6a72-496f-a363-a9e5b652a0af") - (property "Reference" "C24" - (at 40.64 26.6699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 40.64 29.2099 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 37.7952 31.75 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 36.83 27.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 36.83 27.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "0aa01177-e476-4d39-b630-fae6aeccfe97") - ) - (pin "1" - (uuid "90909cbc-356a-43be-a226-b1c9b97c3b85") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C24") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 76.2 57.15 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 "c0f445ee-31e7-40c0-97d5-31d939c700fa") - (property "Reference" "C40" - (at 80.01 55.8799 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 80.01 58.4199 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 77.1652 60.96 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 76.2 57.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 76.2 57.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "04f345c1-1f54-4d21-bc19-6c3552743cd6") - ) - (pin "2" - (uuid "cd194d54-658d-4ade-b6f4-8b06ab080e1a") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C40") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 34.29 60.96 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 "c1d55267-a562-4187-b8fb-0db84e0cc3b4") - (property "Reference" "#PWR086" - (at 34.29 67.31 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 34.29 66.04 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 34.29 60.96 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 34.29 60.96 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 34.29 60.96 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "337c8e5c-687e-4ccb-8442-56d11f63973b") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR086") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 167.64 97.79 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 "cf8f1855-e071-4ecd-a4ed-05d80c0ffc4a") - (property "Reference" "#PWR044" - (at 167.64 104.14 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 167.64 102.87 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 167.64 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 167.64 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 167.64 97.79 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "fe3ace59-5f48-4991-8ef7-f2b32ab177ce") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR044") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 35.56 121.92 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 "d0bab8e7-5879-46b9-99df-c34d9abd0b00") - (property "Reference" "C120" - (at 39.37 120.6499 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1uF" - (at 39.37 123.1899 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 36.5252 125.73 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 35.56 121.92 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL21B105KBFNNNE" - (at 35.56 121.92 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "2c77f8a2-3aeb-4dc9-8d6d-87be9818df87") - ) - (pin "1" - (uuid "4d7e0ec2-d3f1-49df-8a32-017916c6c843") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C120") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 118.11 180.34 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 "d0cff0dd-b58d-42aa-98da-b0f03d6597f7") - (property "Reference" "C139" - (at 121.92 179.0699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "100nF" - (at 121.92 181.6099 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 119.0752 184.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 118.11 180.34 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "TCC0805X7R104K500DT" - (at 118.11 180.34 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "18552d5c-5463-4b04-8ff9-53418ddbd3b9") - ) - (pin "2" - (uuid "d3fc2c47-aeae-42f1-866f-e2e3272e7596") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C139") + (reference "L8") (unit 1) ) ) @@ -11508,354 +10049,7 @@ ) (symbol (lib_id "Device:R") - (at 73.66 152.4 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "d3751c2d-3c95-45c1-bd38-046bf9437a9b") - (property "Reference" "R29" - (at 71.628 153.67 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1K" - (at 73.66 153.162 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 71.882 152.4 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 73.66 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "MCR10EZHF1001" - (at 73.66 152.4 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "9fa0761d-c650-494f-b4f3-5072a65b08a6") - ) - (pin "1" - (uuid "4d46cb24-bb1d-47a4-a2b1-eb1e7974f79f") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "R29") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Power_Management:TPS22919DCK") - (at 191.77 92.71 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 "d5916d79-014c-4089-82ee-484571944752") - (property "Reference" "U22" - (at 191.77 82.55 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "TPS22919DCK" - (at 191.77 85.09 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" - (at 191.77 80.01 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps22919.pdf" - (at 193.04 110.49 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "1.6V to 5.5 V, 1.5 A, 90-mΩ Self-Protected Load Switch with Controlled Rise Time, SC-70-6" - (at 191.77 112.522 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "7b146a4b-525d-41e5-97a2-927e313da905") - ) - (pin "2" - (uuid "b4a80c2a-505c-429d-a108-e62c037700a5") - ) - (pin "3" - (uuid "def7e291-e2be-4bbb-af0e-6a78d9d74894") - ) - (pin "4" - (uuid "4e22cbf7-f4ce-4c2c-a4c2-ac6b96390b95") - ) - (pin "5" - (uuid "14970f42-b925-47c3-82f3-3dd325e574bd") - ) - (pin "6" - (uuid "5edd1be6-c91d-4f04-bd26-3c8ce30a8965") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "U22") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Power_Management:TPS22919DCK") - (at 59.69 120.65 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 "d7cbfc47-b227-4379-9cdd-64af0ece41f8") - (property "Reference" "U31" - (at 59.69 110.49 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "TPS22919DCK" - (at 59.69 113.03 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" - (at 59.69 107.95 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps22919.pdf" - (at 60.96 138.43 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "1.6V to 5.5 V, 1.5 A, 90-mΩ Self-Protected Load Switch with Controlled Rise Time, SC-70-6" - (at 59.69 140.462 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "b864241e-31b5-4539-90eb-a3159c0ffc6a") - ) - (pin "2" - (uuid "79744aa6-7e67-489c-938d-45aa45b319bf") - ) - (pin "3" - (uuid "eeff94de-06e4-4faf-9aad-af7b9acad9ae") - ) - (pin "4" - (uuid "fb5f1d0b-6771-4706-96ee-d716a1cc6e0d") - ) - (pin "5" - (uuid "92cd4817-dde4-47b1-8d58-9aa04999ee37") - ) - (pin "6" - (uuid "8001e91a-5be0-4c29-86a5-4e4bf4d334b6") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "U31") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 209.55 129.54 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 "da311abb-17df-4d31-9a8b-212801cb7a79") - (property "Reference" "C93" - (at 213.36 128.2699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 213.36 130.8099 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 210.5152 133.35 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 209.55 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 209.55 129.54 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "9be4aa16-b7f8-447e-8b5f-d3b76d5019d5") - ) - (pin "2" - (uuid "44132ab5-c878-46ef-b4d0-034bef667b39") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C93") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 207.01 27.94 0) + (at 71.12 34.29 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -11865,7 +10059,7 @@ (dnp no) (uuid "dd06cf0d-edcd-44fd-9db2-7edb98a56ac6") (property "Reference" "R54" - (at 204.978 29.21 90) + (at 69.088 35.56 90) (show_name no) (do_not_autoplace no) (effects @@ -11876,7 +10070,7 @@ ) ) (property "Value" "1K" - (at 207.01 28.702 90) + (at 71.12 35.052 90) (show_name no) (do_not_autoplace no) (effects @@ -11887,7 +10081,7 @@ ) ) (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 205.232 27.94 90) + (at 69.342 34.29 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -11898,7 +10092,7 @@ ) ) (property "Datasheet" "" - (at 207.01 27.94 0) + (at 71.12 34.29 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -11909,7 +10103,18 @@ ) ) (property "Description" "MCR10EZHF1001" - (at 207.01 27.94 0) + (at 71.12 34.29 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "MCR10EZHF1001" + (at 71.12 34.29 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -11934,165 +10139,9 @@ ) ) ) - (symbol - (lib_id "power:GND") - (at 193.04 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 "e36eec88-3eba-4bb0-bce3-e47a682ce66d") - (property "Reference" "#PWR067" - (at 193.04 78.74 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 193.04 77.47 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 193.04 72.39 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 193.04 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 193.04 72.39 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "c0cf8a72-69fc-42c7-b56d-82a9202978fd") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR067") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 77.47 92.71 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 "e6ce36a5-271a-497b-9ac4-74b7b616f0e0") - (property "Reference" "#PWR059" - (at 77.47 99.06 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 77.47 97.79 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 77.47 92.71 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 77.47 92.71 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 77.47 92.71 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "9cc3ac23-7810-45df-b39d-91aa7afe45ee") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR059") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:C") - (at 95.25 121.92 0) + (at 232.41 109.22 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -12101,9 +10150,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "eb989e45-f672-48dd-a8f5-8b79beb6692b") - (property "Reference" "C122" - (at 99.06 120.6499 0) + (uuid "de2b62be-0ac9-457a-ae47-88ea6c0fde58") + (property "Reference" "C41" + (at 236.22 107.9499 0) (show_name no) (do_not_autoplace no) (effects @@ -12114,7 +10163,7 @@ ) ) (property "Value" "10uF" - (at 99.06 123.1899 0) + (at 236.22 110.4899 0) (show_name no) (do_not_autoplace no) (effects @@ -12125,7 +10174,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 96.2152 125.73 0) + (at 233.3752 113.03 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12136,7 +10185,7 @@ ) ) (property "Datasheet" "" - (at 95.25 121.92 0) + (at 232.41 109.22 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12146,8 +10195,19 @@ ) ) ) - (property "Description" "CL31B106KBHNNNE" - (at 95.25 121.92 0) + (property "Description" "GRM31CR71E106KA12L" + (at 232.41 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 232.41 109.22 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12158,23 +10218,23 @@ ) ) (pin "1" - (uuid "84968458-186f-4cbf-b6a2-d24c1c4e1b5f") + (uuid "b00fb799-d2be-4b0c-b07c-d5bca88f4d79") ) (pin "2" - (uuid "0263470e-d4b3-4c06-8aa6-f75e159d06fd") + (uuid "83e401bf-c292-4216-b206-8d858775c1d2") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C122") + (reference "C41") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 73.66 121.92 0) + (lib_id "Device:L") + (at 223.52 146.05 90) (unit 1) (body_style 1) (exclude_from_sim no) @@ -12182,31 +10242,30 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "eceac722-e740-4994-942a-704b41e27115") - (property "Reference" "R28" - (at 71.628 123.19 90) + (fields_autoplaced yes) + (uuid "df42879d-f707-462e-8e7d-2fff452f0e44") + (property "Reference" "L18" + (at 223.52 140.97 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "1K" - (at 73.66 122.682 90) + (property "Value" "ferrite bead" + (at 223.52 143.51 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 71.882 121.92 90) + (property "Footprint" "Inductor_SMD:L_0805_2012Metric" + (at 223.52 146.05 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12217,7 +10276,7 @@ ) ) (property "Datasheet" "" - (at 73.66 121.92 0) + (at 223.52 146.05 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12227,8 +10286,19 @@ ) ) ) - (property "Description" "MCR10EZHF1001" - (at 73.66 121.92 0) + (property "Description" "BLM21PG121SN1D" + (at 223.52 146.05 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "BLM21PG121SN1D" + (at 223.52 146.05 90) (hide yes) (show_name no) (do_not_autoplace no) @@ -12239,171 +10309,15 @@ ) ) (pin "2" - (uuid "6bc9dd68-cbd1-45fc-80fa-f2c4eea4ba18") + (uuid "e0a69fed-8ab0-4919-a3dd-9c076214aa7a") ) (pin "1" - (uuid "10fc2b50-bc1d-4162-bd95-d2b77a1b1c5a") + (uuid "d301a6dd-4366-4d29-a989-74d88d75e746") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "R28") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 34.29 184.15 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 "ed76bc99-2194-46ce-854b-436b24307e12") - (property "Reference" "#PWR0163" - (at 34.29 190.5 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 34.29 189.23 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 34.29 184.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 34.29 184.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 \"GND\" , ground" - (at 34.29 184.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "8cb6a79e-0d4f-4670-bdec-6a81f2afa279") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0163") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "power:GND") - (at 58.42 186.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 "f1e6fd11-931e-4206-a25c-a29031f9ea6b") - (property "Reference" "#PWR0165" - (at 58.42 193.04 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "GND" - (at 58.42 191.77 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "" - (at 58.42 186.69 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 58.42 186.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 \"GND\" , ground" - (at 58.42 186.69 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "bfddad23-125b-46ba-8e38-e3542b9790b4") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0165") + (reference "L18") (unit 1) ) ) @@ -12411,7 +10325,7 @@ ) (symbol (lib_id "Device:C") - (at 35.56 152.4 0) + (at 256.54 129.54 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -12420,9 +10334,9 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "f25a9f69-b98f-498f-a44f-ed25020dab74") - (property "Reference" "C132" - (at 39.37 151.1299 0) + (uuid "e190a38b-e5c0-4825-8df2-76211fa2d14a") + (property "Reference" "C83" + (at 260.35 128.2699 0) (show_name no) (do_not_autoplace no) (effects @@ -12432,8 +10346,8 @@ (justify left) ) ) - (property "Value" "1uF" - (at 39.37 153.6699 0) + (property "Value" "100nF" + (at 260.35 130.8099 0) (show_name no) (do_not_autoplace no) (effects @@ -12444,7 +10358,7 @@ ) ) (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" - (at 36.5252 156.21 0) + (at 257.5052 133.35 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12455,7 +10369,7 @@ ) ) (property "Datasheet" "" - (at 35.56 152.4 0) + (at 256.54 129.54 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12465,8 +10379,514 @@ ) ) ) - (property "Description" "CL21B105KBFNNNE" - (at 35.56 152.4 0) + (property "Description" "GRM21BR71H104KA01L" + (at 256.54 129.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM21BR71H104KA01L" + (at 256.54 129.54 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "1e8b9451-0e1d-4b8b-b5bc-749d288282c0") + ) + (pin "2" + (uuid "9b896cb8-60f5-4735-a7c6-67f42ab7693b") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C83") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 201.93 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 "e21de8a3-93dd-4731-af06-8f6de81a0805") + (property "Reference" "#PWR0133" + (at 201.93 46.99 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 201.93 45.72 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 201.93 40.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 201.93 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 \"GND\" , ground" + (at 201.93 40.64 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "b9898b60-beae-40fd-814a-1970dfe36001") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0133") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 214.63 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 "e66e5007-9660-4c92-9d59-8f6062e8e0b8") + (property "Reference" "C40" + (at 218.44 107.9499 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 218.44 110.4899 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" + (at 215.5952 113.03 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 214.63 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GRM31CR71E106KA12L" + (at 214.63 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GRM31CR71E106KA12L" + (at 214.63 109.22 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ded6ce3e-4139-4879-b0cf-8ecdfab0b0a8") + ) + (pin "2" + (uuid "b439ad52-0c62-41fc-91ab-bd28a94bc7db") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C40") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MIKILAB_power:PWR_FLAG") + (at 256.54 125.73 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 "e7b9908f-87c3-4d24-962e-c4a15f0b1cfc") + (property "Reference" "#FLG05" + (at 256.54 123.825 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PWR_FLAG" + (at 256.54 120.65 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 256.54 125.73 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 256.54 125.73 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 256.54 125.73 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "ef675ce6-7e89-4b25-bb22-cd8c51f1c4e1") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#FLG05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 213.36 74.93 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 "e9b58468-b0c5-4932-9ccd-7b3721a009cd") + (property "Reference" "#PWR0101" + (at 213.36 81.28 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 213.36 80.01 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 213.36 74.93 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 213.36 74.93 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 213.36 74.93 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "7102c3c6-5d92-497b-b978-2f215c85507a") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 245.11 133.35 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 "ea0d96b7-51e9-44f1-b6e8-9019eea7e308") + (property "Reference" "#PWR060" + (at 245.11 139.7 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 245.11 138.43 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 245.11 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 245.11 133.35 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 245.11 133.35 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "520f567d-f4fc-467a-858c-674dda1e49c7") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR060") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 144.78 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 "ea42330d-bb71-4173-b724-ecd8e307b0c9") + (property "Reference" "C142" + (at 140.97 99.06 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1uF" + (at 140.97 96.52 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 148.59 96.8248 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 144.78 97.79 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 144.78 97.79 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 144.78 97.79 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12477,23 +10897,23 @@ ) ) (pin "2" - (uuid "5c1cc2d3-5ac3-4001-851b-0a41f4e9916e") + (uuid "61acee25-9538-468b-97dc-54e1013e7e68") ) (pin "1" - (uuid "12cb5873-ed25-49f1-b80f-83a14b483a2a") + (uuid "165cf8db-19a1-435f-8798-547cf716945d") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C132") + (reference "C142") (unit 1) ) ) ) ) (symbol - (lib_id "Power_Management:TPS22919DCK") - (at 193.04 26.67 0) + (lib_id "power:VD") + (at 130.81 30.48 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -12502,9 +10922,166 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "f6856b62-b50e-4da1-80c5-40a08a3bf7ee") - (property "Reference" "U21" - (at 193.04 16.51 0) + (uuid "ea9ff901-93bc-4d04-92c6-82a082b640a3") + (property "Reference" "#PWR0233" + (at 127 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3V3_ETHERNET" + (at 134.62 30.4799 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 130.81 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 130.81 30.48 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 130.81 30.48 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "1ca22927-dc98-48f4-a993-078f26b0295d") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0233") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 153.67 111.76 270) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "ee269bb9-5d2a-433a-b0de-5d72302f50bc") + (property "Reference" "#PWR0180" + (at 147.32 111.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "GND" + (at 154.178 114.046 90) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 153.67 111.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 153.67 111.76 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 153.67 111.76 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "f8689295-955d-42a9-928f-bc62fdb5095f") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "#PWR0180") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Power_Management:TPS22919DCK") + (at 201.93 33.02 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 "f3de8fc8-d748-44a0-a7eb-d35d219e8423") + (property "Reference" "U22" + (at 201.93 22.86 0) (show_name no) (do_not_autoplace no) (effects @@ -12514,7 +11091,7 @@ ) ) (property "Value" "TPS22919DCK" - (at 193.04 19.05 0) + (at 201.93 25.4 0) (show_name no) (do_not_autoplace no) (effects @@ -12524,7 +11101,7 @@ ) ) (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" - (at 193.04 13.97 0) + (at 201.93 20.32 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12535,7 +11112,7 @@ ) ) (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps22919.pdf" - (at 194.31 44.45 0) + (at 203.2 50.8 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12545,8 +11122,212 @@ ) ) ) - (property "Description" "1.6V to 5.5 V, 1.5 A, 90-mΩ Self-Protected Load Switch with Controlled Rise Time, SC-70-6" - (at 193.04 46.482 0) + (property "Description" "TPS22919DCK" + (at 201.93 52.832 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "TPS22919DCK" + (at 201.93 33.02 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "14efd405-ff3e-4f74-b986-b30a045dcfa3") + ) + (pin "2" + (uuid "1ba54d92-e9b3-44c8-b353-796bb587f93f") + ) + (pin "3" + (uuid "93408a6f-6c39-47b2-b073-666b1275d169") + ) + (pin "4" + (uuid "7d5fab1e-1fae-4353-9cc6-bb3d3ad2818c") + ) + (pin "5" + (uuid "afeb20db-b7a5-4ad4-92b3-7019675a3a24") + ) + (pin "6" + (uuid "1d626804-6864-449a-810c-6075a2b8f881") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "U22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 213.36 71.12 180) + (unit 1) + (body_style 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (in_pos_files yes) + (dnp no) + (uuid "f41640c4-e68c-4a5d-b48a-2c18b8c53b0b") + (property "Reference" "C57" + (at 210.566 67.818 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1uF" + (at 210.566 69.596 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 212.3948 67.31 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 213.36 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "GCM21BR71E105KA56L" + (at 213.36 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "GCM21BR71E105KA56L" + (at 213.36 71.12 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "2" + (uuid "6e05547f-23ac-420d-b0d9-1f3bab7946d7") + ) + (pin "1" + (uuid "6f76b7fd-b44e-4aa1-9738-af22508f507e") + ) + (instances + (project "HubAudio" + (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" + (reference "C57") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Power_Management:TPS22919DCK") + (at 57.15 33.02 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 "f6856b62-b50e-4da1-80c5-40a08a3bf7ee") + (property "Reference" "U21" + (at 57.15 22.86 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TPS22919DCK" + (at 57.15 25.4 0) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-363_SC-70-6" + (at 57.15 20.32 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/tps22919.pdf" + (at 58.42 50.8 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "TPS22919DCK" + (at 57.15 52.832 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PNM" "TPS22919DCK" + (at 57.15 33.02 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12583,252 +11364,9 @@ ) ) ) - (symbol - (lib_id "Device:L") - (at 218.44 90.17 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 "f7bd4b68-24a1-4da7-a7ef-28e1f8dcc532") - (property "Reference" "L7" - (at 218.44 85.09 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "BLM21PG121SN1D" - (at 218.44 87.63 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Inductor_SMD:L_0805_2012Metric" - (at 218.44 90.17 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 218.44 90.17 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "BLM21PG121SN1D" - (at 218.44 90.17 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "f827f426-8f36-456b-a6a6-f4db6ac13473") - ) - (pin "1" - (uuid "bd04ff31-2a54-4242-907a-01b952dcfd10") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "L7") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:R") - (at 74.93 27.94 0) - (unit 1) - (body_style 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (in_pos_files yes) - (dnp no) - (uuid "f9a78afc-8c3f-44b8-a1a8-010f17a4acbb") - (property "Reference" "R17" - (at 72.898 29.21 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "1K" - (at 74.93 28.702 90) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 73.152 27.94 90) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 74.93 27.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "MCR10EZHF1001" - (at 74.93 27.94 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "2" - (uuid "50de162f-7996-42d6-b953-87183b97d6a6") - ) - (pin "1" - (uuid "4cd69433-e2fb-4890-98a3-11f74bf2ef4a") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "R17") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Device:C") - (at 76.2 180.34 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 "fa3a0cab-74d4-43b9-be4f-6fb6128fce3d") - (property "Reference" "C133" - (at 80.01 179.0699 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "10uF" - (at 80.01 181.6099 0) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Capacitor_SMD:C_1206_3216Metric" - (at 77.1652 184.15 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Datasheet" "" - (at 76.2 180.34 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Description" "CL31B106KBHNNNE" - (at 76.2 180.34 0) - (hide yes) - (show_name no) - (do_not_autoplace no) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (pin "1" - (uuid "e6d6428c-9fa5-4437-9926-f71ac21a0682") - ) - (pin "2" - (uuid "40ea62e4-184d-4597-a2b1-6e24b5428a22") - ) - (instances - (project "HubAudio" - (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C133") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "power:GND") - (at 59.69 128.27 0) + (at 153.67 88.9 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -12836,10 +11374,9 @@ (on_board yes) (in_pos_files yes) (dnp no) - (fields_autoplaced yes) - (uuid "fc61cf98-6032-4ea3-8d12-477be26cba6d") - (property "Reference" "#PWR0147" - (at 59.69 134.62 0) + (uuid "fadde338-8964-46f4-b599-5b9315080252") + (property "Reference" "#PWR0115" + (at 147.32 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12850,17 +11387,18 @@ ) ) (property "Value" "GND" - (at 59.69 133.35 0) + (at 153.924 91.694 90) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" - (at 59.69 128.27 0) + (at 153.67 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12871,7 +11409,7 @@ ) ) (property "Datasheet" "" - (at 59.69 128.27 0) + (at 153.67 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12882,7 +11420,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 59.69 128.27 0) + (at 153.67 88.9 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12893,20 +11431,20 @@ ) ) (pin "1" - (uuid "d7cf1271-a9a6-4a72-8633-767b533731c8") + (uuid "15cc2ca3-9294-42f2-a6d1-64df30c717d3") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "#PWR0147") + (reference "#PWR0115") (unit 1) ) ) ) ) (symbol - (lib_id "Device:C") - (at 107.95 88.9 0) + (lib_id "power:VD") + (at 260.35 105.41 270) (unit 1) (body_style 1) (exclude_from_sim no) @@ -12915,9 +11453,20 @@ (in_pos_files yes) (dnp no) (fields_autoplaced yes) - (uuid "fcb446a4-69a1-4944-ae26-4bf781cd2e1e") - (property "Reference" "C71" - (at 111.76 87.6299 0) + (uuid "fc84d4d8-7f04-4a91-bf92-33a006c4eff7") + (property "Reference" "#PWR0229" + (at 256.54 105.41 0) + (hide yes) + (show_name no) + (do_not_autoplace no) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1V2_ADAU1467" + (at 264.16 105.4099 90) (show_name no) (do_not_autoplace no) (effects @@ -12927,19 +11476,8 @@ (justify left) ) ) - (property "Value" "1uF" - (at 111.76 90.1699 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 108.9152 92.71 0) + (property "Footprint" "" + (at 260.35 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12950,7 +11488,7 @@ ) ) (property "Datasheet" "" - (at 107.95 88.9 0) + (at 260.35 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12960,8 +11498,8 @@ ) ) ) - (property "Description" "CL21B105KBFNNNE" - (at 107.95 88.9 0) + (property "Description" "Power symbol creates a global label with name \"VD\"" + (at 260.35 105.41 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -12971,24 +11509,21 @@ ) ) ) - (pin "2" - (uuid "dca9b468-02d7-4eac-9144-c27382466a04") - ) (pin "1" - (uuid "e1e0ea30-b6d6-4ac3-abf9-c824aaf59d0d") + (uuid "65f9c8ac-f4f3-4df9-b551-56933482e4e1") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "C71") + (reference "#PWR0229") (unit 1) ) ) ) ) (symbol - (lib_id "Device:R") - (at 207.01 66.04 0) + (lib_id "MIKILAB_power:PWR_FLAG") + (at 247.65 27.94 0) (unit 1) (body_style 1) (exclude_from_sim no) @@ -12996,31 +11531,30 @@ (on_board yes) (in_pos_files yes) (dnp no) - (uuid "fec79d1a-07c1-45b1-9310-af8b11509ae6") - (property "Reference" "R55" - (at 204.978 67.31 90) + (uuid "ff45dac0-d4e9-4301-8c15-d42c490e284d") + (property "Reference" "#FLG04" + (at 247.65 26.035 0) + (hide yes) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "1K" - (at 207.01 66.802 90) + (property "Value" "3V3_ANALOG_IN" + (at 248.158 23.876 0) (show_name no) (do_not_autoplace no) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" - (at 205.232 66.04 90) + (property "Footprint" "" + (at 247.65 27.94 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -13031,7 +11565,7 @@ ) ) (property "Datasheet" "" - (at 207.01 66.04 0) + (at 247.65 27.94 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -13041,8 +11575,8 @@ ) ) ) - (property "Description" "MCR10EZHF1001" - (at 207.01 66.04 0) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 247.65 27.94 0) (hide yes) (show_name no) (do_not_autoplace no) @@ -13052,16 +11586,13 @@ ) ) ) - (pin "2" - (uuid "891124f8-b4fd-482a-8520-a64171ab0992") - ) (pin "1" - (uuid "71edd017-1d36-4c54-9b5e-77a57360d0c0") + (uuid "e8a0bc0a-131a-4b16-bc32-0237e6e5a5ee") ) (instances (project "HubAudio" (path "/841d8022-3a94-443e-97aa-a99a12889684/053bca48-5035-4024-8ecb-077401773123" - (reference "R55") + (reference "#FLG04") (unit 1) ) )