AnasSarkiz/ble-pedometer
This code defines and configures various electronic hardware components such as surface-mount resistors, crystals, diodes, transistors, connectors, and switches with their physical footprints, schematic symbols, and 3D CAD models for PCB assembly.
- Version
- 1.0.7
- License
- unset
- Stars
- 0
assembly-parts.ts
// Package descriptions from BOM.md and the exact imported supplier land patterns.
// This is procurement metadata for the official BOM resolver, not PCB geometry.
export const assemblyParts = [
{ mpn: "CC2340R52E0RGER", jlcpcb: "C20416850", footprint: "VQFN-24 RGE" },
{ mpn: "BQ25186DLHR", jlcpcb: "C44639442", footprint: "WSON-10 DLH exposed pad" },
{ mpn: "BQ27427YZFR", jlcpcb: "C6075475", footprint: "DSBGA-9 YZF 0.5mm pitch" },
{ mpn: "BMA400", jlcpcb: "C437655", footprint: "LGA-12" },
{ mpn: "SN74LVC2G66DCTR", jlcpcb: "C2651913", footprint: "VSSOP-8 DCT" },
{ mpn: "TPS7A0233DBVR", jlcpcb: "C5142805", footprint: "SOT-23-5 DBV" },
{ mpn: "USB4105-GF-A", jlcpcb: "C3020560", footprint: "USB-C USB4105-GF-A" },
{ mpn: "BM03B-SRSS-TB(LF)(SN)", jlcpcb: "C160389", footprint: "JST-SH BM03B 3-pin top entry" },
{ mpn: "BM04B-SRSS-TB(LF)(SN)", jlcpcb: "C160390", footprint: "JST-SH BM04B 4-pin top entry" },
{ mpn: "1TS026A-1600-0553-CT", jlcpcb: "C913784", footprint: "SMD tact 1TS026A" },
{ mpn: "2450AT18A100E", jlcpcb: "C89334", footprint: "1206 RF antenna" },
{ mpn: "ABM11W-48.0000MHZ-7-B1U-T3", jlcpcb: "C1985532", footprint: "Crystal 2.0x1.6mm" },
{ mpn: "ESD5Z5.0T1G", jlcpcb: "C82044", footprint: "SOD-523" },
{ mpn: "AO3401A", jlcpcb: "C15127", footprint: "SOT-23" },
{ mpn: "LQM18DN100M70L", jlcpcb: "C713281", footprint: "0603" },
{ mpn: "LQW15AN2N8G80D", jlcpcb: "C412270", footprint: "0402" },
{ mpn: "0402WGF5101TCE", jlcpcb: "C25905", footprint: "0402" },
{ mpn: "0402WGF1002TCE", jlcpcb: "C25744", footprint: "0402" },
{ mpn: "0402WGF1003TCE", jlcpcb: "C25741", footprint: "0402" },
{ mpn: "0402WGF4701TCE", jlcpcb: "C25900", footprint: "0402" },
{ mpn: "RCA020RLF", jlcpcb: "C22356212", footprint: "0402" },
{ mpn: "FCC0402X105K100AT", jlcpcb: "C5137473", footprint: "0402" },
{ mpn: "CL05A225MQ5NSNC", jlcpcb: "C12530", footprint: "0402" },
{ mpn: "CL10A475KP8NNNC", jlcpcb: "C1705", footprint: "0603" },
{ mpn: "CL10A106KP8NNNC", jlcpcb: "C19702", footprint: "0603" },
{ mpn: "CL05B104KO5NNNC", jlcpcb: "C1525", footprint: "0402" },
{ mpn: "GJM1555C1H1R5WB01D", jlcpcb: "C76901", footprint: "0402" },
]