# Organisational Chocolate Speeder Bike
## Description
Simplified Power Distribution Board with Single USB-C Input and Dual 5V Rails
## Project Details
- **Owner:** ozgurogulkoca
- **Created:** 11/5/2025
- **Last Updated:** 12/3/2025
- **Visibility:** Public
- **restricted_zones:** Define keepout regions for nets HB100_IF, SDA, and SCL such that their routing remains clear of plane splits and power/ground transitions. No polygon or split shall cross these net routes as traced between their connections. This applies to L2 (GND) and L3 (power) plane boundaries, with a margin sufficient to avoid splits under all conditions.
- **Board Height:** 150mm
- **drc_violations:** []
- **Layer 2 GND Plane:** solid
- **PausePoint:** Pause for user review of placement and silkscreen before routing.
- **jumper_policy:** 0Ω jumpers allowed for unavoidable crossovers
- **Board Height:** 200mm
- **erc_errors:** []
- **via_stitching:** Stitch GND between L1 and L2 around connectors J5, J3, and J4
- **jumper_policy:** Discourage unnecessary 0Ω jumpers
- **component_placement_side:** Top side only for easier hand soldering
- **power_plane_layers:** ["L3"]
- **Board Width:** 250mm
- **decoupler_proximity_mm:** 5mm
- **stackup:** Single-layer top copper only; bottom layer for silkscreen/reference
- **System Architecture:** graph TD
SUBUSB1((USB-C IN 1))
SUBUSB2((USB-C IN 2))
SUBUSB1 -- CC1/CC2 Rd, TVS --> OR1[ORing Controller 1]
SUBUSB2 -- CC1/CC2 Rd, TVS --> OR2[ORing Controller 2]
OR1 -- 5V --> ORBUS[ORed 5V Bus]
OR2 -- 5V --> ORBUS
ORBUS --> LSW[5V Load Switch] --> FIVEV[5V Rail]
SCREWTERM((12V Screw Terminal)) -- Fuse, PFET Polarity Protection --> TWELVEV[12V Rail]
FIVEV -- LED, R --> LED5V[5V Debug LED]
TWELVEV -- LED, R --> LED12V[12V Debug LED]
MCU3V3[3.3V Rail] -- LED, R --> LED3V3[3.3V Debug LED]
FIVEV -- Panel LED #1, R --> PANELLED1[Panel LED1 Header]
FIVEV -- Panel LED #2, R --> PANELLED2[Panel LED2 Header]
FIVEV -- Panel LED #3, R --> PANELLED3[Panel LED3 Header]
LSW -- ON/OFF Button --> CONTROL[User Controls]
RESETBTN((Reset Button)) -- MCU Reset --> MCU[Teensy 4.1]
classDef source fill:#ffe,stroke:#aaa;
class SUBUSB1,SUBUSB2,SCREWTERM,RESETBTN source;
- **net_class_layers:** {"GND":["L2"],"5V":["L3"],"3V3":["L3"],"12V":["L3"],"*":["L1","L4"]}
- **power_plane_layers:** ["L3:5V","L3:3V3","L3:12V"]
- **checklist:** All ERC/DRC warnings (decoupling caps, pull-up/pull-down, voltage ratings, power ratings, missing/incorrect net connections, diode direction, airwires, missing footprints) fully resolved. Top-only placement confirmed. All plug-in headers/modules assigned to the top side. Single-layer-friendly topology preserved. Net class layers and via stitching configured for new L2 (GND) and L3 (power) planes. All manual interventions reviewed and verified.
- **ERC Status:** Pass (no violations)
- **DRC Status:** Pass (no violations)
- **Star Ground Policy:** Compliant (star ground implemented with wide returns)
- **four_layer_ready:** 1
- **layer_usage:** L1→Top signals, L2→GND plane, L3→5V/3V3/12V power plane, L4→Bottom signals
- **routing_priority:** Favor inner-layer returns for high-current paths
- **ground_fill_layers:** ["L2"]
- **System Architecture:** ```mermaid
graph TD
BATT[Battery] --> FUSE[5A Fuse] --> BUCK[LM2596 Buck Converter] --> FIVEV[5V Rail]
BUCK --> TWELVEV[12V Rail]
TEENSY(Teensy 4.1) <--> UART[UART crossover] <--> ESP32CAM(ESP32-CAM)
EXPANDER[I²C PWM Expander] --> SERVOS[Servos]
MOSFET[MOSFET Driver] --> SOLENOID[12V Solenoid]
SOLENOID -. Flyback Diode .-> DIODE[1N4007]
RADAR[5V Radar Sensor] --> AFE[HB100 Analog Front End]
AFE --> COMP_OUT[AFE Digital Output] --> TEENSY
AFE -. Star Ground .-> STAR_GND[Star Ground Node]
STAR_GND --> BATT[Battery Negative] %% star ground reference
RADAR --- BOARD_EDGE[Board Edge]
```
- **ground_strategy:** Star ground with wide returns
- **Stackup Compliance:** Compliant (standard 4-layer, top-copper routing, silkscreen bottom)
- **Sensitive Area Restrictions:** Compliant (HB100 AFE and I2C/UART clear of plane splits)
- **Net Classes:** { "12V": "3A", "5V": "2A", "3V3": "0.5A", "*": "signal" }
- **stackup:** Standard 4 Layer
- **current_hints:** 5V_LOGIC = 1 A and 5V_SERVO = 2 A
- **via_stitching:** Stitch GND between L1 and L2 around connectors J3, J4, and J5
- **Board Width:** 250mm
- **bulk_cap_proximity_mm:** 20mm
- **ground_fill_layers:** ["L2"]
- **layer_usage:** L1→Top signals, L2→GND plane, L3→5V/3V3/12V power plane, L4→Bottom signals
- **airwires:** []
## Key Components
### D1 — [1N4007](https://www.flux.ai/jecstronic/1n4007.md)
- Datasheet URL: https://www.nteinc.com/specs/original/1N4001_07.pdf
- Role: Flyback / Freewheeling
- Manufacturer Name: NTE Electronics, Inc
- License: https://creativecommons.org/licenses/by/4.0/
- Role Details: Flyback diode for solenoid
- Part Type: Diode
- Manufacturer Part Number: 1N4007
**Pins:**
- anode [pin 2]
- cathode [pin 1]
### D2 — [ADA4610-1BRZ](https://www.flux.ai/jecstronic/ada4610-1brz.md)
- Part Type: Operational Amplifier (OP-AMP)
- Datasheet URL: https://www.analog.com/media/en/technical-documentation/data-sheets/ADA4610-1_4610-2_4610-4.pdf
- Manufacturer Part Number: ADA4610-1BRZ
- Manufacturer Name: Analog Devices Inc.
**Pins:**
- -IN A [pin 2]
- -IN B [pin 6]
- +IN A [pin 3]
- +IN B [pin 5]
- OUT A [pin 1]
- OUT B [pin 7]
- V- [pin 4]
- V+ [pin 8]
### D2 — [ESD321DPYR](https://www.flux.ai/corvus96/esd321dpyr.md)
- Manufacturer Part Number: ESD321DPYR
- Datasheet URL: https://www.ti.com/lit/ds/symlink/esd321.pdf?HQS=dis-dk-null-digikeymode-dsf-pf-null-wwe&ts=1690491326127&ref_url=https%253A%252F%252Fwww.ti.com%252Fgeneral%252Fdocs%252Fsuppproductinfo.tsp%253FdistId%253D10%2526gotoUrl%253Dhttps%253A%252F%252Fwww.ti.com%252Flit%252Fgpn%252Fesd321
- Manufacturer Name: Texas Instruments
**Pins:**
- GND [pin 2]
- IO [pin 1]
### D2 — [USBLC6-2SC6Y](https://www.flux.ai/adrian95/usblc6-2sc6y.md)
- Datasheet URL: https://www.st.com/content/ccc/resource/technical/document/datasheet/group0/94/15/6c/58/ba/91/46/42/DM00055262/files/DM00055262.pdf/jcr:content/translations/en.DM00055262.pdf
- Manufacturer Name: STMicroelectronics
- Role: Protection
- License: https://creativecommons.org/licenses/by/4.0/
- Role Details: ESD protection TVS for USB-C VBUS and CC lines
- Part Type: Protection
- Manufacturer Part Number: USBLC6-2SC6Y
**Pins:**
- GND [pin 2]
- I/O1 [pin 6]
- I/O1 [pin 1]
- I/O2 [pin 3]
- I/O2 [pin 4]
- VBUS [pin 5]
### D3 — [ESD321DPYR](https://www.flux.ai/corvus96/esd321dpyr.md)
- Datasheet URL: https://www.ti.com/lit/ds/symlink/esd321.pdf?HQS=dis-dk-null-digikeymode-dsf-pf-null-wwe&ts=1690491326127&ref_url=https%253A%252F%252Fwww.ti.com%252Fgeneral%252Fdocs%252Fsuppproductinfo.tsp%253FdistId%253D10%2526gotoUrl%253Dhttps%253A%252F%252Fwww.ti.com%252Flit%252Fgpn%252Fesd321
- Manufacturer Name: Texas Instruments
- Role Details: Bidirectional TVS, <1 pF capacitance
- Manufacturer Part Number: ESD321DPYR
**Pins:**
- GND [pin 2]
- IO [pin 1]
### D3 — [ADA4610-1BRZ](https://www.flux.ai/jecstronic/ada4610-1brz.md)
- Manufacturer Part Number: ADA4610-1BRZ
- Manufacturer Name: Analog Devices Inc.
- Part Type: Operational Amplifier (OP-AMP)
- Datasheet URL: https://www.analog.com/media/en/technical-documentation/data-sheets/ADA4610-1_4610-2_4610-4.pdf
**Pins:**
- -IN A [pin 2]
- -IN B [pin 6]
- +IN A [pin 3]
- +IN B [pin 5]
- OUT A [pin 1]
- OUT B [pin 7]
- V- [pin 4]
- V+ [pin 8]
### D3 — [USBLC6-2SC6Y](https://www.flux.ai/adrian95/usblc6-2sc6y.md)
- Manufacturer Name: STMicroelectronics
- Datasheet URL: https://www.st.com/content/ccc/resource/technical/document/datasheet/group0/94/15/6c/58/ba/91/46/42/DM00055262/files/DM00055262.pdf/jcr:content/translations/en.DM00055262.pdf
- Role: Protection
- Role Details: ESD protection TVS for USB-C VBUS and CC lines
- License: https://creativecommons.org/licenses/by/4.0/
- Manufacturer Part Number: USBLC6-2SC6Y
- Part Type: Protection
**Pins:**
- GND [pin 2]
- I/O1 [pin 6]
- I/O1 [pin 1]
- I/O2 [pin 3]
- I/O2 [pin 4]
- VBUS [pin 5]
### D4 — [ESD321DPYR](https://www.flux.ai/corvus96/esd321dpyr.md)
- Manufacturer Part Number: ESD321DPYR
- Datasheet URL: https://www.ti.com/lit/ds/symlink/esd321.pdf?HQS=dis-dk-null-digikeymode-dsf-pf-null-wwe&ts=1690491326127&ref_url=https%253A%252F%252Fwww.ti.com%252Fgeneral%252Fdocs%252Fsuppproductinfo.tsp%253FdistId%253D10%2526gotoUrl%253Dhttps%253A%252F%252Fwww.ti.com%252Flit%252Fgpn%252Fesd321
- Role Details: ESD protection for USB-C lines, <1pF capacitance
- Role: Protection
- Manufacturer Name: Texas Instruments
**Pins:**
- GND [pin 2]
- IO [pin 1]
### F1 — [5T.3150212000ZCRG(5)](https://www.flux.ai/lcsc/5tp3150212000zcrg5.md)
- Manufacturer Name: xcfuse(旭程)
- Datasheet URL: https://storage.googleapis.com/graviton-electric-symbols/document_assets/lcsc/2304140030_Xucheng-Elec-5T-3150212000ZCRG-5_C140522.pdf
- Role Details: Battery input fuse 5 A
- JLCPCB Part Class: Extended Part
- Package or Case Code: FUSE-TH_BD5.8-L22.5-P26.50-D0.7
- Role: Protection
- Part Type: Cartridge Fuses
- Manufacturer Part Number: 5T.3150212000ZCRG(5)
- Product Info Url: https://lcsc.com/product-detail/Glass-Fuses_Glass-tube-fuse-Slow-break-Double-hat-line_C140522.html
- LCSC Part Number: C140522
**Pins:**
- 1 [pin 1]
- 2 [pin 2]
### H1 — [PM254-2-15-Z-8.5](https://www.flux.ai/lcsc/pm254-2-15-z-8p5.md)
- Manufacturer Name: HCTL(华灿天禄)
- JLCPCB Part Class: Extended Part
- Part Type: Female Headers
- LCSC Part Number: C2897416
- Package or Case Code: HDR-TH_30P-P2.54-V-F-R2-C15-S2.54-2
- Pin 1 Marker: Triangle
- Role: Connector
- Role Details: Development hat style header for Teensy 4.1 (U1), 2×15 pins, 2.54mm pitch
- Manufacturer Part Number: PM254-2-15-Z-8.5
**Pins:**
- 1 [pin 1]
- 10 [pin 10]
- 11 [pin 11]
- 12 [pin 12]
- 13 [pin 13]
- 14 [pin 14]
- 15 [pin 15]
- 16 [pin 16]
- 17 [pin 17]
- 18 [pin 18]
- 19 [pin 19]
- 2 [pin 2]
- 20 [pin 20]
- 21 [pin 21]
- 22 [pin 22]
- 23 [pin 23]
- 24 [pin 24]
- 25 [pin 25]
- 26 [pin 26]
- 27 [pin 27]
- 28 [pin 28]
- 29 [pin 29]
- 3 [pin 3]
- 30 [pin 30]
- 4 [pin 4]
- 5 [pin 5]
- 6 [pin 6]
- 7 [pin 7]
- 8 [pin 8]
- 9 [pin 9]
### H2 — [A2541WV-2x8P](https://www.flux.ai/lcsc/a2541wv-2x8p.md)
- Manufacturer Name: CJT(长江连接器)
- LCSC Part Number: C225523
- Manufacturer Part Number: A2541WV-2x8P
- Role Details: Development hat style header for ESP32-CAM (U2), 2×8 pins, 2.54mm pitch
- Pin 1 Marker: Triangle
- Product Info Url: https://lcsc.com/product-detail/Male-Header_Changjiang-Connectors-A2541WV-2x8P_C225523.html
- Role: Connector
- Part Type: Pin Headers
- Datasheet URL: https://storage.googleapis.com/graviton-electric-symbols/document_assets/lcsc/2410122030_CJT-Changjiang-Connectors-A2541WV-2x8P_C225523.pdf
- JLCPCB Part Class: Extended Part
- Package or Case Code: HDR-TH_16P-P2.54-V-M-R2-C8-S2.54-1
**Pins:**
- 1 [pin 1]
- 10 [pin 10]
- 11 [pin 11]
- 12 [pin 12]
- 13 [pin 13]
- 14 [pin 14]
- 15 [pin 15]
- 16 [pin 16]
- 2 [pin 2]
- 3 [pin 3]
- 4 [pin 4]
- 5 [pin 5]
- 6 [pin 6]
- 7 [pin 7]
- 8 [pin 8]
- 9 [pin 9]
### H3 — [M20-7820346](https://www.flux.ai/adrian95/m20-7820346.md)
- Part Type: Connector
- Package or Case Code: RHDR3W70P0X254_1X3_802X250X865P
- Pin 1 Marker: Triangle
- Manufacturer Name: Harwin
- Manufacturer Part Number: M20-7820346
- License: https://creativecommons.org/licenses/by/4.0/
- Datasheet URL: https://cdn.harwin.com/pdfs/M20-782.pdf
- Role: Connector
- Role Details: Header for HB100 module (U6), 1×3 pins, 2.54mm pitch
**Pins:**
- 1 [pin 1]
- 2 [pin 2]
- 3 [pin 3]
### J1 — [2462](https://www.flux.ai/lcsc/2462.md)
- Role Details: 3S Li-ion battery input
- Manufacturer Part Number: 2462
- Manufacturer Name: Keystone
- Role: Connector
- Package or Case Code: BAT-TH_2P-P14.50_2462
- LCSC Part Number: C3029547
- Part Type: Battery Connectors
- JLCPCB Part Class: Extended Part
**Pins:**
- - [pin 1]
- + [pin 2]
### J2 — [282837-2](https://www.flux.ai/vasy_skral/282837-2.md)
- Part Type: Connector
- Manufacturer Name: TE Connectivity AMP Connectors
- Role: Terminal for Solenoid coil connection
- Manufacturer Part Number: 282837-2
- Role: Terminal
- Datasheet URL: https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=282837&DocType=Customer+Drawing&DocLang=English
- Role Details: Solenoid coil connection
**Pins:**
- 1 [pin 1]
- 2 [pin 2]
### J3 — [2024100002](https://www.flux.ai/adrian95/2024100002.md)
- Manufacturer Part Number: 2024100002
- Role: Connector
- Role Details: USB-C sink connector for board-edge 5V input
- Datasheet URL: https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/834/202410002_Pkg_Spec.pdf
- License: https://creativecommons.org/licenses/by/4.0/
- Manufacturer Name: Molex
- Part Type: Connector
**Pins:**
- CC1 [pin A5]
- CC2 [pin B5]
- DA- [pin A7]
- DA+ [pin A6]
- DB- [pin B7]
- DB+ [pin B6]
- GND1 [pin A1]
- GND2 [pin A12]
- GND3 [pin B1]
- GND4 [pin B12]
- RX1- [pin B10]
- RX1+ [pin B11]
- RX2- [pin A10]
- RX2+ [pin A11]
- SBU1 [pin A8]
- SBU2 [pin B8]
- SHIELD1 [pin SH1]
- SHIELD2 [pin SH2]
- SHIELD3 [pin SH3]
- SHIELD4 [pin SH4]
- TX1- [pin A3]
- TX1+ [pin A2]
- TX2- [pin B3]
- TX2+ [pin B2]
- VBUS1 [pin A4]
- VBUS2 [pin A9]
- VBUS3 [pin B4]
- VBUS4 [pin B9]
### J4 — [2024100002](https://www.flux.ai/adrian95/2024100002.md)
- Manufacturer Part Number: 2024100002
- Role Details: USB-C sink connector for board-edge 5V input
- Datasheet URL: https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/834/202410002_Pkg_Spec.pdf
- License: https://creativecommons.org/licenses/by/4.0/
- Part Type: Connector
- Manufacturer Name: Molex
- Role: Connector
**Pins:**
- CC1 [pin A5]
- CC2 [pin B5]
- DA- [pin A7]
- DA+ [pin A6]
- DB- [pin B7]
- DB+ [pin B6]
- GND1 [pin A1]
- GND2 [pin A12]
- GND3 [pin B1]
- GND4 [pin B12]
- RX1- [pin B10]
- RX1+ [pin B11]
- RX2- [pin A10]
- RX2+ [pin A11]
- SBU1 [pin A8]
- SBU2 [pin B8]
- SHIELD1 [pin SH1]
- SHIELD2 [pin SH2]
- SHIELD3 [pin SH3]
- SHIELD4 [pin SH4]
- TX1- [pin A3]
- TX1+ [pin A2]
- TX2- [pin B3]
- TX2+ [pin B2]
- VBUS1 [pin A4]
- VBUS2 [pin A9]
- VBUS3 [pin B4]
- VBUS4 [pin B9]
### J5 — [2-Position Screw Terminal](https://www.flux.ai/corynrobinson/2-position-screw-terminal.md)
- Datasheet URL: https://www.we-online.com/katalog/datasheet/691137710002.pdf
- Manufacturer Part Number: 691137710002
- Manufacturer Name: Würth Elektrik
- Part Type: Connector
- Role Details: 12V LiFePO4 input screw terminal
- Role: Connector
**Pins:**
- P1 [pin 1]
- P2 [pin 2]
### J6 — [Pin Header 01x02 2.54mm Vertical](https://www.flux.ai/jharwinbarrozo/pin-header-01x02-254mm-vertical.md)
- Part Type: Connector
- License: https://creativecommons.org/licenses/by/4.0/
- Role: Connector
- Role Details: External panel LED connection header
**Pins:**
- P1 [pin 1]
- P2 [pin 2]
### J7 — [Pin Header 01x02 2.54mm Vertical](https://www.flux.ai/jharwinbarrozo/pin-header-01x02-254mm-vertical.md)
- Role: Connector
- License: https://creativecommons.org/licenses/by/4.0/
- Part Type: Connector
- Role Details: External panel LED connection header
**Pins:**
- P1 [pin 1]
- P2 [pin 2]
### J8 — [Pin Header 01x02 2.54mm Vertical](https://www.flux.ai/jharwinbarrozo/pin-header-01x02-254mm-vertical.md)
- License: https://creativecommons.org/licenses/by/4.0/
- Part Type: Connector
- Role: Connector
- Role Details: External panel LED connection header
**Pins:**
- P1 [pin 1]
- P2 [pin 2]
### LED16 — [LED 0603 (1608 Metric)](https://www.flux.ai/jharwinbarrozo/led-0603-1608-metric.md)
- Part Type: LED
- Role: Display Device
- Role Details: Rail indicator LED for 12 V, 5 V, and 3.3 V rails
**Pins:**
- A [pin 2]
- K [pin 1]
### LED17 — [LED 0603 (1608 Metric)](https://www.flux.ai/jharwinbarrozo/led-0603-1608-metric.md)
- Part Type: LED
- Role: Display Device
- Role Details: Rail indicator LED for 12 V, 5 V, and 3.3 V rails
**Pins:**
- A [pin 2]
- K [pin 1]
### LED18 — [LED 0603 (1608 Metric)](https://www.flux.ai/jharwinbarrozo/led-0603-1608-metric.md)
- Role Details: Rail indicator LED for 12 V, 5 V, and 3.3 V rails
- Role: Display Device
- Part Type: LED
**Pins:**
- A [pin 2]
- K [pin 1]
### LED19 — [LED 0603 (1608 Metric)](https://www.flux.ai/jharwinbarrozo/led-0603-1608-metric.md)
- Role: Display Device
- Part Type: LED
- Role Details: External panel status LED
**Pins:**
- A [pin 2]
- K [pin 1]
### LED20 — [LED 0603 (1608 Metric)](https://www.flux.ai/jharwinbarrozo/led-0603-1608-metric.md)
- Role Details: External panel status LED
- Role: Display Device
- Part Type: LED
**Pins:**
- A [pin 2]
- K [pin 1]
### LED21 — [LED 0603 (1608 Metric)](https://www.flux.ai/jharwinbarrozo/led-0603-1608-metric.md)
- Part Type: LED
- Role Details: External panel status LED
- Role: Display Device
**Pins:**
- A [pin 2]
- K [pin 1]
### Q1 — [AP22916BCA4-7](https://www.flux.ai/collinsemasi/ap22916bca4-7.md)
- Drain to Source Voltage: 30V
- Datasheet URL: https://www.diodes.com/assets/Datasheets/AP22916.pdf
- Continuous Drain Current: 5A
- On Resistance: 0.025Ω
- Manufacturer Name: Diodes Incorporated
- Manufacturer Part Number: AP22916BCA4-7
- Current Rating: 5A
- Role: Switching
- Role Details: High-side load switch for 5V rail
**Pins:**
- GND [pin B1]
- ON [pin B2]
- VIN [pin A2]
- VOUT [pin A1]
### Q2 — [FQD11P06TM-VB](https://www.flux.ai/rafalozano/fqd11p06tm-vb.md)
- Datasheet URL: https://datasheet.lcsc.com/lcsc/2009301505_VBsemi-Elec-FQD11P06TM-VB_C879148.pdf
- Manufacturer Name: VBsemi Elec
- Polarity Protection Verified: True
- Role: Reverse Polarity Protection
- Role Details: Polarity protection for 12 V input
- Manufacturer Part Number: FQD11P06TM-VB
**Pins:**
- D [pin 3]
- G [pin 1]
- S [pin 2]
### SW1 — [XKB8080-Z](https://www.flux.ai/jecstronic/xkb8080-z.md)
- Part Type: Switch
- Role: Latch
- License: https://creativecommons.org/licenses/by/4.0/
- Role Details: Latching power ON/OFF switch
- Manufacturer Name: XKB Connectivity
- Datasheet URL: https://datasheet.lcsc.com/lcsc/2304140030_XKB-Connectivity-XKB8080-Z_C318860.pdf
- Manufacturer Part Number: XKB8080-Z
**Pins:**
- 1 [pin 1]
- 2 [pin 2]
- 3 [pin 3]
- 4 [pin 4]
- 5 [pin 5]
- 6 [pin 6]
### SW2 — [B3FS-1050P](https://www.flux.ai/jharwinbarrozo/b3fs-1050p.md)
- Role: Debouncing
- Role Details: Momentary reset switch for MCU reset
- Part Type: Switch
- Manufacturer Name: OMRON
- Datasheet URL: https://datasheet.lcsc.com/lcsc/1809271215_Omron-Electronics-B3FS-1050P_C231326.pdf
- Manufacturer Part Number: B3FS-1050P
**Pins:**
- P1
- P2
### U1 — [Teensy 4.1](https://www.flux.ai/adrian95/teensy-4p1.md)
- Manufacturer Part Number: DEV-16996
- Placement Side: Top
- Manufacturer Name: SparkFun Electronics
- License: https://creativecommons.org/licenses/by/4.0/
- Part Type: Development Board
- Datasheet URL: https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/2942/DEV-16996_Web.pdf
- Role Details: Main MCU
**Pins:**
- 0_ [pin 2]
- 1_ [pin 3]
- 10_ [pin 12]
- 11_ [pin 13]
- 12_ [pin 14]
- 13_ [pin 35]
- 14_ [pin 36]
- 15_ [pin 37]
- 16_ [pin 38]
- 17_ [pin 39]
- 18_ [pin 40]
- 19_ [pin 41]
- 2_ [pin 4]
- 20_ [pin 42]
- 21_ [pin 43]
- 22_ [pin 44]
- 23_ [pin 45]
- 24_ [pin 16]
- 25_ [pin 17]
- 26_ [pin 18]
- 27_ [pin 19]
- 28_ [pin 20]
- 29_ [pin 21]
- 3_ [pin 5]
- 30_ [pin 22]
- 31_ [pin 23]
- 32_ [pin 24]
- 33_ [pin 25]
- 34_ [pin 26]
- 35_ [pin 27]
- 36_ [pin 28]
- 37_ [pin 29]
- 38_ [pin 30]
- 39_ [pin 31]
- 3V [pin 15]
- 3V3 [pin 46]
- 4_ [pin 6]
- 40_ [pin 32]
- 41_ [pin 33]
- 5_ [pin 7]
- 5V [pin 48]
- 6_ [pin 8]
- 7_ [pin 9]
- 8_ [pin 10]
- 9_ [pin 11]
- G_1 [pin 1]
- G_2 [pin 34]
- G_3 [pin 47]
### U10 — [LM5050-1](https://www.flux.ai/kicad-part-library/lm5050-1.md)
- Current Rating: 3A
- Role: Power Management
- Max Output Voltage: 7V
- Datasheet URL: http://www.ti.com/lit/ds/symlink/lm5050-1-q1.pdf
- Role Details: Ideal-diode OR’ing controller for USB-C 5V input sources; verification passed
- On Resistance: 0.3Ω
- Max Input Voltage: 7V
- Package or Case Code: TSOT-23-6
- Manufacturer Name: Texas Instruments Inc.
- Manufacturer Part Number: LM5050-1
**Pins:**
- GATE [pin 5]
- GND [pin 2]
- IN [pin 4]
- OFF [pin 3]
- OUT [pin 6]
- VS [pin 1]
### U2 — [ESP32-CAM](https://www.flux.ai/lcsc/esp32-cam.md)
- Manufacturer Name: Ai-Thinker(安信可)
- LCSC Part Number: C277946
- Package or Case Code: COMM-TH_16P-L40.0-W27.0-P2.54_ESP32-CAM
- Role Details: Camera Module
- JLCPCB Part Class: Extended Part
- Part Type: WiFi Modules
- Placement Side: Top
- Manufacturer Part Number: ESP32-CAM
**Pins:**
- 3V3 [pin 9]
- 5V [pin 8]
- GND [pin 7]
- GND [pin 12]
- GND [pin 16]
- IO0 [pin 11]
- IO12 [pin 6]
- IO13 [pin 5]
- IO14 [pin 3]
- IO15 [pin 4]
- IO16 [pin 10]
- IO2 [pin 2]
- IO4 [pin 1]
- U0R [pin 14]
- U0T [pin 15]
- VCC [pin 13]
### U3 — [lm2596 step down module](https://www.flux.ai/vasyl/lm2596-step-down-module.md)
- Part Type: DC-DC Convertor
- Role: Power Conversion
- Placement Side: Top
- Role Details: Buck converter module providing 5V/3A
**Pins:**
- GND OUT
- GND VIN
- OUT
- VIN
### U4 — [PCA9685PW](https://www.flux.ai/kicad-part-library/pca9685pw.md)
- Role: Signal Generation
- Manufacturer Name: NXP Semiconductors NV
- Datasheet URL: http://www.nxp.com/docs/en/data-sheet/PCA9685.pdf
- Role Details: I²C PWM expander for servo control
- Manufacturer Part Number: PCA9685PW
- Package or Case Code: TSSOP-28_4.4x9.7mm_P0.65mm
**Pins:**
- ~{OE} [pin 23]
- A0 [pin 1]
- A1 [pin 2]
- A2 [pin 3]
- A3 [pin 4]
- A4 [pin 5]
- A5 [pin 24]
- EXTCLK [pin 25]
- LED0 [pin 6]
- LED1 [pin 7]
- LED10 [pin 17]
- LED11 [pin 18]
- LED12 [pin 19]
- LED13 [pin 20]
- LED14 [pin 21]
- LED15 [pin 22]
- LED2 [pin 8]
- LED3 [pin 9]
- LED4 [pin 10]
- LED5 [pin 11]
- LED6 [pin 12]
- LED7 [pin 13]
- LED8 [pin 15]
- LED9 [pin 16]
- SCL [pin 26]
- SDA [pin 27]
- VDD [pin 28]
- VSS [pin 14]
### U5 — [MIC5021YM](https://www.flux.ai/bravo13/mic5021ym.md)
- Compliance: RoHS
- Part Type: High-side MOSFET driver
- Role Details: 12V solenoid driver
- Manufacturer Part Number: MIC5021YM
- Manufacturer Name: Microchip Technology Inc.
- Datasheet URL: https://ww1.microchip.com/downloads/en/DeviceDoc/MIC5021.pdf
- Role: Switching
- Package or Case Code: SOIC127P600X170-9N
- License: https://creativecommons.org/licenses/by/4.0/
**Pins:**
- CT [pin 3]
- GATE [pin 7]
- GND [pin 4]
- INPUT [pin 2]
- SENSE- [pin 6]
- SENSE+ [pin 5]
- VBOOST [pin 8]
- VDD [pin 1]
### U6 — [HB100](https://www.flux.ai/amirgagarin/hb100.md)
- Role Details: Radar motion sensor at board edge
- Part Type: Sensor
- Placement Side: Top
- Role: Sensor
**Pins:**
- 5V@1
- 5V@2
- GND@1
- GND@2
- GND@3
- GND@4
- IF@1
- IF@2
### U7 — [ADA4610-1BRZ](https://www.flux.ai/jecstronic/ada4610-1brz.md)
- Role: Amplification
- Role Details: AC-coupled amplification stage for HB100 IF
- Datasheet URL: https://www.analog.com/media/en/technical-documentation/data-sheets/ADA4610-1_4610-2_4610-4.pdf
- Part Type: Operational Amplifier (OP-AMP)
- Manufacturer Part Number: ADA4610-1BRZ
- Manufacturer Name: Analog Devices Inc.
**Pins:**
- -IN A [pin 2]
- -IN B [pin 6]
- +IN A [pin 3]
- +IN B [pin 5]
- OUT A [pin 1]
- OUT B [pin 7]
- V- [pin 4]
- V+ [pin 8]
### U8 — [TLV3501AIDBV](https://www.flux.ai/kicad-part-library/tlv3501aidbv.md)
- Manufacturer Part Number: TLV3501AIDBV
- Role Details: Schmitt-trigger comparator for HB100 digital conditioning
- Package or Case Code: SOT-23-6
- Role: Signal Generation
- Datasheet URL: https://www.ti.com/lit/ds/symlink/tlv3501.pdf
- Manufacturer Name: Texas Instruments Inc.
**Pins:**
- - [pin 1]
- + [pin 3]
- ~ [pin 5]
- SHDN [pin 6]
- V- [pin 2]
- V+ [pin 4]
### U9 — [LM5050-1](https://www.flux.ai/kicad-part-library/lm5050-1.md)
- Max Output Voltage: 7V
- Manufacturer Name: Texas Instruments Inc.
- Manufacturer Part Number: LM5050-1
- On Resistance: 0.3Ω
- Package or Case Code: TSOT-23-6
- Max Input Voltage: 7V
- Current Rating: 3A
- Role: Power Management
- Datasheet URL: http://www.ti.com/lit/ds/symlink/lm5050-1-q1.pdf
- Role Details: Ideal-diode OR’ing controller for USB-C 5V input sources; verification passed
**Pins:**
- GATE [pin 5]
- GND [pin 2]
- IN [pin 4]
- OFF [pin 3]
- OUT [pin 6]
- VS [pin 1]
*The full schematic, PCB layout, bill of materials, and interactive design are available at [https://www.flux.ai/ozgurogulkoca/organisational-chocolate-speeder-bike](https://www.flux.ai/ozgurogulkoca/organisational-chocolate-speeder-bike).*
---
*Generated from [https://www.flux.ai/ozgurogulkoca/organisational-chocolate-speeder-bike](https://www.flux.ai/ozgurogulkoca/organisational-chocolate-speeder-bike)*