Browse Source

PCB (wip)

master
Youen 6 days ago
parent
commit
1a335897b6
  1. 1392
      circuit/circuit.kicad_pcb
  2. 46
      circuit/circuit.kicad_pro
  3. 5
      circuit/circuit.kicad_sch

1392
circuit/circuit.kicad_pcb

File diff suppressed because it is too large Load Diff

46
circuit/circuit.kicad_pro

@ -45,10 +45,16 @@
"silk_text_upright": false, "silk_text_upright": false,
"zones": { "zones": {
"45_degree_only": false, "45_degree_only": false,
"min_clearance": 1.0 "min_clearance": 0.508
} }
}, },
"diff_pair_dimensions": [], "diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [], "drc_exclusions": [],
"meta": { "meta": {
"version": 2 "version": 2
@ -112,8 +118,15 @@
"solder_mask_min_width": 0.0, "solder_mask_min_width": 0.0,
"use_height_for_length_calcs": true "use_height_for_length_calcs": true
}, },
"track_widths": [], "track_widths": [
"via_dimensions": [], 0.0
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
}
],
"zones_allow_external_fillets": false, "zones_allow_external_fillets": false,
"zones_use_no_outline": true "zones_use_no_outline": true
}, },
@ -319,7 +332,7 @@
"no_connect_dangling": "warning", "no_connect_dangling": "warning",
"pin_not_connected": "error", "pin_not_connected": "error",
"pin_not_driven": "error", "pin_not_driven": "error",
"pin_to_pin": "warning", "pin_to_pin": "error",
"power_pin_not_driven": "error", "power_pin_not_driven": "error",
"similar_labels": "warning", "similar_labels": "warning",
"unannotated": "error", "unannotated": "error",
@ -350,10 +363,31 @@
"name": "Default", "name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)", "pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)", "schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25, "track_width": 0.5,
"via_diameter": 0.8, "via_diameter": 0.8,
"via_drill": 0.4, "via_drill": 0.4,
"wire_width": 6.0 "wire_width": 6.0
},
{
"bus_width": 12.0,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "5A",
"nets": [
"/5V_5A",
"GND1"
],
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 2.5,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 11.811023622047244
} }
], ],
"meta": { "meta": {

5
circuit/circuit.kicad_sch

@ -1444,6 +1444,11 @@
(uuid fa119306-a2ca-4ef2-9c23-4910467d8b29) (uuid fa119306-a2ca-4ef2-9c23-4910467d8b29)
) )
(label "5V_5A" (at 121.92 157.48 0)
(effects (font (size 1.27 1.27)) (justify left bottom))
(uuid be32770b-52cb-412e-85b1-59eb51db8558)
)
(symbol (lib_id "power:GND") (at 59.69 95.25 90) (unit 1) (symbol (lib_id "power:GND") (at 59.69 95.25 90) (unit 1)
(in_bom yes) (on_board yes) (fields_autoplaced) (in_bom yes) (on_board yes) (fields_autoplaced)
(uuid 03669a6c-0809-44ac-89ba-a593d621eab7) (uuid 03669a6c-0809-44ac-89ba-a593d621eab7)

Loading…
Cancel
Save