Compare commits

...

27 Commits

Author SHA1 Message Date
Maxluli 4e7460d3c0 Added ReadMe 2026-07-12 10:32:58 +02:00
Maxluli dadb9f7393 Finished V2.5 2026-04-08 12:18:37 +02:00
Maxluli db5f6bf3a1 V2 taking shape 2026-04-08 11:27:57 +02:00
Maxluli ed6fab6c05 Everything fits 2026-04-08 11:09:32 +02:00
Maxluli 8be0ba27a3 killing myslef 2026-04-07 22:37:00 +02:00
Maxluli 13c5987265 Advancements made 2026-04-07 17:15:35 +02:00
Maxluli 28125eb9e6 Progres on the PCB layout 2026-04-06 16:19:54 +02:00
Maxluli d8bad2ed99 V2.5 schematic complete 2026-04-01 10:16:44 +02:00
Maxluli 0201f84fbe Fixed BMS schematic 2026-04-01 08:55:40 +02:00
Maxluli ce1fe8ac29 Last commit with old BMS 2026-03-30 18:48:30 +02:00
Maxluli e93d9fb684 Progress on the true V2 schematic 2026-03-29 15:54:55 +02:00
Maxluli ff618268a5 Added screen schematic and changed power supply side 2026-03-28 17:54:26 +01:00
Maxluli 5d1777992e Everything fits 2026-03-27 15:17:54 +01:00
Maxluli 81d8b5c1ac going to sleep 2026-03-25 23:00:08 +01:00
Maxluli 01429c04b3 Layout V2 started 2026-03-25 22:29:26 +01:00
Maxluli 7dba97ce5d Schematic for V2 2026-03-25 15:34:42 +01:00
Maxluli a9c968b4a1 Fixes 2026-03-22 15:23:58 +01:00
Maxluli 8c0f47edf7 last V1 2026-03-20 16:25:24 +01:00
Maxluli 7b64db383c More cleanup 2026-03-13 14:21:59 +01:00
Maxluli 9eb377fea9 some cleanup 2026-03-13 14:21:06 +01:00
Maxluli 3b77bf23d8 small fixes 2026-03-11 14:56:37 +01:00
Maxluli 2a6c9412a6 updated the schematic 2026-03-11 14:51:53 +01:00
Maxluli 2731f0a189 modifs PCB recommandées par le prof 2026-03-11 14:21:06 +01:00
Maxluli 0b9e6b0674 migration de l'IHM 2026-03-11 10:30:26 +01:00
Maxluli 744e54acc9 Fixed GND issue in BMS 2026-03-11 09:13:54 +01:00
Maxluli 3c6fe3f76a Cleanup 2026-03-10 14:40:35 +01:00
Maxluli df79dbca9f Tout est connecté 2026-03-10 09:32:52 +01:00
86 changed files with 782097 additions and 62661 deletions
Vendored
BIN
View File
Binary file not shown.
+3591 -1
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.
File diff suppressed because it is too large Load Diff
+16 -10
View File
@@ -123,22 +123,22 @@
}, },
"rules": { "rules": {
"max_error": 0.005, "max_error": 0.005,
"min_clearance": 0.0, "min_clearance": 0.2,
"min_connection": 0.0, "min_connection": 0.2,
"min_copper_edge_clearance": 0.5, "min_copper_edge_clearance": 0.5,
"min_groove_width": 0.0, "min_groove_width": 0.0,
"min_hole_clearance": 0.25, "min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25, "min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.2, "min_microvia_diameter": 0.6,
"min_microvia_drill": 0.1, "min_microvia_drill": 0.3,
"min_resolved_spokes": 2, "min_resolved_spokes": 2,
"min_silk_clearance": 0.0, "min_silk_clearance": 0.0,
"min_text_height": 0.8, "min_text_height": 0.8,
"min_text_thickness": 0.08, "min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3, "min_through_hole_diameter": 0.3,
"min_track_width": 0.0, "min_track_width": 0.2,
"min_via_annular_width": 0.1, "min_via_annular_width": 0.1,
"min_via_diameter": 0.5, "min_via_diameter": 0.6,
"solder_mask_to_copper_clearance": 0.0, "solder_mask_to_copper_clearance": 0.0,
"use_height_for_length_calcs": true "use_height_for_length_calcs": true
}, },
@@ -188,7 +188,9 @@
], ],
"track_widths": [ "track_widths": [
0.0, 0.0,
0.5 0.5,
0.75,
1.0
], ],
"tuning_pattern_settings": { "tuning_pattern_settings": {
"diff_pair_defaults": { "diff_pair_defaults": {
@@ -222,8 +224,12 @@
"drill": 0.0 "drill": 0.0
}, },
{ {
"diameter": 1.0, "diameter": 1.5,
"drill": 0.5 "drill": 1.0
},
{
"diameter": 2.0,
"drill": 1.0
} }
], ],
"zones_allow_external_fillets": false "zones_allow_external_fillets": false
@@ -509,7 +515,7 @@
"gencad": "", "gencad": "",
"idf": "", "idf": "",
"netlist": "", "netlist": "",
"plot": "", "plot": "outputs",
"pos_files": "", "pos_files": "",
"specctra_dsn": "", "specctra_dsn": "",
"step": "", "step": "",
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
BIN
View File
Binary file not shown.
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,247 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-04-21T15:20:25+02:00*%
%TF.ProjectId,PCB_Semestre,5043425f-5365-46d6-9573-7472652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-04-21 15:20:25*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10R,1.875000X1.875000*%
%ADD11C,1.875000*%
%ADD12R,1.700000X1.700000*%
%ADD13C,1.700000*%
%ADD14RoundRect,0.102000X-0.819150X-0.819150X0.819150X-0.819150X0.819150X0.819150X-0.819150X0.819150X0*%
%ADD15C,1.842300*%
%ADD16RoundRect,0.102000X0.819150X0.819150X-0.819150X0.819150X-0.819150X-0.819150X0.819150X-0.819150X0*%
%ADD17RoundRect,0.250000X0.825000X0.825000X-0.825000X0.825000X-0.825000X-0.825000X0.825000X-0.825000X0*%
%ADD18C,2.150000*%
G04 APERTURE END LIST*
D10*
%TO.C,J6*%
X184600000Y-86960000D03*
D11*
X182060000Y-86960000D03*
X179520000Y-86960000D03*
X176980000Y-86960000D03*
X174440000Y-86960000D03*
X171900000Y-86960000D03*
%TD*%
D12*
%TO.C,J15*%
X98465000Y-131600000D03*
D13*
X101005000Y-131600000D03*
X103545000Y-131600000D03*
X106085000Y-131600000D03*
X108625000Y-131600000D03*
X111165000Y-131600000D03*
X113705000Y-131600000D03*
X116245000Y-131600000D03*
X118785000Y-131600000D03*
X121325000Y-131600000D03*
X123865000Y-131600000D03*
X126405000Y-131600000D03*
X128945000Y-131600000D03*
X131485000Y-131600000D03*
X134025000Y-131600000D03*
X136565000Y-131600000D03*
X139105000Y-131600000D03*
X141645000Y-131600000D03*
X144185000Y-131600000D03*
X146725000Y-131600000D03*
%TD*%
D14*
%TO.C,J3*%
X161990000Y-71750000D03*
D15*
X159450000Y-71750000D03*
X156910000Y-71750000D03*
X154370000Y-71750000D03*
X151830000Y-71750000D03*
X149290000Y-71750000D03*
X146750000Y-71750000D03*
X144210000Y-71750000D03*
X141670000Y-71750000D03*
X139130000Y-71750000D03*
X136590000Y-71750000D03*
X134050000Y-71750000D03*
X131510000Y-71750000D03*
X128970000Y-71750000D03*
X126430000Y-71750000D03*
X123890000Y-71750000D03*
X121350000Y-71750000D03*
X118810000Y-71750000D03*
X116270000Y-71750000D03*
X113730000Y-71750000D03*
X111190000Y-71750000D03*
X108650000Y-71750000D03*
X106110000Y-71750000D03*
X103570000Y-71750000D03*
X101030000Y-71750000D03*
X98490000Y-71750000D03*
%TD*%
D16*
%TO.C,J2*%
X98482500Y-105722500D03*
D15*
X101022500Y-105722500D03*
X103562500Y-105722500D03*
X106102500Y-105722500D03*
X108642500Y-105722500D03*
X111182500Y-105722500D03*
X113722500Y-105722500D03*
X116262500Y-105722500D03*
X118802500Y-105722500D03*
X121342500Y-105722500D03*
X123882500Y-105722500D03*
X126422500Y-105722500D03*
X128962500Y-105722500D03*
X131502500Y-105722500D03*
X134042500Y-105722500D03*
X136582500Y-105722500D03*
X139122500Y-105722500D03*
X141662500Y-105722500D03*
X144202500Y-105722500D03*
X146742500Y-105722500D03*
%TD*%
D10*
%TO.C,J5*%
X184600000Y-71720000D03*
D11*
X182060000Y-71720000D03*
X179520000Y-71720000D03*
X176980000Y-71720000D03*
X174440000Y-71720000D03*
X171900000Y-71720000D03*
%TD*%
D10*
%TO.C,J7*%
X171840000Y-105730000D03*
D11*
X169300000Y-105730000D03*
X166760000Y-105730000D03*
X164220000Y-105730000D03*
X161680000Y-105730000D03*
X159140000Y-105730000D03*
%TD*%
D12*
%TO.C,J14*%
X159470000Y-62780000D03*
D13*
X156930000Y-62780000D03*
X154390000Y-62780000D03*
X151850000Y-62780000D03*
X149310000Y-62780000D03*
X146770000Y-62780000D03*
X144230000Y-62780000D03*
X141690000Y-62780000D03*
X139150000Y-62780000D03*
X136610000Y-62780000D03*
X134070000Y-62780000D03*
X131530000Y-62780000D03*
X128990000Y-62780000D03*
X126450000Y-62780000D03*
X123910000Y-62780000D03*
X121370000Y-62780000D03*
X118830000Y-62780000D03*
X116290000Y-62780000D03*
X113750000Y-62780000D03*
X111210000Y-62780000D03*
X108670000Y-62780000D03*
X106130000Y-62780000D03*
%TD*%
D16*
%TO.C,J1*%
X98482500Y-123502500D03*
D15*
X101022500Y-123502500D03*
X103562500Y-123502500D03*
X106102500Y-123502500D03*
X108642500Y-123502500D03*
X111182500Y-123502500D03*
X113722500Y-123502500D03*
X116262500Y-123502500D03*
X118802500Y-123502500D03*
X121342500Y-123502500D03*
X123882500Y-123502500D03*
X126422500Y-123502500D03*
X128962500Y-123502500D03*
X131502500Y-123502500D03*
X134042500Y-123502500D03*
X136582500Y-123502500D03*
X139122500Y-123502500D03*
X141662500Y-123502500D03*
X144202500Y-123502500D03*
X146742500Y-123502500D03*
%TD*%
D10*
%TO.C,J8*%
X171840000Y-120970000D03*
D11*
X169300000Y-120970000D03*
X166760000Y-120970000D03*
X164220000Y-120970000D03*
X161680000Y-120970000D03*
X159140000Y-120970000D03*
%TD*%
D17*
%TO.C,J13*%
X176590000Y-91790000D03*
D18*
X171990000Y-91790000D03*
X167390000Y-91790000D03*
%TD*%
D14*
%TO.C,J4*%
X161990000Y-91780000D03*
D15*
X159450000Y-91780000D03*
X156910000Y-91780000D03*
X154370000Y-91780000D03*
X151830000Y-91780000D03*
X149290000Y-91780000D03*
X146750000Y-91780000D03*
X144210000Y-91780000D03*
X141670000Y-91780000D03*
X139130000Y-91780000D03*
X136590000Y-91780000D03*
X134050000Y-91780000D03*
X131510000Y-91780000D03*
X128970000Y-91780000D03*
X126430000Y-91780000D03*
X123890000Y-91780000D03*
X121350000Y-91780000D03*
X118810000Y-91780000D03*
X116270000Y-91780000D03*
X113730000Y-91780000D03*
X111190000Y-91780000D03*
X108650000Y-91780000D03*
X106110000Y-91780000D03*
X103570000Y-91780000D03*
X101030000Y-91780000D03*
X98490000Y-91780000D03*
%TD*%
M02*
@@ -0,0 +1,15 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-04-21T15:20:24+02:00*%
%TF.ProjectId,PCB_Semestre,5043425f-5365-46d6-9573-7472652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-04-21 15:20:24*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,23 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-04-21T15:20:25+02:00*%
%TF.ProjectId,PCB_Semestre,5043425f-5365-46d6-9573-7472652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-04-21 15:20:25*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.050000*%
%TD*%
G04 APERTURE END LIST*
D10*
X95250000Y-60960000D02*
X187960000Y-60960000D01*
X187960000Y-133350000D01*
X95250000Y-133350000D01*
X95250000Y-60960000D01*
M02*
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,369 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-04-21T15:20:25+02:00*%
%TF.ProjectId,PCB_Semestre,5043425f-5365-46d6-9573-7472652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Top*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-04-21 15:20:25*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10R,1.875000X1.875000*%
%ADD11C,1.875000*%
%ADD12R,1.700000X1.700000*%
%ADD13C,1.700000*%
%ADD14RoundRect,0.250000X0.650000X-0.412500X0.650000X0.412500X-0.650000X0.412500X-0.650000X-0.412500X0*%
%ADD15R,2.700000X0.800000*%
%ADD16RoundRect,0.250000X-0.625000X0.400000X-0.625000X-0.400000X0.625000X-0.400000X0.625000X0.400000X0*%
%ADD17RoundRect,0.250000X-0.450000X0.350000X-0.450000X-0.350000X0.450000X-0.350000X0.450000X0.350000X0*%
%ADD18RoundRect,0.250000X0.450000X-0.325000X0.450000X0.325000X-0.450000X0.325000X-0.450000X-0.325000X0*%
%ADD19RoundRect,0.102000X-0.819150X-0.819150X0.819150X-0.819150X0.819150X0.819150X-0.819150X0.819150X0*%
%ADD20C,1.842300*%
%ADD21RoundRect,0.250000X-0.450000X0.325000X-0.450000X-0.325000X0.450000X-0.325000X0.450000X0.325000X0*%
%ADD22RoundRect,0.102000X0.819150X0.819150X-0.819150X0.819150X-0.819150X-0.819150X0.819150X-0.819150X0*%
%ADD23RoundRect,0.250000X0.625000X-0.400000X0.625000X0.400000X-0.625000X0.400000X-0.625000X-0.400000X0*%
%ADD24RoundRect,0.250000X-0.475000X0.337500X-0.475000X-0.337500X0.475000X-0.337500X0.475000X0.337500X0*%
%ADD25RoundRect,0.250000X0.450000X-0.350000X0.450000X0.350000X-0.450000X0.350000X-0.450000X-0.350000X0*%
%ADD26RoundRect,0.250000X0.350000X0.450000X-0.350000X0.450000X-0.350000X-0.450000X0.350000X-0.450000X0*%
%ADD27R,0.927100X0.431800*%
%ADD28RoundRect,0.250000X-0.325000X-0.450000X0.325000X-0.450000X0.325000X0.450000X-0.325000X0.450000X0*%
%ADD29RoundRect,0.250000X0.825000X0.825000X-0.825000X0.825000X-0.825000X-0.825000X0.825000X-0.825000X0*%
%ADD30C,2.150000*%
G04 APERTURE END LIST*
D10*
%TO.C,J6*%
X184600000Y-86960000D03*
D11*
X182060000Y-86960000D03*
X179520000Y-86960000D03*
X176980000Y-86960000D03*
X174440000Y-86960000D03*
X171900000Y-86960000D03*
%TD*%
D12*
%TO.C,J15*%
X98465000Y-131600000D03*
D13*
X101005000Y-131600000D03*
X103545000Y-131600000D03*
X106085000Y-131600000D03*
X108625000Y-131600000D03*
X111165000Y-131600000D03*
X113705000Y-131600000D03*
X116245000Y-131600000D03*
X118785000Y-131600000D03*
X121325000Y-131600000D03*
X123865000Y-131600000D03*
X126405000Y-131600000D03*
X128945000Y-131600000D03*
X131485000Y-131600000D03*
X134025000Y-131600000D03*
X136565000Y-131600000D03*
X139105000Y-131600000D03*
X141645000Y-131600000D03*
X144185000Y-131600000D03*
X146725000Y-131600000D03*
%TD*%
D14*
%TO.C,C2*%
X181201726Y-99527500D03*
X181201726Y-96402500D03*
%TD*%
D15*
%TO.C,L1*%
X177481726Y-96900000D03*
X177481726Y-99100000D03*
%TD*%
D16*
%TO.C,R15*%
X149290000Y-86125000D03*
X149290000Y-89225000D03*
%TD*%
D17*
%TO.C,R9*%
X128450000Y-101225000D03*
X128450000Y-103225000D03*
%TD*%
D18*
%TO.C,D4*%
X121325000Y-103225000D03*
X121325000Y-101175000D03*
%TD*%
D19*
%TO.C,J3*%
X161990000Y-71750000D03*
D20*
X159450000Y-71750000D03*
X156910000Y-71750000D03*
X154370000Y-71750000D03*
X151830000Y-71750000D03*
X149290000Y-71750000D03*
X146750000Y-71750000D03*
X144210000Y-71750000D03*
X141670000Y-71750000D03*
X139130000Y-71750000D03*
X136590000Y-71750000D03*
X134050000Y-71750000D03*
X131510000Y-71750000D03*
X128970000Y-71750000D03*
X126430000Y-71750000D03*
X123890000Y-71750000D03*
X121350000Y-71750000D03*
X118810000Y-71750000D03*
X116270000Y-71750000D03*
X113730000Y-71750000D03*
X111190000Y-71750000D03*
X108650000Y-71750000D03*
X106110000Y-71750000D03*
X103570000Y-71750000D03*
X101030000Y-71750000D03*
X98490000Y-71750000D03*
%TD*%
D21*
%TO.C,D3*%
X136600000Y-94300000D03*
X136600000Y-96350000D03*
%TD*%
%TO.C,D2*%
X141675000Y-94300000D03*
X141675000Y-96350000D03*
%TD*%
D16*
%TO.C,R4*%
X144200000Y-108225000D03*
X144200000Y-111325000D03*
%TD*%
%TO.C,R16*%
X146725000Y-86125000D03*
X146725000Y-89225000D03*
%TD*%
D22*
%TO.C,J2*%
X98482500Y-105722500D03*
D20*
X101022500Y-105722500D03*
X103562500Y-105722500D03*
X106102500Y-105722500D03*
X108642500Y-105722500D03*
X111182500Y-105722500D03*
X113722500Y-105722500D03*
X116262500Y-105722500D03*
X118802500Y-105722500D03*
X121342500Y-105722500D03*
X123882500Y-105722500D03*
X126422500Y-105722500D03*
X128962500Y-105722500D03*
X131502500Y-105722500D03*
X134042500Y-105722500D03*
X136582500Y-105722500D03*
X139122500Y-105722500D03*
X141662500Y-105722500D03*
X144202500Y-105722500D03*
X146742500Y-105722500D03*
%TD*%
D10*
%TO.C,J5*%
X184600000Y-71720000D03*
D11*
X182060000Y-71720000D03*
X179520000Y-71720000D03*
X176980000Y-71720000D03*
X174440000Y-71720000D03*
X171900000Y-71720000D03*
%TD*%
D23*
%TO.C,R2*%
X136600000Y-111325000D03*
X136600000Y-108225000D03*
%TD*%
D24*
%TO.C,C1*%
X169711726Y-99317500D03*
X169711726Y-101392500D03*
%TD*%
D25*
%TO.C,R6*%
X143650000Y-96325000D03*
X143650000Y-94325000D03*
%TD*%
D10*
%TO.C,J7*%
X171840000Y-105730000D03*
D11*
X169300000Y-105730000D03*
X166760000Y-105730000D03*
X164220000Y-105730000D03*
X161680000Y-105730000D03*
X159140000Y-105730000D03*
%TD*%
D26*
%TO.C,R5*%
X162290000Y-99750000D03*
X160290000Y-99750000D03*
%TD*%
D12*
%TO.C,J14*%
X159470000Y-62780000D03*
D13*
X156930000Y-62780000D03*
X154390000Y-62780000D03*
X151850000Y-62780000D03*
X149310000Y-62780000D03*
X146770000Y-62780000D03*
X144230000Y-62780000D03*
X141690000Y-62780000D03*
X139150000Y-62780000D03*
X136610000Y-62780000D03*
X134070000Y-62780000D03*
X131530000Y-62780000D03*
X128990000Y-62780000D03*
X126450000Y-62780000D03*
X123910000Y-62780000D03*
X121370000Y-62780000D03*
X118830000Y-62780000D03*
X116290000Y-62780000D03*
X113750000Y-62780000D03*
X111210000Y-62780000D03*
X108670000Y-62780000D03*
X106130000Y-62780000D03*
%TD*%
D22*
%TO.C,J1*%
X98482500Y-123502500D03*
D20*
X101022500Y-123502500D03*
X103562500Y-123502500D03*
X106102500Y-123502500D03*
X108642500Y-123502500D03*
X111182500Y-123502500D03*
X113722500Y-123502500D03*
X116262500Y-123502500D03*
X118802500Y-123502500D03*
X121342500Y-123502500D03*
X123882500Y-123502500D03*
X126422500Y-123502500D03*
X128962500Y-123502500D03*
X131502500Y-123502500D03*
X134042500Y-123502500D03*
X136582500Y-123502500D03*
X139122500Y-123502500D03*
X141662500Y-123502500D03*
X144202500Y-123502500D03*
X146742500Y-123502500D03*
%TD*%
D10*
%TO.C,J8*%
X171840000Y-120970000D03*
D11*
X169300000Y-120970000D03*
X166760000Y-120970000D03*
X164220000Y-120970000D03*
X161680000Y-120970000D03*
X159140000Y-120970000D03*
%TD*%
D18*
%TO.C,D5*%
X126425000Y-103225000D03*
X126425000Y-101175000D03*
%TD*%
D16*
%TO.C,R13*%
X154375000Y-86125000D03*
X154375000Y-89225000D03*
%TD*%
D27*
%TO.C,U1*%
X171417676Y-97017500D03*
X171417676Y-97967501D03*
X171417676Y-98917502D03*
X173995776Y-98917502D03*
X173995776Y-97017500D03*
%TD*%
D16*
%TO.C,R1*%
X131500000Y-108250000D03*
X131500000Y-111350000D03*
%TD*%
%TO.C,R14*%
X151850000Y-86125000D03*
X151850000Y-89225000D03*
%TD*%
D28*
%TO.C,D1*%
X160290000Y-97750000D03*
X162340000Y-97750000D03*
%TD*%
D29*
%TO.C,J13*%
X176590000Y-91790000D03*
D30*
X171990000Y-91790000D03*
X167390000Y-91790000D03*
%TD*%
D25*
%TO.C,R7*%
X138575000Y-96325000D03*
X138575000Y-94325000D03*
%TD*%
D17*
%TO.C,R8*%
X123325000Y-101200000D03*
X123325000Y-103200000D03*
%TD*%
D19*
%TO.C,J4*%
X161990000Y-91780000D03*
D20*
X159450000Y-91780000D03*
X156910000Y-91780000D03*
X154370000Y-91780000D03*
X151830000Y-91780000D03*
X149290000Y-91780000D03*
X146750000Y-91780000D03*
X144210000Y-91780000D03*
X141670000Y-91780000D03*
X139130000Y-91780000D03*
X136590000Y-91780000D03*
X134050000Y-91780000D03*
X131510000Y-91780000D03*
X128970000Y-91780000D03*
X126430000Y-91780000D03*
X123890000Y-91780000D03*
X121350000Y-91780000D03*
X118810000Y-91780000D03*
X116270000Y-91780000D03*
X113730000Y-91780000D03*
X111190000Y-91780000D03*
X108650000Y-91780000D03*
X106110000Y-91780000D03*
X103570000Y-91780000D03*
X101030000Y-91780000D03*
X98490000Y-91780000D03*
%TD*%
D23*
%TO.C,R3*%
X139125000Y-111325000D03*
X139125000Y-108225000D03*
%TD*%
M02*
@@ -0,0 +1,155 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-04-21T15:20:24+02:00*%
%TF.ProjectId,PCB_Semestre,5043425f-5365-46d6-9573-7472652e6b69,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-04-21 15:20:24*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250000X0.650000X-0.412500X0.650000X0.412500X-0.650000X0.412500X-0.650000X-0.412500X0*%
%ADD11R,2.700000X0.800000*%
%ADD12RoundRect,0.250000X-0.625000X0.400000X-0.625000X-0.400000X0.625000X-0.400000X0.625000X0.400000X0*%
%ADD13RoundRect,0.250000X-0.450000X0.350000X-0.450000X-0.350000X0.450000X-0.350000X0.450000X0.350000X0*%
%ADD14RoundRect,0.250000X0.450000X-0.325000X0.450000X0.325000X-0.450000X0.325000X-0.450000X-0.325000X0*%
%ADD15RoundRect,0.250000X-0.450000X0.325000X-0.450000X-0.325000X0.450000X-0.325000X0.450000X0.325000X0*%
%ADD16RoundRect,0.250000X0.625000X-0.400000X0.625000X0.400000X-0.625000X0.400000X-0.625000X-0.400000X0*%
%ADD17RoundRect,0.250000X-0.475000X0.337500X-0.475000X-0.337500X0.475000X-0.337500X0.475000X0.337500X0*%
%ADD18RoundRect,0.250000X0.450000X-0.350000X0.450000X0.350000X-0.450000X0.350000X-0.450000X-0.350000X0*%
%ADD19RoundRect,0.250000X0.350000X0.450000X-0.350000X0.450000X-0.350000X-0.450000X0.350000X-0.450000X0*%
%ADD20R,0.927100X0.431800*%
%ADD21RoundRect,0.250000X-0.325000X-0.450000X0.325000X-0.450000X0.325000X0.450000X-0.325000X0.450000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,C2*%
X181201726Y-99527500D03*
X181201726Y-96402500D03*
%TD*%
D11*
%TO.C,L1*%
X177481726Y-96900000D03*
X177481726Y-99100000D03*
%TD*%
D12*
%TO.C,R15*%
X149290000Y-86125000D03*
X149290000Y-89225000D03*
%TD*%
D13*
%TO.C,R9*%
X128450000Y-101225000D03*
X128450000Y-103225000D03*
%TD*%
D14*
%TO.C,D4*%
X121325000Y-103225000D03*
X121325000Y-101175000D03*
%TD*%
D15*
%TO.C,D3*%
X136600000Y-94300000D03*
X136600000Y-96350000D03*
%TD*%
%TO.C,D2*%
X141675000Y-94300000D03*
X141675000Y-96350000D03*
%TD*%
D12*
%TO.C,R4*%
X144200000Y-108225000D03*
X144200000Y-111325000D03*
%TD*%
%TO.C,R16*%
X146725000Y-86125000D03*
X146725000Y-89225000D03*
%TD*%
D16*
%TO.C,R2*%
X136600000Y-111325000D03*
X136600000Y-108225000D03*
%TD*%
D17*
%TO.C,C1*%
X169711726Y-99317500D03*
X169711726Y-101392500D03*
%TD*%
D18*
%TO.C,R6*%
X143650000Y-96325000D03*
X143650000Y-94325000D03*
%TD*%
D19*
%TO.C,R5*%
X162290000Y-99750000D03*
X160290000Y-99750000D03*
%TD*%
D14*
%TO.C,D5*%
X126425000Y-103225000D03*
X126425000Y-101175000D03*
%TD*%
D12*
%TO.C,R13*%
X154375000Y-86125000D03*
X154375000Y-89225000D03*
%TD*%
D20*
%TO.C,U1*%
X171417676Y-97017500D03*
X171417676Y-97967501D03*
X171417676Y-98917502D03*
X173995776Y-98917502D03*
X173995776Y-97017500D03*
%TD*%
D12*
%TO.C,R1*%
X131500000Y-108250000D03*
X131500000Y-111350000D03*
%TD*%
%TO.C,R14*%
X151850000Y-86125000D03*
X151850000Y-89225000D03*
%TD*%
D21*
%TO.C,D1*%
X160290000Y-97750000D03*
X162340000Y-97750000D03*
%TD*%
D18*
%TO.C,R7*%
X138575000Y-96325000D03*
X138575000Y-94325000D03*
%TD*%
D13*
%TO.C,R8*%
X123325000Y-101200000D03*
X123325000Y-103200000D03*
%TD*%
D16*
%TO.C,R3*%
X139125000Y-111325000D03*
X139125000Y-108225000D03*
%TD*%
M02*
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,12 @@
M48
; DRILL file {KiCad 9.0.7} date 2026-04-21T15:20:22+0200
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2026-04-21T15:20:22+02:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,9.0.7
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
METRIC
%
G90
G05
M30
+211
View File
@@ -0,0 +1,211 @@
M48
; DRILL file {KiCad 9.0.7} date 2026-04-21T15:20:22+0200
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2026-04-21T15:20:22+02:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,9.0.7
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C1.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C1.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C1.092
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C1.150
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C1.250
%
G90
G05
T1
X116.84Y-96.52
X116.84Y-102.87
X125.73Y-96.52
X133.35Y-96.52
X133.35Y-102.87
X140.97Y-102.87
X148.59Y-96.52
X148.59Y-102.87
X153.67Y-96.52
X153.67Y-102.87
X157.48Y-99.06
X161.29Y-95.88
X162.56Y-102.87
X163.83Y-95.25
X166.37Y-102.87
X167.64Y-95.25
X168.032Y-97.665
X171.852Y-102.135
X176.53Y-102.87
X180.34Y-91.44
X180.34Y-102.87
X181.192Y-94.625
X184.15Y-97.79
T2
X98.465Y-131.6
X101.005Y-131.6
X103.545Y-131.6
X106.085Y-131.6
X106.13Y-62.78
X108.625Y-131.6
X108.67Y-62.78
X111.165Y-131.6
X111.21Y-62.78
X113.705Y-131.6
X113.75Y-62.78
X116.245Y-131.6
X116.29Y-62.78
X118.785Y-131.6
X118.83Y-62.78
X121.325Y-131.6
X121.37Y-62.78
X123.865Y-131.6
X123.91Y-62.78
X126.405Y-131.6
X126.45Y-62.78
X128.945Y-131.6
X128.99Y-62.78
X131.485Y-131.6
X131.53Y-62.78
X134.025Y-131.6
X134.07Y-62.78
X136.565Y-131.6
X136.61Y-62.78
X139.105Y-131.6
X139.15Y-62.78
X141.645Y-131.6
X141.69Y-62.78
X144.185Y-131.6
X144.23Y-62.78
X146.725Y-131.6
X146.77Y-62.78
X149.31Y-62.78
X151.85Y-62.78
X154.39Y-62.78
X156.93Y-62.78
X159.47Y-62.78
T3
X98.483Y-105.722
X98.483Y-123.502
X98.49Y-71.75
X98.49Y-91.78
X101.022Y-105.722
X101.022Y-123.502
X101.03Y-71.75
X101.03Y-91.78
X103.562Y-105.722
X103.562Y-123.502
X103.57Y-71.75
X103.57Y-91.78
X106.102Y-105.722
X106.102Y-123.502
X106.11Y-71.75
X106.11Y-91.78
X108.642Y-105.722
X108.642Y-123.502
X108.65Y-71.75
X108.65Y-91.78
X111.182Y-105.722
X111.182Y-123.502
X111.19Y-71.75
X111.19Y-91.78
X113.722Y-105.722
X113.722Y-123.502
X113.73Y-71.75
X113.73Y-91.78
X116.262Y-105.722
X116.262Y-123.502
X116.27Y-71.75
X116.27Y-91.78
X118.802Y-105.722
X118.802Y-123.502
X118.81Y-71.75
X118.81Y-91.78
X121.343Y-105.722
X121.343Y-123.502
X121.35Y-71.75
X121.35Y-91.78
X123.882Y-105.722
X123.882Y-123.502
X123.89Y-71.75
X123.89Y-91.78
X126.422Y-105.722
X126.422Y-123.502
X126.43Y-71.75
X126.43Y-91.78
X128.963Y-105.722
X128.963Y-123.502
X128.97Y-71.75
X128.97Y-91.78
X131.502Y-105.722
X131.502Y-123.502
X131.51Y-71.75
X131.51Y-91.78
X134.042Y-105.722
X134.042Y-123.502
X134.05Y-71.75
X134.05Y-91.78
X136.582Y-105.722
X136.582Y-123.502
X136.59Y-71.75
X136.59Y-91.78
X139.123Y-105.722
X139.123Y-123.502
X139.13Y-71.75
X139.13Y-91.78
X141.662Y-105.722
X141.662Y-123.502
X141.67Y-71.75
X141.67Y-91.78
X144.202Y-105.722
X144.202Y-123.502
X144.21Y-71.75
X144.21Y-91.78
X146.743Y-105.722
X146.743Y-123.502
X146.75Y-71.75
X146.75Y-91.78
X149.29Y-71.75
X149.29Y-91.78
X151.83Y-71.75
X151.83Y-91.78
X154.37Y-71.75
X154.37Y-91.78
X156.91Y-71.75
X156.91Y-91.78
X159.45Y-71.75
X159.45Y-91.78
X161.99Y-71.75
X161.99Y-91.78
T4
X167.39Y-91.79
X171.99Y-91.79
X176.59Y-91.79
T5
X159.14Y-105.73
X159.14Y-120.97
X161.68Y-105.73
X161.68Y-120.97
X164.22Y-105.73
X164.22Y-120.97
X166.76Y-105.73
X166.76Y-120.97
X169.3Y-105.73
X169.3Y-120.97
X171.84Y-105.73
X171.84Y-120.97
X171.9Y-71.72
X171.9Y-86.96
X174.44Y-71.72
X174.44Y-86.96
X176.98Y-71.72
X176.98Y-86.96
X179.52Y-71.72
X179.52Y-86.96
X182.06Y-71.72
X182.06Y-86.96
X184.6Y-71.72
X184.6Y-86.96
M30
@@ -0,0 +1,127 @@
{
"Header": {
"GenerationSoftware": {
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "9.0.7"
},
"CreationDate": "2026-04-21T15:20:25+02:00"
},
"GeneralSpecs": {
"ProjectId": {
"Name": "PCB_Semestre",
"GUID": "5043425f-5365-46d6-9573-7472652e6b69",
"Revision": "rev?"
},
"Size": {
"X": 92.76,
"Y": 72.44
},
"LayerNumber": 2,
"BoardThickness": 1.6,
"Finish": "None"
},
"DesignRules": [
{
"Layers": "Outer",
"PadToPad": 0.2,
"PadToTrack": 0.2,
"TrackToTrack": 0.2,
"MinLineWidth": 0.5,
"TrackToRegion": 0.5,
"RegionToRegion": 0.5
}
],
"FilesAttributes": [
{
"Path": "PCB_Semestre-F_Cu.gbr",
"FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive"
},
{
"Path": "PCB_Semestre-B_Cu.gbr",
"FileFunction": "Copper,L2,Bot",
"FilePolarity": "Positive"
},
{
"Path": "PCB_Semestre-F_Paste.gbr",
"FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive"
},
{
"Path": "PCB_Semestre-B_Paste.gbr",
"FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive"
},
{
"Path": "PCB_Semestre-F_Silkscreen.gbr",
"FileFunction": "Legend,Top",
"FilePolarity": "Positive"
},
{
"Path": "PCB_Semestre-B_Silkscreen.gbr",
"FileFunction": "Legend,Bot",
"FilePolarity": "Positive"
},
{
"Path": "PCB_Semestre-F_Mask.gbr",
"FileFunction": "SolderMask,Top",
"FilePolarity": "Negative"
},
{
"Path": "PCB_Semestre-B_Mask.gbr",
"FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative"
},
{
"Path": "PCB_Semestre-Edge_Cuts.gbr",
"FileFunction": "Profile",
"FilePolarity": "Positive"
}
],
"MaterialStackup": [
{
"Type": "Legend",
"Name": "Top Silk Screen"
},
{
"Type": "SolderPaste",
"Name": "Top Solder Paste"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Top Solder Mask"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "F.Cu"
},
{
"Type": "Dielectric",
"Thickness": 1.51,
"Material": "FR4",
"Name": "F.Cu/B.Cu",
"Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "B.Cu"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Bottom Solder Mask"
},
{
"Type": "SolderPaste",
"Name": "Bottom Solder Paste"
},
{
"Type": "Legend",
"Name": "Bottom Silk Screen"
}
]
}
+170
View File
@@ -0,0 +1,170 @@
{
"Header": {
"GenerationSoftware": {
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "9.0.7"
},
"CreationDate": "2026-03-11T18:46:56+01:00"
},
"GeneralSpecs": {
"ProjectId": {
"Name": "Projet_Light_Rohmer",
"GUID": "50726f6a-6574-45f4-9c69-6768745f526f",
"Revision": "rev?"
},
"Size": {
"X": 140.05,
"Y": 102.05
},
"LayerNumber": 4,
"BoardThickness": 1.6,
"Finish": "None"
},
"DesignRules": [
{
"Layers": "Outer",
"PadToPad": 0.2,
"PadToTrack": 0.2,
"TrackToTrack": 0.2,
"MinLineWidth": 0.2,
"TrackToRegion": 0.2,
"RegionToRegion": 0.2
},
{
"Layers": "Inner",
"PadToPad": 0.0,
"PadToTrack": 0.0,
"TrackToTrack": 0.2,
"MinLineWidth": 0.2,
"TrackToRegion": 0.2,
"RegionToRegion": 0.2
}
],
"FilesAttributes": [
{
"Path": "Projet_Light_Rohmer-F_Cu.gbr",
"FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-In1_Cu.gbr",
"FileFunction": "Copper,L2,Inr",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-In2_Cu.gbr",
"FileFunction": "Copper,L3,Inr",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-B_Cu.gbr",
"FileFunction": "Copper,L4,Bot",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-F_Paste.gbr",
"FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-B_Paste.gbr",
"FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-F_Silkscreen.gbr",
"FileFunction": "Legend,Top",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-B_Silkscreen.gbr",
"FileFunction": "Legend,Bot",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-F_Mask.gbr",
"FileFunction": "SolderMask,Top",
"FilePolarity": "Negative"
},
{
"Path": "Projet_Light_Rohmer-B_Mask.gbr",
"FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative"
},
{
"Path": "Projet_Light_Rohmer-Edge_Cuts.gbr",
"FileFunction": "Profile",
"FilePolarity": "Positive"
}
],
"MaterialStackup": [
{
"Type": "Legend",
"Name": "Top Silk Screen"
},
{
"Type": "SolderPaste",
"Name": "Top Solder Paste"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Top Solder Mask"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "F.Cu"
},
{
"Type": "Dielectric",
"Thickness": 0.1,
"Material": "FR4",
"Name": "F.Cu/In1.Cu",
"Notes": "Type: dielectric layer 1 (from F.Cu to In1.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "In1.Cu"
},
{
"Type": "Dielectric",
"Thickness": 1.24,
"Material": "FR4",
"Name": "In1.Cu/In2.Cu",
"Notes": "Type: dielectric layer 2 (from In1.Cu to In2.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "In2.Cu"
},
{
"Type": "Dielectric",
"Thickness": 0.1,
"Material": "FR4",
"Name": "In2.Cu/B.Cu",
"Notes": "Type: dielectric layer 3 (from In2.Cu to B.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "B.Cu"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Bottom Solder Mask"
},
{
"Type": "SolderPaste",
"Name": "Bottom Solder Paste"
},
{
"Type": "Legend",
"Name": "Bottom Silk Screen"
}
]
}
+72182 -40745
View File
File diff suppressed because it is too large Load Diff
+27 -8
View File
@@ -15,7 +15,7 @@
"copper_text_upright": false, "copper_text_upright": false,
"courtyard_line_width": 0.05, "courtyard_line_width": 0.05,
"dimension_precision": 4, "dimension_precision": 4,
"dimension_units": 3, "dimension_units": 2,
"dimensions": { "dimensions": {
"arrow_length": 1270000, "arrow_length": 1270000,
"extension_offset": 500000, "extension_offset": 500000,
@@ -37,9 +37,9 @@
"other_text_thickness": 0.15, "other_text_thickness": 0.15,
"other_text_upright": false, "other_text_upright": false,
"pads": { "pads": {
"drill": 0.8, "drill": 1.6,
"height": 1.8, "height": 4.0,
"width": 1.8 "width": 4.0
}, },
"silk_line_width": 0.1, "silk_line_width": 0.1,
"silk_text_italic": false, "silk_text_italic": false,
@@ -190,6 +190,9 @@
0.0, 0.0,
0.2, 0.2,
0.25, 0.25,
0.3,
0.35,
0.4,
0.5, 0.5,
0.75, 0.75,
1.0, 1.0,
@@ -228,8 +231,8 @@
"drill": 0.0 "drill": 0.0
}, },
{ {
"diameter": 0.5, "diameter": 0.6,
"drill": 0.25 "drill": 0.35
}, },
{ {
"diameter": 0.8, "diameter": 0.8,
@@ -239,6 +242,14 @@
"diameter": 1.2, "diameter": 1.2,
"drill": 0.8 "drill": 0.8
}, },
{
"diameter": 2.0,
"drill": 1.5
},
{
"diameter": 3.5,
"drill": 2.0
},
{ {
"diameter": 5.0, "diameter": 5.0,
"drill": 2.5 "drill": 2.5
@@ -527,7 +538,7 @@
"gencad": "", "gencad": "",
"idf": "", "idf": "",
"netlist": "", "netlist": "",
"plot": "", "plot": "pcb",
"pos_files": "", "pos_files": "",
"specctra_dsn": "", "specctra_dsn": "",
"step": "", "step": "",
@@ -538,7 +549,7 @@
}, },
"schematic": { "schematic": {
"annotate_start_num": 0, "annotate_start_num": 0,
"bom_export_filename": "${PROJECTNAME}.csv", "bom_export_filename": "${PROJECTNAME}_V25.csv",
"bom_fmt_presets": [], "bom_fmt_presets": [],
"bom_fmt_settings": { "bom_fmt_settings": {
"field_delimiter": ",", "field_delimiter": ",",
@@ -715,6 +726,14 @@
"version": 1 "version": 1
}, },
"net_format_name": "", "net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"meta": {
"version": 0
},
"model_mode": 4,
"workbook_filename": ""
},
"page_layout_descr_file": "", "page_layout_descr_file": "",
"plot_directory": "", "plot_directory": "",
"space_save_all_events": true, "space_save_all_events": true,
+31710 -12518
View File
File diff suppressed because it is too large Load Diff
+201 -1
View File
@@ -1 +1,201 @@
Projet à ouvrir dans KiCad # 200 W Bicolor LED Video Light
![Assembled 200 W video light prototype](docs/images/light-assembled-hero.jpeg)
A battery-powered, RP2040-controlled video light built around four 50 W bicolor LED modules. The system provides more than 200 W of electrical LED power, adjustable brightness and warm/cool mixing, active cooling, a physical control interface, and an integrated 13-series-cell battery-management design.
I developed the complete project over approximately three months, from system architecture and component selection through schematic capture, PCB layout, assembly, firmware, power-up, debugging, rework and high-power testing. It was submitted as a university semester project, but its scope went far beyond the course requirements. The class provided the deadline and opportunity; the architecture, power level, battery system, thermal design and two full PCB iterations were self-imposed.
The project was especially valuable as an exercise in hardware integration. It combines high-voltage battery power, multi-channel switching LED drivers, several auxiliary power rails, an RP2040 embedded controller, a user-interface board, battery monitoring, USB, thermal constraints and mechanical packaging on one compact platform.
> [!WARNING]
> This repository contains a functional engineering prototype, not a production-ready product. It operates from a 13S battery at potentially dangerous voltage and power levels. The LEDs produce enough light to cause permanent eye damage, and exposed components can become hot enough to cause burns. The battery-protection subsystem has not been fully validated. Do not reproduce or operate this design unless you understand high-power electronics and lithium-battery safety.
## Project overview
| Item | Implementation |
|---|---|
| Maximum tested input power | Approximately 220 W, measured from a regulated supply |
| Battery | 13S lithium-ion or lithium-polymer pack; currently powered from an e-bike battery |
| Light source | 4 × 50 W bicolor LED modules |
| LED channels | Warm and cool channels, approximately 800850 mA per LED channel |
| LED drivers | 4 × Allegro ALT80800 dual-string switching drivers |
| Controller | Raspberry Pi RP2040 with external QSPI flash |
| Controls | Rotary encoder, blackout button, display and PWM fan control |
| Cooling | Dynatron A51 copper server heatsink with a 120 mm PWM fan |
| PCB revisions | Two complete versions |
| V2 BOM cost | Below CHF 150, compared with more than CHF 200 for V1 |
| Current state | V2 operates from battery and has reached full power for short tests |
![V1 and V2 side by side](docs/images/v1-v2-comparaison.jpeg)
## What I designed and built
I was responsible for the entire engineering process:
- system-level architecture and power budgeting;
- selection and validation of the LEDs, drivers, regulators, BMS, controller and cooling hardware;
- schematic capture and PCB layout in KiCad;
- BOM preparation and sourcing;
- manual SMD assembly, QFN replacement, USB-C connector replacement and board-level rework;
- RP2040 firmware using the Pico SDK;
- controlled bring-up with current-limited laboratory supplies;
- oscilloscope-assisted fault finding;
- dummy-load validation of each LED-driver channel before connecting the LEDs;
- high-power, thermal and functional testing.
The most difficult part was keeping low-voltage digital electronics reliable while switching more than 200 W from a battery that can exceed 50 V, then fitting the result into a PCB smaller than the heatsink while controlling cost and temperature.
## From V1 to V2
The first version was made functional through extensive rework, but it exposed several weaknesses that justified a complete second revision. V2 was not a cosmetic update: the LED-driver architecture, power tree, battery interface, HMI and mechanical footprint were substantially redesigned.
### Main V1 issues
- The 12 V converter used an unsuitable regulator and a severely undersized inductor, causing excessive current at startup.
- Two flash-memory footprint pins were swapped and had to be rewired manually.
- The initial BMS REGSRC implementation was unsuitable for the battery voltage.
- The LED-driver PWM filter prevented complete turn-off at very low duty cycles.
- Missing pull-down resistors allowed the LEDs to flash during reset and programming.
- The potentiometer direction was reversed.
- The heatsink mounting holes were slightly misplaced.
- Eight small LED drivers increased cost, occupied more area and had inadequate thermal margin.
Despite these problems, V1 was repaired sufficiently to validate most of the architecture. The debugging work directly informed V2.
### V2 improvements
- Replaced eight ZXLD1366 drivers with four higher-current ALT80800 drivers.
- Reduced the LED-driver cost from roughly CHF 17 to roughly CHF 6.
- Added thermal-pad-equipped drivers with significantly better high-power behaviour.
- Added ballast resistors to improve current sharing between parallel LED strings.
- Redesigned the 12 V and 3.3 V power tree using smaller, more appropriate converters.
- Added automatic selection between battery-derived and USB-derived 3.3 V supplies.
- Added a separate HMI board with display, encoder, potentiometer and blackout control.
- Added a power test panel and direct driver-control points to simplify bring-up.
- Added isolated I²C and ALERT paths between the low-side-switched BMS and the controller.
- Reduced the PCB from larger than the heatsink to comfortably within its footprint.
- Reduced the complete BOM from more than CHF 200 to below CHF 150.
![V2 assembled PCB](docs/images/v2-assembled-top.jpeg)
![V2 KiCad 3D render](docs/images/v2-kicad-3d.png)
## Current status
The V2 board is usable from its battery input. Brightness control, warm/cool mixing, the rotary encoder, blackout button and proportional fan control operate correctly. The LED drivers have been tested at full output and remain thermally well behaved, unlike the drivers used on V1.
The system has reached approximately 200 W several times and approximately 220 W was measured at the input. Full-power operation was limited to a few minutes because the LED modules were temporarily coupled to the heatsink using ordinary computer thermal paste rather than a permanent low-resistance thermal epoxy. The LED aluminium substrates approached temperatures that made longer tests undesirable, while the driver electronics remained comparatively cool.
The current mechanical assembly is an open prototype: the heatsink supports the PCBs, fan and LEDs, but there is no enclosure or controlled airflow duct.
![Light operating ](docs/images/light-operating.jpeg)
(Impossible to take a picture with the leds at even remotely high power)
## Known limitations
The following limitations affect optional or newly added V2 features rather than the core LED-driving function:
- **USB-only operation:** the component selected to generate 3.3 V from USB is a boost converter rather than a buck converter. The board therefore cannot currently be safely powered from USB alone. Battery-powered operation is unaffected.
- **Potentiometer:** it was connected to an RP2040 GPIO without ADC capability. Brightness can still be controlled through the working HMI, but the potentiometer cannot be read without a hardware modification.
- **BMS validation:** the BQ7694006-based 13S protection circuit survived connection to a battery pack, but its firmware, measurements, balancing, protection thresholds and isolated communication have not been fully tested.
- **Display connector:** the two-sided FFC connector allows the cable to be inserted with the wrong orientation. One display was damaged this way. A keyed or single-contact-side connector would be preferable.
- **Thermal validation:** no long-duration 200 W test has been completed. Permanent LED attachment, improved airflow and temperature sensing are required before sustained operation can be considered validated.
- **No LED temperature feedback:** the PCB contains no thermistors near the LED modules, so the controller cannot implement closed-loop thermal protection.
- **Firmware quality:** the current firmware is a minimal Pico SDK application for PWM generation and HMI input. It is not included because it was developed as test firmware rather than as a clean, maintainable release.
## Engineering lessons
This project involved several mistakes, including incorrect component selection, footprint errors, assembly shorts and thermal-design uncertainty. They are documented because resolving them was a major part of the engineering work.
The V2 bring-up required repeated QFN replacement, flash replacement, USB-C connector replacement, inspection of hidden solder shorts, rail-by-rail measurements and oscilloscope debugging. Current-limited supplies were used throughout, and each driver output was tested into an electronic load before connecting an LED module.
The main lessons were:
- verify the complete function of a regulator, not only its advertised output voltage;
- review every footprint against the package drawing before manufacture;
- assign fixed-function MCU pins before flexible GPIOs;
- add test points and independently controllable subsystems early;
- validate power stages with dummy loads before risking expensive loads;
- design startup and reset states explicitly rather than relying on MCU firmware;
- treat thermal interfaces and airflow as part of the electrical design;
- include temperature sensing and hardware protection in high-power prototypes;
- perform structured schematic, BOM and assembly reviews before ordering.
More broadly, the project demonstrated ambition, adaptability and resilience. Neither revision worked perfectly at first, but every major fault was investigated until its mechanism was understood and either repaired or clearly documented. V2 corrected all known V1 failures and became a much smaller, cheaper and more robust platform.
## Hardware architecture
```text
13S battery (approximately 4055 V)
├── Four ALT80800 switching LED drivers
│ ├── Warm channels: LED modules 12 and 34
│ └── Cool channels: LED modules 12 and 34
├── 12 V buck converter
│ ├── PWM cooling fan
│ └── 3.3 V battery-side regulator
├── 13S BQ7694006 battery-management circuit
│ └── Isolated I²C and ALERT connection to the RP2040
└── RP2040 control electronics
├── External QSPI flash
├── Warm/cool PWM outputs
├── Brightness and blackout control
├── Rotary encoder and display
└── Fan PWM output
```
Each 50 W LED module contains a warm and a cool string. One driver regulates the same-colour channels of two modules. The four-driver arrangement therefore provides two warm groups and two cool groups. The RP2040 controls their intensity through PWM, allowing overall brightness and colour balance to be adjusted independently.
## Basic operation
> [!CAUTION]
> Do not look directly at the illuminated LEDs. Start all testing at minimum current and minimum PWM duty cycle. Keep a current-limited supply, suitable eye protection and an emergency disconnect within reach.
1. Mount all four LED modules to a suitable heatsink using a properly specified thermal interface. Do not perform sustained high-power testing with loose modules or ordinary temporary thermal paste.
2. Connect the LED channels, fan and HMI board according to the schematic net names and connector pinout.
3. Verify that no power rail is shorted before connecting a battery.
4. For initial bring-up, use a current-limited laboratory supply within the expected 13S voltage range instead of a battery.
5. Confirm the 12 V and 3.3 V rails before fitting or enabling the LED loads.
6. Test each LED-driver channel into a suitable electronic load.
7. Connect the LED modules and begin with a low PWM duty cycle.
8. Use the rotary encoder to adjust the control value and the blackout button to disable the LED output immediately.
9. Confirm that the fan speed rises with LED output.
10. Monitor LED-board and heatsink temperature continuously during testing.
The board should currently be treated as battery-input only. Do not use the USB connector as a power source unless the USB 3.3 V regulator circuit has first been corrected.
## Reusing or revising the design
The repository contains the latest KiCad project. V1 remains available through Git history but is intentionally not maintained as a separate published design.
For a derivative revision, the highest-priority corrections are:
1. replace the USB boost converter with a suitable 5 V-to-3.3 V buck regulator;
2. route the potentiometer to an ADC-capable RP2040 pin;
3. replace the reversible display connector with a keyed or unambiguous connection;
4. add thermistors near the LED modules and implement hardware and firmware thermal shutdown;
5. validate the BMS, isolation and battery cutoff behaviour independently;
6. improve permanent LED mounting and direct airflow through the heatsink fins;
7. perform long-duration tests at several power levels before enclosing the system.
Suggested images for completing this README:
![bare V2 PCB](docs/images/v2-bare-pcb.jpeg)
![it works](docs/images/wow.jpeg)
![it works #2](docs/images/wow2.jpeg)
- `docs/images/v2-schematic-overview.png` — readable KiCad schematic overview;
- `docs/images/v2-kicad-3d.jpg` — clean isometric KiCad render;
- `docs/images/rp2040-power-drivers-closeup.jpg` — controller and power-electronics close-up;
- `docs/images/v1-flash-rework.jpg` — V1 flash-footprint repair.
## Repository scope
This repository is provided as a portfolio project and as a reference for engineers developing related hardware. It is not an actively maintained product, and pull requests are not expected. The design may be copied, modified and reused at the user's own risk.
BIN
View File
Binary file not shown.
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

@@ -0,0 +1,122 @@
(footprint "288V220R161B2"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at 0 -0.5 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "8e0653f6-0590-403b-b633-effb085bc509")
(effects
(font
(size 1 1)
(thickness 0.1)
)
)
)
(property "Value" "288V220R161B2"
(at 0 1 0)
(unlocked yes)
(layer "F.Fab")
(uuid "636d21de-25a3-496b-a05f-fe577dc4eb70")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "508bcc91-8851-46ec-82e5-70314980c519")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "6362d64b-8561-41db-adf8-a8136f5f65e3")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_text user "${REFERENCE}"
(at 0 2.5 0)
(unlocked yes)
(layer "F.Fab")
(uuid "15bcac01-99c4-4380-a783-2c7c7f10406f")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(pad "1" thru_hole roundrect
(at -2.5 7)
(size 3 3)
(drill 1.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(roundrect_rratio 0.15)
(uuid "9dafa43b-e3ca-4e51-99bf-07a2de563fd5")
)
(pad "2" thru_hole circle
(at 2.5 7)
(size 3 3)
(drill 1.8)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "c73408ac-3c3a-488d-863b-9f16093312fa")
)
(pad "3" thru_hole circle
(at -5 -13.3)
(size 3 3)
(drill 1.5)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "33cbf1ac-a554-45b8-af3a-42b3d1b11e1b")
)
(pad "4" thru_hole circle
(at 0 -13.3)
(size 3 3)
(drill 1.5)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "5c4714e2-3088-494b-8820-fda5d57ab23d")
)
(pad "5" thru_hole circle
(at 5 -13.3)
(size 3 3)
(drill 1.5)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "efc3c206-e0d6-454a-a745-a7db9c98c4a5")
)
(embedded_fonts no)
(model "/Users/rohmermaxime/Documents/KiCad/9.0/3dmodels/288V220R161B2.stp"
(offset
(xyz 0 1 -11)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 -0 -0)
)
)
)
+2 -2
View File
@@ -96,8 +96,8 @@
(uuid "0494a157-22b1-44a5-918b-2fcdd145bbbd") (uuid "0494a157-22b1-44a5-918b-2fcdd145bbbd")
) )
(fp_rect (fp_rect
(start -9 -6.825) (start -7.025 -2)
(end 9.025 5.45) (end 7 5.075)
(stroke (stroke
(width 0.05) (width 0.05)
(type default) (type default)
@@ -0,0 +1,329 @@
(footprint "ALT80800KLPATR"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "16-Pin TSSOP (Suffix LP) with Exposed Pad")
(tags "Integrated Circuit")
(property "Reference" "IC**"
(at 0 0 0)
(layer "F.SilkS")
(uuid "4abd8aa1-858d-4776-b051-988c377a70e8")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "ALT80800KLPATR"
(at 0 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "2735191f-a235-42e3-979a-579f5c280257")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "d468fa00-aeed-46d9-bd17-65ba55f2281e")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "14cd674b-2118-421a-a1b2-4961d8d44375")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -2.5 -1.5)
(end -2.5 1.5)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "b7760ca1-ea18-4215-8d18-3c6d811a3405")
)
(fp_line
(start -2.4 4.3)
(end -2.4 4.3)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "032d7ce0-7d76-4f3c-9b4e-25915c1fc06a")
)
(fp_line
(start -2.2 4.3)
(end -2.2 4.3)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "b954865c-5a02-4fa6-b5bd-f7374ad63f32")
)
(fp_line
(start 2.5 -1.5)
(end 2.5 1.5)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "fed22819-fb6e-4f00-89aa-baf7e7b6253f")
)
(fp_arc
(start -2.4 4.3)
(mid -2.3 4.2)
(end -2.2 4.3)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "26b521b3-aa21-44c8-966f-3246aba4b642")
)
(fp_arc
(start -2.2 4.3)
(mid -2.3 4.4)
(end -2.4 4.3)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "b70c00b0-7861-4810-8d95-815142ea0e8c")
)
(fp_line
(start -3.5 -4.9)
(end 3.5 -4.9)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "f5e21cba-97b7-464a-9030-ed2a537b1267")
)
(fp_line
(start -3.5 4.9)
(end -3.5 -4.9)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "d6810b31-6b0f-4bcf-996c-d8389ea8650f")
)
(fp_line
(start -2.5 -2.2)
(end 2.5 -2.2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "cca6dfa5-7a0a-4e66-bbec-e28a6b397747")
)
(fp_line
(start -2.5 2.2)
(end -2.5 -2.2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "f42129a1-762c-4b27-adb7-588d70f0544f")
)
(fp_line
(start 2.5 -2.2)
(end 2.5 2.2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "fa1c714c-578e-4680-bc25-fde311713531")
)
(fp_line
(start 2.5 2.2)
(end -2.5 2.2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "0fc2b66c-4e0e-4397-a904-73c897135023")
)
(fp_line
(start 3.5 -4.9)
(end 3.5 4.9)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "625b8318-da40-4e95-abe3-5f145fc75c62")
)
(fp_line
(start 3.5 4.9)
(end -3.5 4.9)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "7312e7ae-7546-4d90-bf40-98d93c130edf")
)
(pad "1" smd rect
(at -2.275 3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "f971a8cc-7571-4926-85f8-5cdf665d9201")
)
(pad "2" smd rect
(at -1.625 3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "a98a390b-b7ac-4e72-a8d3-e99ca0664eeb")
)
(pad "3" smd rect
(at -0.975 3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "543be0a3-ce3d-4bde-9d65-9623f3704f57")
)
(pad "4" smd rect
(at -0.325 3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "61bedc50-659e-4eed-b311-bf7c07d74001")
)
(pad "5" smd rect
(at 0.325 3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "483be80d-e224-4ee4-9548-55e94448c37a")
)
(pad "6" smd rect
(at 0.975 3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "ba21275e-bb4f-4f0d-8ddb-d441f96b8adf")
)
(pad "7" smd rect
(at 1.625 3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "6efe05a7-e20e-4dd4-8441-23785bb058d4")
)
(pad "8" smd rect
(at 2.275 3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "02e88467-7ea1-4874-9c82-00e9a2453479")
)
(pad "9" smd rect
(at 2.275 -3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "73693c3c-497d-4f2b-9fe4-27ec4520d198")
)
(pad "10" smd rect
(at 1.625 -3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "9011879c-7958-40cf-b1a8-c4036eb87af5")
)
(pad "11" smd rect
(at 0.975 -3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "09eb9543-3624-47e8-9df3-ff060c076ea5")
)
(pad "12" smd rect
(at 0.325 -3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "616eecca-69e8-4ed0-b75c-4970d4c0f3b3")
)
(pad "13" smd rect
(at -0.325 -3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "8df31131-be9e-44e6-8440-8069d8993987")
)
(pad "14" smd rect
(at -0.975 -3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "24b9d012-5ae6-4520-a6f3-99b662736a7e")
)
(pad "15" smd rect
(at -1.625 -3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "16e003b6-74e5-488b-9943-29faffc6c7db")
)
(pad "16" smd rect
(at -2.275 -3.05)
(size 0.45 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "39e71642-628c-464d-94a5-95a2f9728ecb")
)
(pad "17" smd rect
(at 0 0)
(size 3 3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "04c63a73-01c6-4423-ae76-a2e4f160e83f")
)
(embedded_fonts no)
(model "/Users/rohmermaxime/Documents/KiCad/9.0/3dmodels/ALT80800KLPATR.stp"
(offset
(xyz -5 -5.9 -8.6)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -0 -0 -0)
)
)
)
+217
View File
@@ -0,0 +1,217 @@
(footprint "AP63203WU7"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "AP63203WU-7-5")
(tags "Integrated Circuit")
(property "Reference" "IC**"
(at -4.19 -0.27 0)
(layer "F.SilkS")
(uuid "589443b0-966a-4c16-989b-dfbec2503aa2")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "AP63203WU7"
(at 0 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "0cb6da5b-79fd-4a18-9717-af4067e23511")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "e915cb16-87df-4e0d-ac4b-b4430485fe66")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "ac374812-35f4-435e-add3-1c6178fa52f0")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -1.45 -0.4)
(end -1.45 0.4)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "cb4f3ea0-d940-4e9d-aece-8a2f634b94dc")
)
(fp_line
(start -0.95 2)
(end -0.95 2)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "4eaf71f9-e34d-4eb3-bb60-de2667fa2c28")
)
(fp_line
(start -0.95 2.1)
(end -0.95 2.1)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "c5d1c335-4ba6-4abd-9a87-40c09017704d")
)
(fp_line
(start 1.45 -0.4)
(end 1.45 0.4)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "56142e07-6e3f-4b35-968e-1acfe4c7c71b")
)
(fp_arc
(start -0.95 2)
(mid -0.9 2.05)
(end -0.95 2.1)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "8dc9174c-cb9f-40e9-b786-2761c5f5491a")
)
(fp_arc
(start -0.95 2.1)
(mid -1 2.05)
(end -0.95 2)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "6cecbdd3-00a4-48fc-941d-74a63407ff94")
)
(fp_line
(start -1.45 -0.8)
(end -1.45 0.8)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
(uuid "1ef699e3-1e58-41cc-9afe-9a93579a793c")
)
(fp_line
(start -1.45 0.8)
(end 1.45 0.8)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
(uuid "37ce8c23-eaa2-4833-8e57-8320eef3d4e5")
)
(fp_line
(start 1.45 -0.8)
(end -1.45 -0.8)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
(uuid "f411c676-854b-47f0-b25b-ea3176b44f7d")
)
(fp_line
(start 1.45 0.8)
(end 1.45 -0.8)
(stroke
(width 0.1)
(type solid)
)
(layer "F.Fab")
(uuid "6923be30-c689-4128-9717-e8eb8be4ab6c")
)
(fp_text user "${REFERENCE}"
(at 0.2 -2.51 0)
(layer "F.Fab")
(uuid "36b825e1-b9f5-44ac-8099-7bd0e4b9c708")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(pad "1" smd rect
(at -0.95 1.099)
(size 0.7 1)
(layers "F.Cu" "F.Mask" "F.Paste")
(uuid "64d319fe-6762-4d65-a246-a30c37344e0c")
)
(pad "2" smd rect
(at 0 1.099)
(size 0.7 1)
(layers "F.Cu" "F.Mask" "F.Paste")
(uuid "25f331d0-01f8-4d63-bda2-3838cc62dd28")
)
(pad "3" smd rect
(at 0.95 1.099)
(size 0.7 1)
(layers "F.Cu" "F.Mask" "F.Paste")
(uuid "77bfa671-3311-40bc-ab96-a47810b72744")
)
(pad "4" smd rect
(at 0.95 -1.099)
(size 0.7 1)
(layers "F.Cu" "F.Mask" "F.Paste")
(uuid "dfffceb1-2571-4273-8e0c-1e53c82311ef")
)
(pad "5" smd rect
(at 0 -1.099)
(size 0.7 1)
(layers "F.Cu" "F.Mask" "F.Paste")
(uuid "a7fc36f8-f6b9-414f-b9b8-3e459b3fa79a")
)
(pad "6" smd rect
(at -0.95 -1.099)
(size 0.7 1)
(layers "F.Cu" "F.Mask" "F.Paste")
(uuid "d3791c75-6447-42e8-a69d-7088104915f5")
)
(embedded_fonts no)
(model "/Users/rohmermaxime/Documents/KiCad/9.0/3dmodels/AP63203WU-7.stp"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 0 -90)
)
)
)
@@ -0,0 +1,371 @@
(footprint "APM81815KNBJTR"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "24-Lead 4 mm × 4 mm QFN (Suffix NB)")
(tags "Integrated Circuit")
(property "Reference" "IC**"
(at -0.013 0 0)
(layer "F.SilkS")
(uuid "46d47593-4d94-431e-a4e4-9ec46bdf8f47")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "APM81815KNBJTR"
(at -0.013 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "70a849cf-bf12-4ff2-9c4d-458c9a3cafa7")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "78dca873-0ee9-4843-b1c2-f7689782ce24")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "6f0edd17-308c-48b2-a275-b1212da22c79")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -2 -2)
(end -1.1 -2)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "464e5a8a-49ab-44ef-910b-773f777e814c")
)
(fp_line
(start -2 -1.6)
(end -2 -2)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "a26d541e-8d65-4cb9-a7cd-4d44318777fd")
)
(fp_line
(start -2 1.3)
(end -2 2)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "f75e9a4e-7161-48ae-ac21-7d021b3be246")
)
(fp_line
(start -2 2)
(end -1.601 2)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "1815471f-2d49-4b65-a465-fdcae8100f79")
)
(fp_line
(start 1.7 -2)
(end 2 -2)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "e068d9aa-2b9b-44bd-a1ff-54b95aff6f80")
)
(fp_line
(start 1.7 2)
(end 2 2)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "a148e165-2227-47d7-b018-495f26510955")
)
(fp_line
(start 2 -2)
(end 2 -1.6)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "6d2a7402-670b-426c-8bc3-a8c14f70d4bb")
)
(fp_line
(start 2 2)
(end 2 1.6)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "2b0a6c6b-3321-4ce9-966a-d292b4703ef1")
)
(fp_line
(start -3.4 -3.375)
(end 3.375 -3.375)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "6f2fd864-862c-4cad-871a-3b39b44355f3")
)
(fp_line
(start -3.4 3.375)
(end -3.4 -3.375)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "08888a0a-2ae9-418c-b4cb-88b229f8beb1")
)
(fp_line
(start -2 -2)
(end 2 -2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "ec126b9c-007a-4193-befd-7445ef31e327")
)
(fp_line
(start -2 2)
(end -2 -2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "e000f53d-54cd-4d7c-bf4f-5517e726b911")
)
(fp_line
(start 2 -2)
(end 2 2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "98328b6f-bff9-4345-a750-bd5ed1fa8051")
)
(fp_line
(start 2 2)
(end -2 2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "4c739b03-86a3-4e18-af47-37281c9eff80")
)
(fp_line
(start 3.375 -3.375)
(end 3.375 3.375)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "e7311ccf-f8b7-4f74-a30f-8894decad380")
)
(fp_line
(start 3.375 3.375)
(end -3.4 3.375)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "53125818-98fe-4690-9f2e-cf97cf0c0dde")
)
(pad "1" smd rect
(at -2.05 -1.25 90)
(size 0.3 0.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "2104a70d-68f7-47b6-a261-6750053121fb")
)
(pad "2" smd rect
(at -2.05 -0.75 90)
(size 0.3 0.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "df6c6856-a009-40da-a488-c7e94ba7065c")
)
(pad "3" smd rect
(at -2.05 -0.25 90)
(size 0.3 0.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "16942bb5-c9b4-48a4-b771-92343d07fef5")
)
(pad "6" smd rect
(at -2.075 0.75 90)
(size 0.3 0.65)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "f57a6cf1-9f2c-4840-8315-45642762a0c6")
)
(pad "7" smd rect
(at -1.206 1.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "ec2123f6-f598-4139-90a3-6c422e29d317")
)
(pad "9" smd rect
(at -0.206 1.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "adb1ec72-f0b9-4adf-bd1a-9f47a8680efe")
)
(pad "10" smd rect
(at 0.294 1.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "91893250-1a41-4406-8f89-3644429d4fdf")
)
(pad "11" smd rect
(at 0.794 1.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "0b6b7c77-3e16-4f20-a6cc-80ec55143990")
)
(pad "12" smd rect
(at 1.294 1.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "8f12888f-ed95-4bb4-9891-4de42f2562be")
)
(pad "13" smd rect
(at 1.95 1.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "9b2d53b7-f424-4d70-ad6c-483949bf16c6")
)
(pad "14" smd rect
(at 1.95 0.75 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "22e10d87-a551-402d-9fac-a64900713979")
)
(pad "15" smd rect
(at 1.95 0.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "057ba294-2ec0-4393-b6d1-aaa7e984f8cb")
)
(pad "16" smd rect
(at 1.95 -0.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "0ca7a014-629d-4250-8405-9c19b67dee66")
)
(pad "17" smd rect
(at 1.95 -0.75 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "95b27592-89ef-4c55-a3e8-814ea8091af5")
)
(pad "18" smd rect
(at 1.95 -1.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "4d6a5df9-f880-4a4a-9361-ebc02398b31a")
)
(pad "19" smd rect
(at 1.294 -1.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "7e111cbc-3cd7-421f-89be-714c7cebf1f2")
)
(pad "21" smd rect
(at 0.294 -1.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "4604cd13-b4df-4e09-ac73-6d4a7fcf0635")
)
(pad "23" smd rect
(at -0.706 -1.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "85e94a13-e942-4e8d-9b53-8e1eec2a74f4")
)
(pad "24" smd rect
(at -0.3 0.74 90)
(size 0.6 2.9)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "44ae8c59-4c2b-48f6-a5ec-0c7125d6b959")
)
(pad "25" smd rect
(at -0.275 -0.61 90)
(size 0.72 2.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "78689034-eab2-4b5b-943f-6b7ce4902993")
)
(pad "26" smd rect
(at -1.38 -1.185 90)
(size 0.43 0.64)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "41ede98e-1dfe-4663-8579-c0f7e183bd61")
)
(pad "27" smd rect
(at -1.65 -0.175 90)
(size 0.15 0.2)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "41aa93bb-47c3-44e2-89dc-0617c299e523")
)
(embedded_fonts no)
)
+382
View File
@@ -0,0 +1,382 @@
(footprint "AYF533035"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "AYF533035-1")
(tags "Connector")
(property "Reference" "J**"
(at -5.75 1.25 0)
(layer "F.SilkS")
(uuid "f96a0289-c97d-4824-8e3e-7d9835b96bb2")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "AYF533035"
(at -5.75 1.25 0)
(layer "F.SilkS")
(hide yes)
(uuid "948ff7d0-f866-472e-aa0c-a2e40bc718ff")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "bcd81cc8-8302-4ab7-b8fe-482046e33876")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "d4d2f901-fb93-4059-a2f9-f80c9f50f783")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -13 2.9)
(end 1.5 2.9)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "0f0f12e3-7476-4842-9703-98411f3732d5")
)
(fp_line
(start -15.25 -1.4)
(end 3.75 -1.4)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "6751270f-1fc2-4f1b-bfa7-d864e8e477b3")
)
(fp_line
(start -15.25 3.9)
(end -15.25 -1.4)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "f191bbbc-49ef-429a-a028-a58f002418a9")
)
(fp_line
(start -14.25 -0.3)
(end 2.75 -0.3)
(stroke
(width 0.2)
(type solid)
)
(layer "Dwgs.User")
(uuid "2c4e5127-d06c-45b1-8ad8-8133fc8b35b7")
)
(fp_line
(start -14.25 2.9)
(end -14.25 -0.3)
(stroke
(width 0.2)
(type solid)
)
(layer "Dwgs.User")
(uuid "a625e4bd-5d40-4e89-ad9d-f1dd94d03177")
)
(fp_line
(start 2.75 -0.3)
(end 2.75 2.9)
(stroke
(width 0.2)
(type solid)
)
(layer "Dwgs.User")
(uuid "eeed1047-3578-40ea-be38-809c2a80dfab")
)
(fp_line
(start 2.75 2.9)
(end -14.25 2.9)
(stroke
(width 0.2)
(type solid)
)
(layer "Dwgs.User")
(uuid "5952e167-c01d-402e-89ad-490efd9e1832")
)
(fp_line
(start 3.75 -1.4)
(end 3.75 3.9)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "0ba99713-af63-4bc1-a5c2-b2969e89b59a")
)
(fp_line
(start 3.75 3.9)
(end -15.25 3.9)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "49fafc38-1418-4bfe-9e1b-c7c0cf78aeae")
)
(pad "1" smd rect
(at -13 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "ff216c90-2f23-4d1f-bfae-007abe1c3bd3")
)
(pad "2" smd rect
(at -12.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "d4531138-c093-48a8-a363-dcbd47e1b1eb")
)
(pad "3" smd rect
(at -12 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "b73dd0bf-0434-4422-9ebc-9c270f03b1f3")
)
(pad "4" smd rect
(at -11.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "fc04fd05-844e-4255-9de8-2fee145c0c03")
)
(pad "5" smd rect
(at -11 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "a83376af-ae73-4470-a18f-877a1be2877e")
)
(pad "6" smd rect
(at -10.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "2f1ed838-227a-4da0-b651-1e198fef98db")
)
(pad "7" smd rect
(at -10 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "1accdd60-278d-4766-b74a-f0f5800e930d")
)
(pad "8" smd rect
(at -9.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "fac403c0-4e4e-41bf-a9d4-1ca7d5afa236")
)
(pad "9" smd rect
(at -9 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "bbe37fa3-6ff1-422d-8aac-01f9369e2a23")
)
(pad "10" smd rect
(at -8.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "6f565976-75cd-45f7-a23d-4f6b3d83ca1b")
)
(pad "11" smd rect
(at -8 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "4ff2e9de-91e7-4ec1-a559-f448999ba326")
)
(pad "12" smd rect
(at -7.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "9007eeb1-83e2-42fb-a985-e82784a3b73b")
)
(pad "13" smd rect
(at -7 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "0c82cc6a-c9d1-4b68-a8be-f1535c0d265c")
)
(pad "14" smd rect
(at -6.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "2cda6bfc-d41d-45ff-aa2c-63a31b02c60e")
)
(pad "15" smd rect
(at -6 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "0d0395e5-50ef-4b88-b10a-6354618a9702")
)
(pad "16" smd rect
(at -5.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "19deb8a8-8898-4d20-a554-a9b09a516440")
)
(pad "17" smd rect
(at -5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "a96211e4-f93e-4c0d-9d15-6153bd6c8cc3")
)
(pad "18" smd rect
(at -4.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "cedef388-8be8-43b8-ab28-5fdbcb283c41")
)
(pad "19" smd rect
(at -4 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "ed91c135-529d-4e97-a99b-1e3c18cad4c4")
)
(pad "20" smd rect
(at -3.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "bf632ad8-7813-4f90-bb87-1943ffb39ccf")
)
(pad "21" smd rect
(at -3 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "bce16411-f74a-42cc-ab37-fea8547f1fb4")
)
(pad "22" smd rect
(at -2.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "630def26-a4ae-424e-b039-0708acf39c83")
)
(pad "23" smd rect
(at -2 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "cdfd9283-fd6c-433c-b97f-04fae851c562")
)
(pad "24" smd rect
(at -1.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "4bf6e17f-04d5-4b9b-a609-9bbbbc14f188")
)
(pad "25" smd rect
(at -1 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "e5e18e89-63e5-48b7-a623-21d46b6cb257")
)
(pad "26" smd rect
(at -0.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "3aa575d4-5e6f-4e1c-a2ee-8411a948d0e7")
)
(pad "27" smd rect
(at 0 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "9d6411ca-2b7f-420d-b8c5-c1b71f90eae3")
)
(pad "28" smd rect
(at 0.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "1267e79c-e751-4da8-b6cf-9ac9bca60286")
)
(pad "29" smd rect
(at 1 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "15cbe0be-7af6-4bcf-ba94-77959659f513")
)
(pad "30" smd rect
(at 1.5 0)
(size 0.3 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "0e4ec288-18b7-4be2-9b86-a60eb740b02d")
)
(pad "MP1" smd rect
(at -14 2.5)
(size 0.4 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "bca82486-7a15-4c6a-8fdd-b6c16714c932")
)
(pad "MP2" smd rect
(at 2.5 2.5)
(size 0.4 0.8)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "aaca3c0a-3d6b-42dc-b7d0-166632251d2f")
)
(embedded_fonts no)
(model "/Users/rohmermaxime/Documents/KiCad/9.0/3dmodels/AYF533035.stp"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)
+285
View File
@@ -0,0 +1,285 @@
(footprint "B3AL1004P"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "B3AL-1004P-1")
(tags "Switch")
(property "Reference" "S**"
(at 0 0 0)
(layer "F.SilkS")
(uuid "f1b4b84b-5b86-4030-b063-e15513470632")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "B3AL1004P"
(at 0 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "906ea59b-f2b8-403d-9812-9d9e70d77407")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "cbed5ef6-bd44-41ff-8311-2bd8eb883e73")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "a663573c-ed00-47df-a4c2-f93b4b12f612")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -3 -3.45)
(end 3 -3.45)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "f03cc8d7-7edf-49d1-8876-07deee5b2de3")
)
(fp_line
(start -3 -1.4)
(end -3 -3.45)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "25585bac-38cf-4e9f-873a-f3d62cfac27f")
)
(fp_line
(start -3 3.45)
(end -3 1.4)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "25fd4423-5e27-4f34-88f3-5c92c213ec4f")
)
(fp_line
(start 3 -3.45)
(end 3 -1.4)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "09ef8306-0684-47c6-bce4-7739b80f4084")
)
(fp_line
(start 3 1.4)
(end 3 3.45)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "4283b842-fe25-49c0-a68a-987dc8429ee2")
)
(fp_line
(start 3 3.45)
(end -3 3.45)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "920fdaa5-72c4-4e48-bf5a-713a827af839")
)
(fp_line
(start 4.3 0)
(end 4.3 0)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "4e34dafb-e2c2-4f69-84a4-87cea0f6ee27")
)
(fp_line
(start 4.3 0)
(end 4.3 0)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "5a0277cb-824e-41e7-8c6c-be3eb3a1dcab")
)
(fp_line
(start 4.4 0)
(end 4.4 0)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "afadedc1-f475-40c3-bfb9-2496fd688306")
)
(fp_arc
(start 4.3 0)
(mid 4.35 -0.05)
(end 4.4 0)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "70304c12-28ab-4440-97ed-01dc515ef4b2")
)
(fp_arc
(start 4.4 0)
(mid 4.35 0.05)
(end 4.3 0)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "85934a05-738c-430d-a3dd-a1b1108a9f76")
)
(fp_arc
(start 4.4 0)
(mid 4.35 0.05)
(end 4.3 0)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "c176b4bf-5a5a-438f-95aa-2d95db6b2409")
)
(fp_line
(start -5 -4.45)
(end 5 -4.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "f38d9296-7c6e-4fd8-953f-35769f6ac33a")
)
(fp_line
(start -5 4.45)
(end -5 -4.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "1cca19a2-4e68-435d-a764-5e68819947e8")
)
(fp_line
(start -3 -3.45)
(end -3 3.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "29583b47-4421-4332-a944-ed63ff4ebe95")
)
(fp_line
(start -3 3.45)
(end 3 3.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "311e0e78-409c-4e71-a5a2-dbfef2866529")
)
(fp_line
(start 3 -3.45)
(end -3 -3.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "8831f105-1303-465f-a184-4e017e09c6eb")
)
(fp_line
(start 3 3.45)
(end 3 -3.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "3f149a6b-2067-472b-848c-7b3afdef0ebd")
)
(fp_line
(start 5 -4.45)
(end 5 4.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "b7144d2e-0040-43cd-9169-e2717689ee31")
)
(fp_line
(start 5 4.45)
(end -5 4.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "8ba1322a-3691-46ff-ab50-c273aad1710f")
)
(pad "1" smd rect
(at 3 0 90)
(size 2 2)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "23465b5c-115a-4785-b2f4-2095ae342051")
)
(pad "2" smd rect
(at -3 0 90)
(size 2 2)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "33ee3293-11ce-42dc-adfd-830845336b56")
)
(embedded_fonts no)
(model "/Users/rohmermaxime/Documents/KiCad/9.0/3dmodels/B3AL-1004P.stp"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)
+428
View File
@@ -0,0 +1,428 @@
(footprint "BQ25756ERRVR"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "BQ25758RRVR-")
(tags "Integrated Circuit")
(property "Reference" "IC**"
(at 0 0 0)
(layer "F.SilkS")
(uuid "31142b30-cb64-4b73-87aa-1930adf79b0b")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "BQ25756ERRVR"
(at 0 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "79eb1169-3858-4e3a-affe-49b8661982d7")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "e899cf9b-b042-4911-872b-22c700f01889")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "f7cccad3-ecf7-4a7b-aa53-5beca79bcf43")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_circle
(center -2.875 -3)
(end -2.75 -3)
(stroke
(width 0.254)
(type solid)
)
(fill no)
(layer "F.SilkS")
(uuid "13bffa85-3088-48d2-9e83-b5c7f77547de")
)
(fp_line
(start -3.125 -3.625)
(end 3.125 -3.625)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "43f78457-cd6f-402c-9e57-b5b32b7276fd")
)
(fp_line
(start -3.125 3.625)
(end -3.125 -3.625)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "1e3e93bb-250a-44ad-9280-5913334d3a9a")
)
(fp_line
(start -2.5 -3)
(end 2.5 -3)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "1acff97d-518d-4b96-a7f7-49791b4f621f")
)
(fp_line
(start -2.5 -2.5)
(end -2 -3)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "6b6e2e51-f10f-4e34-94ac-e0814ac0e5a6")
)
(fp_line
(start -2.5 3)
(end -2.5 -3)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "26d2b105-0934-4b39-8f00-7cf5ec50bcf4")
)
(fp_line
(start 2.5 -3)
(end 2.5 3)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "6499d6b2-89d4-416f-a3ab-dd09396f1629")
)
(fp_line
(start 2.5 3)
(end -2.5 3)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "cc0220a3-1b0b-4bf4-8353-c0c68bd3cd5f")
)
(fp_line
(start 3.125 -3.625)
(end 3.125 3.625)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "5baec93c-89ad-47b6-bb77-44e0a048cfea")
)
(fp_line
(start 3.125 3.625)
(end -3.125 3.625)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "78a39282-5120-4137-a36b-abeefb8820df")
)
(pad "1" smd rect
(at -2.45 -2.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "53636543-9bb5-4288-aa00-4f58ef268b9e")
)
(pad "2" smd rect
(at -2.45 -1.75 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "da988356-4867-4126-8a65-28330b3a85eb")
)
(pad "3" smd rect
(at -2.45 -1.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "aed79fef-faaa-4d04-841f-d21f7fa0bfb1")
)
(pad "4" smd rect
(at -2.45 -0.75 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "ce447d0c-d153-4f65-9b31-67d2e729144e")
)
(pad "5" smd rect
(at -2.45 -0.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "30297282-1283-4943-a174-8645410ec396")
)
(pad "6" smd rect
(at -2.45 0.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "69cd174a-d71b-4dcd-ba48-40251c29e3ec")
)
(pad "7" smd rect
(at -2.45 0.75 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "383aaa46-8092-40cc-a77d-b393f4a0e374")
)
(pad "8" smd rect
(at -2.45 1.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "422ab9ba-ba72-4b0c-b6c6-8d17dff8dbe2")
)
(pad "9" smd rect
(at -2.45 1.75 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "fbd0e560-52cb-4063-abdc-6f9f5642aada")
)
(pad "10" smd rect
(at -2.45 2.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "55f0629c-6d56-4158-b6fb-82333d8495a7")
)
(pad "11" smd rect
(at -1.75 2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "ede1ca7b-7432-4547-95b7-d4e428cda219")
)
(pad "12" smd rect
(at -1.25 2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "fb1f2255-be7f-42dc-83e3-08991ba4902b")
)
(pad "13" smd rect
(at -0.75 2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "5d9e039e-4c78-4913-8460-e433e249ce44")
)
(pad "14" smd rect
(at -0.25 2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "188ce69a-a618-49fa-a3a0-d17202a54189")
)
(pad "15" smd rect
(at 0.25 2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "19670a1f-4df8-4d12-9dbc-acc02a7aec19")
)
(pad "16" smd rect
(at 0.75 2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "1a7cc7e7-dc51-452f-a6a2-ddd684f77854")
)
(pad "17" smd rect
(at 1.25 2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "254e5aea-52c7-4497-a5ee-0d66c0673d47")
)
(pad "18" smd rect
(at 1.75 2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "da76eba6-921f-4fac-9a67-b03fe53c5544")
)
(pad "19" smd rect
(at 2.45 2.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "e97a1e93-4cdb-455d-a0c0-c4571971693a")
)
(pad "20" smd rect
(at 2.45 1.75 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "3b6f27ca-9503-4597-86e4-ee078f223891")
)
(pad "21" smd rect
(at 2.45 1.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "1ae0b193-9101-4d8a-86ec-faceae892e50")
)
(pad "22" smd rect
(at 2.45 0.75 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "75a91213-a17a-4a12-b011-e813635e1cfb")
)
(pad "23" smd rect
(at 2.45 0.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "5de74e7c-2abe-439a-8d33-b23349b39fe6")
)
(pad "24" smd rect
(at 2.45 -0.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "6efa4c44-04d1-43aa-85ae-1b7d9b48521a")
)
(pad "25" smd rect
(at 2.45 -0.75 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "f68b6de4-62a6-44f8-9987-cf03762799ec")
)
(pad "26" smd rect
(at 2.45 -1.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "b91c7ebe-658b-43e1-a6be-ee43de814cba")
)
(pad "27" smd rect
(at 2.45 -1.75 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "231fec63-5910-4208-b668-0de7081ba956")
)
(pad "28" smd rect
(at 2.45 -2.25 90)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "33d16caa-402c-4ba0-8d5a-02b89f0c48e9")
)
(pad "29" smd rect
(at 1.75 -2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "237ed7bc-f6b4-451e-aecd-21f4a2ff1dfc")
)
(pad "30" smd rect
(at 1.25 -2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "602818bf-3309-4eb7-8d5d-52c7a40d7f7d")
)
(pad "31" smd rect
(at 0.75 -2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "f358b9b5-cd32-48e9-84a7-70619ce945f0")
)
(pad "32" smd rect
(at 0.25 -2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "974e2619-947f-4fb8-a68e-ae51e67732ca")
)
(pad "33" smd rect
(at -0.25 -2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "bb166815-c23e-404c-8f6b-bb97bb786a1c")
)
(pad "34" smd rect
(at -0.75 -2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "c1effa90-877a-4bf8-9c47-c939f9a7fe71")
)
(pad "35" smd rect
(at -1.25 -2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "aa019e78-1482-4373-94e3-e0aadc1acc88")
)
(pad "36" smd rect
(at -1.75 -2.95)
(size 0.3 0.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "26fe3c0c-3095-48ce-b3a8-a9b21d0d4b4d")
)
(pad "37" smd rect
(at 0 0)
(size 3.7 4.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "494b0fdd-525c-45c1-9c6d-80e13fb70502")
)
(embedded_fonts no)
(model "/Users/rohmermaxime/Documents/KiCad/9.0/3dmodels/BQ25756ERRVR.stp"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 -0 -0)
)
)
)
@@ -0,0 +1,545 @@
(footprint "BQ7694204PFBR"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "PFB (S-PQFP-G48")
(tags "Integrated Circuit")
(property "Reference" "IC**"
(at 0 0 0)
(layer "F.SilkS")
(uuid "1a2b8469-7906-4f1a-a95a-52709a4234f9")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "BQ7694204PFBR"
(at 0 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "11095923-d324-4615-9cda-539e94b16f55")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "f268b436-f6e3-4b77-95b7-18ced39f5e8b")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "70d55bde-b040-43a8-bca3-e40fca4143e3")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -3.15 -3.15)
(end 3.15 -3.15)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "b800fd28-149e-4ff7-b3f6-ee6afa71d8d9")
)
(fp_line
(start -3.15 3.15)
(end -3.15 -3.15)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "5e033068-b487-47fe-a743-9cb95ea0d770")
)
(fp_line
(start 3.15 -3.15)
(end 3.15 3.15)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "0018e3aa-dcdd-4f11-ad4d-4a267b8d8c84")
)
(fp_line
(start 3.15 3.15)
(end -3.15 3.15)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "3f417ef3-057d-4bea-b986-dfc8781cc4ed")
)
(fp_circle
(center -4.725 -3.5)
(end -4.85 -3.5)
(stroke
(width 0.254)
(type solid)
)
(fill no)
(layer "F.SilkS")
(uuid "0ed8ccac-f4c6-4998-9a05-1d2eef8a4dfb")
)
(fp_line
(start -5.225 -5.225)
(end 5.225 -5.225)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "fa1a4d25-1c65-4dec-a56a-3ce20ab98c37")
)
(fp_line
(start -5.225 5.225)
(end -5.225 -5.225)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "8c1f1070-cc2e-4a78-a9e3-2e9b64335317")
)
(fp_line
(start -3.5 -3.5)
(end 3.5 -3.5)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "05d33522-7a44-4908-8813-1b6f710058b0")
)
(fp_line
(start -3.5 -3)
(end -3 -3.5)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "dd187557-b864-496f-9724-24115d2106a7")
)
(fp_line
(start -3.5 3.5)
(end -3.5 -3.5)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "3760fd11-5c6c-4e10-b58f-48b342b97f49")
)
(fp_line
(start 3.5 -3.5)
(end 3.5 3.5)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "144bc4cc-dd84-48d7-a37e-859972afacdd")
)
(fp_line
(start 3.5 3.5)
(end -3.5 3.5)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "c9b5e1c3-c3cd-41bc-9277-9eb20fa020e6")
)
(fp_line
(start 5.225 -5.225)
(end 5.225 5.225)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "93782992-f633-42d1-b81c-d86c0ffb084e")
)
(fp_line
(start 5.225 5.225)
(end -5.225 5.225)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "b9b2f8b6-578d-4ed7-8e0d-a031efee943a")
)
(pad "1" smd rect
(at -4.238 -2.75 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "bf2dbd88-620e-451f-9c8a-4935fa6ef90b")
)
(pad "2" smd rect
(at -4.238 -2.25 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "070ec589-944e-4d0d-95a4-56ce03af6043")
)
(pad "3" smd rect
(at -4.238 -1.75 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "80d53126-cb37-46e9-a3a4-73e379a1bdcb")
)
(pad "4" smd rect
(at -4.238 -1.25 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "fbe6d9e3-51ac-4978-b4cd-adf1cd94ee0c")
)
(pad "5" smd rect
(at -4.238 -0.75 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "6859a030-b527-4d42-94d0-816c0fc91322")
)
(pad "6" smd rect
(at -4.238 -0.25 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "057e6be0-b89d-48fb-97ab-88410fded7fa")
)
(pad "7" smd rect
(at -4.238 0.25 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "622a28bf-b2d2-48e3-9b6f-c9bed50fe33e")
)
(pad "8" smd rect
(at -4.238 0.75 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "79617661-6252-4c5a-a6cf-5f78571842ff")
)
(pad "9" smd rect
(at -4.238 1.25 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "e8b9f0f9-dc3f-4e16-9853-390965ec8377")
)
(pad "10" smd rect
(at -4.238 1.75 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "b869ed09-1ced-4512-b207-110a1b77b6f6")
)
(pad "11" smd rect
(at -4.238 2.25 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "9b0d4e1c-fde8-495f-a78a-ce2f82723664")
)
(pad "12" smd rect
(at -4.238 2.75 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "d079e2b1-fe8e-4a75-9bd4-7b266e73732a")
)
(pad "13" smd rect
(at -2.75 4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "1440a1d1-c19e-407a-a9fb-dbcd2290b63d")
)
(pad "14" smd rect
(at -2.25 4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "e619fe2f-bf0b-412c-8644-cc0be0b52e83")
)
(pad "15" smd rect
(at -1.75 4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "8709b5ba-2a1c-464a-8531-546d9f840a18")
)
(pad "16" smd rect
(at -1.25 4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "d61b72f8-c57d-46fc-94f6-2333b8cb3b40")
)
(pad "17" smd rect
(at -0.75 4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "d3e48e67-d3ec-4528-9ff8-d6047ea75ce7")
)
(pad "18" smd rect
(at -0.25 4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "ca32987d-c0c2-47d7-810b-ec193f70d87b")
)
(pad "19" smd rect
(at 0.25 4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "15b36138-40da-4786-b2b7-40d4b647a702")
)
(pad "20" smd rect
(at 0.75 4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "d9b42963-8080-4cec-9ba9-5c4ae230af24")
)
(pad "21" smd rect
(at 1.25 4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "f06c2896-3ad5-431f-982d-b315d5b0b3bd")
)
(pad "22" smd rect
(at 1.75 4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "cfdebea2-3e81-4826-b96b-a3a33fff71ff")
)
(pad "23" smd rect
(at 2.25 4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "24dfa71d-2656-415e-8e0c-fb7098e71f48")
)
(pad "24" smd rect
(at 2.75 4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "7d621264-6ade-4acf-8f4c-72ad8ea9c75e")
)
(pad "25" smd rect
(at 4.238 2.75 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "f91acc98-7e05-46c6-b87a-c5d7a37009a4")
)
(pad "26" smd rect
(at 4.238 2.25 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "34820daf-273d-46a2-a450-bd6303d35253")
)
(pad "27" smd rect
(at 4.238 1.75 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "d1463834-81b0-4957-a4c6-dfd0e7e90c0d")
)
(pad "28" smd rect
(at 4.238 1.25 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "bbfbb61c-e237-4300-8b61-fee967cd09c9")
)
(pad "29" smd rect
(at 4.238 0.75 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "78f739d0-2e14-4b5c-b345-617844ae8330")
)
(pad "30" smd rect
(at 4.238 0.25 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "822ce270-ea99-457b-96c5-3ae44e196263")
)
(pad "31" smd rect
(at 4.238 -0.25 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "dfa78272-ec9f-453b-8189-05101704b5a9")
)
(pad "32" smd rect
(at 4.238 -0.75 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "70f6fba1-8fee-4db9-b025-88d11c57ae31")
)
(pad "33" smd rect
(at 4.238 -1.25 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "70053aa3-58bd-4b1e-b832-a57ea354fd88")
)
(pad "34" smd rect
(at 4.238 -1.75 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "8a71c749-868f-406e-aca8-90f49156093b")
)
(pad "35" smd rect
(at 4.238 -2.25 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "bfa071b4-c13e-4dcf-b94e-9f6111ada8c3")
)
(pad "36" smd rect
(at 4.238 -2.75 90)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "54add9d0-f47e-44c0-889f-9f2c6253cc87")
)
(pad "37" smd rect
(at 2.75 -4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "58b435f4-07ca-41c6-8df8-746dfade39ba")
)
(pad "38" smd rect
(at 2.25 -4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "902d680a-5ea1-4092-9459-b95bd4c5c49b")
)
(pad "39" smd rect
(at 1.75 -4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "6cd12024-4015-4005-bf17-51bc9ef69608")
)
(pad "40" smd rect
(at 1.25 -4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "c5ed986e-83ba-4a08-9e8b-c2ea154264ed")
)
(pad "41" smd rect
(at 0.75 -4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "25b6f025-80b4-45a1-b50f-c975139f45c5")
)
(pad "42" smd rect
(at 0.25 -4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "baa4aec3-e2ad-41c0-8cdd-9318c8fe3d98")
)
(pad "43" smd rect
(at -0.25 -4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "4d851012-a459-4d59-a0c6-0fab988afea1")
)
(pad "44" smd rect
(at -0.75 -4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "b9f6944b-befe-442a-9f9c-21fed20d41b0")
)
(pad "45" smd rect
(at -1.25 -4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "0d1c0e0f-f069-49d2-a840-2e2b4ec062b6")
)
(pad "46" smd rect
(at -1.75 -4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "1dee6a2d-07a4-4dbe-9cf4-3fc4eddeb5d6")
)
(pad "47" smd rect
(at -2.25 -4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "9b1c69b7-c611-4372-bb3c-7241ded53d7d")
)
(pad "48" smd rect
(at -2.75 -4.238)
(size 0.3 1.475)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "d38ec193-4118-4ed1-852f-8b51eada6bc0")
)
(embedded_fonts no)
(model "/Users/rohmermaxime/Documents/KiCad/9.0/3dmodels/BQ7694204PFBR.stp"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 90 -180 -0)
)
)
)
@@ -0,0 +1,213 @@
(footprint "BWVS005050406R8M00"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "5.00mm x 5.00mm x 4.20mm")
(tags "Inductor")
(property "Reference" "L**"
(at 0 0 0)
(layer "F.SilkS")
(uuid "2718a483-0710-4670-bcdf-c72b0d6530da")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "BWVS005050406R8M00"
(at 0 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "2a5bc246-1f61-41ec-a117-4e6a20b34e67")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "075b2ac0-7e18-420d-972d-93e946e2ad72")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "5e56a5ff-8f37-4f16-92da-e80a976b31d3")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -2.5 -2.5)
(end -2.5 2.5)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "4697672f-0bfe-43bb-a0f3-37dbfec41eb9")
)
(fp_line
(start 0 3)
(end 0 3)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "95ec4d94-aeb0-4e3f-8616-ae53387ccf7a")
)
(fp_line
(start 0 3.1)
(end 0 3.1)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "b4faac97-0788-461d-8562-dea5d343ba13")
)
(fp_line
(start 2.5 -2.5)
(end 2.5 2.5)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "8c105605-3ab0-4970-9a7b-f1b82460331e")
)
(fp_arc
(start 0 3)
(mid 0.05 3.05)
(end 0 3.1)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "64a92efc-cd91-4730-a122-6a17a4e50c88")
)
(fp_arc
(start 0 3.1)
(mid -0.05 3.05)
(end 0 3)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "6ceafd26-101b-4c71-bac9-2469afbbc518")
)
(fp_line
(start -3.5 -3.55)
(end 3.5 -3.55)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "e73130f6-7093-4cbd-8b5f-9e313a4f14f9")
)
(fp_line
(start -3.5 3.55)
(end -3.5 -3.55)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "ad86cc73-00ed-4306-a80a-68ee99854081")
)
(fp_line
(start -2.5 -2.5)
(end 2.5 -2.5)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "eefe390f-a56d-46fa-abf1-c1238b8cbf7c")
)
(fp_line
(start -2.5 2.5)
(end -2.5 -2.5)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "bfdf1622-d123-4e35-b656-14ef92075090")
)
(fp_line
(start 2.5 -2.5)
(end 2.5 2.5)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "2298de93-931e-4f93-8d2e-449744be19ce")
)
(fp_line
(start 2.5 2.5)
(end -2.5 2.5)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "93f01371-b662-46ab-92fd-a535e6ee6d5c")
)
(fp_line
(start 3.5 -3.55)
(end 3.5 3.55)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "6007bafa-e724-405a-8088-cd340ea6866d")
)
(fp_line
(start 3.5 3.55)
(end -3.5 3.55)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "a1593cbf-721a-40e1-b836-54d149682b91")
)
(pad "1" smd rect
(at 0 1.8 90)
(size 1.5 4)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "06c7f2fb-11e9-49fa-bfe0-8116af0c2701")
)
(pad "2" smd rect
(at 0 -1.8 90)
(size 1.5 4)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "7405dfe5-7704-4ac6-93bc-f2abe677ebc2")
)
(embedded_fonts no)
)
@@ -0,0 +1,191 @@
(footprint "EDH336M100A9MAA"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "EDH(8.3mmX10.2mm)")
(tags "Capacitor Polarised")
(property "Reference" "C**"
(at 0 0 0)
(layer "F.SilkS")
(uuid "f96c3752-47bc-4711-b6bf-c5090d6d43f9")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "EDH336M100A9MAA"
(at 0 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "b620445c-2a3c-40dd-9141-c5abc47e62a2")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "94e859fa-96bb-4136-86b4-ae6df6cfb411")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "d168abc4-7ec5-4153-be7b-9cbe0c702b35")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -5.775 -4.15)
(end 4.15 -4.15)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "fa279856-89ef-4fef-a353-e470f023c3d5")
)
(fp_line
(start -2.075 4.15)
(end 4.15 4.15)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "93c40ca8-0dae-4280-875c-8f581daf09fc")
)
(fp_line
(start -6.275 -4.75)
(end 6.275 -4.75)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "22a92ff8-6d9e-4b80-8eca-e978bb7a9773")
)
(fp_line
(start -6.275 4.75)
(end -6.275 -4.75)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "c5c76a62-94f1-4e8c-9853-ad8d2f553706")
)
(fp_line
(start -4.15 -2.075)
(end -4.15 2.075)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "9a40c9e4-2e26-40a8-b9c1-026911469300")
)
(fp_line
(start -4.15 2.075)
(end -2.075 4.15)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "2e2494b6-df87-420e-8685-9731d06e4473")
)
(fp_line
(start -2.075 -4.15)
(end -4.15 -2.075)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "99ce4d9f-b3d7-420b-94bb-8f61e648123b")
)
(fp_line
(start -2.075 4.15)
(end 4.15 4.15)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "4704f186-597c-4ca2-9dd6-599448bc6f84")
)
(fp_line
(start 4.15 -4.15)
(end -2.075 -4.15)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "fbece6fc-35d1-4ffc-aa5f-c6312da2487c")
)
(fp_line
(start 4.15 4.15)
(end 4.15 -4.15)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "fefd720a-539f-4506-afed-c6f419292004")
)
(fp_line
(start 6.275 -4.75)
(end 6.275 4.75)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "28326b25-91ad-47e2-962a-7f962ac01178")
)
(fp_line
(start 6.275 4.75)
(end -6.275 4.75)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "d5f2ffac-c07a-444c-9974-061eb23bd7d7")
)
(pad "1" smd rect
(at -3.65 0 90)
(size 2.1 4.25)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "12313d90-7ddf-461f-9a4c-9419dad74adf")
)
(pad "2" smd rect
(at 3.65 0 90)
(size 2.1 4.25)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "984a3c1b-0718-43ba-a10b-78550112801f")
)
(embedded_fonts no)
)
@@ -0,0 +1,139 @@
(footprint "My_LED_Connectors"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "Soldered wire connection, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.50 (https://www.staubli.com/content/dam/ecs/catalogs-brochures/TM/CAB-Main-11014119-en.pdf#page=11), bend radius 3 times outer diameter, generated with kicad-footprint-generator")
(tags "connector wire 0.5sqmm")
(property "Reference" "REF**"
(at 2.4 -2.35 0)
(layer "F.SilkS")
(uuid "ba5c5a0b-725e-486e-b882-f1c52c5c45f0")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "My_LED_Connectors"
(at 2.4 2.35 0)
(layer "F.Fab")
(uuid "77983ffd-dc6e-494d-81e4-ed99de42d4f1")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "08189dcb-f63c-4dba-b071-a17198cc4fed")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "4b771010-43cb-4496-824e-a87c734aca11")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr exclude_from_pos_files exclude_from_bom)
(fp_rect
(start -1.65 -1.65)
(end 1.65 1.65)
(stroke
(width 0.05)
(type solid)
)
(fill no)
(layer "F.CrtYd")
(uuid "4bd4a127-2850-489c-8bbd-4b40566339da")
)
(fp_rect
(start 3.15 -1.65)
(end 6.45 1.65)
(stroke
(width 0.05)
(type solid)
)
(fill no)
(layer "F.CrtYd")
(uuid "ef257c3e-b92f-456e-935e-0c0ac05d28fa")
)
(fp_circle
(center 0 0)
(end 1.15 0)
(stroke
(width 0.1)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "376e29df-29cf-4582-9d28-ce9098123d56")
)
(fp_circle
(center 4.8 0)
(end 5.95 0)
(stroke
(width 0.1)
(type solid)
)
(fill no)
(layer "F.Fab")
(uuid "2d82c9f3-12c9-4818-93be-4e8cb76456ad")
)
(fp_text user "${REFERENCE}"
(at 2.4 0 90)
(layer "F.Fab")
(uuid "19c3bec1-9657-4c9d-96b3-176942cd0c1e")
(effects
(font
(size 0.82 0.82)
(thickness 0.12)
)
)
)
(pad "1" thru_hole roundrect
(at 0 0)
(size 2.3 2.3)
(drill 1.15)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(roundrect_rratio 0.108696)
(uuid "78e41de5-b2d8-4911-80d1-578b89ef520a")
)
(pad "2" thru_hole circle
(at 4.8 0)
(size 2.3 2.3)
(drill 1.15)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "78a1b060-3d24-4c8b-b6dc-8cfb79ae03b3")
)
(embedded_fonts no)
(model "${KICAD9_3DMODEL_DIR}/Connector_Wire.3dshapes/SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm.step"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)
@@ -74,6 +74,16 @@
(layer "F.SilkS") (layer "F.SilkS")
(uuid "2df97f2c-a4b6-47bd-9241-ec708b355ba7") (uuid "2df97f2c-a4b6-47bd-9241-ec708b355ba7")
) )
(fp_line
(start -6.4 7.5)
(end 6.4 7.5)
(stroke
(width 0.1)
(type dash)
)
(layer "F.SilkS")
(uuid "507d8559-c0f3-4055-9125-ef0f2c8f609e")
)
(fp_line (fp_line
(start -4.5 4.5) (start -4.5 4.5)
(end 4.5 4.5) (end 4.5 4.5)
@@ -95,8 +105,8 @@
(uuid "6cda6855-4ecd-4a50-96c4-2c08a5ba5eb5") (uuid "6cda6855-4ecd-4a50-96c4-2c08a5ba5eb5")
) )
(fp_rect (fp_rect
(start -6.4 -4.5) (start -6.4 -2.325)
(end 6.4 4.5) (end 6.4 2.3)
(stroke (stroke
(width 0.05) (width 0.05)
(type default) (type default)
@@ -105,6 +115,19 @@
(layer "F.CrtYd") (layer "F.CrtYd")
(uuid "f4dad1cc-f3cb-4cbc-954c-2827e80970db") (uuid "f4dad1cc-f3cb-4cbc-954c-2827e80970db")
) )
(fp_text user "Board Side"
(at 4.225 6 180)
(unlocked yes)
(layer "F.SilkS")
(uuid "eab8d90d-60d5-42c7-b5f7-6fa0dd8bcc5f")
(effects
(font
(size 1 1)
(thickness 0.1)
)
(justify left bottom)
)
)
(fp_text user "${REFERENCE}" (fp_text user "${REFERENCE}"
(at -0.05 -6.025 0) (at -0.05 -6.025 0)
(unlocked yes) (unlocked yes)
@@ -135,7 +158,7 @@
) )
(pad "1" thru_hole roundrect (pad "1" thru_hole roundrect
(at -3.75 0) (at -3.75 0)
(size 2 2) (size 1.9 1.9)
(drill 1.2) (drill 1.2)
(layers "*.Cu" "*.Mask") (layers "*.Cu" "*.Mask")
(remove_unused_layers no) (remove_unused_layers no)
@@ -153,7 +176,7 @@
) )
(pad "3" thru_hole roundrect (pad "3" thru_hole roundrect
(at 3.75 0) (at 3.75 0)
(size 2 2) (size 1.9 1.9)
(drill 1.2) (drill 1.2)
(layers "*.Cu" "*.Mask") (layers "*.Cu" "*.Mask")
(remove_unused_layers no) (remove_unused_layers no)
@@ -0,0 +1,135 @@
(footprint "PDB12-H4151-104BF"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at 0.04 -7.92 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "045e9649-555f-4504-921e-09dcdf1c3e29")
(effects
(font
(size 1 1)
(thickness 0.1)
)
)
)
(property "Value" "PDB12-H4151-104BF"
(at 0 1 0)
(unlocked yes)
(layer "F.Fab")
(uuid "b04562ad-be19-4806-a33f-cdf516f15b20")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "fabeefdf-9740-464f-93e5-1fd5bbbd0755")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "4d18dfef-322d-4f31-a5f4-985f55f9665b")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_rect
(start -6.29 -11.11)
(end 6.31 1.29)
(stroke
(width 0.05)
(type solid)
)
(fill no)
(layer "F.CrtYd")
(uuid "90d4ae98-252c-47aa-93a4-84f08fb82dc0")
)
(fp_text user "${REFERENCE}"
(at 0 2.5 0)
(unlocked yes)
(layer "F.Fab")
(uuid "ad51119c-4558-4bdd-86fc-309d33ecec35")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(pad "" np_thru_hole roundrect
(at -5.05 -10)
(size 3 3)
(drill 3.9)
(layers "*.Cu" "*.Mask")
(roundrect_rratio 0.15)
(uuid "6d77dddf-ecc5-4ceb-9bdf-479ecf9824a2")
)
(pad "" np_thru_hole roundrect
(at 5.05 -10)
(size 3 3)
(drill oval 3.9)
(layers "*.Cu" "*.Mask")
(roundrect_rratio 0.15)
(uuid "9ab80087-11d7-4385-8c2a-6a39354bd64a")
)
(pad "1" thru_hole roundrect
(at -3.75 0)
(size 2 2)
(drill 1.1)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(roundrect_rratio 0.15)
(uuid "06195e25-ee31-40df-8216-b4a329c4524d")
)
(pad "2" thru_hole roundrect
(at 0 0)
(size 2 2)
(drill 1.1)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(roundrect_rratio 0.15)
(uuid "89511afe-43ff-48b8-b9ea-3e1976cbdd05")
)
(pad "3" thru_hole roundrect
(at 3.75 0)
(size 2 2)
(drill 1.1)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(roundrect_rratio 0.15)
(uuid "80982c15-b33c-4da0-97a1-494b4a7c7d7a")
)
(embedded_fonts no)
(model "/Users/rohmermaxime/Documents/KiCad/9.0/3dmodels/PDB12-H4301-104BF.stp"
(offset
(xyz -3.7 0 0.5)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -0 -0 -0)
)
)
)
@@ -66,22 +66,18 @@
) )
) )
) )
(pad "1" thru_hole rect (pad "1" smd roundrect
(at -2 0)
(size 2.8 2.8)
(drill oval 1.2 1.4)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "13e1c5d8-6269-437f-af0f-404b328d259b")
)
(pad "2" thru_hole roundrect
(at 2 0) (at 2 0)
(size 2.8 2.8) (size 2.8 2.8)
(drill oval 1.2 1.4) (layers "F.Cu" "F.Mask")
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(roundrect_rratio 0.3571428571) (roundrect_rratio 0.3571428571)
(uuid "47adb1c3-a292-48b7-bbe6-7bd584963f25") (uuid "47adb1c3-a292-48b7-bbe6-7bd584963f25")
) )
(pad "2" smd rect
(at -2 0)
(size 2.8 2.8)
(layers "F.Cu" "F.Mask")
(uuid "13e1c5d8-6269-437f-af0f-404b328d259b")
)
(embedded_fonts no) (embedded_fonts no)
) )
+125
View File
@@ -0,0 +1,125 @@
(footprint "Rad"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at 0 -0.5 0)
(unlocked yes)
(layer "F.SilkS")
(uuid "73e09a5c-9164-451f-a3f0-7d765dde8752")
(effects
(font
(size 1 1)
(thickness 0.1)
)
)
)
(property "Value" "Rad"
(at 0 1 0)
(unlocked yes)
(layer "F.Fab")
(uuid "25c30438-42cc-49b3-9454-49b9d6932675")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "f530a885-1ffd-4432-ba4b-908c71645bd0")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "c6c2e358-dab8-4de3-8a68-a3a9568815c7")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(attr smd)
(fp_circle
(center 7.5 18)
(end 9.6 18)
(stroke
(width 0.05)
(type solid)
)
(fill no)
(layer "Edge.Cuts")
(uuid "72b3782f-c2e2-4e9c-9b32-c6429ca94c47")
)
(fp_circle
(center 7.5 64)
(end 9.6 64)
(stroke
(width 0.05)
(type solid)
)
(fill no)
(layer "Edge.Cuts")
(uuid "8b82c81c-7ed4-4fca-becd-5d1206d7ea41")
)
(fp_circle
(center 112.5 8.4)
(end 114.6 8.4)
(stroke
(width 0.05)
(type solid)
)
(fill no)
(layer "Edge.Cuts")
(uuid "05587e90-7af8-4af8-a19a-887d65ec6298")
)
(fp_circle
(center 112.5 73.6)
(end 114.6 73.6)
(stroke
(width 0.05)
(type solid)
)
(fill no)
(layer "Edge.Cuts")
(uuid "4cc841b1-d2b7-4c8f-ad48-b420f6ff9a90")
)
(fp_rect
(start 0 0)
(end 120 82)
(stroke
(width 0.25)
(type solid)
)
(fill no)
(layer "User.1")
(uuid "3b868cf1-fc94-401c-adde-ee580dfea77f")
)
(fp_text user "${REFERENCE}"
(at 0 2.5 0)
(unlocked yes)
(layer "F.Fab")
(uuid "c84daa2d-6504-4df6-a559-af293e8ae8d0")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(embedded_fonts no)
)
@@ -0,0 +1,220 @@
(footprint "SOIC127P600X170-9N"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "DDA (PDSO-G8)")
(tags "Integrated Circuit")
(property "Reference" "IC**"
(at 0 0 0)
(layer "F.SilkS")
(uuid "52ca57ec-2446-4b71-97a6-d015570439af")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "SOIC127P600X170-9N"
(at 0 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "39a14df6-ff33-4999-b69e-edd37f99f40e")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "fb5a5ec9-150a-42f8-8975-8b7cf9c21985")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "2f63b0f6-b773-4e61-8144-09b51393f08f")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -3.475 -2.58)
(end -1.95 -2.58)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "52d8d1d5-f1a6-49e6-ace3-65aa5fdf162a")
)
(fp_line
(start -3.725 -2.75)
(end 3.725 -2.75)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "aa765fc7-41e2-408f-8e2c-57cab11411be")
)
(fp_line
(start -3.725 2.75)
(end -3.725 -2.75)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "7c1baf24-af55-40d7-a62f-79bb2d6476b5")
)
(fp_line
(start -1.95 -2.45)
(end 1.95 -2.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "c8990207-36b7-4695-bdcb-b23ae8a97058")
)
(fp_line
(start -1.95 -1.18)
(end -0.68 -2.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "32f9e3b1-d889-40da-94cf-4b58ee281255")
)
(fp_line
(start -1.95 2.45)
(end -1.95 -2.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "6ef3bac5-557f-4242-b0d2-13ae7e81d3e5")
)
(fp_line
(start 1.95 -2.45)
(end 1.95 2.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "2c769033-7530-4778-82f7-bd3243e7eed6")
)
(fp_line
(start 1.95 2.45)
(end -1.95 2.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "01d9b400-1dfd-42e9-a7eb-0f7ea8aefe25")
)
(fp_line
(start 3.725 -2.75)
(end 3.725 2.75)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "431a9dd9-71d4-42b4-84ad-6e3d75314688")
)
(fp_line
(start 3.725 2.75)
(end -3.725 2.75)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "313a5434-e498-4b8f-846b-3b7ee7671ea4")
)
(pad "1" smd rect
(at -2.712 -1.905 90)
(size 0.65 1.525)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "2603e035-7140-4f56-a9ca-35c2aab700ea")
)
(pad "2" smd rect
(at -2.712 -0.635 90)
(size 0.65 1.525)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "e33fb76a-0471-49eb-ab7a-3d53b71326dc")
)
(pad "3" smd rect
(at -2.712 0.635 90)
(size 0.65 1.525)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "b1804d99-1012-435b-b996-4a12860e7bb2")
)
(pad "4" smd rect
(at -2.712 1.905 90)
(size 0.65 1.525)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "f4509465-35e5-4268-88d4-44806f222c85")
)
(pad "5" smd rect
(at 2.712 1.905 90)
(size 0.65 1.525)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "f9ac1885-d387-4912-84a9-fb4adeadbff5")
)
(pad "6" smd rect
(at 2.712 0.635 90)
(size 0.65 1.525)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "505eda4d-97f0-4e28-a995-2c678168f9fd")
)
(pad "7" smd rect
(at 2.712 -0.635 90)
(size 0.65 1.525)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "751596b8-ad2b-4720-b2a9-17d6259e399a")
)
(pad "8" smd rect
(at 2.712 -1.905 90)
(size 0.65 1.525)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "10edc658-92ba-4f09-a205-db8db445a1ac")
)
(pad "9" smd rect
(at 0 0)
(size 2.4 3.1)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "14f4bfe5-3cdb-4774-971a-680dcef99510")
)
(embedded_fonts no)
)
@@ -0,0 +1,428 @@
(footprint "TPS25751DREFR"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "REF0038A_2024")
(tags "Integrated Circuit")
(property "Reference" "IC**"
(at 0.025 -0.025 0)
(layer "F.SilkS")
(uuid "caf2f088-6830-4f25-8bb7-6d2ba0ab6d57")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "TPS25751DREFR"
(at 0.025 -0.025 0)
(layer "F.SilkS")
(hide yes)
(uuid "5bd558c7-a73c-45e4-976e-499e6373aade")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "d215b597-54c2-4881-bbd1-a73980056135")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "d456e5f2-f321-40fc-9d2f-3d337615eacf")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -3.7 -1)
(end -3.7 -1)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e10f9199-dfc5-4254-9ede-f54c5bddb7a8")
)
(fp_line
(start -3.6 -1)
(end -3.6 -1)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e08bf6f7-fb2a-4d72-a699-70c47d07cfb5")
)
(fp_arc
(start -3.7 -1)
(mid -3.65 -1.05)
(end -3.6 -1)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f84af164-922b-4bb7-b43e-472291b5fca3")
)
(fp_arc
(start -3.6 -1)
(mid -3.65 -0.95)
(end -3.7 -1)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "572d3387-1211-421b-a3d0-46a7bc44303b")
)
(fp_line
(start -4.2 -3.25)
(end 4.25 -3.25)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "67e05d92-6ad7-43b8-affb-7536e92bf5a4")
)
(fp_line
(start -4.2 3.2)
(end -4.2 -3.25)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "67573d54-d5df-45c9-863d-0de98cf93d7d")
)
(fp_line
(start -3 -2)
(end 3 -2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "bd02854a-d318-4802-b259-cf576ba2ac5a")
)
(fp_line
(start -3 2)
(end -3 -2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "6c72152b-ca60-4fe6-9a56-ac731efb5377")
)
(fp_line
(start 3 -2)
(end 3 2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "e8d281bc-00be-4b08-a551-27613bded017")
)
(fp_line
(start 3 2)
(end -3 2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "c163dbb6-9fb4-4ae0-b959-5e763ee2ff6d")
)
(fp_line
(start 4.25 -3.25)
(end 4.25 3.2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "d576bb2b-69e4-45b8-a9d6-02a969cb3350")
)
(fp_line
(start 4.25 3.2)
(end -4.2 3.2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "0a56d72b-d3d3-4684-9861-9c75ae41af76")
)
(pad "1" smd rect
(at -2.925 -1 90)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "41a8324d-16b6-47c4-85a6-02f100d91e22")
)
(pad "2" smd rect
(at -2.925 -0.6 90)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "14b8e50d-eed8-46fe-9932-7e8c036f19dd")
)
(pad "3" smd rect
(at -2.925 -0.2 90)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "c34c0577-6a65-4819-8757-dd6024867625")
)
(pad "4" smd rect
(at -2.925 0.2 90)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "01ca5ce6-2acb-4af5-83a9-1c2cd26ebe0b")
)
(pad "5" smd rect
(at -2.925 0.6 90)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "e1dfdab4-d18a-4e70-9ddf-336ddf27b70e")
)
(pad "6" smd rect
(at -2.925 1 90)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "5278c6bc-9bdd-4616-b185-33c1d2f3ae15")
)
(pad "7" smd rect
(at -2.4 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "c5128cff-6727-4578-af0d-8faf1505b1af")
)
(pad "8" smd rect
(at -2 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "3acc020e-e30d-46b7-a148-dcdd4fa2a662")
)
(pad "9" smd rect
(at -1.6 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "2e91925b-e03a-4a64-8f12-1eaf797d1436")
)
(pad "10" smd rect
(at -1.2 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "a3e6da99-ab7b-4b2a-9f4e-3f9728e50345")
)
(pad "11" smd rect
(at -0.8 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "461a0344-e144-45c4-9cb8-3bef5c1453d4")
)
(pad "12" smd rect
(at -0.4 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "751a97b2-6c48-48b9-9b91-35343a566207")
)
(pad "13" smd rect
(at 0 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "deadd133-444f-434e-972b-88d8d05afe85")
)
(pad "14" smd rect
(at 0.4 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "0aac1144-57cc-46c0-85f1-2c93a1954599")
)
(pad "15" smd rect
(at 0.8 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "5116157f-5f45-47c2-8bcb-6a730759a35a")
)
(pad "16" smd rect
(at 1.2 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "35303e82-98b7-484a-a7a0-2aaf881a9048")
)
(pad "17" smd rect
(at 1.6 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "a8bed1d2-ea21-4593-bb6d-87ded17de903")
)
(pad "18" smd rect
(at 2 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "21086560-8b1b-4f1d-bcb4-9260b51f1d9c")
)
(pad "19" smd rect
(at 2.4 1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "79230ab1-594a-44be-97b2-9814e6b24b74")
)
(pad "20" smd rect
(at 2.925 0.65)
(size 0.65 1.2)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "363b908f-268a-4a6e-ab19-439cfd5c2d0f")
)
(pad "23" smd rect
(at 2.925 -0.65)
(size 0.65 1.2)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "185c92b6-f2f0-4e92-b9e6-fce8b788b697")
)
(pad "26" smd rect
(at 2.4 -1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "56bbf637-de3b-4d05-93ac-1be62d95d372")
)
(pad "27" smd rect
(at 2 -1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "4d38cde7-da18-401c-8074-8b5cb0bdb973")
)
(pad "28" smd rect
(at 1.6 -1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "cd9bd8c3-b213-416f-a6a5-28133b9e2590")
)
(pad "29" smd rect
(at 1.2 -1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "87567afd-5db4-4e90-9479-3fc865f8fa16")
)
(pad "30" smd rect
(at 0.8 -1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "70743569-0f03-447e-8b92-3602323321ed")
)
(pad "31" smd rect
(at 0.4 -1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "d757567b-d96a-4a24-b01d-2347a6d38bb8")
)
(pad "32" smd rect
(at -0.2 -1.925 90)
(size 0.65 0.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "8ba3f9a2-9394-4ace-89d1-de5528cfc6e9")
)
(pad "34" smd rect
(at -1 -1.925 90)
(size 0.65 0.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "aa0ae53c-5f88-49a9-ae71-3e807432a81c")
)
(pad "36" smd rect
(at -1.6 -1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "11d0fe4a-38a4-4103-8183-2cb3a3a1dfd4")
)
(pad "37" smd rect
(at -2 -1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "829f2cb8-a1f9-46ad-a110-0d2e29ea2f3f")
)
(pad "38" smd rect
(at -2.4 -1.925)
(size 0.2 0.55)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "54df0b8a-90f0-4dee-ae5a-d2fc33a74805")
)
(pad "39" smd rect
(at -0.965 0 90)
(size 2.65 2.72)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "2f3d8105-a59c-4e18-b0f0-d8d84e3cfc38")
)
(pad "40" smd rect
(at 1.56 0)
(size 1.53 2.65)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "f834a7be-9390-463d-b179-64365f787730")
)
(embedded_fonts no)
(model "/Users/rohmermaxime/Documents/KiCad/9.0/3dmodels/TPS25751DREFR.stp"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz -90 -0 -0)
)
)
)
@@ -0,0 +1,400 @@
(footprint "TPS25751SRSMR"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "RSM0032B_2024")
(tags "Integrated Circuit")
(property "Reference" "IC**"
(at 0 0 0)
(layer "F.SilkS")
(uuid "26b81988-ce7c-4f6e-b4aa-9d264328498d")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "TPS25751SRSMR"
(at 0 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "fefd2cc5-d145-4b6b-89f6-6f9d78a55141")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "6074bf3c-4c17-4aaf-b760-5e8165ddfdc6")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "56a3cfc6-29ed-4698-ace8-b6f1787664ed")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_circle
(center -2.375 -2)
(end -2.275 -2)
(stroke
(width 0.254)
(type solid)
)
(fill no)
(layer "F.SilkS")
(uuid "37ff8a92-a856-4f74-92d4-80437ae63f16")
)
(fp_line
(start -2.6 -2.6)
(end 2.6 -2.6)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "60defd1f-ee2e-40f1-82e9-fb4a651e7068")
)
(fp_line
(start -2.6 2.6)
(end -2.6 -2.6)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "305fa2d1-abd8-45f2-8005-373d8c29c01b")
)
(fp_line
(start -2 -2)
(end 2 -2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "6520c255-6805-4dab-92d0-f42eeb2f3f79")
)
(fp_line
(start -2 -1.6)
(end -1.6 -2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "be7dbf39-45e2-47af-92a4-c98e19931ffb")
)
(fp_line
(start -2 2)
(end -2 -2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "99e668df-0770-408e-9068-36ae2f57b874")
)
(fp_line
(start 2 -2)
(end 2 2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "1a7f5ec1-4ea5-4942-9f2d-45e987f0ee00")
)
(fp_line
(start 2 2)
(end -2 2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "cd7201d1-3126-4455-93b9-1d49c08b752e")
)
(fp_line
(start 2.6 -2.6)
(end 2.6 2.6)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "2eb8620e-6b1b-48e7-b666-4211378bd043")
)
(fp_line
(start 2.6 2.6)
(end -2.6 2.6)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "57ddcf2f-e34e-460d-9840-f8eb24db7826")
)
(pad "1" smd rect
(at -2 -1.4 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "88d04bd3-466c-43f7-a2cf-a937d9819fd7")
)
(pad "2" smd rect
(at -2 -1 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "aed1858b-6611-4e67-a8fb-c92fab8026c2")
)
(pad "3" smd rect
(at -2 -0.6 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "58d6b67f-606b-4dc2-85f8-067a1877ba71")
)
(pad "4" smd rect
(at -2 -0.2 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "69af9a03-5c03-41d2-a7b6-a289524cb91c")
)
(pad "5" smd rect
(at -2 0.2 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "3e2b8c28-f1df-461c-8f61-0af378d4c99f")
)
(pad "6" smd rect
(at -2 0.6 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "ce79b276-7418-4eef-85bf-7b419f8099f0")
)
(pad "7" smd rect
(at -2 1 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "aa8a1641-5beb-4460-a37d-8c3f99e364fe")
)
(pad "8" smd rect
(at -2 1.4 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "8998993c-6579-46e3-8940-3ddaaac6e6e7")
)
(pad "9" smd rect
(at -1.4 2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "e5556532-712a-49bf-a32d-c9b5ae29e975")
)
(pad "10" smd rect
(at -1 2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "76072e61-51bd-429e-9575-9e823613f24a")
)
(pad "11" smd rect
(at -0.6 2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "04bd4ec9-0e6e-4d57-95f6-dcd3edba6e39")
)
(pad "12" smd rect
(at -0.2 2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "ae934482-1a8e-4b82-b1b5-c8c5a9f403aa")
)
(pad "13" smd rect
(at 0.2 2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "1d061052-3417-4912-ae6e-80e3eabc888d")
)
(pad "14" smd rect
(at 0.6 2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "0fecfad4-7542-4a61-be08-1b9bafb00655")
)
(pad "15" smd rect
(at 1 2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "3e6fd971-58dd-456d-9155-c3f9428d5f20")
)
(pad "16" smd rect
(at 1.4 2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "6b43677b-0a5b-4547-b2fa-d99661a893c5")
)
(pad "17" smd rect
(at 2 1.4 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "8bb586c3-17de-42c3-afef-bf8bc6747c4a")
)
(pad "18" smd rect
(at 2 1 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "92835f95-bc7e-42b4-b7a3-7f45c6aa04f9")
)
(pad "19" smd rect
(at 2 0.6 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "befd3bac-9622-4108-8e24-5a58cd3b3dc1")
)
(pad "20" smd rect
(at 2 0.2 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "d527f080-7e97-4d5b-a3a8-5a773401740b")
)
(pad "21" smd rect
(at 2 -0.2 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "3b32d4cf-b1fd-4919-8d8b-69c3527edb9d")
)
(pad "22" smd rect
(at 2 -0.6 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "bd3f996b-bc71-4c8c-8d27-f7d1fa58b99b")
)
(pad "23" smd rect
(at 2 -1 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "0f6e7041-668d-4fd2-bc26-a317a30974de")
)
(pad "24" smd rect
(at 2 -1.4 90)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "802ee909-0c82-4bcd-b702-647f9d329d04")
)
(pad "25" smd rect
(at 1.4 -2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "d597c57c-1289-4fcf-8cfd-63980a287e4a")
)
(pad "26" smd rect
(at 1 -2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "33b80168-924d-4a7d-8db0-c838978d61b0")
)
(pad "27" smd rect
(at 0.6 -2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "a40db942-03a5-4f8a-b0d0-7b0ea9b7920a")
)
(pad "28" smd rect
(at 0.2 -2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "770d619a-7493-46d5-b0dd-f7e25cfb1840")
)
(pad "29" smd rect
(at -0.2 -2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "7d509433-3e69-4257-9682-ac28dd532d66")
)
(pad "30" smd rect
(at -0.6 -2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "9b056546-2233-4eff-b549-353296903541")
)
(pad "31" smd rect
(at -1 -2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "7323fff7-ffe0-4d20-b987-ff2bc1e86027")
)
(pad "32" smd rect
(at -1.4 -2)
(size 0.2 0.75)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "2065e2af-3a5a-402c-b835-9ad747fcba5a")
)
(pad "33" smd rect
(at 0 0)
(size 2.85 2.85)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "963e6b28-a76d-49fb-9892-96ed825e1939")
)
(embedded_fonts no)
(model "/Users/rohmermaxime/Documents/KiCad/9.0/3dmodels/TPS25751SRSMR.stp"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)
@@ -0,0 +1,207 @@
(footprint "TPS61170DRVRG4"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "DRV0006A")
(tags "Integrated Circuit")
(property "Reference" "IC**"
(at 0 0 0)
(layer "F.SilkS")
(uuid "11821507-4c30-4a58-964b-a333a61d2198")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "TPS61170DRVRG4"
(at 0 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "39531838-3e95-49b1-9227-502f40145cf4")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "b6467da6-a322-4049-914d-74ec1f011de1")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "cb83b32b-02b8-4b06-b45e-fd494add610f")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_circle
(center -1.35 -1.325)
(end -1.225 -1.325)
(stroke
(width 0.254)
(type solid)
)
(fill no)
(layer "F.SilkS")
(uuid "61777b11-8b5b-401a-9ef9-ff789b4ad593")
)
(fp_line
(start -1.6 -1.3)
(end 1.6 -1.3)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "f807f84c-83a6-467b-a488-f426025571d4")
)
(fp_line
(start -1.6 1.3)
(end -1.6 -1.3)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "b8040cd6-e5bd-4c4f-828e-d6f38bd166ca")
)
(fp_line
(start -1 -1)
(end 1 -1)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "e9b29fbb-c3fd-46fd-a09a-1e62b6b1d2e5")
)
(fp_line
(start -1 -0.5)
(end -0.5 -1)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "a1789462-6fe5-4709-afac-6fbb7d0f99c1")
)
(fp_line
(start -1 1)
(end -1 -1)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "bb91a63c-6fc0-41b3-b888-9f441acba32f")
)
(fp_line
(start 1 -1)
(end 1 1)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "c992f738-fc81-4d09-98ec-ffcf6970384c")
)
(fp_line
(start 1 1)
(end -1 1)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "cce97925-1747-493e-92d3-89c8e2d92873")
)
(fp_line
(start 1.6 -1.3)
(end 1.6 1.3)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "b3d3097a-0c1d-43c8-92c5-d27173f59dd0")
)
(fp_line
(start 1.6 1.3)
(end -1.6 1.3)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "1a0aaa6c-2e61-4b9b-9b5e-176512f0fa65")
)
(pad "1" smd rect
(at -1.05 -0.65 90)
(size 0.35 0.6)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "854f10f0-dcc5-47e9-a38e-248bf5806bcb")
)
(pad "2" smd rect
(at -1.05 0 90)
(size 0.35 0.6)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "7779aa2b-247b-4fef-8c3c-a68b5843a597")
)
(pad "3" smd rect
(at -1.05 0.65 90)
(size 0.35 0.6)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "60b4979c-260d-41e8-81fd-cf27755b7dd1")
)
(pad "4" smd rect
(at 1.05 0.65 90)
(size 0.35 0.6)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "5e9a2e43-2b8b-4fdc-9b61-4058e1984639")
)
(pad "5" smd rect
(at 1.05 0 90)
(size 0.35 0.6)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "78a0a046-1587-4c0f-9616-cc7f820a5780")
)
(pad "6" smd rect
(at 1.05 -0.65 90)
(size 0.35 0.6)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "1af28e0e-fb4d-4acc-8fa7-ea6b56dd221b")
)
(pad "7" smd rect
(at 0 0)
(size 1.1 1.7)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "27f4764b-aa5c-468f-9dbe-71b124d002d9")
)
(embedded_fonts no)
)
+235
View File
@@ -0,0 +1,235 @@
(footprint "TPS62932DRLR"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "DRL0008A")
(tags "Integrated Circuit")
(property "Reference" "IC**"
(at 0 0 0)
(layer "F.SilkS")
(uuid "cf5e203c-9d2b-49ae-983b-2b1a1e7abdd6")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "TPS62932DRLR"
(at 0 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "21ff7f9f-ba7f-4988-8ea3-88577f20c613")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "ad2b4db9-b870-451d-9d14-6364cbf8844c")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "71106e61-6f9c-443f-9c68-987ad25e5473")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -1.6 -0.7)
(end -1.6 -0.7)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e43ef3f3-985b-4f91-83db-51ba6535a1eb")
)
(fp_line
(start -1.6 -0.6)
(end -1.6 -0.6)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "c98a6874-38eb-4519-aa48-bbdb7df0a058")
)
(fp_arc
(start -1.6 -0.7)
(mid -1.55 -0.65)
(end -1.6 -0.6)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "09b309e2-9076-488e-a8bd-d39e05fac81e")
)
(fp_arc
(start -1.6 -0.6)
(mid -1.65 -0.65)
(end -1.6 -0.7)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "78c12070-16b5-4662-953f-e3db8375d734")
)
(fp_line
(start -2.075 -2.05)
(end 2.075 -2.05)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "3746f820-8590-40bc-845a-79566d6e15ba")
)
(fp_line
(start -2.075 2.05)
(end -2.075 -2.05)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "364dfd0a-1832-4dc5-99cc-234711319700")
)
(fp_line
(start -0.6 -1.05)
(end 0.6 -1.05)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "31275c2a-60d7-4b18-93c3-cb0c64703ec9")
)
(fp_line
(start -0.6 1.05)
(end -0.6 -1.05)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "dcbdf177-c4a0-4e85-86c2-824776c8955d")
)
(fp_line
(start 0.6 -1.05)
(end 0.6 1.05)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "f7df0bc1-99be-45d1-acce-862f8c06add9")
)
(fp_line
(start 0.6 1.05)
(end -0.6 1.05)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "62bffca8-476a-4370-9427-f615f581880d")
)
(fp_line
(start 2.075 -2.05)
(end 2.075 2.05)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "818d628c-8c00-4c17-b2a5-560facd805a5")
)
(fp_line
(start 2.075 2.05)
(end -2.075 2.05)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "c8087a6a-5b19-428e-ac11-b4b9743f2279")
)
(pad "1" smd rect
(at -0.74 -0.75 90)
(size 0.3 0.67)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "2409d237-4b02-4617-ad68-183f3155cca3")
)
(pad "2" smd rect
(at -0.74 -0.25 90)
(size 0.3 0.67)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "092036b3-1bc1-4fe8-a1fe-d87b5c3d32a5")
)
(pad "3" smd rect
(at -0.74 0.25 90)
(size 0.3 0.67)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "65a8f5da-2fe0-46a2-871c-975233f2969e")
)
(pad "4" smd rect
(at -0.74 0.75 90)
(size 0.3 0.67)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "86caeb0a-ddb3-4764-b5c0-49d6d12c2af0")
)
(pad "5" smd rect
(at 0.74 0.75 90)
(size 0.3 0.67)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "a1bf9d88-f5c2-4620-a961-82e3cfa0da8f")
)
(pad "6" smd rect
(at 0.74 0.25 90)
(size 0.3 0.67)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "93d56e18-b1fb-4929-9242-5d34f4202590")
)
(pad "7" smd rect
(at 0.74 -0.25 90)
(size 0.3 0.67)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "c75b1107-c2a7-4187-b576-56d586b9f543")
)
(pad "8" smd rect
(at 0.74 -0.75 90)
(size 0.3 0.67)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "217d6dd0-5846-44ca-bbea-e9a4c0820631")
)
(embedded_fonts no)
)
@@ -0,0 +1,232 @@
(footprint "XC9141B50DMR-G"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "SOT-25")
(tags "Integrated Circuit")
(property "Reference" "IC**"
(at 0 0 0)
(layer "F.SilkS")
(uuid "5f054472-8124-435b-9468-78d59459891e")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "XC9141B50DMR-G"
(at 0 0 0)
(layer "F.SilkS")
(hide yes)
(uuid "f96df485-546d-4645-a9e3-94d5a0e3164e")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "01ee3519-70e6-4a67-8ed9-6ecfd63dba21")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "b436d4d1-2230-4fae-b9bc-2ad3e8bcdb67")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -1.85 -1.5)
(end -0.95 -1.5)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "503afd65-f2a2-4ac1-bfc7-22a3a8b259a1")
)
(fp_line
(start -0.6 -1.45)
(end 0.6 -1.45)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "6ff56837-c0ee-4ddc-b14c-3d7c60106689")
)
(fp_line
(start -0.6 1.45)
(end -0.6 -1.45)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "d84b413b-42c9-4c72-ba5c-85f62089693d")
)
(fp_line
(start 0.6 -1.45)
(end 0.6 1.45)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "c63ee6ef-a62d-49ec-b594-58792660fe70")
)
(fp_line
(start 0.6 1.45)
(end -0.6 1.45)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "df308642-5c4a-4e27-bb22-1717ecf38c4a")
)
(fp_line
(start -2.1 -1.8)
(end 2.1 -1.8)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "e21bb6f0-72fc-4a1e-a7c3-a8e1eafc233e")
)
(fp_line
(start -2.1 1.8)
(end -2.1 -1.8)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "3e2dd3db-1aae-4f11-b9ab-86de8aaf319b")
)
(fp_line
(start -0.825 -1.45)
(end 0.825 -1.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "712b2e68-1558-4094-a70c-01d5a318ce57")
)
(fp_line
(start -0.825 -0.5)
(end 0.125 -1.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "57383916-9aa2-433c-a5ea-5f174b77bcf8")
)
(fp_line
(start -0.825 1.45)
(end -0.825 -1.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "a870e028-c164-4996-956b-480eb6b3f6b8")
)
(fp_line
(start 0.825 -1.45)
(end 0.825 1.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "b58ce9fa-bc78-4939-928c-cb2edce68b4d")
)
(fp_line
(start 0.825 1.45)
(end -0.825 1.45)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "a1c7f480-cda7-44c7-ac9e-43bda4321868")
)
(fp_line
(start 2.1 -1.8)
(end 2.1 1.8)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "9361b1e2-c7cf-4eeb-8410-d98e97cb3654")
)
(fp_line
(start 2.1 1.8)
(end -2.1 1.8)
(stroke
(width 0.05)
(type solid)
)
(layer "Dwgs.User")
(uuid "69c4caf7-b2d7-49ea-b362-2f155e35315b")
)
(pad "1" smd rect
(at -1.4 -0.95 90)
(size 0.6 0.9)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "6d07e619-c691-4769-ab22-b1e957339f39")
)
(pad "2" smd rect
(at -1.4 0 90)
(size 0.6 0.9)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "8a3c70cd-acc4-486b-a4e6-3067b951ea98")
)
(pad "3" smd rect
(at -1.4 0.95 90)
(size 0.6 0.9)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "a14c60fa-1996-45d2-b59c-9bde19ad397e")
)
(pad "4" smd rect
(at 1.4 0.95 90)
(size 0.6 0.9)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "dac70f0a-9f60-4ddb-9bb0-8352a04a283c")
)
(pad "5" smd rect
(at 1.4 -0.95 90)
(size 0.6 0.9)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "69acd1d6-5d75-4acd-a7f9-381bec8faa16")
)
(embedded_fonts no)
)
+374
View File
@@ -0,0 +1,374 @@
(footprint "XF3M20151B"
(version 20241229)
(generator "pcbnew")
(generator_version "9.0")
(layer "F.Cu")
(descr "XF3M-2015-1B-2")
(tags "Connector")
(property "Reference" "J**"
(at 0 -0.55 0)
(layer "F.SilkS")
(uuid "225d255f-d6a1-41b2-a099-58884dd30764")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Value" "XF3M20151B"
(at 0 -0.55 0)
(layer "F.SilkS")
(hide yes)
(uuid "f167ef07-9e0e-4271-8136-3c86ac2bcd96")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "a32589fe-ec9c-42d7-abd0-bfb74ecb38c8")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "230fa96f-543b-4050-b18d-a2a1a596c4b4")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr smd)
(fp_line
(start -6.55 1.88)
(end -6.55 3.2)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "eb3d9bcc-a65c-4cf9-866e-07fa3786aae6")
)
(fp_line
(start -6.55 3.2)
(end 6.55 3.2)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "89b1e2a3-de31-4b1f-acba-71340f3c194c")
)
(fp_line
(start -4.75 -4.3)
(end -4.75 -4.3)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "c54abb09-fd62-4d5e-8805-e46872dda75b")
)
(fp_line
(start -4.75 -4.2)
(end -4.75 -4.2)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "1f812683-45f0-435d-a4fc-71316ffbdc9c")
)
(fp_line
(start 6.55 3.2)
(end 6.55 1.88)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "8d1cbb7a-174e-4d57-8b7e-9d59c56b4733")
)
(fp_arc
(start -4.75 -4.3)
(mid -4.7 -4.25)
(end -4.75 -4.2)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "b16c8cfb-6fb0-4d4d-ad70-452cf9be29bf")
)
(fp_arc
(start -4.75 -4.2)
(mid -4.8 -4.25)
(end -4.75 -4.3)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "7f24011a-05ca-4cef-90c9-2b3abf791f8d")
)
(fp_line
(start -8.55 -5.3)
(end 8.55 -5.3)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "78265c4f-5e96-42f7-8628-cfdcca26703c")
)
(fp_line
(start -8.55 4.2)
(end -8.55 -5.3)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "d5f1210b-395e-41d9-b4a9-e951974d2fd4")
)
(fp_line
(start -6.55 -2.9)
(end 6.55 -2.9)
(stroke
(width 0.2)
(type solid)
)
(layer "Dwgs.User")
(uuid "f1f625f7-7796-48aa-98fa-ebae9346faa4")
)
(fp_line
(start -6.55 3.2)
(end -6.55 -2.9)
(stroke
(width 0.2)
(type solid)
)
(layer "Dwgs.User")
(uuid "56005aad-69ec-449e-8472-aa92c7c28427")
)
(fp_line
(start 6.55 -2.9)
(end 6.55 3.2)
(stroke
(width 0.2)
(type solid)
)
(layer "Dwgs.User")
(uuid "f6eab958-2ddb-411c-8455-50d42be16c51")
)
(fp_line
(start 6.55 3.2)
(end -6.55 3.2)
(stroke
(width 0.2)
(type solid)
)
(layer "Dwgs.User")
(uuid "dbdf322b-8f38-4da6-8cdd-63f383ccb251")
)
(fp_line
(start 8.55 -5.3)
(end 8.55 4.2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "25cabe09-76b6-435c-8831-9fbe03f826f5")
)
(fp_line
(start 8.55 4.2)
(end -8.55 4.2)
(stroke
(width 0.1)
(type solid)
)
(layer "Dwgs.User")
(uuid "56aeffe7-1c97-49b1-a268-13a9f43f9931")
)
(pad "1" smd rect
(at -4.75 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "3b87f964-3417-405e-a420-00c56881e3e3")
)
(pad "2" smd rect
(at -4.25 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "d7e56d83-1e12-4c6b-a7e6-a897c10e46d4")
)
(pad "3" smd rect
(at -3.75 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "b10f9a4c-441f-4c66-bb71-49e964496b1e")
)
(pad "4" smd rect
(at -3.25 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "22a64d06-4d67-42e4-953e-16124b89697d")
)
(pad "5" smd rect
(at -2.75 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "be29aa6c-ab50-4893-8bda-bec4f1d944b6")
)
(pad "6" smd rect
(at -2.25 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "5342aa38-2532-4a9d-b943-1460accb9004")
)
(pad "7" smd rect
(at -1.75 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "5679c219-e88e-4e21-ac54-55ba5ad6bcf0")
)
(pad "8" smd rect
(at -1.25 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "80707fb0-2e7c-4758-a805-ee2f3ee4e30e")
)
(pad "9" smd rect
(at -0.75 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "fae67c0f-345d-412b-91b7-fe21c7c4446f")
)
(pad "10" smd rect
(at -0.25 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "bcf0dd80-81a8-42dc-889a-d00a2f302fd5")
)
(pad "11" smd rect
(at 0.25 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "ae1b3e9f-2ab4-47df-b772-e8f11d95d2a9")
)
(pad "12" smd rect
(at 0.75 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "6484ba25-1f5a-4566-839a-6408621337ff")
)
(pad "13" smd rect
(at 1.25 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "9d5c38d6-92cd-4e6f-8808-96aeb7659c82")
)
(pad "14" smd rect
(at 1.75 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "22bd0d6c-ffd9-4ee0-a2df-1a32b9b32fad")
)
(pad "15" smd rect
(at 2.25 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "d76a79d2-8b5b-42c3-86e8-d76dd17a8e32")
)
(pad "16" smd rect
(at 2.75 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "850874eb-e99f-464f-8a13-fd1de2e6d24a")
)
(pad "17" smd rect
(at 3.25 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "4ac09ff2-a7ef-4571-ade8-f818e447987f")
)
(pad "18" smd rect
(at 3.75 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "a9d51114-edde-4d82-a2e7-baedc5bd74b0")
)
(pad "19" smd rect
(at 4.25 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "4fb69d1b-77a3-48c2-aa0e-9e7bd3ef409b")
)
(pad "20" smd rect
(at 4.75 -3.2)
(size 0.3 1.3)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "be43b5cb-ee01-4928-a5a6-4f05ba8fe47a")
)
(pad "MP1" smd rect
(at -6.65 0.05)
(size 1.8 2.2)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "0b91c41f-2226-4360-833a-b28032754dbb")
)
(pad "MP2" smd rect
(at 6.65 0.05)
(size 1.8 2.2)
(layers "F.Cu" "F.Mask" "F.Paste")
(thermal_bridge_angle 45)
(uuid "a76c08f0-69a2-4bef-a737-099bdb628817")
)
(embedded_fonts no)
(model "/Users/rohmermaxime/Documents/KiCad/9.0/3dmodels/XF3M-2015-1B.stp"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)
BIN
View File
Binary file not shown.
File diff suppressed because it is too large Load Diff
+238
View File
@@ -0,0 +1,238 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-04-08T12:23:19+02:00*%
%TF.ProjectId,Projet_Light_Rohmer,50726f6a-6574-45f4-9c69-6768745f526f,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-04-08 12:23:19*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250001X0.899999X-0.899999X0.899999X0.899999X-0.899999X0.899999X-0.899999X-0.899999X0*%
%ADD11C,2.300000*%
%ADD12RoundRect,0.250001X-0.899999X0.899999X-0.899999X-0.899999X0.899999X-0.899999X0.899999X0.899999X0*%
%ADD13RoundRect,0.250000X-0.725000X0.600000X-0.725000X-0.600000X0.725000X-0.600000X0.725000X0.600000X0*%
%ADD14O,1.950000X1.700000*%
%ADD15RoundRect,0.250000X-0.600000X-0.750000X0.600000X-0.750000X0.600000X0.750000X-0.600000X0.750000X0*%
%ADD16O,1.700000X2.000000*%
%ADD17RoundRect,0.250002X-1.699998X-1.699998X1.699998X-1.699998X1.699998X1.699998X-1.699998X1.699998X0*%
%ADD18R,1.700000X1.700000*%
%ADD19C,1.700000*%
%ADD20RoundRect,0.450000X1.050000X1.050000X-1.050000X1.050000X-1.050000X-1.050000X1.050000X-1.050000X0*%
%ADD21RoundRect,0.300000X0.700000X0.700000X-0.700000X0.700000X-0.700000X-0.700000X0.700000X-0.700000X0*%
%ADD22RoundRect,0.250000X0.600000X0.725000X-0.600000X0.725000X-0.600000X-0.725000X0.600000X-0.725000X0*%
%ADD23O,1.700000X1.950000*%
%ADD24C,0.650000*%
%ADD25RoundRect,0.250002X1.699998X1.699998X-1.699998X1.699998X-1.699998X-1.699998X1.699998X-1.699998X0*%
%ADD26C,1.100000*%
%ADD27R,1.730000X2.030000*%
%ADD28O,1.730000X2.030000*%
%ADD29C,3.900000*%
%ADD30RoundRect,0.450000X-1.050000X-1.050000X1.050000X-1.050000X1.050000X1.050000X-1.050000X1.050000X0*%
%ADD31C,3.000000*%
G04 APERTURE END LIST*
D10*
%TO.C,J10*%
X171880000Y-80470000D03*
D11*
X171880000Y-75670000D03*
%TD*%
D10*
%TO.C,J9*%
X108170000Y-96640000D03*
D11*
X108170000Y-91840000D03*
%TD*%
D12*
%TO.C,J4*%
X171880000Y-83770000D03*
D11*
X171880000Y-88570000D03*
%TD*%
D12*
%TO.C,J6*%
X171870000Y-113200000D03*
D11*
X171870000Y-118000000D03*
%TD*%
D13*
%TO.C,J20*%
X165600000Y-105375000D03*
D14*
X165600000Y-107875000D03*
X165600000Y-110375000D03*
X165600000Y-112875000D03*
X165600000Y-115375000D03*
%TD*%
D12*
%TO.C,J7*%
X108170000Y-70530000D03*
D11*
X108170000Y-75330000D03*
%TD*%
D15*
%TO.C,J5*%
X137230000Y-65020000D03*
D16*
X139730000Y-65020000D03*
%TD*%
D17*
%TO.C,J18*%
X136965000Y-116370000D03*
%TD*%
D18*
%TO.C,J23*%
X187200000Y-62675000D03*
D19*
X187200000Y-65215000D03*
%TD*%
D20*
%TO.C,U5*%
X127040000Y-114982500D03*
X116940000Y-114982500D03*
D21*
X125740000Y-104982500D03*
X121990000Y-104982500D03*
X118240000Y-104982500D03*
%TD*%
D10*
%TO.C,J12*%
X108170000Y-67230000D03*
D11*
X108170000Y-62430000D03*
%TD*%
D18*
%TO.C,J24*%
X92708750Y-114080000D03*
D19*
X92708750Y-116620000D03*
%TD*%
D15*
%TO.C,J14*%
X137230000Y-69820000D03*
D16*
X139730000Y-69820000D03*
%TD*%
D22*
%TO.C,J21*%
X179630000Y-47710000D03*
D23*
X177130000Y-47710000D03*
X174630000Y-47710000D03*
X172130000Y-47710000D03*
X169630000Y-47710000D03*
%TD*%
D24*
%TO.C,J1*%
X84750000Y-48565000D03*
X84750000Y-54565000D03*
%TD*%
D10*
%TO.C,J11*%
X171870000Y-109900000D03*
D11*
X171870000Y-105100000D03*
%TD*%
D25*
%TO.C,J19*%
X145590000Y-116370000D03*
%TD*%
D18*
%TO.C,J25*%
X187250000Y-92005000D03*
D19*
X187250000Y-94545000D03*
%TD*%
D13*
%TO.C,J3*%
X165575000Y-65950000D03*
D14*
X165575000Y-68450000D03*
X165575000Y-70950000D03*
X165575000Y-73450000D03*
X165575000Y-75950000D03*
X165575000Y-78450000D03*
X165575000Y-80950000D03*
X165575000Y-83450000D03*
X165575000Y-85950000D03*
X165575000Y-88450000D03*
X165575000Y-90950000D03*
X165575000Y-93450000D03*
X165575000Y-95950000D03*
X165575000Y-98450000D03*
%TD*%
D12*
%TO.C,J8*%
X108170000Y-99940000D03*
D11*
X108170000Y-104740000D03*
%TD*%
D15*
%TO.C,J15*%
X137230000Y-74620000D03*
D16*
X139730000Y-74620000D03*
%TD*%
D18*
%TO.C,J17*%
X92848750Y-86677500D03*
D19*
X92848750Y-89217500D03*
%TD*%
D26*
%TO.C,J13*%
X162350000Y-46040000D03*
D27*
X157270000Y-48200000D03*
D28*
X159810000Y-48200000D03*
X162350000Y-48200000D03*
X164890000Y-48200000D03*
%TD*%
D25*
%TO.C,J2*%
X195770000Y-47430000D03*
D29*
X187970000Y-47430000D03*
%TD*%
D18*
%TO.C,J16*%
X107040000Y-47710000D03*
D19*
X104500000Y-47710000D03*
X101960000Y-47710000D03*
X99420000Y-47710000D03*
X96880000Y-47710000D03*
X94340000Y-47710000D03*
%TD*%
D30*
%TO.C,U4*%
X119740000Y-65160000D03*
D31*
X124740000Y-65160000D03*
X117240000Y-85460000D03*
X122240000Y-85460000D03*
X127240000Y-85460000D03*
%TD*%
M02*
+15
View File
@@ -0,0 +1,15 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-04-08T12:23:19+02:00*%
%TF.ProjectId,Projet_Light_Rohmer,50726f6a-6574-45f4-9c69-6768745f526f,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-04-08 12:23:19*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*
File diff suppressed because it is too large Load Diff
+135
View File
@@ -0,0 +1,135 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.7*%
%TF.CreationDate,2026-04-08T12:23:19+02:00*%
%TF.ProjectId,Projet_Light_Rohmer,50726f6a-6574-45f4-9c69-6768745f526f,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.7) date 2026-04-08 12:23:19*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.050000*%
%TD*%
G04 APERTURE END LIST*
D10*
X132150000Y-110007072D02*
X134260000Y-110007072D01*
X134260000Y-117220000D01*
X132150000Y-117220000D01*
X132150000Y-110007072D01*
X199940000Y-51130000D02*
X198240000Y-54650000D01*
X198370000Y-98020000D01*
X199940000Y-106230000D01*
X199940000Y-119680000D01*
X170200000Y-119690000D01*
X168075000Y-119330000D01*
X111970000Y-119330000D01*
X109875000Y-120010000D01*
X87500000Y-120000000D01*
X82170000Y-114710000D01*
X82200000Y-66810000D01*
X80070000Y-63800000D01*
X80080000Y-43660000D01*
X200090000Y-43660000D01*
X199940000Y-51130000D01*
X168075000Y-107825000D02*
X170200000Y-107825000D01*
X170200000Y-117180000D01*
X168075000Y-117180000D01*
X168075000Y-107825000D01*
X136725000Y-60825000D02*
X157600000Y-60825000D01*
X157600000Y-62925000D01*
X136725000Y-62925000D01*
X136725000Y-60825000D01*
X168075000Y-76750000D02*
X170200000Y-76750000D01*
X170200000Y-105325000D01*
X168075000Y-105325000D01*
X168075000Y-76750000D01*
X125450000Y-60850000D02*
X125450000Y-62925000D01*
X111975000Y-62900000D01*
X111975000Y-67825000D01*
X109875000Y-67825000D01*
X109875000Y-60825000D01*
X125450000Y-60850000D01*
X109875000Y-70300000D02*
X111975000Y-70300000D01*
X111975000Y-117220000D01*
X109875000Y-117220000D01*
X109875000Y-70300000D01*
X134210000Y-82960000D02*
X142050000Y-82960000D01*
X142040000Y-103660000D01*
X134230000Y-103660000D01*
X134225000Y-107775000D01*
X132125000Y-107775000D01*
X132130000Y-101570000D01*
X139930000Y-101570000D01*
X139950000Y-85060000D01*
X132110000Y-85060000D01*
X132125000Y-73425000D01*
X134225000Y-73425000D01*
X134210000Y-82960000D01*
X134225000Y-70925000D02*
X132150000Y-70925000D01*
X132150000Y-62925000D01*
X127950000Y-62925000D01*
X127950000Y-60825000D01*
X134225000Y-60825000D01*
X134225000Y-70925000D01*
X170200000Y-74250000D02*
X168075000Y-74250000D01*
X168075000Y-62925000D01*
X160100000Y-62925000D01*
X160100000Y-60800000D01*
X170200000Y-60800000D01*
X170200000Y-74250000D01*
%TO.C,REF\u002A\u002A*%
X89600000Y-68000000D02*
G75*
G02*
X85400000Y-68000000I-2100000J0D01*
G01*
X85400000Y-68000000D02*
G75*
G02*
X89600000Y-68000000I2100000J0D01*
G01*
X89600000Y-114000000D02*
G75*
G02*
X85400000Y-114000000I-2100000J0D01*
G01*
X85400000Y-114000000D02*
G75*
G02*
X89600000Y-114000000I2100000J0D01*
G01*
X194600000Y-58400000D02*
G75*
G02*
X190400000Y-58400000I-2100000J0D01*
G01*
X190400000Y-58400000D02*
G75*
G02*
X194600000Y-58400000I2100000J0D01*
G01*
X194600000Y-123600000D02*
G75*
G02*
X190400000Y-123600000I-2100000J0D01*
G01*
X190400000Y-123600000D02*
G75*
G02*
X194600000Y-123600000I2100000J0D01*
G01*
%TD*%
M02*
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+26
View File
@@ -0,0 +1,26 @@
M48
; DRILL file {KiCad 9.0.7} date 2026-04-08T12:23:07+0200
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2026-04-08T12:23:07+02:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,9.0.7
; #@! TF.FileFunction,NonPlated,1,4,NPTH
FMAT,2
METRIC
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T1C0.650
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T2C1.100
; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill
T3C3.900
%
G90
G05
T1
X84.75Y-48.565
X84.75Y-54.565
T2
X162.35Y-46.04
T3
X116.94Y-114.983
X127.04Y-114.983
M30
+426
View File
@@ -0,0 +1,426 @@
M48
; DRILL file {KiCad 9.0.7} date 2026-04-08T12:23:07+0200
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2026-04-08T12:23:07+02:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,9.0.7
; #@! TF.FileFunction,Plated,1,4,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.350
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T2C0.400
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T3C0.800
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T4C0.950
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T5C1.000
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T6C1.020
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T7C1.100
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T8C1.150
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T9C1.500
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T10C1.500
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T11C1.800
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T12C2.150
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T13C2.500
%
G90
G05
T1
X87.59Y-93.95
X91.66Y-54.2
X91.92Y-93.68
X93.0Y-63.95
X93.64Y-54.2
X94.73Y-99.86
X94.78Y-70.54
X95.01Y-76.07
X96.47Y-103.03
X96.75Y-55.092
X98.22Y-93.245
X98.316Y-63.904
X99.02Y-62.56
X99.309Y-103.116
X99.377Y-73.714
X104.13Y-65.7
X105.595Y-52.755
X106.985Y-51.635
X107.86Y-54.16
X110.35Y-60.02
X113.83Y-103.75
X113.85Y-87.44
X114.302Y-97.154
X114.31Y-96.23
X114.366Y-99.433
X114.505Y-92.777
X114.517Y-93.577
X114.59Y-88.58
X114.6Y-90.97
X114.605Y-100.88
X114.61Y-91.99
X114.616Y-102.478
X114.638Y-95.18
X114.641Y-97.88
X114.647Y-94.38
X114.748Y-98.73
X116.08Y-52.44
X117.45Y-95.55
X117.545Y-102.195
X117.645Y-97.799
X117.645Y-99.27
X117.65Y-97.07
X117.895Y-100.702
X119.0Y-53.84
X119.16Y-94.55
X119.53Y-99.77
X119.61Y-102.18
X119.853Y-48.664
X121.575Y-55.354
X121.743Y-46.844
X122.833Y-47.954
X123.033Y-49.654
X123.653Y-46.884
X124.183Y-49.561
X124.363Y-47.723
X125.989Y-46.888
X126.81Y-50.01
X127.09Y-89.21
X127.263Y-54.764
X127.421Y-49.323
X127.63Y-56.34
X128.13Y-46.498
X128.38Y-58.654
X128.655Y-51.252
X128.84Y-55.272
X128.864Y-54.362
X128.98Y-56.15
X129.006Y-52.444
X129.323Y-51.694
X129.676Y-56.547
X130.412Y-57.887
X130.476Y-56.52
X131.016Y-50.591
X131.016Y-51.391
X131.1Y-55.17
X131.191Y-58.07
X131.265Y-53.035
X131.475Y-53.843
X131.785Y-55.657
X131.816Y-50.591
X132.15Y-91.88
X132.27Y-93.34
X132.317Y-46.345
X132.336Y-94.137
X132.775Y-47.64
X132.84Y-86.55
X132.905Y-50.991
X133.04Y-59.007
X133.48Y-98.48
X133.575Y-53.091
X133.575Y-53.091
X133.575Y-53.091
X133.575Y-53.091
X133.575Y-53.091
X133.76Y-55.256
X134.0Y-46.744
X134.047Y-50.315
X134.477Y-92.56
X134.477Y-91.56
X134.477Y-93.56
X134.477Y-90.06
X134.585Y-45.416
X134.62Y-97.898
X135.069Y-46.673
X135.261Y-93.72
X135.451Y-58.659
X136.076Y-55.01
X136.081Y-52.36
X136.083Y-51.549
X136.2Y-58.94
X136.565Y-88.195
X136.9Y-49.28
X137.675Y-46.409
X137.982Y-105.08
X138.066Y-51.091
X138.25Y-57.904
X138.29Y-86.66
X138.31Y-99.97
X138.38Y-51.827
X138.828Y-52.49
X138.87Y-108.222
X139.75Y-105.1
X140.01Y-52.49
X140.09Y-48.99
X141.21Y-46.751
X141.719Y-56.399
X141.88Y-57.753
X142.12Y-78.95
X142.36Y-59.574
X142.409Y-47.58
X142.646Y-56.321
X143.23Y-75.53
X143.46Y-113.6
X143.53Y-56.286
X144.01Y-85.025
X144.22Y-79.76
X144.39Y-56.26
X144.442Y-76.648
X144.567Y-46.98
X144.604Y-81.325
X145.308Y-59.174
X145.75Y-93.64
X146.049Y-55.26
X146.273Y-54.27
X146.43Y-46.98
X146.7Y-55.86
X146.73Y-75.625
X146.842Y-78.02
X146.86Y-51.83
X147.21Y-51.09
X147.5Y-77.49
X147.901Y-91.42
X148.1Y-59.21
X148.84Y-70.07
X148.9Y-59.21
X149.101Y-83.77
X149.11Y-46.98
X149.115Y-77.294
X149.119Y-94.149
X149.26Y-55.71
X149.34Y-91.46
X149.909Y-77.066
X149.95Y-106.97
X150.232Y-52.728
X150.54Y-73.3
X150.717Y-53.364
X151.11Y-88.323
X151.21Y-49.8
X151.26Y-90.21
X151.49Y-71.0
X151.831Y-50.304
X152.399Y-47.394
X152.821Y-84.025
X153.1Y-58.28
X153.148Y-48.842
X153.68Y-106.98
X153.76Y-91.87
X154.315Y-80.882
X154.51Y-54.1
X154.62Y-108.77
X154.71Y-110.34
X154.776Y-112.074
X155.125Y-77.675
X155.29Y-54.71
X156.168Y-81.45
X156.27Y-49.7
X156.677Y-109.547
X156.71Y-110.81
X156.83Y-52.0
X157.79Y-46.62
X158.007Y-57.93
X158.178Y-52.619
X160.225Y-76.95
X160.425Y-90.95
X160.88Y-55.4
X161.767Y-58.05
X163.92Y-58.22
X167.637Y-54.794
X167.735Y-53.35
X168.345Y-50.54
X168.96Y-57.855
X170.01Y-53.164
X170.97Y-53.26
X179.735Y-77.18
X179.755Y-106.64
X179.84Y-51.09
X180.02Y-58.31
X180.682Y-55.466
X181.06Y-118.19
X181.715Y-56.538
X181.76Y-107.02
X181.819Y-77.766
X182.09Y-116.451
X182.1Y-86.6
X183.43Y-77.19
X183.88Y-105.56
X185.27Y-80.44
X185.29Y-110.04
X187.9Y-86.92
X188.23Y-115.8
T2
X87.08Y-54.015
X87.16Y-49.16
X96.26Y-56.19
X101.95Y-56.564
X101.959Y-57.564
X103.04Y-55.312
X105.317Y-57.639
X113.893Y-50.624
X115.593Y-48.244
X125.587Y-49.498
X154.8Y-66.025
T3
X81.44Y-48.08
X81.45Y-55.06
X83.89Y-46.48
X83.91Y-56.69
X87.867Y-62.795
X88.04Y-90.08
X89.15Y-105.66
X89.26Y-102.37
X89.28Y-108.93
X89.37Y-79.97
X89.42Y-83.25
X89.44Y-76.67
X92.72Y-54.2
X94.88Y-98.26
X94.96Y-68.87
X95.31Y-103.09
X95.45Y-73.64
X95.798Y-63.752
X96.337Y-93.34
X98.96Y-91.37
X101.63Y-70.41
X101.64Y-64.24
X101.65Y-99.77
X101.66Y-93.25
X103.77Y-61.89
X107.91Y-102.29
X108.02Y-72.9
X112.083Y-54.894
X127.69Y-96.83
X143.271Y-44.79
X156.791Y-46.039
X162.8Y-52.762
X163.35Y-55.57
X172.517Y-107.486
X174.82Y-115.04
X175.65Y-86.14
X176.67Y-51.95
X177.851Y-116.482
X178.074Y-87.103
X178.475Y-80.075
X178.835Y-109.915
X180.86Y-88.97
X183.653Y-116.479
X183.801Y-87.19
X184.542Y-106.81
X184.846Y-77.41
X185.09Y-82.11
X185.18Y-111.52
X186.54Y-53.89
X189.27Y-53.96
X190.857Y-73.345
X190.857Y-76.705
X190.94Y-117.25
X191.028Y-70.035
X191.09Y-101.58
X191.11Y-98.27
X191.19Y-104.84
X191.39Y-89.2
X192.43Y-85.3
X192.58Y-108.79
T4
X165.575Y-65.95
X165.575Y-68.45
X165.575Y-70.95
X165.575Y-73.45
X165.575Y-75.95
X165.575Y-78.45
X165.575Y-80.95
X165.575Y-83.45
X165.575Y-85.95
X165.575Y-88.45
X165.575Y-90.95
X165.575Y-93.45
X165.575Y-95.95
X165.575Y-98.45
X165.6Y-105.375
X165.6Y-107.875
X165.6Y-110.375
X165.6Y-112.875
X165.6Y-115.375
X169.63Y-47.71
X172.13Y-47.71
X174.63Y-47.71
X177.13Y-47.71
X179.63Y-47.71
T5
X92.709Y-114.08
X92.709Y-116.62
X92.849Y-86.677
X92.849Y-89.218
X94.34Y-47.71
X96.88Y-47.71
X99.42Y-47.71
X101.96Y-47.71
X104.5Y-47.71
X107.04Y-47.71
X137.23Y-65.02
X137.23Y-69.82
X137.23Y-74.62
X139.73Y-65.02
X139.73Y-69.82
X139.73Y-74.62
X187.2Y-62.675
X187.2Y-65.215
X187.25Y-92.005
X187.25Y-94.545
T6
X157.27Y-48.2
X159.81Y-48.2
X162.35Y-48.2
X164.89Y-48.2
T7
X118.24Y-104.983
X121.99Y-104.983
X125.74Y-104.983
T8
X108.17Y-62.43
X108.17Y-67.23
X108.17Y-70.53
X108.17Y-75.33
X108.17Y-91.84
X108.17Y-96.64
X108.17Y-99.94
X108.17Y-104.74
X171.87Y-105.1
X171.87Y-109.9
X171.87Y-113.2
X171.87Y-118.0
X171.88Y-75.67
X171.88Y-80.47
X171.88Y-83.77
X171.88Y-88.57
T9
X101.56Y-96.77
X101.645Y-106.331
X101.65Y-76.23
X102.11Y-67.89
X178.41Y-112.39
X178.42Y-73.59
X178.5Y-83.0
X178.64Y-103.27
T10
X117.24Y-85.46
X122.24Y-85.46
X127.24Y-85.46
T11
X119.74Y-65.16
X124.74Y-65.16
T12
X187.97Y-47.43
X195.77Y-47.43
T13
X136.965Y-116.37
X145.59Y-116.37
M30
+170
View File
@@ -0,0 +1,170 @@
{
"Header": {
"GenerationSoftware": {
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "9.0.7"
},
"CreationDate": "2026-04-08T12:23:19+02:00"
},
"GeneralSpecs": {
"ProjectId": {
"Name": "Projet_Light_Rohmer",
"GUID": "50726f6a-6574-45f4-9c69-6768745f526f",
"Revision": "rev?"
},
"Size": {
"X": 120.07,
"Y": 82.09
},
"LayerNumber": 4,
"BoardThickness": 1.6,
"Finish": "None"
},
"DesignRules": [
{
"Layers": "Outer",
"PadToPad": 0.2,
"PadToTrack": 0.2,
"TrackToTrack": 0.2,
"MinLineWidth": 0.2,
"TrackToRegion": 0.2,
"RegionToRegion": 0.2
},
{
"Layers": "Inner",
"PadToPad": 0.0,
"PadToTrack": 0.0,
"TrackToTrack": 0.2,
"MinLineWidth": 0.2,
"TrackToRegion": 0.2,
"RegionToRegion": 0.2
}
],
"FilesAttributes": [
{
"Path": "Projet_Light_Rohmer-F_Cu.gbr",
"FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-In1_Cu.gbr",
"FileFunction": "Copper,L2,Inr",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-In2_Cu.gbr",
"FileFunction": "Copper,L3,Inr",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-B_Cu.gbr",
"FileFunction": "Copper,L4,Bot",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-F_Paste.gbr",
"FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-B_Paste.gbr",
"FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-F_Silkscreen.gbr",
"FileFunction": "Legend,Top",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-B_Silkscreen.gbr",
"FileFunction": "Legend,Bot",
"FilePolarity": "Positive"
},
{
"Path": "Projet_Light_Rohmer-F_Mask.gbr",
"FileFunction": "SolderMask,Top",
"FilePolarity": "Negative"
},
{
"Path": "Projet_Light_Rohmer-B_Mask.gbr",
"FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative"
},
{
"Path": "Projet_Light_Rohmer-Edge_Cuts.gbr",
"FileFunction": "Profile",
"FilePolarity": "Positive"
}
],
"MaterialStackup": [
{
"Type": "Legend",
"Name": "Top Silk Screen"
},
{
"Type": "SolderPaste",
"Name": "Top Solder Paste"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Top Solder Mask"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "F.Cu"
},
{
"Type": "Dielectric",
"Thickness": 0.1,
"Material": "FR4",
"Name": "F.Cu/In1.Cu",
"Notes": "Type: dielectric layer 1 (from F.Cu to In1.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "In1.Cu"
},
{
"Type": "Dielectric",
"Thickness": 1.24,
"Material": "FR4",
"Name": "In1.Cu/In2.Cu",
"Notes": "Type: dielectric layer 2 (from In1.Cu to In2.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "In2.Cu"
},
{
"Type": "Dielectric",
"Thickness": 0.1,
"Material": "FR4",
"Name": "In2.Cu/B.Cu",
"Notes": "Type: dielectric layer 3 (from In2.Cu to B.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "B.Cu"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Bottom Solder Mask"
},
{
"Type": "SolderPaste",
"Name": "Bottom Solder Paste"
},
{
"Type": "Legend",
"Name": "Bottom Silk Screen"
}
]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.