Design first version of board (Crystal not routed yet)

This commit is contained in:
Andreas Tsouchlos 2023-08-07 03:57:38 +03:00
parent 413c5be270
commit edcc98cc17
5 changed files with 8545 additions and 91837 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"board": {
"active_layer": 0,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"auto_track_width": false,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 1,
@ -25,7 +25,7 @@
"text": true,
"tracks": true,
"vias": true,
"zones": false
"zones": true
},
"visible_items": [
0,

View File

@ -1,6 +1,83 @@
{
"board": {
"3dviewports": [],
"3dviewports": [
{
"name": "Back",
"ww": 1.0,
"wx": -18.6363468170166,
"wy": 31.022733688354492,
"wz": -16.000328063964844,
"xw": 0.0,
"xx": -4.887620548288396e-07,
"xy": -1.0,
"xz": -8.580487882714483e-12,
"yw": 0.0,
"yx": -1.0,
"yy": 4.887620548288396e-07,
"yz": -1.7555552403791808e-05,
"zw": 0.0,
"zx": 1.7555552403791808e-05,
"zy": 0.0,
"zz": -1.0
},
{
"name": "Back_angled",
"ww": 1.0,
"wx": -30.11443328857422,
"wy": 18.37910270690918,
"wz": -20.884672164916992,
"xw": 0.0,
"xx": 0.44519683718681335,
"xy": -0.7866836786270142,
"xz": 0.42770081758499146,
"yw": 0.0,
"yx": -0.8945373892784119,
"yy": -0.3693859279155731,
"yz": 0.25170615315437317,
"zw": 0.0,
"zx": -0.040026262402534485,
"zy": -0.4946533739566803,
"zz": -0.8681676983833313
},
{
"name": "Front",
"ww": 1.0,
"wx": 18.6363468170166,
"wy": 31.022733688354492,
"wz": -16.0,
"xw": 0.0,
"xx": 4.887620548288396e-07,
"xy": -1.0,
"xz": 0.0,
"yw": 0.0,
"yx": 1.0,
"yy": 4.887620548288396e-07,
"yz": 0.0,
"zw": 0.0,
"zx": 0.0,
"zy": 0.0,
"zz": 1.0
},
{
"name": "Front_angled",
"ww": 1.0,
"wx": -1.0879713296890259,
"wy": 27.091964721679688,
"wz": -36.602020263671875,
"xw": 0.0,
"xx": 0.5323777794837952,
"xy": -0.6396645307540894,
"xz": 0.5544396638870239,
"yw": 0.0,
"yx": 0.843489408493042,
"yy": 0.34560298919677734,
"yz": -0.4111996293067932,
"zw": 0.0,
"zx": 0.0714137852191925,
"zy": 0.6865776777267456,
"zz": 0.723541259765625
}
],
"design_settings": {
"defaults": {
"board_outline_line_width": 0.09999999999999999,
@ -45,7 +122,7 @@
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"min_clearance": 0.5
"min_clearance": 0.19999999999999998
}
},
"diff_pair_dimensions": [
@ -118,14 +195,14 @@
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_resolved_spokes": 2,
"min_resolved_spokes": 1,
"min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999,
"min_text_height": 0.6,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.0,
"min_via_annular_width": 0.09999999999999999,
"min_via_diameter": 0.5,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.39999999999999997,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"solder_mask_to_copper_clearance": 0.0,
@ -173,12 +250,28 @@
],
"track_widths": [
0.0,
0.0
0.2,
0.25,
0.35,
0.4,
1.0
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 0.4,
"drill": 0.3
},
{
"diameter": 0.6,
"drill": 0.3
},
{
"diameter": 0.9,
"drill": 0.4
}
],
"zones_allow_external_fillets": false
@ -424,7 +517,24 @@
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_diameter": 0.4,
"via_drill": 0.3,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.127,
"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": "Power",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.4,
"via_diameter": 0.9,
"via_drill": 0.4,
"wire_width": 6
},
@ -441,7 +551,7 @@
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.35,
"via_diameter": 6.0,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
}
@ -459,6 +569,22 @@
{
"netclass": "RF - 50Ohm",
"pattern": "/ANT"
},
{
"netclass": "Power",
"pattern": "+3V3"
},
{
"netclass": "Power",
"pattern": "GND"
},
{
"netclass": "Power",
"pattern": "/VDD3P3"
},
{
"netclass": "Power",
"pattern": "VBUS"
}
]
},

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff