├── CH32V003_Breakout ├── CH32V003_Breakout.kicad_pcb ├── CH32V003_Breakout.kicad_pro ├── CH32V003_Breakout.kicad_sch └── CH32V003_breakout_gerbers.zip ├── LCD_64x32_Breakout ├── LCD_64x32_Breakout.kicad_pcb ├── LCD_64x32_Breakout.kicad_prl ├── LCD_64x32_Breakout.kicad_pro ├── LCD_64x32_Breakout.kicad_sch ├── README.md ├── demo.jpg ├── gerbers.zip └── st7567_breakout.jpg ├── LCD_HAT ├── LCD_HAT.kicad_pcb ├── LCD_HAT.kicad_prl ├── LCD_HAT.kicad_pro ├── LCD_HAT.kicad_sch ├── LCD_HAT_Gerbers.zip ├── README.md └── demo.jpg ├── LICENSE ├── README.md ├── RV3032_Breakout ├── RV3032_Breakout.kicad_pcb ├── RV3032_Breakout.kicad_pro ├── RV3032_Breakout.kicad_sch ├── RV3032_breakout_sch.pdf └── rv3032_gerbers.zip ├── Sharp_Feather_Nano ├── SHARP_FEATHER_NANO.kicad_pcb ├── SHARP_FEATHER_NANO.kicad_prl ├── SHARP_FEATHER_NANO.kicad_pro ├── SHARP_FEATHER_NANO.kicad_sch ├── sharp_feather_nano.pdf └── sharp_feather_nano_gerbers.zip ├── Xiao_LCD_HAT ├── XIAO_LCD.kicad_pcb ├── XIAO_LCD.kicad_pro ├── XIAO_LCD.kicad_sch ├── xiao_lcd_gerbers.zip └── xiao_lcd_sch.pdf ├── Xiao_Sharp_LCD ├── XIAO_Sharp_LCD.kicad_pcb ├── XIAO_Sharp_LCD.kicad_prl ├── XIAO_Sharp_LCD.kicad_pro ├── XIAO_Sharp_LCD.kicad_sch ├── Xiao_Sharp_LCD.zip └── Xiao_Sharp_LCD_sch.pdf ├── ds3231_plus ├── DS3231_Plus_sch.pdf ├── README.md ├── demo.jpg ├── ds3231_gerbers.zip ├── ds3231_plus.kicad_pcb ├── ds3231_plus.kicad_pro └── ds3231_plus.kicad_sch └── images ├── Xiao_Sharp_LCD.png ├── ch32v003_breakout.png ├── ds3231.png ├── lcd_64x32.png ├── lcd_hat.png ├── rv3032.png ├── sharp_feather_nano.png └── xiao_lcd_hat.png /CH32V003_Breakout/CH32V003_Breakout.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.09999999999999999, 7 | "copper_line_width": 0.19999999999999998, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": false, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.15, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 0.762, 38 | "height": 1.524, 39 | "width": 1.524 40 | }, 41 | "silk_line_width": 0.15, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 1.0, 44 | "silk_text_size_v": 1.0, 45 | "silk_text_thickness": 0.15, 46 | "silk_text_upright": false, 47 | "zones": { 48 | "min_clearance": 0.5 49 | } 50 | }, 51 | "diff_pair_dimensions": [ 52 | { 53 | "gap": 0.0, 54 | "via_gap": 0.0, 55 | "width": 0.0 56 | } 57 | ], 58 | "drc_exclusions": [], 59 | "meta": { 60 | "version": 2 61 | }, 62 | "rule_severities": { 63 | "annular_width": "error", 64 | "clearance": "error", 65 | "connection_width": "warning", 66 | "copper_edge_clearance": "error", 67 | "copper_sliver": "warning", 68 | "courtyards_overlap": "error", 69 | "diff_pair_gap_out_of_range": "error", 70 | "diff_pair_uncoupled_length_too_long": "error", 71 | "drill_out_of_range": "error", 72 | "duplicate_footprints": "warning", 73 | "extra_footprint": "warning", 74 | "footprint": "error", 75 | "footprint_type_mismatch": "ignore", 76 | "hole_clearance": "error", 77 | "hole_near_hole": "error", 78 | "invalid_outline": "error", 79 | "isolated_copper": "warning", 80 | "item_on_disabled_layer": "error", 81 | "items_not_allowed": "error", 82 | "length_out_of_range": "error", 83 | "lib_footprint_issues": "warning", 84 | "lib_footprint_mismatch": "warning", 85 | "malformed_courtyard": "error", 86 | "microvia_drill_out_of_range": "error", 87 | "missing_courtyard": "ignore", 88 | "missing_footprint": "warning", 89 | "net_conflict": "warning", 90 | "npth_inside_courtyard": "ignore", 91 | "padstack": "warning", 92 | "pth_inside_courtyard": "ignore", 93 | "shorting_items": "error", 94 | "silk_edge_clearance": "warning", 95 | "silk_over_copper": "warning", 96 | "silk_overlap": "warning", 97 | "skew_out_of_range": "error", 98 | "solder_mask_bridge": "error", 99 | "starved_thermal": "error", 100 | "text_height": "warning", 101 | "text_thickness": "warning", 102 | "through_hole_pad_without_hole": "error", 103 | "too_many_vias": "error", 104 | "track_dangling": "warning", 105 | "track_width": "error", 106 | "tracks_crossing": "error", 107 | "unconnected_items": "error", 108 | "unresolved_variable": "error", 109 | "via_dangling": "warning", 110 | "zones_intersect": "error" 111 | }, 112 | "rules": { 113 | "max_error": 0.005, 114 | "min_clearance": 0.0, 115 | "min_connection": 0.0, 116 | "min_copper_edge_clearance": 0.0, 117 | "min_hole_clearance": 0.25, 118 | "min_hole_to_hole": 0.25, 119 | "min_microvia_diameter": 0.19999999999999998, 120 | "min_microvia_drill": 0.09999999999999999, 121 | "min_resolved_spokes": 2, 122 | "min_silk_clearance": 0.0, 123 | "min_text_height": 0.7999999999999999, 124 | "min_text_thickness": 0.08, 125 | "min_through_hole_diameter": 0.3, 126 | "min_track_width": 0.0, 127 | "min_via_annular_width": 0.09999999999999999, 128 | "min_via_diameter": 0.5, 129 | "solder_mask_clearance": 0.0, 130 | "solder_mask_min_width": 0.0, 131 | "solder_mask_to_copper_clearance": 0.0, 132 | "use_height_for_length_calcs": true 133 | }, 134 | "teardrop_options": [ 135 | { 136 | "td_allow_use_two_tracks": true, 137 | "td_curve_segcount": 5, 138 | "td_on_pad_in_zone": false, 139 | "td_onpadsmd": true, 140 | "td_onroundshapesonly": false, 141 | "td_ontrackend": false, 142 | "td_onviapad": true 143 | } 144 | ], 145 | "teardrop_parameters": [ 146 | { 147 | "td_curve_segcount": 0, 148 | "td_height_ratio": 1.0, 149 | "td_length_ratio": 0.5, 150 | "td_maxheight": 2.0, 151 | "td_maxlen": 1.0, 152 | "td_target_name": "td_round_shape", 153 | "td_width_to_size_filter_ratio": 0.9 154 | }, 155 | { 156 | "td_curve_segcount": 0, 157 | "td_height_ratio": 1.0, 158 | "td_length_ratio": 0.5, 159 | "td_maxheight": 2.0, 160 | "td_maxlen": 1.0, 161 | "td_target_name": "td_rect_shape", 162 | "td_width_to_size_filter_ratio": 0.9 163 | }, 164 | { 165 | "td_curve_segcount": 0, 166 | "td_height_ratio": 1.0, 167 | "td_length_ratio": 0.5, 168 | "td_maxheight": 2.0, 169 | "td_maxlen": 1.0, 170 | "td_target_name": "td_track_end", 171 | "td_width_to_size_filter_ratio": 0.9 172 | } 173 | ], 174 | "track_widths": [ 175 | 0.0, 176 | 0.2, 177 | 0.3, 178 | 0.5 179 | ], 180 | "via_dimensions": [ 181 | { 182 | "diameter": 0.0, 183 | "drill": 0.0 184 | } 185 | ], 186 | "zones_allow_external_fillets": false 187 | }, 188 | "layer_presets": [], 189 | "viewports": [] 190 | }, 191 | "boards": [], 192 | "cvpcb": { 193 | "equivalence_files": [] 194 | }, 195 | "erc": { 196 | "erc_exclusions": [], 197 | "meta": { 198 | "version": 0 199 | }, 200 | "pin_map": [ 201 | [ 202 | 0, 203 | 0, 204 | 0, 205 | 0, 206 | 0, 207 | 0, 208 | 1, 209 | 0, 210 | 0, 211 | 0, 212 | 0, 213 | 2 214 | ], 215 | [ 216 | 0, 217 | 2, 218 | 0, 219 | 1, 220 | 0, 221 | 0, 222 | 1, 223 | 0, 224 | 2, 225 | 2, 226 | 2, 227 | 2 228 | ], 229 | [ 230 | 0, 231 | 0, 232 | 0, 233 | 0, 234 | 0, 235 | 0, 236 | 1, 237 | 0, 238 | 1, 239 | 0, 240 | 1, 241 | 2 242 | ], 243 | [ 244 | 0, 245 | 1, 246 | 0, 247 | 0, 248 | 0, 249 | 0, 250 | 1, 251 | 1, 252 | 2, 253 | 1, 254 | 1, 255 | 2 256 | ], 257 | [ 258 | 0, 259 | 0, 260 | 0, 261 | 0, 262 | 0, 263 | 0, 264 | 1, 265 | 0, 266 | 0, 267 | 0, 268 | 0, 269 | 2 270 | ], 271 | [ 272 | 0, 273 | 0, 274 | 0, 275 | 0, 276 | 0, 277 | 0, 278 | 0, 279 | 0, 280 | 0, 281 | 0, 282 | 0, 283 | 2 284 | ], 285 | [ 286 | 1, 287 | 1, 288 | 1, 289 | 1, 290 | 1, 291 | 0, 292 | 1, 293 | 1, 294 | 1, 295 | 1, 296 | 1, 297 | 2 298 | ], 299 | [ 300 | 0, 301 | 0, 302 | 0, 303 | 1, 304 | 0, 305 | 0, 306 | 1, 307 | 0, 308 | 0, 309 | 0, 310 | 0, 311 | 2 312 | ], 313 | [ 314 | 0, 315 | 2, 316 | 1, 317 | 2, 318 | 0, 319 | 0, 320 | 1, 321 | 0, 322 | 2, 323 | 2, 324 | 2, 325 | 2 326 | ], 327 | [ 328 | 0, 329 | 2, 330 | 0, 331 | 1, 332 | 0, 333 | 0, 334 | 1, 335 | 0, 336 | 2, 337 | 0, 338 | 0, 339 | 2 340 | ], 341 | [ 342 | 0, 343 | 2, 344 | 1, 345 | 1, 346 | 0, 347 | 0, 348 | 1, 349 | 0, 350 | 2, 351 | 0, 352 | 0, 353 | 2 354 | ], 355 | [ 356 | 2, 357 | 2, 358 | 2, 359 | 2, 360 | 2, 361 | 2, 362 | 2, 363 | 2, 364 | 2, 365 | 2, 366 | 2, 367 | 2 368 | ] 369 | ], 370 | "rule_severities": { 371 | "bus_definition_conflict": "error", 372 | "bus_entry_needed": "error", 373 | "bus_to_bus_conflict": "error", 374 | "bus_to_net_conflict": "error", 375 | "conflicting_netclasses": "error", 376 | "different_unit_footprint": "error", 377 | "different_unit_net": "error", 378 | "duplicate_reference": "error", 379 | "duplicate_sheet_names": "error", 380 | "endpoint_off_grid": "warning", 381 | "extra_units": "error", 382 | "global_label_dangling": "warning", 383 | "hier_label_mismatch": "error", 384 | "label_dangling": "error", 385 | "lib_symbol_issues": "warning", 386 | "missing_bidi_pin": "warning", 387 | "missing_input_pin": "warning", 388 | "missing_power_pin": "error", 389 | "missing_unit": "warning", 390 | "multiple_net_names": "warning", 391 | "net_not_bus_member": "warning", 392 | "no_connect_connected": "warning", 393 | "no_connect_dangling": "warning", 394 | "pin_not_connected": "error", 395 | "pin_not_driven": "error", 396 | "pin_to_pin": "warning", 397 | "power_pin_not_driven": "error", 398 | "similar_labels": "warning", 399 | "simulation_model_issue": "error", 400 | "unannotated": "error", 401 | "unit_value_mismatch": "error", 402 | "unresolved_variable": "error", 403 | "wire_dangling": "error" 404 | } 405 | }, 406 | "libraries": { 407 | "pinned_footprint_libs": [], 408 | "pinned_symbol_libs": [] 409 | }, 410 | "meta": { 411 | "filename": "CH32V003_Breakout.kicad_pro", 412 | "version": 1 413 | }, 414 | "net_settings": { 415 | "classes": [ 416 | { 417 | "bus_width": 12, 418 | "clearance": 0.2, 419 | "diff_pair_gap": 0.25, 420 | "diff_pair_via_gap": 0.25, 421 | "diff_pair_width": 0.2, 422 | "line_style": 0, 423 | "microvia_diameter": 0.3, 424 | "microvia_drill": 0.1, 425 | "name": "Default", 426 | "pcb_color": "rgba(0, 0, 0, 0.000)", 427 | "schematic_color": "rgba(0, 0, 0, 0.000)", 428 | "track_width": 0.25, 429 | "via_diameter": 0.8, 430 | "via_drill": 0.4, 431 | "wire_width": 6 432 | } 433 | ], 434 | "meta": { 435 | "version": 3 436 | }, 437 | "net_colors": null, 438 | "netclass_assignments": null, 439 | "netclass_patterns": [] 440 | }, 441 | "pcbnew": { 442 | "last_paths": { 443 | "gencad": "", 444 | "idf": "", 445 | "netlist": "", 446 | "specctra_dsn": "", 447 | "step": "", 448 | "vrml": "" 449 | }, 450 | "page_layout_descr_file": "" 451 | }, 452 | "schematic": { 453 | "annotate_start_num": 0, 454 | "drawing": { 455 | "dashed_lines_dash_length_ratio": 12.0, 456 | "dashed_lines_gap_length_ratio": 3.0, 457 | "default_line_thickness": 6.0, 458 | "default_text_size": 50.0, 459 | "field_names": [], 460 | "intersheets_ref_own_page": false, 461 | "intersheets_ref_prefix": "", 462 | "intersheets_ref_short": false, 463 | "intersheets_ref_show": false, 464 | "intersheets_ref_suffix": "", 465 | "junction_size_choice": 3, 466 | "label_size_ratio": 0.375, 467 | "pin_symbol_size": 25.0, 468 | "text_offset_ratio": 0.15 469 | }, 470 | "legacy_lib_dir": "", 471 | "legacy_lib_list": [], 472 | "meta": { 473 | "version": 1 474 | }, 475 | "net_format_name": "", 476 | "page_layout_descr_file": "", 477 | "plot_directory": "", 478 | "spice_current_sheet_as_root": false, 479 | "spice_external_command": "spice \"%I\"", 480 | "spice_model_current_sheet_as_root": true, 481 | "spice_save_all_currents": false, 482 | "spice_save_all_voltages": false, 483 | "subpart_first_id": 65, 484 | "subpart_id_separator": 0 485 | }, 486 | "sheets": [ 487 | [ 488 | "91926102-6122-4a6f-b142-614052b9c9ae", 489 | "" 490 | ] 491 | ], 492 | "text_variables": {} 493 | } 494 | -------------------------------------------------------------------------------- /CH32V003_Breakout/CH32V003_Breakout.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch (version 20230121) (generator eeschema) 2 | 3 | (uuid 91926102-6122-4a6f-b142-614052b9c9ae) 4 | 5 | (paper "A4") 6 | 7 | (lib_symbols 8 | (symbol "Connector:Conn_01x10_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) 9 | (property "Reference" "J" (at 0 12.7 0) 10 | (effects (font (size 1.27 1.27))) 11 | ) 12 | (property "Value" "Conn_01x10_Pin" (at 0 -15.24 0) 13 | (effects (font (size 1.27 1.27))) 14 | ) 15 | (property "Footprint" "" (at 0 0 0) 16 | (effects (font (size 1.27 1.27)) hide) 17 | ) 18 | (property "Datasheet" "~" (at 0 0 0) 19 | (effects (font (size 1.27 1.27)) hide) 20 | ) 21 | (property "ki_locked" "" (at 0 0 0) 22 | (effects (font (size 1.27 1.27))) 23 | ) 24 | (property "ki_keywords" "connector" (at 0 0 0) 25 | (effects (font (size 1.27 1.27)) hide) 26 | ) 27 | (property "ki_description" "Generic connector, single row, 01x10, script generated" (at 0 0 0) 28 | (effects (font (size 1.27 1.27)) hide) 29 | ) 30 | (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) 31 | (effects (font (size 1.27 1.27)) hide) 32 | ) 33 | (symbol "Conn_01x10_Pin_1_1" 34 | (polyline 35 | (pts 36 | (xy 1.27 -12.7) 37 | (xy 0.8636 -12.7) 38 | ) 39 | (stroke (width 0.1524) (type default)) 40 | (fill (type none)) 41 | ) 42 | (polyline 43 | (pts 44 | (xy 1.27 -10.16) 45 | (xy 0.8636 -10.16) 46 | ) 47 | (stroke (width 0.1524) (type default)) 48 | (fill (type none)) 49 | ) 50 | (polyline 51 | (pts 52 | (xy 1.27 -7.62) 53 | (xy 0.8636 -7.62) 54 | ) 55 | (stroke (width 0.1524) (type default)) 56 | (fill (type none)) 57 | ) 58 | (polyline 59 | (pts 60 | (xy 1.27 -5.08) 61 | (xy 0.8636 -5.08) 62 | ) 63 | (stroke (width 0.1524) (type default)) 64 | (fill (type none)) 65 | ) 66 | (polyline 67 | (pts 68 | (xy 1.27 -2.54) 69 | (xy 0.8636 -2.54) 70 | ) 71 | (stroke (width 0.1524) (type default)) 72 | (fill (type none)) 73 | ) 74 | (polyline 75 | (pts 76 | (xy 1.27 0) 77 | (xy 0.8636 0) 78 | ) 79 | (stroke (width 0.1524) (type default)) 80 | (fill (type none)) 81 | ) 82 | (polyline 83 | (pts 84 | (xy 1.27 2.54) 85 | (xy 0.8636 2.54) 86 | ) 87 | (stroke (width 0.1524) (type default)) 88 | (fill (type none)) 89 | ) 90 | (polyline 91 | (pts 92 | (xy 1.27 5.08) 93 | (xy 0.8636 5.08) 94 | ) 95 | (stroke (width 0.1524) (type default)) 96 | (fill (type none)) 97 | ) 98 | (polyline 99 | (pts 100 | (xy 1.27 7.62) 101 | (xy 0.8636 7.62) 102 | ) 103 | (stroke (width 0.1524) (type default)) 104 | (fill (type none)) 105 | ) 106 | (polyline 107 | (pts 108 | (xy 1.27 10.16) 109 | (xy 0.8636 10.16) 110 | ) 111 | (stroke (width 0.1524) (type default)) 112 | (fill (type none)) 113 | ) 114 | (rectangle (start 0.8636 -12.573) (end 0 -12.827) 115 | (stroke (width 0.1524) (type default)) 116 | (fill (type outline)) 117 | ) 118 | (rectangle (start 0.8636 -10.033) (end 0 -10.287) 119 | (stroke (width 0.1524) (type default)) 120 | (fill (type outline)) 121 | ) 122 | (rectangle (start 0.8636 -7.493) (end 0 -7.747) 123 | (stroke (width 0.1524) (type default)) 124 | (fill (type outline)) 125 | ) 126 | (rectangle (start 0.8636 -4.953) (end 0 -5.207) 127 | (stroke (width 0.1524) (type default)) 128 | (fill (type outline)) 129 | ) 130 | (rectangle (start 0.8636 -2.413) (end 0 -2.667) 131 | (stroke (width 0.1524) (type default)) 132 | (fill (type outline)) 133 | ) 134 | (rectangle (start 0.8636 0.127) (end 0 -0.127) 135 | (stroke (width 0.1524) (type default)) 136 | (fill (type outline)) 137 | ) 138 | (rectangle (start 0.8636 2.667) (end 0 2.413) 139 | (stroke (width 0.1524) (type default)) 140 | (fill (type outline)) 141 | ) 142 | (rectangle (start 0.8636 5.207) (end 0 4.953) 143 | (stroke (width 0.1524) (type default)) 144 | (fill (type outline)) 145 | ) 146 | (rectangle (start 0.8636 7.747) (end 0 7.493) 147 | (stroke (width 0.1524) (type default)) 148 | (fill (type outline)) 149 | ) 150 | (rectangle (start 0.8636 10.287) (end 0 10.033) 151 | (stroke (width 0.1524) (type default)) 152 | (fill (type outline)) 153 | ) 154 | (pin passive line (at 5.08 10.16 180) (length 3.81) 155 | (name "Pin_1" (effects (font (size 1.27 1.27)))) 156 | (number "1" (effects (font (size 1.27 1.27)))) 157 | ) 158 | (pin passive line (at 5.08 -12.7 180) (length 3.81) 159 | (name "Pin_10" (effects (font (size 1.27 1.27)))) 160 | (number "10" (effects (font (size 1.27 1.27)))) 161 | ) 162 | (pin passive line (at 5.08 7.62 180) (length 3.81) 163 | (name "Pin_2" (effects (font (size 1.27 1.27)))) 164 | (number "2" (effects (font (size 1.27 1.27)))) 165 | ) 166 | (pin passive line (at 5.08 5.08 180) (length 3.81) 167 | (name "Pin_3" (effects (font (size 1.27 1.27)))) 168 | (number "3" (effects (font (size 1.27 1.27)))) 169 | ) 170 | (pin passive line (at 5.08 2.54 180) (length 3.81) 171 | (name "Pin_4" (effects (font (size 1.27 1.27)))) 172 | (number "4" (effects (font (size 1.27 1.27)))) 173 | ) 174 | (pin passive line (at 5.08 0 180) (length 3.81) 175 | (name "Pin_5" (effects (font (size 1.27 1.27)))) 176 | (number "5" (effects (font (size 1.27 1.27)))) 177 | ) 178 | (pin passive line (at 5.08 -2.54 180) (length 3.81) 179 | (name "Pin_6" (effects (font (size 1.27 1.27)))) 180 | (number "6" (effects (font (size 1.27 1.27)))) 181 | ) 182 | (pin passive line (at 5.08 -5.08 180) (length 3.81) 183 | (name "Pin_7" (effects (font (size 1.27 1.27)))) 184 | (number "7" (effects (font (size 1.27 1.27)))) 185 | ) 186 | (pin passive line (at 5.08 -7.62 180) (length 3.81) 187 | (name "Pin_8" (effects (font (size 1.27 1.27)))) 188 | (number "8" (effects (font (size 1.27 1.27)))) 189 | ) 190 | (pin passive line (at 5.08 -10.16 180) (length 3.81) 191 | (name "Pin_9" (effects (font (size 1.27 1.27)))) 192 | (number "9" (effects (font (size 1.27 1.27)))) 193 | ) 194 | ) 195 | ) 196 | (symbol "Larry_Library:CH32V003_QFN20" (in_bom yes) (on_board yes) 197 | (property "Reference" "CH32V003" (at -13.97 15.24 0) 198 | (effects (font (size 1.27 1.27))) 199 | ) 200 | (property "Value" "" (at 0 0 0) 201 | (effects (font (size 1.27 1.27))) 202 | ) 203 | (property "Footprint" "Package_DFN_QFN:QFN-20-1EP_3x3mm_P0.4mm_EP1.65x1.65mm" (at 0 0 0) 204 | (effects (font (size 1.27 1.27)) hide) 205 | ) 206 | (property "Datasheet" "" (at 0 0 0) 207 | (effects (font (size 1.27 1.27)) hide) 208 | ) 209 | (property "ki_description" "32-bit RISC-V 48Mhz 16K FLASH 2K SRAM" (at 0 0 0) 210 | (effects (font (size 1.27 1.27)) hide) 211 | ) 212 | (symbol "CH32V003_QFN20_0_1" 213 | (rectangle (start -13.97 13.97) (end 12.7 -12.7) 214 | (stroke (width 0) (type default)) 215 | (fill (type none)) 216 | ) 217 | ) 218 | (symbol "CH32V003_QFN20_1_1" 219 | (pin bidirectional line (at -16.51 6.35 0) (length 2.54) 220 | (name "PD7" (effects (font (size 1.27 1.27)))) 221 | (number "1" (effects (font (size 1.27 1.27)))) 222 | ) 223 | (pin bidirectional line (at 5.08 -15.24 90) (length 2.54) 224 | (name "PC3" (effects (font (size 1.27 1.27)))) 225 | (number "10" (effects (font (size 1.27 1.27)))) 226 | ) 227 | (pin bidirectional line (at 15.24 -5.08 180) (length 2.54) 228 | (name "PC4" (effects (font (size 1.27 1.27)))) 229 | (number "11" (effects (font (size 1.27 1.27)))) 230 | ) 231 | (pin bidirectional line (at 15.24 -2.54 180) (length 2.54) 232 | (name "PC5/SCK/SCL" (effects (font (size 1.27 1.27)))) 233 | (number "12" (effects (font (size 1.27 1.27)))) 234 | ) 235 | (pin bidirectional line (at 15.24 0 180) (length 2.54) 236 | (name "PC6/MOSI/SDA" (effects (font (size 1.27 1.27)))) 237 | (number "13" (effects (font (size 1.27 1.27)))) 238 | ) 239 | (pin bidirectional line (at 15.24 2.54 180) (length 2.54) 240 | (name "PC7/MISO" (effects (font (size 1.27 1.27)))) 241 | (number "14" (effects (font (size 1.27 1.27)))) 242 | ) 243 | (pin bidirectional line (at 15.24 5.08 180) (length 2.54) 244 | (name "PD1/SWIO" (effects (font (size 1.27 1.27)))) 245 | (number "15" (effects (font (size 1.27 1.27)))) 246 | ) 247 | (pin bidirectional line (at 5.08 16.51 270) (length 2.54) 248 | (name "PD2" (effects (font (size 1.27 1.27)))) 249 | (number "16" (effects (font (size 1.27 1.27)))) 250 | ) 251 | (pin bidirectional line (at 2.54 16.51 270) (length 2.54) 252 | (name "PD3" (effects (font (size 1.27 1.27)))) 253 | (number "17" (effects (font (size 1.27 1.27)))) 254 | ) 255 | (pin bidirectional line (at 0 16.51 270) (length 2.54) 256 | (name "PD4" (effects (font (size 1.27 1.27)))) 257 | (number "18" (effects (font (size 1.27 1.27)))) 258 | ) 259 | (pin bidirectional line (at -2.54 16.51 270) (length 2.54) 260 | (name "PD5" (effects (font (size 1.27 1.27)))) 261 | (number "19" (effects (font (size 1.27 1.27)))) 262 | ) 263 | (pin bidirectional line (at -16.51 3.81 0) (length 2.54) 264 | (name "PA1" (effects (font (size 1.27 1.27)))) 265 | (number "2" (effects (font (size 1.27 1.27)))) 266 | ) 267 | (pin bidirectional line (at -5.08 16.51 270) (length 2.54) 268 | (name "PD6" (effects (font (size 1.27 1.27)))) 269 | (number "20" (effects (font (size 1.27 1.27)))) 270 | ) 271 | (pin power_in line (at -16.51 11.43 0) (length 2.54) 272 | (name "VSS" (effects (font (size 1.27 1.27)))) 273 | (number "21" (effects (font (size 1.27 1.27)))) 274 | ) 275 | (pin bidirectional line (at -16.51 1.27 0) (length 2.54) 276 | (name "PA2" (effects (font (size 1.27 1.27)))) 277 | (number "3" (effects (font (size 1.27 1.27)))) 278 | ) 279 | (pin power_in line (at -16.51 -1.27 0) (length 2.54) 280 | (name "VSS" (effects (font (size 1.27 1.27)))) 281 | (number "4" (effects (font (size 1.27 1.27)))) 282 | ) 283 | (pin bidirectional line (at -16.51 -3.81 0) (length 2.54) 284 | (name "PD0" (effects (font (size 1.27 1.27)))) 285 | (number "5" (effects (font (size 1.27 1.27)))) 286 | ) 287 | (pin power_in line (at -5.08 -15.24 90) (length 2.54) 288 | (name "VDD" (effects (font (size 1.27 1.27)))) 289 | (number "6" (effects (font (size 1.27 1.27)))) 290 | ) 291 | (pin bidirectional line (at -2.54 -15.24 90) (length 2.54) 292 | (name "PC0" (effects (font (size 1.27 1.27)))) 293 | (number "7" (effects (font (size 1.27 1.27)))) 294 | ) 295 | (pin bidirectional line (at 0 -15.24 90) (length 2.54) 296 | (name "PC1/SDA" (effects (font (size 1.27 1.27)))) 297 | (number "8" (effects (font (size 1.27 1.27)))) 298 | ) 299 | (pin bidirectional line (at 2.54 -15.24 90) (length 2.54) 300 | (name "PC2/SCL" (effects (font (size 1.27 1.27)))) 301 | (number "9" (effects (font (size 1.27 1.27)))) 302 | ) 303 | ) 304 | ) 305 | (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) 306 | (property "Reference" "#PWR" (at 0 -6.35 0) 307 | (effects (font (size 1.27 1.27)) hide) 308 | ) 309 | (property "Value" "GND" (at 0 -3.81 0) 310 | (effects (font (size 1.27 1.27))) 311 | ) 312 | (property "Footprint" "" (at 0 0 0) 313 | (effects (font (size 1.27 1.27)) hide) 314 | ) 315 | (property "Datasheet" "" (at 0 0 0) 316 | (effects (font (size 1.27 1.27)) hide) 317 | ) 318 | (property "ki_keywords" "global power" (at 0 0 0) 319 | (effects (font (size 1.27 1.27)) hide) 320 | ) 321 | (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) 322 | (effects (font (size 1.27 1.27)) hide) 323 | ) 324 | (symbol "GND_0_1" 325 | (polyline 326 | (pts 327 | (xy 0 0) 328 | (xy 0 -1.27) 329 | (xy 1.27 -1.27) 330 | (xy 0 -2.54) 331 | (xy -1.27 -1.27) 332 | (xy 0 -1.27) 333 | ) 334 | (stroke (width 0) (type default)) 335 | (fill (type none)) 336 | ) 337 | ) 338 | (symbol "GND_1_1" 339 | (pin power_in line (at 0 0 270) (length 0) hide 340 | (name "GND" (effects (font (size 1.27 1.27)))) 341 | (number "1" (effects (font (size 1.27 1.27)))) 342 | ) 343 | ) 344 | ) 345 | ) 346 | 347 | (junction (at 106.68 83.82) (diameter 0) (color 0 0 0 0) 348 | (uuid 112cae84-ca43-4f7a-a15d-69116f194373) 349 | ) 350 | (junction (at 106.68 71.12) (diameter 0) (color 0 0 0 0) 351 | (uuid 1830b68d-315c-4cb4-8ac5-46e6ee870433) 352 | ) 353 | 354 | (wire (pts (xy 106.68 63.5) (xy 106.68 71.12)) 355 | (stroke (width 0) (type default)) 356 | (uuid 02593665-2621-4214-b650-54240acb923f) 357 | ) 358 | (wire (pts (xy 97.79 102.87) (xy 125.73 102.87)) 359 | (stroke (width 0) (type default)) 360 | (uuid 03694843-b903-4d80-920b-25a3f0c761a1) 361 | ) 362 | (wire (pts (xy 133.35 63.5) (xy 154.94 63.5)) 363 | (stroke (width 0) (type default)) 364 | (uuid 0b711b4c-815e-424b-a060-882418c77966) 365 | ) 366 | (wire (pts (xy 97.79 110.49) (xy 133.35 110.49)) 367 | (stroke (width 0) (type default)) 368 | (uuid 0d17b899-ea56-410e-9111-3d620068b1d0) 369 | ) 370 | (wire (pts (xy 104.14 92.71) (xy 104.14 81.28)) 371 | (stroke (width 0) (type default)) 372 | (uuid 0dbfe53d-22fa-48ee-91a6-57fb109dcbee) 373 | ) 374 | (wire (pts (xy 123.19 53.34) (xy 154.94 53.34)) 375 | (stroke (width 0) (type default)) 376 | (uuid 153702ef-8629-4578-a730-7e99c2bd2703) 377 | ) 378 | (wire (pts (xy 130.81 107.95) (xy 130.81 97.79)) 379 | (stroke (width 0) (type default)) 380 | (uuid 173aaad4-1543-46f0-a820-b1aaeead810b) 381 | ) 382 | (wire (pts (xy 97.79 95.25) (xy 106.68 95.25)) 383 | (stroke (width 0) (type default)) 384 | (uuid 19c6a45b-c964-4400-9830-40cb0f1ff8b9) 385 | ) 386 | (wire (pts (xy 128.27 66.04) (xy 128.27 58.42)) 387 | (stroke (width 0) (type default)) 388 | (uuid 211a0ee8-d213-47b8-8745-76cb63a8f253) 389 | ) 390 | (wire (pts (xy 143.51 82.55) (xy 149.86 82.55)) 391 | (stroke (width 0) (type default)) 392 | (uuid 24d03601-e439-4481-8442-8b81ab918427) 393 | ) 394 | (wire (pts (xy 148.59 80.01) (xy 148.59 68.58)) 395 | (stroke (width 0) (type default)) 396 | (uuid 2d67c5aa-600a-421d-829d-56b1b9e69893) 397 | ) 398 | (wire (pts (xy 123.19 100.33) (xy 123.19 97.79)) 399 | (stroke (width 0) (type default)) 400 | (uuid 2f35290f-75c8-4b16-820f-9b5e5380a155) 401 | ) 402 | (wire (pts (xy 133.35 66.04) (xy 133.35 63.5)) 403 | (stroke (width 0) (type default)) 404 | (uuid 3815ecf0-b575-4d12-8891-f2eb1f576b88) 405 | ) 406 | (wire (pts (xy 130.81 66.04) (xy 130.81 60.96)) 407 | (stroke (width 0) (type default)) 408 | (uuid 38e92249-9fe0-40fc-93ac-b65543cf4510) 409 | ) 410 | (wire (pts (xy 143.51 66.04) (xy 154.94 66.04)) 411 | (stroke (width 0) (type default)) 412 | (uuid 3a76e603-d4c0-430f-ac1f-86bc345b3f77) 413 | ) 414 | (wire (pts (xy 97.79 105.41) (xy 128.27 105.41)) 415 | (stroke (width 0) (type default)) 416 | (uuid 3b5ae470-ed60-47ea-ab01-fd8f1fad59a5) 417 | ) 418 | (wire (pts (xy 149.86 82.55) (xy 149.86 71.12)) 419 | (stroke (width 0) (type default)) 420 | (uuid 5d6f5ea5-ee66-4a8c-ab53-4621864a82dc) 421 | ) 422 | (wire (pts (xy 133.35 110.49) (xy 133.35 97.79)) 423 | (stroke (width 0) (type default)) 424 | (uuid 5ec21f07-27ce-4be9-89ed-ccde3b853736) 425 | ) 426 | (wire (pts (xy 143.51 87.63) (xy 154.94 87.63)) 427 | (stroke (width 0) (type default)) 428 | (uuid 604e13ef-08d5-4540-b13a-faf1fb654b10) 429 | ) 430 | (wire (pts (xy 111.76 71.12) (xy 106.68 71.12)) 431 | (stroke (width 0) (type default)) 432 | (uuid 66cfc4b4-29db-44fa-afc7-e3b0a9ea5645) 433 | ) 434 | (wire (pts (xy 125.73 102.87) (xy 125.73 97.79)) 435 | (stroke (width 0) (type default)) 436 | (uuid 68894809-2741-4604-9dd1-f7d23716192a) 437 | ) 438 | (wire (pts (xy 97.79 87.63) (xy 97.79 76.2)) 439 | (stroke (width 0) (type default)) 440 | (uuid 6c0bf6ef-fc9c-48dc-8cda-3fc4199cb778) 441 | ) 442 | (wire (pts (xy 97.79 92.71) (xy 104.14 92.71)) 443 | (stroke (width 0) (type default)) 444 | (uuid 6f58122b-5863-4b50-947a-f2bb07043eb7) 445 | ) 446 | (wire (pts (xy 148.59 68.58) (xy 154.94 68.58)) 447 | (stroke (width 0) (type default)) 448 | (uuid 71871492-4963-433e-902c-f417b694ad99) 449 | ) 450 | (wire (pts (xy 123.19 66.04) (xy 123.19 53.34)) 451 | (stroke (width 0) (type default)) 452 | (uuid 79674ca5-68a7-4b5f-976f-f8f6368460a0) 453 | ) 454 | (wire (pts (xy 106.68 95.25) (xy 106.68 83.82)) 455 | (stroke (width 0) (type default)) 456 | (uuid 7e542ba3-8ff7-4502-876e-a27655664c6c) 457 | ) 458 | (wire (pts (xy 128.27 105.41) (xy 128.27 97.79)) 459 | (stroke (width 0) (type default)) 460 | (uuid 7e6d3d13-69aa-458b-8e84-4e741e8f6ec5) 461 | ) 462 | (wire (pts (xy 151.13 85.09) (xy 151.13 73.66)) 463 | (stroke (width 0) (type default)) 464 | (uuid 80971a00-3e6c-4970-977f-5d1e5f9ce375) 465 | ) 466 | (wire (pts (xy 97.79 90.17) (xy 101.6 90.17)) 467 | (stroke (width 0) (type default)) 468 | (uuid 88018253-be8d-4e37-8288-d14e663bb12d) 469 | ) 470 | (wire (pts (xy 97.79 100.33) (xy 123.19 100.33)) 471 | (stroke (width 0) (type default)) 472 | (uuid 929d2804-357b-4b7c-af84-4fd3ef8cb83e) 473 | ) 474 | (wire (pts (xy 125.73 55.88) (xy 154.94 55.88)) 475 | (stroke (width 0) (type default)) 476 | (uuid 976e0c1f-aba7-47fa-9392-35bc225fcaae) 477 | ) 478 | (wire (pts (xy 101.6 78.74) (xy 111.76 78.74)) 479 | (stroke (width 0) (type default)) 480 | (uuid a1faab81-72f1-40cc-8eb8-251b64a25f02) 481 | ) 482 | (wire (pts (xy 100.33 63.5) (xy 106.68 63.5)) 483 | (stroke (width 0) (type default)) 484 | (uuid a542cd41-8265-437b-a501-41bfdeef1bb9) 485 | ) 486 | (wire (pts (xy 154.94 87.63) (xy 154.94 76.2)) 487 | (stroke (width 0) (type default)) 488 | (uuid aa6b8be1-afad-445b-90e4-7e77aa782583) 489 | ) 490 | (wire (pts (xy 101.6 90.17) (xy 101.6 78.74)) 491 | (stroke (width 0) (type default)) 492 | (uuid acb0aedd-4941-429b-8f5f-765bb76de67b) 493 | ) 494 | (wire (pts (xy 106.68 83.82) (xy 111.76 83.82)) 495 | (stroke (width 0) (type default)) 496 | (uuid aeed74c1-4004-4010-9b88-95ab07926784) 497 | ) 498 | (wire (pts (xy 97.79 76.2) (xy 111.76 76.2)) 499 | (stroke (width 0) (type default)) 500 | (uuid af7a049e-4809-430f-9640-dd445382f0ac) 501 | ) 502 | (wire (pts (xy 143.51 85.09) (xy 151.13 85.09)) 503 | (stroke (width 0) (type default)) 504 | (uuid ba38a2ad-0014-4967-a159-e409fb6819f1) 505 | ) 506 | (wire (pts (xy 149.86 71.12) (xy 154.94 71.12)) 507 | (stroke (width 0) (type default)) 508 | (uuid bcb5223c-512c-4c81-b4f3-01abe752f794) 509 | ) 510 | (wire (pts (xy 151.13 73.66) (xy 154.94 73.66)) 511 | (stroke (width 0) (type default)) 512 | (uuid c2fa5cfc-e7e0-4d1e-8300-8f4b659cb775) 513 | ) 514 | (wire (pts (xy 97.79 97.79) (xy 111.76 97.79)) 515 | (stroke (width 0) (type default)) 516 | (uuid c4f68b2f-3809-411f-908b-4db5d3d4c8da) 517 | ) 518 | (wire (pts (xy 130.81 60.96) (xy 154.94 60.96)) 519 | (stroke (width 0) (type default)) 520 | (uuid ca4846b9-fffa-4dd5-933e-1fc82233af85) 521 | ) 522 | (wire (pts (xy 143.51 77.47) (xy 143.51 66.04)) 523 | (stroke (width 0) (type default)) 524 | (uuid ce50499c-5a03-4188-8cb5-7013e602d335) 525 | ) 526 | (wire (pts (xy 106.68 71.12) (xy 106.68 83.82)) 527 | (stroke (width 0) (type default)) 528 | (uuid d879c6c2-c4a6-4634-bcff-f145b1b19f5b) 529 | ) 530 | (wire (pts (xy 128.27 58.42) (xy 154.94 58.42)) 531 | (stroke (width 0) (type default)) 532 | (uuid db162e63-bca9-4956-91e8-c94eea41ce02) 533 | ) 534 | (wire (pts (xy 143.51 80.01) (xy 148.59 80.01)) 535 | (stroke (width 0) (type default)) 536 | (uuid dce0ab6a-9aaa-481b-896d-67ea7ee49a77) 537 | ) 538 | (wire (pts (xy 125.73 66.04) (xy 125.73 55.88)) 539 | (stroke (width 0) (type default)) 540 | (uuid dcea2c97-efc3-428c-b509-4ee9e787dfad) 541 | ) 542 | (wire (pts (xy 97.79 107.95) (xy 130.81 107.95)) 543 | (stroke (width 0) (type default)) 544 | (uuid dcec7e1a-66ec-4132-8cd3-82c418067be5) 545 | ) 546 | (wire (pts (xy 111.76 97.79) (xy 111.76 86.36)) 547 | (stroke (width 0) (type default)) 548 | (uuid fe12fc35-5fe4-4179-bbe4-52a052160a97) 549 | ) 550 | (wire (pts (xy 104.14 81.28) (xy 111.76 81.28)) 551 | (stroke (width 0) (type default)) 552 | (uuid ff9cffda-384f-4df6-92c2-4d38b7030c90) 553 | ) 554 | 555 | (symbol (lib_id "power:GND") (at 100.33 63.5 0) (unit 1) 556 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 557 | (uuid 0cbf7873-7663-4fb9-ae6c-b0b7a62004d3) 558 | (property "Reference" "#PWR01" (at 100.33 69.85 0) 559 | (effects (font (size 1.27 1.27)) hide) 560 | ) 561 | (property "Value" "GND" (at 100.33 68.58 0) 562 | (effects (font (size 1.27 1.27))) 563 | ) 564 | (property "Footprint" "" (at 100.33 63.5 0) 565 | (effects (font (size 1.27 1.27)) hide) 566 | ) 567 | (property "Datasheet" "" (at 100.33 63.5 0) 568 | (effects (font (size 1.27 1.27)) hide) 569 | ) 570 | (pin "1" (uuid 1dbd3c6a-00b2-4913-a0b6-6d37207e9dba)) 571 | (instances 572 | (project "CH32V003_Breakout" 573 | (path "/91926102-6122-4a6f-b142-614052b9c9ae" 574 | (reference "#PWR01") (unit 1) 575 | ) 576 | ) 577 | ) 578 | ) 579 | 580 | (symbol (lib_id "Connector:Conn_01x10_Pin") (at 92.71 97.79 0) (unit 1) 581 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 582 | (uuid 170f0eb3-b24c-47db-b75c-b7fcd1a5e529) 583 | (property "Reference" "J1" (at 93.345 83.82 0) 584 | (effects (font (size 1.27 1.27))) 585 | ) 586 | (property "Value" "Conn_01x10_Pin" (at 93.345 86.36 0) 587 | (effects (font (size 1.27 1.27))) 588 | ) 589 | (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x10_P2.54mm_Vertical" (at 92.71 97.79 0) 590 | (effects (font (size 1.27 1.27)) hide) 591 | ) 592 | (property "Datasheet" "~" (at 92.71 97.79 0) 593 | (effects (font (size 1.27 1.27)) hide) 594 | ) 595 | (pin "1" (uuid 8a56b783-4836-4734-827d-91104751b050)) 596 | (pin "10" (uuid 45bb145b-10f9-4d7a-9b8a-e0dd839b5692)) 597 | (pin "2" (uuid c57f03b6-39ea-439d-9f1a-cfbe43dbfcd4)) 598 | (pin "3" (uuid 69646e30-4617-47f2-b518-082eaeb68d37)) 599 | (pin "4" (uuid 5740ea0a-9f47-4c3d-b933-a876106559ee)) 600 | (pin "5" (uuid fb58b236-a962-4a9c-8450-1ced304a3137)) 601 | (pin "6" (uuid e258281e-1995-4464-9c32-4cb4b506b596)) 602 | (pin "7" (uuid e8f52e9b-e820-4356-8b89-dcdec213a55d)) 603 | (pin "8" (uuid c9c041df-08ed-44ef-8bf8-4caa90cb6eae)) 604 | (pin "9" (uuid e94a641e-a8a7-4377-945d-0ce59b6b6412)) 605 | (instances 606 | (project "CH32V003_Breakout" 607 | (path "/91926102-6122-4a6f-b142-614052b9c9ae" 608 | (reference "J1") (unit 1) 609 | ) 610 | ) 611 | ) 612 | ) 613 | 614 | (symbol (lib_id "Connector:Conn_01x10_Pin") (at 160.02 63.5 0) (mirror y) (unit 1) 615 | (in_bom yes) (on_board yes) (dnp no) 616 | (uuid 9773f4e1-9820-4771-a809-ba09b7a42543) 617 | (property "Reference" "J2" (at 159.385 49.53 0) 618 | (effects (font (size 1.27 1.27))) 619 | ) 620 | (property "Value" "Conn_01x10_Pin" (at 159.385 52.07 0) 621 | (effects (font (size 1.27 1.27))) 622 | ) 623 | (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x10_P2.54mm_Vertical" (at 160.02 63.5 0) 624 | (effects (font (size 1.27 1.27)) hide) 625 | ) 626 | (property "Datasheet" "~" (at 160.02 63.5 0) 627 | (effects (font (size 1.27 1.27)) hide) 628 | ) 629 | (pin "1" (uuid 5107963e-80a5-4dc1-afbc-94c2599547b7)) 630 | (pin "10" (uuid a9434d91-aca6-4e9a-b522-f432e0b25eeb)) 631 | (pin "2" (uuid 963f12ad-1d5e-4ebe-92da-d4b5fb5dc3e2)) 632 | (pin "3" (uuid 0e440f0b-056a-496c-b9c6-a8600a41c529)) 633 | (pin "4" (uuid 83d42a0f-16da-4c83-866f-3b9ca55a0c9f)) 634 | (pin "5" (uuid ef1a438c-0611-4401-b6f0-ae56a9f3393b)) 635 | (pin "6" (uuid b7c1dc0f-2c0a-407c-88d3-4c16a1c4b0be)) 636 | (pin "7" (uuid e5ae6cc9-526b-4ed2-ad39-99474cc7b399)) 637 | (pin "8" (uuid 1d1d2da7-5bb9-444a-86fe-67246545afd8)) 638 | (pin "9" (uuid b7f47129-c2ec-4d6f-be15-79a365ecc784)) 639 | (instances 640 | (project "CH32V003_Breakout" 641 | (path "/91926102-6122-4a6f-b142-614052b9c9ae" 642 | (reference "J2") (unit 1) 643 | ) 644 | ) 645 | ) 646 | ) 647 | 648 | (symbol (lib_id "Larry_Library:CH32V003_QFN20") (at 128.27 82.55 0) (unit 1) 649 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 650 | (uuid a8cd269b-2f51-4667-89e2-0fabfe6dc76e) 651 | (property "Reference" "CH32V1" (at 146.05 74.8283 0) 652 | (effects (font (size 1.27 1.27))) 653 | ) 654 | (property "Value" "~" (at 128.27 82.55 0) 655 | (effects (font (size 1.27 1.27))) 656 | ) 657 | (property "Footprint" "Larry:QFN-20_3x3_improved" (at 128.27 82.55 0) 658 | (effects (font (size 1.27 1.27)) hide) 659 | ) 660 | (property "Datasheet" "" (at 128.27 82.55 0) 661 | (effects (font (size 1.27 1.27)) hide) 662 | ) 663 | (pin "1" (uuid eef37d80-4a9f-4d76-83d0-44b4641e4772)) 664 | (pin "10" (uuid 5e058b93-1106-4ff3-8c37-ea84fd4f9b22)) 665 | (pin "11" (uuid 57233963-7979-4418-afb8-583a68703f5a)) 666 | (pin "12" (uuid c65751cd-c846-4176-a0bf-34359e2159b3)) 667 | (pin "13" (uuid c698f06f-8ac7-4895-9b8b-32b559135324)) 668 | (pin "14" (uuid c6277fb0-f660-4bbd-a466-3fa5c76a91fc)) 669 | (pin "15" (uuid 44ef13fd-e0e1-4966-ad33-2e8d32f22cb2)) 670 | (pin "16" (uuid e7b44505-3a3e-4896-8775-aa0214c7a456)) 671 | (pin "17" (uuid c8c6658c-b8f4-4d04-92c3-a88232cb3856)) 672 | (pin "18" (uuid 33fe911b-16c7-4ce6-b824-ba9878a40228)) 673 | (pin "19" (uuid 2526cfe7-5a26-48cf-bfd6-9508e3871835)) 674 | (pin "2" (uuid 6d95edb4-7189-48f4-9876-dcbea169fb25)) 675 | (pin "20" (uuid deee79c4-96de-4eaa-ae5d-54bff59b00f6)) 676 | (pin "21" (uuid 038a6815-815b-42b5-be1e-ad7dc74c3a9b)) 677 | (pin "3" (uuid 2ec4ebd2-6d30-4328-8399-31ef37685d6f)) 678 | (pin "4" (uuid d94b345e-e436-4f49-9c1f-1201ce932fc3)) 679 | (pin "5" (uuid 3e2a75db-7052-4655-8c51-542edb0f643e)) 680 | (pin "6" (uuid 78ac8355-6163-4ccf-b57d-5271942236a5)) 681 | (pin "7" (uuid d4259c98-caf2-4c08-ac38-d98d41a883e6)) 682 | (pin "8" (uuid 79399cf4-cf36-467e-9eca-9ea3446d4388)) 683 | (pin "9" (uuid a2aa7d95-a3b5-4a7c-a8a6-2a255d8f35cd)) 684 | (instances 685 | (project "CH32V003_Breakout" 686 | (path "/91926102-6122-4a6f-b142-614052b9c9ae" 687 | (reference "CH32V1") (unit 1) 688 | ) 689 | ) 690 | ) 691 | ) 692 | 693 | (sheet_instances 694 | (path "/" (page "1")) 695 | ) 696 | ) 697 | -------------------------------------------------------------------------------- /CH32V003_Breakout/CH32V003_breakout_gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/CH32V003_Breakout/CH32V003_breakout_gerbers.zip -------------------------------------------------------------------------------- /LCD_64x32_Breakout/LCD_64x32_Breakout.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 31, 4 | "active_layer_preset": "All Layers", 5 | "auto_track_width": true, 6 | "hidden_netclasses": [], 7 | "hidden_nets": [], 8 | "high_contrast_mode": 0, 9 | "net_color_mode": 1, 10 | "opacity": { 11 | "images": 0.6, 12 | "pads": 1.0, 13 | "tracks": 1.0, 14 | "vias": 1.0, 15 | "zones": 0.6 16 | }, 17 | "selection_filter": { 18 | "dimensions": true, 19 | "footprints": true, 20 | "graphics": true, 21 | "keepouts": true, 22 | "lockedItems": false, 23 | "otherItems": true, 24 | "pads": true, 25 | "text": true, 26 | "tracks": true, 27 | "vias": true, 28 | "zones": true 29 | }, 30 | "visible_items": [ 31 | 0, 32 | 1, 33 | 2, 34 | 3, 35 | 4, 36 | 5, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 12, 42 | 13, 43 | 15, 44 | 16, 45 | 17, 46 | 18, 47 | 19, 48 | 20, 49 | 21, 50 | 22, 51 | 23, 52 | 24, 53 | 25, 54 | 26, 55 | 27, 56 | 28, 57 | 29, 58 | 30, 59 | 32, 60 | 33, 61 | 34, 62 | 35, 63 | 36, 64 | 39, 65 | 40 66 | ], 67 | "visible_layers": "fffffff_ffffffff", 68 | "zone_display_mode": 0 69 | }, 70 | "meta": { 71 | "filename": "LCD_64x32_Breakout.kicad_prl", 72 | "version": 3 73 | }, 74 | "project": { 75 | "files": [] 76 | } 77 | } 78 | -------------------------------------------------------------------------------- /LCD_64x32_Breakout/LCD_64x32_Breakout.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.09999999999999999, 7 | "copper_line_width": 0.19999999999999998, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": false, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.15, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 0.762, 38 | "height": 1.524, 39 | "width": 1.524 40 | }, 41 | "silk_line_width": 0.15, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 1.0, 44 | "silk_text_size_v": 1.0, 45 | "silk_text_thickness": 0.15, 46 | "silk_text_upright": false, 47 | "zones": { 48 | "min_clearance": 0.5 49 | } 50 | }, 51 | "diff_pair_dimensions": [], 52 | "drc_exclusions": [], 53 | "meta": { 54 | "version": 2 55 | }, 56 | "rule_severities": { 57 | "annular_width": "error", 58 | "clearance": "error", 59 | "connection_width": "warning", 60 | "copper_edge_clearance": "error", 61 | "copper_sliver": "warning", 62 | "courtyards_overlap": "error", 63 | "diff_pair_gap_out_of_range": "error", 64 | "diff_pair_uncoupled_length_too_long": "error", 65 | "drill_out_of_range": "error", 66 | "duplicate_footprints": "warning", 67 | "extra_footprint": "warning", 68 | "footprint": "error", 69 | "footprint_type_mismatch": "ignore", 70 | "hole_clearance": "error", 71 | "hole_near_hole": "error", 72 | "invalid_outline": "error", 73 | "isolated_copper": "warning", 74 | "item_on_disabled_layer": "error", 75 | "items_not_allowed": "error", 76 | "length_out_of_range": "error", 77 | "lib_footprint_issues": "warning", 78 | "lib_footprint_mismatch": "warning", 79 | "malformed_courtyard": "error", 80 | "microvia_drill_out_of_range": "error", 81 | "missing_courtyard": "ignore", 82 | "missing_footprint": "warning", 83 | "net_conflict": "warning", 84 | "npth_inside_courtyard": "ignore", 85 | "padstack": "warning", 86 | "pth_inside_courtyard": "ignore", 87 | "shorting_items": "error", 88 | "silk_edge_clearance": "warning", 89 | "silk_over_copper": "warning", 90 | "silk_overlap": "warning", 91 | "skew_out_of_range": "error", 92 | "solder_mask_bridge": "error", 93 | "starved_thermal": "error", 94 | "text_height": "warning", 95 | "text_thickness": "warning", 96 | "through_hole_pad_without_hole": "error", 97 | "too_many_vias": "error", 98 | "track_dangling": "warning", 99 | "track_width": "error", 100 | "tracks_crossing": "error", 101 | "unconnected_items": "error", 102 | "unresolved_variable": "error", 103 | "via_dangling": "warning", 104 | "zones_intersect": "error" 105 | }, 106 | "rules": { 107 | "max_error": 0.005, 108 | "min_clearance": 0.0, 109 | "min_connection": 0.0, 110 | "min_copper_edge_clearance": 0.0, 111 | "min_hole_clearance": 0.25, 112 | "min_hole_to_hole": 0.25, 113 | "min_microvia_diameter": 0.19999999999999998, 114 | "min_microvia_drill": 0.09999999999999999, 115 | "min_resolved_spokes": 2, 116 | "min_silk_clearance": 0.0, 117 | "min_text_height": 0.7999999999999999, 118 | "min_text_thickness": 0.08, 119 | "min_through_hole_diameter": 0.3, 120 | "min_track_width": 0.0, 121 | "min_via_annular_width": 0.09999999999999999, 122 | "min_via_diameter": 0.5, 123 | "solder_mask_clearance": 0.0, 124 | "solder_mask_min_width": 0.0, 125 | "solder_mask_to_copper_clearance": 0.0, 126 | "use_height_for_length_calcs": true 127 | }, 128 | "teardrop_options": [ 129 | { 130 | "td_allow_use_two_tracks": true, 131 | "td_curve_segcount": 5, 132 | "td_on_pad_in_zone": false, 133 | "td_onpadsmd": true, 134 | "td_onroundshapesonly": false, 135 | "td_ontrackend": false, 136 | "td_onviapad": true 137 | } 138 | ], 139 | "teardrop_parameters": [ 140 | { 141 | "td_curve_segcount": 0, 142 | "td_height_ratio": 1.0, 143 | "td_length_ratio": 0.5, 144 | "td_maxheight": 2.0, 145 | "td_maxlen": 1.0, 146 | "td_target_name": "td_round_shape", 147 | "td_width_to_size_filter_ratio": 0.9 148 | }, 149 | { 150 | "td_curve_segcount": 0, 151 | "td_height_ratio": 1.0, 152 | "td_length_ratio": 0.5, 153 | "td_maxheight": 2.0, 154 | "td_maxlen": 1.0, 155 | "td_target_name": "td_rect_shape", 156 | "td_width_to_size_filter_ratio": 0.9 157 | }, 158 | { 159 | "td_curve_segcount": 0, 160 | "td_height_ratio": 1.0, 161 | "td_length_ratio": 0.5, 162 | "td_maxheight": 2.0, 163 | "td_maxlen": 1.0, 164 | "td_target_name": "td_track_end", 165 | "td_width_to_size_filter_ratio": 0.9 166 | } 167 | ], 168 | "track_widths": [], 169 | "via_dimensions": [], 170 | "zones_allow_external_fillets": false 171 | }, 172 | "layer_presets": [], 173 | "viewports": [] 174 | }, 175 | "boards": [], 176 | "cvpcb": { 177 | "equivalence_files": [] 178 | }, 179 | "erc": { 180 | "erc_exclusions": [], 181 | "meta": { 182 | "version": 0 183 | }, 184 | "pin_map": [ 185 | [ 186 | 0, 187 | 0, 188 | 0, 189 | 0, 190 | 0, 191 | 0, 192 | 1, 193 | 0, 194 | 0, 195 | 0, 196 | 0, 197 | 2 198 | ], 199 | [ 200 | 0, 201 | 2, 202 | 0, 203 | 1, 204 | 0, 205 | 0, 206 | 1, 207 | 0, 208 | 2, 209 | 2, 210 | 2, 211 | 2 212 | ], 213 | [ 214 | 0, 215 | 0, 216 | 0, 217 | 0, 218 | 0, 219 | 0, 220 | 1, 221 | 0, 222 | 1, 223 | 0, 224 | 1, 225 | 2 226 | ], 227 | [ 228 | 0, 229 | 1, 230 | 0, 231 | 0, 232 | 0, 233 | 0, 234 | 1, 235 | 1, 236 | 2, 237 | 1, 238 | 1, 239 | 2 240 | ], 241 | [ 242 | 0, 243 | 0, 244 | 0, 245 | 0, 246 | 0, 247 | 0, 248 | 1, 249 | 0, 250 | 0, 251 | 0, 252 | 0, 253 | 2 254 | ], 255 | [ 256 | 0, 257 | 0, 258 | 0, 259 | 0, 260 | 0, 261 | 0, 262 | 0, 263 | 0, 264 | 0, 265 | 0, 266 | 0, 267 | 2 268 | ], 269 | [ 270 | 1, 271 | 1, 272 | 1, 273 | 1, 274 | 1, 275 | 0, 276 | 1, 277 | 1, 278 | 1, 279 | 1, 280 | 1, 281 | 2 282 | ], 283 | [ 284 | 0, 285 | 0, 286 | 0, 287 | 1, 288 | 0, 289 | 0, 290 | 1, 291 | 0, 292 | 0, 293 | 0, 294 | 0, 295 | 2 296 | ], 297 | [ 298 | 0, 299 | 2, 300 | 1, 301 | 2, 302 | 0, 303 | 0, 304 | 1, 305 | 0, 306 | 2, 307 | 2, 308 | 2, 309 | 2 310 | ], 311 | [ 312 | 0, 313 | 2, 314 | 0, 315 | 1, 316 | 0, 317 | 0, 318 | 1, 319 | 0, 320 | 2, 321 | 0, 322 | 0, 323 | 2 324 | ], 325 | [ 326 | 0, 327 | 2, 328 | 1, 329 | 1, 330 | 0, 331 | 0, 332 | 1, 333 | 0, 334 | 2, 335 | 0, 336 | 0, 337 | 2 338 | ], 339 | [ 340 | 2, 341 | 2, 342 | 2, 343 | 2, 344 | 2, 345 | 2, 346 | 2, 347 | 2, 348 | 2, 349 | 2, 350 | 2, 351 | 2 352 | ] 353 | ], 354 | "rule_severities": { 355 | "bus_definition_conflict": "error", 356 | "bus_entry_needed": "error", 357 | "bus_to_bus_conflict": "error", 358 | "bus_to_net_conflict": "error", 359 | "conflicting_netclasses": "error", 360 | "different_unit_footprint": "error", 361 | "different_unit_net": "error", 362 | "duplicate_reference": "error", 363 | "duplicate_sheet_names": "error", 364 | "endpoint_off_grid": "warning", 365 | "extra_units": "error", 366 | "global_label_dangling": "warning", 367 | "hier_label_mismatch": "error", 368 | "label_dangling": "error", 369 | "lib_symbol_issues": "warning", 370 | "missing_bidi_pin": "warning", 371 | "missing_input_pin": "warning", 372 | "missing_power_pin": "error", 373 | "missing_unit": "warning", 374 | "multiple_net_names": "warning", 375 | "net_not_bus_member": "warning", 376 | "no_connect_connected": "warning", 377 | "no_connect_dangling": "warning", 378 | "pin_not_connected": "error", 379 | "pin_not_driven": "error", 380 | "pin_to_pin": "warning", 381 | "power_pin_not_driven": "error", 382 | "similar_labels": "warning", 383 | "simulation_model_issue": "error", 384 | "unannotated": "error", 385 | "unit_value_mismatch": "error", 386 | "unresolved_variable": "error", 387 | "wire_dangling": "error" 388 | } 389 | }, 390 | "libraries": { 391 | "pinned_footprint_libs": [], 392 | "pinned_symbol_libs": [] 393 | }, 394 | "meta": { 395 | "filename": "LCD_64x32_Breakout.kicad_pro", 396 | "version": 1 397 | }, 398 | "net_settings": { 399 | "classes": [ 400 | { 401 | "bus_width": 12, 402 | "clearance": 0.2, 403 | "diff_pair_gap": 0.25, 404 | "diff_pair_via_gap": 0.25, 405 | "diff_pair_width": 0.2, 406 | "line_style": 0, 407 | "microvia_diameter": 0.3, 408 | "microvia_drill": 0.1, 409 | "name": "Default", 410 | "pcb_color": "rgba(0, 0, 0, 0.000)", 411 | "schematic_color": "rgba(0, 0, 0, 0.000)", 412 | "track_width": 0.25, 413 | "via_diameter": 0.8, 414 | "via_drill": 0.4, 415 | "wire_width": 6 416 | } 417 | ], 418 | "meta": { 419 | "version": 3 420 | }, 421 | "net_colors": null, 422 | "netclass_assignments": null, 423 | "netclass_patterns": [] 424 | }, 425 | "pcbnew": { 426 | "last_paths": { 427 | "gencad": "", 428 | "idf": "", 429 | "netlist": "", 430 | "specctra_dsn": "", 431 | "step": "", 432 | "vrml": "" 433 | }, 434 | "page_layout_descr_file": "" 435 | }, 436 | "schematic": { 437 | "annotate_start_num": 0, 438 | "drawing": { 439 | "dashed_lines_dash_length_ratio": 12.0, 440 | "dashed_lines_gap_length_ratio": 3.0, 441 | "default_line_thickness": 6.0, 442 | "default_text_size": 50.0, 443 | "field_names": [], 444 | "intersheets_ref_own_page": false, 445 | "intersheets_ref_prefix": "", 446 | "intersheets_ref_short": false, 447 | "intersheets_ref_show": false, 448 | "intersheets_ref_suffix": "", 449 | "junction_size_choice": 3, 450 | "label_size_ratio": 0.375, 451 | "pin_symbol_size": 25.0, 452 | "text_offset_ratio": 0.15 453 | }, 454 | "legacy_lib_dir": "", 455 | "legacy_lib_list": [], 456 | "meta": { 457 | "version": 1 458 | }, 459 | "net_format_name": "", 460 | "page_layout_descr_file": "", 461 | "plot_directory": "", 462 | "spice_current_sheet_as_root": false, 463 | "spice_external_command": "spice \"%I\"", 464 | "spice_model_current_sheet_as_root": true, 465 | "spice_save_all_currents": false, 466 | "spice_save_all_voltages": false, 467 | "subpart_first_id": 65, 468 | "subpart_id_separator": 0 469 | }, 470 | "sheets": [ 471 | [ 472 | "c3895ef1-58ff-408f-8b8b-e872e9bb963f", 473 | "" 474 | ] 475 | ], 476 | "text_variables": {} 477 | } 478 | -------------------------------------------------------------------------------- /LCD_64x32_Breakout/LCD_64x32_Breakout.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch (version 20230121) (generator eeschema) 2 | 3 | (uuid c3895ef1-58ff-408f-8b8b-e872e9bb963f) 4 | 5 | (paper "A4") 6 | 7 | (lib_symbols 8 | (symbol "Connector:Conn_01x08_Pin" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) 9 | (property "Reference" "J" (at 0 10.16 0) 10 | (effects (font (size 1.27 1.27))) 11 | ) 12 | (property "Value" "Conn_01x08_Pin" (at 0 -12.7 0) 13 | (effects (font (size 1.27 1.27))) 14 | ) 15 | (property "Footprint" "" (at 0 0 0) 16 | (effects (font (size 1.27 1.27)) hide) 17 | ) 18 | (property "Datasheet" "~" (at 0 0 0) 19 | (effects (font (size 1.27 1.27)) hide) 20 | ) 21 | (property "ki_locked" "" (at 0 0 0) 22 | (effects (font (size 1.27 1.27))) 23 | ) 24 | (property "ki_keywords" "connector" (at 0 0 0) 25 | (effects (font (size 1.27 1.27)) hide) 26 | ) 27 | (property "ki_description" "Generic connector, single row, 01x08, script generated" (at 0 0 0) 28 | (effects (font (size 1.27 1.27)) hide) 29 | ) 30 | (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) 31 | (effects (font (size 1.27 1.27)) hide) 32 | ) 33 | (symbol "Conn_01x08_Pin_1_1" 34 | (polyline 35 | (pts 36 | (xy 1.27 -10.16) 37 | (xy 0.8636 -10.16) 38 | ) 39 | (stroke (width 0.1524) (type default)) 40 | (fill (type none)) 41 | ) 42 | (polyline 43 | (pts 44 | (xy 1.27 -7.62) 45 | (xy 0.8636 -7.62) 46 | ) 47 | (stroke (width 0.1524) (type default)) 48 | (fill (type none)) 49 | ) 50 | (polyline 51 | (pts 52 | (xy 1.27 -5.08) 53 | (xy 0.8636 -5.08) 54 | ) 55 | (stroke (width 0.1524) (type default)) 56 | (fill (type none)) 57 | ) 58 | (polyline 59 | (pts 60 | (xy 1.27 -2.54) 61 | (xy 0.8636 -2.54) 62 | ) 63 | (stroke (width 0.1524) (type default)) 64 | (fill (type none)) 65 | ) 66 | (polyline 67 | (pts 68 | (xy 1.27 0) 69 | (xy 0.8636 0) 70 | ) 71 | (stroke (width 0.1524) (type default)) 72 | (fill (type none)) 73 | ) 74 | (polyline 75 | (pts 76 | (xy 1.27 2.54) 77 | (xy 0.8636 2.54) 78 | ) 79 | (stroke (width 0.1524) (type default)) 80 | (fill (type none)) 81 | ) 82 | (polyline 83 | (pts 84 | (xy 1.27 5.08) 85 | (xy 0.8636 5.08) 86 | ) 87 | (stroke (width 0.1524) (type default)) 88 | (fill (type none)) 89 | ) 90 | (polyline 91 | (pts 92 | (xy 1.27 7.62) 93 | (xy 0.8636 7.62) 94 | ) 95 | (stroke (width 0.1524) (type default)) 96 | (fill (type none)) 97 | ) 98 | (rectangle (start 0.8636 -10.033) (end 0 -10.287) 99 | (stroke (width 0.1524) (type default)) 100 | (fill (type outline)) 101 | ) 102 | (rectangle (start 0.8636 -7.493) (end 0 -7.747) 103 | (stroke (width 0.1524) (type default)) 104 | (fill (type outline)) 105 | ) 106 | (rectangle (start 0.8636 -4.953) (end 0 -5.207) 107 | (stroke (width 0.1524) (type default)) 108 | (fill (type outline)) 109 | ) 110 | (rectangle (start 0.8636 -2.413) (end 0 -2.667) 111 | (stroke (width 0.1524) (type default)) 112 | (fill (type outline)) 113 | ) 114 | (rectangle (start 0.8636 0.127) (end 0 -0.127) 115 | (stroke (width 0.1524) (type default)) 116 | (fill (type outline)) 117 | ) 118 | (rectangle (start 0.8636 2.667) (end 0 2.413) 119 | (stroke (width 0.1524) (type default)) 120 | (fill (type outline)) 121 | ) 122 | (rectangle (start 0.8636 5.207) (end 0 4.953) 123 | (stroke (width 0.1524) (type default)) 124 | (fill (type outline)) 125 | ) 126 | (rectangle (start 0.8636 7.747) (end 0 7.493) 127 | (stroke (width 0.1524) (type default)) 128 | (fill (type outline)) 129 | ) 130 | (pin passive line (at 5.08 7.62 180) (length 3.81) 131 | (name "Pin_1" (effects (font (size 1.27 1.27)))) 132 | (number "1" (effects (font (size 1.27 1.27)))) 133 | ) 134 | (pin passive line (at 5.08 5.08 180) (length 3.81) 135 | (name "Pin_2" (effects (font (size 1.27 1.27)))) 136 | (number "2" (effects (font (size 1.27 1.27)))) 137 | ) 138 | (pin passive line (at 5.08 2.54 180) (length 3.81) 139 | (name "Pin_3" (effects (font (size 1.27 1.27)))) 140 | (number "3" (effects (font (size 1.27 1.27)))) 141 | ) 142 | (pin passive line (at 5.08 0 180) (length 3.81) 143 | (name "Pin_4" (effects (font (size 1.27 1.27)))) 144 | (number "4" (effects (font (size 1.27 1.27)))) 145 | ) 146 | (pin passive line (at 5.08 -2.54 180) (length 3.81) 147 | (name "Pin_5" (effects (font (size 1.27 1.27)))) 148 | (number "5" (effects (font (size 1.27 1.27)))) 149 | ) 150 | (pin passive line (at 5.08 -5.08 180) (length 3.81) 151 | (name "Pin_6" (effects (font (size 1.27 1.27)))) 152 | (number "6" (effects (font (size 1.27 1.27)))) 153 | ) 154 | (pin passive line (at 5.08 -7.62 180) (length 3.81) 155 | (name "Pin_7" (effects (font (size 1.27 1.27)))) 156 | (number "7" (effects (font (size 1.27 1.27)))) 157 | ) 158 | (pin passive line (at 5.08 -10.16 180) (length 3.81) 159 | (name "Pin_8" (effects (font (size 1.27 1.27)))) 160 | (number "8" (effects (font (size 1.27 1.27)))) 161 | ) 162 | ) 163 | ) 164 | (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) 165 | (property "Reference" "C" (at 0.635 2.54 0) 166 | (effects (font (size 1.27 1.27)) (justify left)) 167 | ) 168 | (property "Value" "C" (at 0.635 -2.54 0) 169 | (effects (font (size 1.27 1.27)) (justify left)) 170 | ) 171 | (property "Footprint" "" (at 0.9652 -3.81 0) 172 | (effects (font (size 1.27 1.27)) hide) 173 | ) 174 | (property "Datasheet" "~" (at 0 0 0) 175 | (effects (font (size 1.27 1.27)) hide) 176 | ) 177 | (property "ki_keywords" "cap capacitor" (at 0 0 0) 178 | (effects (font (size 1.27 1.27)) hide) 179 | ) 180 | (property "ki_description" "Unpolarized capacitor" (at 0 0 0) 181 | (effects (font (size 1.27 1.27)) hide) 182 | ) 183 | (property "ki_fp_filters" "C_*" (at 0 0 0) 184 | (effects (font (size 1.27 1.27)) hide) 185 | ) 186 | (symbol "C_0_1" 187 | (polyline 188 | (pts 189 | (xy -2.032 -0.762) 190 | (xy 2.032 -0.762) 191 | ) 192 | (stroke (width 0.508) (type default)) 193 | (fill (type none)) 194 | ) 195 | (polyline 196 | (pts 197 | (xy -2.032 0.762) 198 | (xy 2.032 0.762) 199 | ) 200 | (stroke (width 0.508) (type default)) 201 | (fill (type none)) 202 | ) 203 | ) 204 | (symbol "C_1_1" 205 | (pin passive line (at 0 3.81 270) (length 2.794) 206 | (name "~" (effects (font (size 1.27 1.27)))) 207 | (number "1" (effects (font (size 1.27 1.27)))) 208 | ) 209 | (pin passive line (at 0 -3.81 90) (length 2.794) 210 | (name "~" (effects (font (size 1.27 1.27)))) 211 | (number "2" (effects (font (size 1.27 1.27)))) 212 | ) 213 | ) 214 | ) 215 | (symbol "Larry_Library:LCD_64x32" (in_bom yes) (on_board yes) 216 | (property "Reference" "LCD_64x32" (at -3.81 7.62 0) 217 | (effects (font (size 1.27 1.27))) 218 | ) 219 | (property "Value" "" (at 0 0 0) 220 | (effects (font (size 1.27 1.27))) 221 | ) 222 | (property "Footprint" "" (at 0 0 0) 223 | (effects (font (size 1.27 1.27)) hide) 224 | ) 225 | (property "Datasheet" "" (at 0 0 0) 226 | (effects (font (size 1.27 1.27)) hide) 227 | ) 228 | (symbol "LCD_64x32_0_1" 229 | (rectangle (start -10.16 6.35) (end 3.81 -26.67) 230 | (stroke (width 0) (type default)) 231 | (fill (type none)) 232 | ) 233 | (rectangle (start 10.16 -5.08) (end 10.16 -5.08) 234 | (stroke (width 0) (type default)) 235 | (fill (type none)) 236 | ) 237 | ) 238 | (symbol "LCD_64x32_1_1" 239 | (pin input line (at -12.7 3.81 0) (length 2.54) 240 | (name "LEDA" (effects (font (size 1.27 1.27)))) 241 | (number "1" (effects (font (size 1.27 1.27)))) 242 | ) 243 | (pin input line (at -12.7 -19.05 0) (length 2.54) 244 | (name "DC" (effects (font (size 1.27 1.27)))) 245 | (number "10" (effects (font (size 1.27 1.27)))) 246 | ) 247 | (pin input line (at -12.7 -21.59 0) (length 2.54) 248 | (name "RST" (effects (font (size 1.27 1.27)))) 249 | (number "11" (effects (font (size 1.27 1.27)))) 250 | ) 251 | (pin input line (at -12.7 -24.13 0) (length 2.54) 252 | (name "CS" (effects (font (size 1.27 1.27)))) 253 | (number "12" (effects (font (size 1.27 1.27)))) 254 | ) 255 | (pin input line (at -12.7 1.27 0) (length 2.54) 256 | (name "LEDK" (effects (font (size 1.27 1.27)))) 257 | (number "2" (effects (font (size 1.27 1.27)))) 258 | ) 259 | (pin input line (at -12.7 -1.27 0) (length 2.54) 260 | (name "VLCD" (effects (font (size 1.27 1.27)))) 261 | (number "3" (effects (font (size 1.27 1.27)))) 262 | ) 263 | (pin input line (at -12.7 -3.81 0) (length 2.54) 264 | (name "VB1+" (effects (font (size 1.27 1.27)))) 265 | (number "4" (effects (font (size 1.27 1.27)))) 266 | ) 267 | (pin input line (at -12.7 -6.35 0) (length 2.54) 268 | (name "VB1-" (effects (font (size 1.27 1.27)))) 269 | (number "5" (effects (font (size 1.27 1.27)))) 270 | ) 271 | (pin input line (at -12.7 -8.89 0) (length 2.54) 272 | (name "VSS" (effects (font (size 1.27 1.27)))) 273 | (number "6" (effects (font (size 1.27 1.27)))) 274 | ) 275 | (pin input line (at -12.7 -11.43 0) (length 2.54) 276 | (name "VDD" (effects (font (size 1.27 1.27)))) 277 | (number "7" (effects (font (size 1.27 1.27)))) 278 | ) 279 | (pin input line (at -12.7 -13.97 0) (length 2.54) 280 | (name "SDA" (effects (font (size 1.27 1.27)))) 281 | (number "8" (effects (font (size 1.27 1.27)))) 282 | ) 283 | (pin input line (at -12.7 -16.51 0) (length 2.54) 284 | (name "SCK" (effects (font (size 1.27 1.27)))) 285 | (number "9" (effects (font (size 1.27 1.27)))) 286 | ) 287 | ) 288 | ) 289 | (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) 290 | (property "Reference" "#PWR" (at 0 -6.35 0) 291 | (effects (font (size 1.27 1.27)) hide) 292 | ) 293 | (property "Value" "GND" (at 0 -3.81 0) 294 | (effects (font (size 1.27 1.27))) 295 | ) 296 | (property "Footprint" "" (at 0 0 0) 297 | (effects (font (size 1.27 1.27)) hide) 298 | ) 299 | (property "Datasheet" "" (at 0 0 0) 300 | (effects (font (size 1.27 1.27)) hide) 301 | ) 302 | (property "ki_keywords" "global power" (at 0 0 0) 303 | (effects (font (size 1.27 1.27)) hide) 304 | ) 305 | (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) 306 | (effects (font (size 1.27 1.27)) hide) 307 | ) 308 | (symbol "GND_0_1" 309 | (polyline 310 | (pts 311 | (xy 0 0) 312 | (xy 0 -1.27) 313 | (xy 1.27 -1.27) 314 | (xy 0 -2.54) 315 | (xy -1.27 -1.27) 316 | (xy 0 -1.27) 317 | ) 318 | (stroke (width 0) (type default)) 319 | (fill (type none)) 320 | ) 321 | ) 322 | (symbol "GND_1_1" 323 | (pin power_in line (at 0 0 270) (length 0) hide 324 | (name "GND" (effects (font (size 1.27 1.27)))) 325 | (number "1" (effects (font (size 1.27 1.27)))) 326 | ) 327 | ) 328 | ) 329 | ) 330 | 331 | (junction (at 157.48 74.93) (diameter 0) (color 0 0 0 0) 332 | (uuid 5ff08c67-09d8-45ba-bede-b44856847229) 333 | ) 334 | (junction (at 152.4 73.66) (diameter 0) (color 0 0 0 0) 335 | (uuid 7141f1f8-11be-4ee5-8235-2905838d69b2) 336 | ) 337 | (junction (at 157.48 78.74) (diameter 0) (color 0 0 0 0) 338 | (uuid f9c15a8a-894f-485d-bced-b871819cc34b) 339 | ) 340 | 341 | (wire (pts (xy 166.37 74.93) (xy 157.48 74.93)) 342 | (stroke (width 0) (type default)) 343 | (uuid 0fd688f8-3b24-4030-bd45-834ff3e9a3e8) 344 | ) 345 | (wire (pts (xy 143.51 105.41) (xy 130.81 105.41)) 346 | (stroke (width 0) (type default)) 347 | (uuid 12ad34bb-b600-4b73-a0d1-2eb3072ce58d) 348 | ) 349 | (wire (pts (xy 170.18 87.63) (xy 186.69 87.63)) 350 | (stroke (width 0) (type default)) 351 | (uuid 15ad9263-e0b0-4126-91f9-65d5da8036dc) 352 | ) 353 | (wire (pts (xy 186.69 66.04) (xy 186.69 78.74)) 354 | (stroke (width 0) (type default)) 355 | (uuid 3124ddba-6929-4548-a7ba-864e715b9fa5) 356 | ) 357 | (wire (pts (xy 186.69 87.63) (xy 186.69 88.9)) 358 | (stroke (width 0) (type default)) 359 | (uuid 3401a549-ec77-4e58-82f4-4edc27bb1d65) 360 | ) 361 | (wire (pts (xy 170.18 80.01) (xy 179.07 80.01)) 362 | (stroke (width 0) (type default)) 363 | (uuid 355c7026-0ac7-48f3-ab84-e0ca013cfa67) 364 | ) 365 | (wire (pts (xy 143.51 101.6) (xy 143.51 105.41)) 366 | (stroke (width 0) (type default)) 367 | (uuid 3785b048-cc0f-4c68-bbdc-896c932ad8b9) 368 | ) 369 | (wire (pts (xy 186.69 83.82) (xy 180.34 83.82)) 370 | (stroke (width 0) (type default)) 371 | (uuid 392c53b3-ec96-4481-9a61-485613f6da0f) 372 | ) 373 | (wire (pts (xy 182.88 104.14) (xy 186.69 104.14)) 374 | (stroke (width 0) (type default)) 375 | (uuid 4444427e-f549-4cae-9031-3dda2576c369) 376 | ) 377 | (wire (pts (xy 185.42 93.98) (xy 185.42 92.71)) 378 | (stroke (width 0) (type default)) 379 | (uuid 44e9a727-4b1a-45ff-a672-abb3274dea53) 380 | ) 381 | (wire (pts (xy 186.69 91.44) (xy 157.48 91.44)) 382 | (stroke (width 0) (type default)) 383 | (uuid 4adc1c9c-6d8d-4f8d-aa8c-140b0e44dc6b) 384 | ) 385 | (wire (pts (xy 185.42 92.71) (xy 153.67 92.71)) 386 | (stroke (width 0) (type default)) 387 | (uuid 513ba767-47e4-41ad-86f0-aec166356ae6) 388 | ) 389 | (wire (pts (xy 146.05 99.06) (xy 146.05 111.76)) 390 | (stroke (width 0) (type default)) 391 | (uuid 5f26d76d-bc70-458c-a1f9-253ec8196c23) 392 | ) 393 | (wire (pts (xy 148.59 83.82) (xy 148.59 73.66)) 394 | (stroke (width 0) (type default)) 395 | (uuid 65a42bc6-6329-4acb-928d-765e9b30109a) 396 | ) 397 | (wire (pts (xy 179.07 86.36) (xy 186.69 86.36)) 398 | (stroke (width 0) (type default)) 399 | (uuid 67292495-5f46-4366-bbdf-136ac2a9895c) 400 | ) 401 | (wire (pts (xy 143.51 86.36) (xy 153.67 86.36)) 402 | (stroke (width 0) (type default)) 403 | (uuid 67593df0-8acf-498c-838a-84f10b5486c5) 404 | ) 405 | (wire (pts (xy 180.34 83.82) (xy 180.34 74.93)) 406 | (stroke (width 0) (type default)) 407 | (uuid 6def8a5d-3f35-4fff-9647-546c9b158e4c) 408 | ) 409 | (wire (pts (xy 177.8 96.52) (xy 177.8 106.68)) 410 | (stroke (width 0) (type default)) 411 | (uuid 6fcfc9dd-3616-4697-a868-629739fdf25f) 412 | ) 413 | (wire (pts (xy 130.81 105.41) (xy 130.81 66.04)) 414 | (stroke (width 0) (type default)) 415 | (uuid 7355dcd6-7f87-4fac-9b80-2992bda4f1e6) 416 | ) 417 | (wire (pts (xy 177.8 106.68) (xy 149.86 106.68)) 418 | (stroke (width 0) (type default)) 419 | (uuid 76faaca6-b37d-4d73-beed-abc3e10f74c1) 420 | ) 421 | (wire (pts (xy 157.48 78.74) (xy 157.48 91.44)) 422 | (stroke (width 0) (type default)) 423 | (uuid 79d1be1f-e453-4827-947d-911a594342e9) 424 | ) 425 | (wire (pts (xy 182.88 109.22) (xy 182.88 104.14)) 426 | (stroke (width 0) (type default)) 427 | (uuid 7b60ffda-2a61-4ccb-9447-c87e914a3e5a) 428 | ) 429 | (wire (pts (xy 157.48 73.66) (xy 157.48 74.93)) 430 | (stroke (width 0) (type default)) 431 | (uuid 7e41cd08-d329-4d24-aca8-a5beaf59e6dd) 432 | ) 433 | (wire (pts (xy 182.88 78.74) (xy 157.48 78.74)) 434 | (stroke (width 0) (type default)) 435 | (uuid 895b8bef-4289-467f-95b2-353dfef126b4) 436 | ) 437 | (wire (pts (xy 186.69 81.28) (xy 182.88 81.28)) 438 | (stroke (width 0) (type default)) 439 | (uuid 8ee48ecd-3176-429e-9257-e821e702c5b4) 440 | ) 441 | (wire (pts (xy 186.69 99.06) (xy 180.34 99.06)) 442 | (stroke (width 0) (type default)) 443 | (uuid 93d1e436-9e52-4be2-a298-047fffbe354e) 444 | ) 445 | (wire (pts (xy 163.83 96.52) (xy 143.51 96.52)) 446 | (stroke (width 0) (type default)) 447 | (uuid 9453ebcd-97e4-4402-83e8-c4fe38bc9f73) 448 | ) 449 | (wire (pts (xy 186.69 101.6) (xy 163.83 101.6)) 450 | (stroke (width 0) (type default)) 451 | (uuid 9b24b517-bb81-4e30-9151-90fd242120ad) 452 | ) 453 | (wire (pts (xy 148.59 73.66) (xy 152.4 73.66)) 454 | (stroke (width 0) (type default)) 455 | (uuid a3e57011-be40-4cbd-b290-8f11fd57dd39) 456 | ) 457 | (wire (pts (xy 179.07 80.01) (xy 179.07 86.36)) 458 | (stroke (width 0) (type default)) 459 | (uuid ae631176-8a1a-4fd0-9bff-53279bd6f289) 460 | ) 461 | (wire (pts (xy 182.88 81.28) (xy 182.88 78.74)) 462 | (stroke (width 0) (type default)) 463 | (uuid ae7ec436-a998-40a8-a6cd-40cff66e6628) 464 | ) 465 | (wire (pts (xy 153.67 92.71) (xy 153.67 86.36)) 466 | (stroke (width 0) (type default)) 467 | (uuid b7be4108-3c02-4830-98b3-93052d892402) 468 | ) 469 | (wire (pts (xy 180.34 74.93) (xy 173.99 74.93)) 470 | (stroke (width 0) (type default)) 471 | (uuid bd937c69-256e-49a6-8cc5-cdac95b4abff) 472 | ) 473 | (wire (pts (xy 147.32 109.22) (xy 182.88 109.22)) 474 | (stroke (width 0) (type default)) 475 | (uuid bf3e52a3-c52a-4a12-b6bf-2b132af496e5) 476 | ) 477 | (wire (pts (xy 152.4 88.9) (xy 143.51 88.9)) 478 | (stroke (width 0) (type default)) 479 | (uuid bf4f1695-1ee8-4df2-94c8-83ef5bca3de7) 480 | ) 481 | (wire (pts (xy 157.48 74.93) (xy 157.48 78.74)) 482 | (stroke (width 0) (type default)) 483 | (uuid c4a0c10d-2931-4552-b014-30cc01429500) 484 | ) 485 | (wire (pts (xy 149.86 106.68) (xy 149.86 91.44)) 486 | (stroke (width 0) (type default)) 487 | (uuid c9de080e-3fda-457a-bd51-9f57cc026125) 488 | ) 489 | (wire (pts (xy 130.81 66.04) (xy 186.69 66.04)) 490 | (stroke (width 0) (type default)) 491 | (uuid d247100f-d3a3-444a-9482-465d1d8fe91b) 492 | ) 493 | (wire (pts (xy 163.83 101.6) (xy 163.83 96.52)) 494 | (stroke (width 0) (type default)) 495 | (uuid d5450eef-8ca5-4799-b735-2c75076757ac) 496 | ) 497 | (wire (pts (xy 147.32 93.98) (xy 147.32 109.22)) 498 | (stroke (width 0) (type default)) 499 | (uuid d59df229-c30f-40ae-8fb3-fc40fab2819c) 500 | ) 501 | (wire (pts (xy 143.51 99.06) (xy 146.05 99.06)) 502 | (stroke (width 0) (type default)) 503 | (uuid d840da68-4c79-4d0a-a109-43354fb52c76) 504 | ) 505 | (wire (pts (xy 149.86 91.44) (xy 143.51 91.44)) 506 | (stroke (width 0) (type default)) 507 | (uuid da12675d-ece7-415a-aaa9-a29a35458cd5) 508 | ) 509 | (wire (pts (xy 143.51 93.98) (xy 147.32 93.98)) 510 | (stroke (width 0) (type default)) 511 | (uuid dac12f25-feb7-4dc4-8e21-51351684ccdd) 512 | ) 513 | (wire (pts (xy 143.51 83.82) (xy 148.59 83.82)) 514 | (stroke (width 0) (type default)) 515 | (uuid db3f6530-c8a8-4b13-a8c2-6254f760457c) 516 | ) 517 | (wire (pts (xy 157.48 73.66) (xy 152.4 73.66)) 518 | (stroke (width 0) (type default)) 519 | (uuid de5fc654-5a4f-47d2-a648-4efa5cadf80e) 520 | ) 521 | (wire (pts (xy 186.69 111.76) (xy 186.69 106.68)) 522 | (stroke (width 0) (type default)) 523 | (uuid e371a3ef-704e-41f4-97e3-895a75c916ba) 524 | ) 525 | (wire (pts (xy 180.34 99.06) (xy 180.34 104.14)) 526 | (stroke (width 0) (type default)) 527 | (uuid e9814e4a-990f-4219-96f8-570c533ea53a) 528 | ) 529 | (wire (pts (xy 186.69 93.98) (xy 185.42 93.98)) 530 | (stroke (width 0) (type default)) 531 | (uuid eaa3e9a8-9b3b-425f-ae8e-52ff2d2cae2a) 532 | ) 533 | (wire (pts (xy 152.4 104.14) (xy 152.4 88.9)) 534 | (stroke (width 0) (type default)) 535 | (uuid f644d9c1-e2a4-40b6-9150-e6b0bf7d05d7) 536 | ) 537 | (wire (pts (xy 186.69 96.52) (xy 177.8 96.52)) 538 | (stroke (width 0) (type default)) 539 | (uuid f7a6f5cf-fda5-4045-a1fc-29ed78a0403f) 540 | ) 541 | (wire (pts (xy 146.05 111.76) (xy 186.69 111.76)) 542 | (stroke (width 0) (type default)) 543 | (uuid fefa23a3-67ea-4fc6-8512-a4bbaab06c96) 544 | ) 545 | (wire (pts (xy 180.34 104.14) (xy 152.4 104.14)) 546 | (stroke (width 0) (type default)) 547 | (uuid ff0bdcdc-b1cc-4f1b-81cb-89e818c96b43) 548 | ) 549 | 550 | (symbol (lib_id "Larry_Library:LCD_64x32") (at 199.39 82.55 0) (unit 1) 551 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 552 | (uuid 4a93015f-38e8-452f-8ff1-95caf7f29cb6) 553 | (property "Reference" "LCD_64x32_1" (at 210.82 93.345 0) 554 | (effects (font (size 1.27 1.27)) (justify left)) 555 | ) 556 | (property "Value" "~" (at 199.39 82.55 0) 557 | (effects (font (size 1.27 1.27))) 558 | ) 559 | (property "Footprint" "Connector:FPC_12x0.6" (at 199.39 82.55 0) 560 | (effects (font (size 1.27 1.27)) hide) 561 | ) 562 | (property "Datasheet" "" (at 199.39 82.55 0) 563 | (effects (font (size 1.27 1.27)) hide) 564 | ) 565 | (pin "1" (uuid d2e8699c-b3f6-4e67-aa8a-02aede66d7e3)) 566 | (pin "10" (uuid 1cdd6bab-0476-4a54-a17e-7fe77a81be53)) 567 | (pin "11" (uuid 23dbfb39-e67f-44d9-af95-139f5c3dab8c)) 568 | (pin "12" (uuid af32e2f0-340c-4398-88de-0981d6c3c19c)) 569 | (pin "2" (uuid 9f4aa25a-0b65-4ca6-9e94-ee3e4f1b7974)) 570 | (pin "3" (uuid 73ce149e-b125-4293-b186-f2bb107eb0ca)) 571 | (pin "4" (uuid e9e046b7-4696-42cb-a72a-675d674e5413)) 572 | (pin "5" (uuid ea84ebf7-d93f-4d9c-b2d1-ea198b0de8d2)) 573 | (pin "6" (uuid 63014bc5-52ae-422b-85cb-f9e5d821d891)) 574 | (pin "7" (uuid c0fe6633-a608-4c5d-a129-7362ca387af1)) 575 | (pin "8" (uuid f7cf4603-aaa1-4d4f-aaf7-3f9155e6cfc8)) 576 | (pin "9" (uuid 2487f3e7-1701-4ea9-a6a0-a671ed8d9837)) 577 | (instances 578 | (project "LCD_64x32_Breakout" 579 | (path "/c3895ef1-58ff-408f-8b8b-e872e9bb963f" 580 | (reference "LCD_64x32_1") (unit 1) 581 | ) 582 | ) 583 | ) 584 | ) 585 | 586 | (symbol (lib_id "Device:C") (at 170.18 74.93 90) (unit 1) 587 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 588 | (uuid 613d25b4-5594-41f4-8c33-bd0046cf9b00) 589 | (property "Reference" "C1" (at 170.18 68.58 90) 590 | (effects (font (size 1.27 1.27))) 591 | ) 592 | (property "Value" "1uF" (at 170.18 71.12 90) 593 | (effects (font (size 1.27 1.27))) 594 | ) 595 | (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 173.99 73.9648 0) 596 | (effects (font (size 1.27 1.27)) hide) 597 | ) 598 | (property "Datasheet" "~" (at 170.18 74.93 0) 599 | (effects (font (size 1.27 1.27)) hide) 600 | ) 601 | (pin "1" (uuid 3067751d-bd33-4ffb-8848-b5e255382172)) 602 | (pin "2" (uuid e00e6c1e-13b2-480c-b2c1-47f9d6dba239)) 603 | (instances 604 | (project "LCD_64x32_Breakout" 605 | (path "/c3895ef1-58ff-408f-8b8b-e872e9bb963f" 606 | (reference "C1") (unit 1) 607 | ) 608 | ) 609 | ) 610 | ) 611 | 612 | (symbol (lib_id "Connector:Conn_01x08_Pin") (at 138.43 91.44 0) (unit 1) 613 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 614 | (uuid 7d87f0df-7a07-429f-9aaa-4d1d02f7ee20) 615 | (property "Reference" "J1" (at 139.065 80.01 0) 616 | (effects (font (size 1.27 1.27))) 617 | ) 618 | (property "Value" "Conn_01x08_Pin" (at 139.065 82.55 0) 619 | (effects (font (size 1.27 1.27))) 620 | ) 621 | (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x08_P2.54mm_Vertical" (at 138.43 91.44 0) 622 | (effects (font (size 1.27 1.27)) hide) 623 | ) 624 | (property "Datasheet" "~" (at 138.43 91.44 0) 625 | (effects (font (size 1.27 1.27)) hide) 626 | ) 627 | (pin "1" (uuid acc192f5-ad30-4642-8484-0e7bbeb289bd)) 628 | (pin "2" (uuid 2e1753d2-3849-46aa-8384-933741102e3d)) 629 | (pin "3" (uuid 543a4912-6cb0-4e11-a651-86d0038ef1b7)) 630 | (pin "4" (uuid 05b250ae-0c2f-4293-b959-5aa26005bfa5)) 631 | (pin "5" (uuid 6887efdf-efd5-4a5a-ae3f-e8ef34a320d2)) 632 | (pin "6" (uuid 5aaccd66-4784-4b22-ae01-9bcc5976791e)) 633 | (pin "7" (uuid 81e20671-7b54-441c-b5cc-ca412579bd35)) 634 | (pin "8" (uuid 26adf9f2-3bd9-4bd1-b864-990f76ec8179)) 635 | (instances 636 | (project "LCD_64x32_Breakout" 637 | (path "/c3895ef1-58ff-408f-8b8b-e872e9bb963f" 638 | (reference "J1") (unit 1) 639 | ) 640 | ) 641 | ) 642 | ) 643 | 644 | (symbol (lib_id "Device:C") (at 170.18 83.82 180) (unit 1) 645 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 646 | (uuid d991bcf1-3d47-4cfe-b584-4e38586b630f) 647 | (property "Reference" "C2" (at 173.99 83.185 0) 648 | (effects (font (size 1.27 1.27)) (justify right)) 649 | ) 650 | (property "Value" "1uF" (at 173.99 85.725 0) 651 | (effects (font (size 1.27 1.27)) (justify right)) 652 | ) 653 | (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 169.2148 80.01 0) 654 | (effects (font (size 1.27 1.27)) hide) 655 | ) 656 | (property "Datasheet" "~" (at 170.18 83.82 0) 657 | (effects (font (size 1.27 1.27)) hide) 658 | ) 659 | (pin "1" (uuid 1e803352-42dc-490e-9ccb-72e14e71dff6)) 660 | (pin "2" (uuid 501a6fe2-7cf9-48b4-8193-63bbf9ae1f58)) 661 | (instances 662 | (project "LCD_64x32_Breakout" 663 | (path "/c3895ef1-58ff-408f-8b8b-e872e9bb963f" 664 | (reference "C2") (unit 1) 665 | ) 666 | ) 667 | ) 668 | ) 669 | 670 | (symbol (lib_id "power:GND") (at 152.4 73.66 0) (unit 1) 671 | (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) 672 | (uuid e6131dd6-1cbc-411e-ad75-36691ff27ed3) 673 | (property "Reference" "#PWR02" (at 152.4 80.01 0) 674 | (effects (font (size 1.27 1.27)) hide) 675 | ) 676 | (property "Value" "GND" (at 152.4 78.74 0) 677 | (effects (font (size 1.27 1.27))) 678 | ) 679 | (property "Footprint" "" (at 152.4 73.66 0) 680 | (effects (font (size 1.27 1.27)) hide) 681 | ) 682 | (property "Datasheet" "" (at 152.4 73.66 0) 683 | (effects (font (size 1.27 1.27)) hide) 684 | ) 685 | (pin "1" (uuid fec7c3d9-5053-46d5-a1fc-7eb8d1008d2a)) 686 | (instances 687 | (project "LCD_64x32_Breakout" 688 | (path "/c3895ef1-58ff-408f-8b8b-e872e9bb963f" 689 | (reference "#PWR02") (unit 1) 690 | ) 691 | ) 692 | ) 693 | ) 694 | 695 | (sheet_instances 696 | (path "/" (page "1")) 697 | ) 698 | ) 699 | -------------------------------------------------------------------------------- /LCD_64x32_Breakout/README.md: -------------------------------------------------------------------------------- 1 | LCD_64x32_Breakout
2 | ----------------------------------- 3 | Copyright (c) 2023 BitBank Software, Inc.
4 | bitbank@pobox.com
5 |
6 | A PCB to provide a simpler 0.1" header to the tiny ST7567 32x64 monochrome LCD. The pinout matches a lot of popular "blue" PCB breakout boards sold on AliExpress. It can be soldered with a small tip soldering iron, but would be easier to do with a hot air gun. 7 |
8 | The image shows the 3D render from KiCad of the front ant back. 9 |
10 |
11 | ![LCD_64x32_Breakout](/LCD_64x32_Breakout/demo.jpg?raw=true "LCD_64x32_Breakout") 12 |
13 | Here's an earlier version of the board connected to the LCD
14 |
15 | ![Photo](/LCD_64x32_Breakout/st7567_breakout.jpg?raw=true "LCD Photo") 16 |
17 | 18 | -------------------------------------------------------------------------------- /LCD_64x32_Breakout/demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/LCD_64x32_Breakout/demo.jpg -------------------------------------------------------------------------------- /LCD_64x32_Breakout/gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/LCD_64x32_Breakout/gerbers.zip -------------------------------------------------------------------------------- /LCD_64x32_Breakout/st7567_breakout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/LCD_64x32_Breakout/st7567_breakout.jpg -------------------------------------------------------------------------------- /LCD_HAT/LCD_HAT.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 44, 4 | "active_layer_preset": "All Layers", 5 | "auto_track_width": true, 6 | "hidden_netclasses": [], 7 | "hidden_nets": [], 8 | "high_contrast_mode": 0, 9 | "net_color_mode": 1, 10 | "opacity": { 11 | "images": 0.6, 12 | "pads": 1.0, 13 | "tracks": 1.0, 14 | "vias": 1.0, 15 | "zones": 0.6 16 | }, 17 | "ratsnest_display_mode": 0, 18 | "selection_filter": { 19 | "dimensions": true, 20 | "footprints": true, 21 | "graphics": true, 22 | "keepouts": true, 23 | "lockedItems": true, 24 | "otherItems": true, 25 | "pads": true, 26 | "text": true, 27 | "tracks": true, 28 | "vias": true, 29 | "zones": true 30 | }, 31 | "visible_items": [ 32 | 0, 33 | 1, 34 | 2, 35 | 3, 36 | 4, 37 | 5, 38 | 8, 39 | 9, 40 | 10, 41 | 11, 42 | 12, 43 | 13, 44 | 15, 45 | 16, 46 | 17, 47 | 18, 48 | 19, 49 | 20, 50 | 21, 51 | 22, 52 | 23, 53 | 24, 54 | 25, 55 | 26, 56 | 27, 57 | 28, 58 | 29, 59 | 30, 60 | 32, 61 | 33, 62 | 34, 63 | 35, 64 | 36, 65 | 39, 66 | 40 67 | ], 68 | "visible_layers": "fffffff_ffffffff", 69 | "zone_display_mode": 0 70 | }, 71 | "meta": { 72 | "filename": "LCD_HAT.kicad_prl", 73 | "version": 3 74 | }, 75 | "project": { 76 | "files": [] 77 | } 78 | } 79 | -------------------------------------------------------------------------------- /LCD_HAT/LCD_HAT.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.09999999999999999, 7 | "copper_line_width": 0.19999999999999998, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": false, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.15, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 0.762, 38 | "height": 1.524, 39 | "width": 1.524 40 | }, 41 | "silk_line_width": 0.15, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 1.0, 44 | "silk_text_size_v": 1.0, 45 | "silk_text_thickness": 0.15, 46 | "silk_text_upright": false, 47 | "zones": { 48 | "45_degree_only": false, 49 | "min_clearance": 0.508 50 | } 51 | }, 52 | "diff_pair_dimensions": [ 53 | { 54 | "gap": 0.0, 55 | "via_gap": 0.0, 56 | "width": 0.0 57 | } 58 | ], 59 | "drc_exclusions": [], 60 | "meta": { 61 | "version": 2 62 | }, 63 | "rule_severities": { 64 | "annular_width": "error", 65 | "clearance": "error", 66 | "copper_edge_clearance": "error", 67 | "courtyards_overlap": "error", 68 | "diff_pair_gap_out_of_range": "error", 69 | "diff_pair_uncoupled_length_too_long": "error", 70 | "drill_out_of_range": "error", 71 | "duplicate_footprints": "warning", 72 | "extra_footprint": "warning", 73 | "footprint_type_mismatch": "error", 74 | "hole_clearance": "error", 75 | "hole_near_hole": "error", 76 | "invalid_outline": "error", 77 | "item_on_disabled_layer": "error", 78 | "items_not_allowed": "error", 79 | "length_out_of_range": "error", 80 | "malformed_courtyard": "error", 81 | "microvia_drill_out_of_range": "error", 82 | "missing_courtyard": "ignore", 83 | "missing_footprint": "warning", 84 | "net_conflict": "warning", 85 | "npth_inside_courtyard": "ignore", 86 | "padstack": "error", 87 | "pth_inside_courtyard": "ignore", 88 | "shorting_items": "error", 89 | "silk_over_copper": "warning", 90 | "silk_overlap": "warning", 91 | "skew_out_of_range": "error", 92 | "through_hole_pad_without_hole": "error", 93 | "too_many_vias": "error", 94 | "track_dangling": "warning", 95 | "track_width": "error", 96 | "tracks_crossing": "error", 97 | "unconnected_items": "error", 98 | "unresolved_variable": "error", 99 | "via_dangling": "warning", 100 | "zone_has_empty_net": "error", 101 | "zones_intersect": "error" 102 | }, 103 | "rules": { 104 | "allow_blind_buried_vias": false, 105 | "allow_microvias": false, 106 | "max_error": 0.005, 107 | "min_clearance": 0.0, 108 | "min_copper_edge_clearance": 0.0, 109 | "min_hole_clearance": 0.25, 110 | "min_hole_to_hole": 0.25, 111 | "min_microvia_diameter": 0.19999999999999998, 112 | "min_microvia_drill": 0.09999999999999999, 113 | "min_silk_clearance": 0.0, 114 | "min_through_hole_diameter": 0.3, 115 | "min_track_width": 0.19999999999999998, 116 | "min_via_annular_width": 0.049999999999999996, 117 | "min_via_diameter": 0.39999999999999997, 118 | "solder_mask_clearance": 0.0, 119 | "solder_mask_min_width": 0.0, 120 | "use_height_for_length_calcs": true 121 | }, 122 | "track_widths": [ 123 | 0.0, 124 | 0.3, 125 | 0.5 126 | ], 127 | "via_dimensions": [ 128 | { 129 | "diameter": 0.0, 130 | "drill": 0.0 131 | } 132 | ], 133 | "zones_allow_external_fillets": false, 134 | "zones_use_no_outline": true 135 | }, 136 | "layer_presets": [], 137 | "viewports": [] 138 | }, 139 | "boards": [], 140 | "cvpcb": { 141 | "equivalence_files": [] 142 | }, 143 | "erc": { 144 | "erc_exclusions": [], 145 | "meta": { 146 | "version": 0 147 | }, 148 | "pin_map": [ 149 | [ 150 | 0, 151 | 0, 152 | 0, 153 | 0, 154 | 0, 155 | 0, 156 | 1, 157 | 0, 158 | 0, 159 | 0, 160 | 0, 161 | 2 162 | ], 163 | [ 164 | 0, 165 | 2, 166 | 0, 167 | 1, 168 | 0, 169 | 0, 170 | 1, 171 | 0, 172 | 2, 173 | 2, 174 | 2, 175 | 2 176 | ], 177 | [ 178 | 0, 179 | 0, 180 | 0, 181 | 0, 182 | 0, 183 | 0, 184 | 1, 185 | 0, 186 | 1, 187 | 0, 188 | 1, 189 | 2 190 | ], 191 | [ 192 | 0, 193 | 1, 194 | 0, 195 | 0, 196 | 0, 197 | 0, 198 | 1, 199 | 1, 200 | 2, 201 | 1, 202 | 1, 203 | 2 204 | ], 205 | [ 206 | 0, 207 | 0, 208 | 0, 209 | 0, 210 | 0, 211 | 0, 212 | 1, 213 | 0, 214 | 0, 215 | 0, 216 | 0, 217 | 2 218 | ], 219 | [ 220 | 0, 221 | 0, 222 | 0, 223 | 0, 224 | 0, 225 | 0, 226 | 0, 227 | 0, 228 | 0, 229 | 0, 230 | 0, 231 | 2 232 | ], 233 | [ 234 | 1, 235 | 1, 236 | 1, 237 | 1, 238 | 1, 239 | 0, 240 | 1, 241 | 1, 242 | 1, 243 | 1, 244 | 1, 245 | 2 246 | ], 247 | [ 248 | 0, 249 | 0, 250 | 0, 251 | 1, 252 | 0, 253 | 0, 254 | 1, 255 | 0, 256 | 0, 257 | 0, 258 | 0, 259 | 2 260 | ], 261 | [ 262 | 0, 263 | 2, 264 | 1, 265 | 2, 266 | 0, 267 | 0, 268 | 1, 269 | 0, 270 | 2, 271 | 2, 272 | 2, 273 | 2 274 | ], 275 | [ 276 | 0, 277 | 2, 278 | 0, 279 | 1, 280 | 0, 281 | 0, 282 | 1, 283 | 0, 284 | 2, 285 | 0, 286 | 0, 287 | 2 288 | ], 289 | [ 290 | 0, 291 | 2, 292 | 1, 293 | 1, 294 | 0, 295 | 0, 296 | 1, 297 | 0, 298 | 2, 299 | 0, 300 | 0, 301 | 2 302 | ], 303 | [ 304 | 2, 305 | 2, 306 | 2, 307 | 2, 308 | 2, 309 | 2, 310 | 2, 311 | 2, 312 | 2, 313 | 2, 314 | 2, 315 | 2 316 | ] 317 | ], 318 | "rule_severities": { 319 | "bus_definition_conflict": "error", 320 | "bus_entry_needed": "error", 321 | "bus_to_bus_conflict": "error", 322 | "bus_to_net_conflict": "error", 323 | "conflicting_netclasses": "error", 324 | "different_unit_footprint": "error", 325 | "different_unit_net": "error", 326 | "duplicate_reference": "error", 327 | "duplicate_sheet_names": "error", 328 | "endpoint_off_grid": "warning", 329 | "extra_units": "error", 330 | "global_label_dangling": "warning", 331 | "hier_label_mismatch": "error", 332 | "label_dangling": "error", 333 | "lib_symbol_issues": "warning", 334 | "missing_bidi_pin": "warning", 335 | "missing_input_pin": "warning", 336 | "missing_power_pin": "error", 337 | "missing_unit": "warning", 338 | "multiple_net_names": "warning", 339 | "net_not_bus_member": "warning", 340 | "no_connect_connected": "warning", 341 | "no_connect_dangling": "warning", 342 | "pin_not_connected": "error", 343 | "pin_not_driven": "error", 344 | "pin_to_pin": "warning", 345 | "power_pin_not_driven": "error", 346 | "similar_labels": "warning", 347 | "simulation_model_issue": "error", 348 | "unannotated": "error", 349 | "unit_value_mismatch": "error", 350 | "unresolved_variable": "error", 351 | "wire_dangling": "error" 352 | } 353 | }, 354 | "libraries": { 355 | "pinned_footprint_libs": [], 356 | "pinned_symbol_libs": [] 357 | }, 358 | "meta": { 359 | "filename": "LCD_HAT.kicad_pro", 360 | "version": 1 361 | }, 362 | "net_settings": { 363 | "classes": [ 364 | { 365 | "bus_width": 12, 366 | "clearance": 0.2, 367 | "diff_pair_gap": 0.25, 368 | "diff_pair_via_gap": 0.25, 369 | "diff_pair_width": 0.2, 370 | "line_style": 0, 371 | "microvia_diameter": 0.3, 372 | "microvia_drill": 0.1, 373 | "name": "Default", 374 | "pcb_color": "rgba(0, 0, 0, 0.000)", 375 | "schematic_color": "rgba(0, 0, 0, 0.000)", 376 | "track_width": 0.25, 377 | "via_diameter": 0.8, 378 | "via_drill": 0.4, 379 | "wire_width": 6 380 | } 381 | ], 382 | "meta": { 383 | "version": 3 384 | }, 385 | "net_colors": null, 386 | "netclass_assignments": null, 387 | "netclass_patterns": [] 388 | }, 389 | "pcbnew": { 390 | "last_paths": { 391 | "gencad": "", 392 | "idf": "", 393 | "netlist": "", 394 | "specctra_dsn": "", 395 | "step": "", 396 | "vrml": "LCD_HAT.wrl" 397 | }, 398 | "page_layout_descr_file": "" 399 | }, 400 | "schematic": { 401 | "annotate_start_num": 0, 402 | "drawing": { 403 | "dashed_lines_dash_length_ratio": 12.0, 404 | "dashed_lines_gap_length_ratio": 3.0, 405 | "default_line_thickness": 6.0, 406 | "default_text_size": 50.0, 407 | "field_names": [], 408 | "intersheets_ref_own_page": false, 409 | "intersheets_ref_prefix": "", 410 | "intersheets_ref_short": false, 411 | "intersheets_ref_show": false, 412 | "intersheets_ref_suffix": "", 413 | "junction_size_choice": 3, 414 | "label_size_ratio": 0.375, 415 | "pin_symbol_size": 25.0, 416 | "text_offset_ratio": 0.15 417 | }, 418 | "legacy_lib_dir": "", 419 | "legacy_lib_list": [], 420 | "meta": { 421 | "version": 1 422 | }, 423 | "net_format_name": "", 424 | "ngspice": { 425 | "fix_include_paths": true, 426 | "fix_passive_vals": false, 427 | "meta": { 428 | "version": 0 429 | }, 430 | "model_mode": 0, 431 | "workbook_filename": "" 432 | }, 433 | "page_layout_descr_file": "", 434 | "plot_directory": "", 435 | "spice_adjust_passive_values": false, 436 | "spice_current_sheet_as_root": false, 437 | "spice_external_command": "spice \"%I\"", 438 | "spice_model_current_sheet_as_root": true, 439 | "spice_save_all_currents": false, 440 | "spice_save_all_voltages": false, 441 | "subpart_first_id": 65, 442 | "subpart_id_separator": 0 443 | }, 444 | "sheets": [ 445 | [ 446 | "9ace1ea2-fe32-42b9-a35c-4c1c5b2f3f56", 447 | "" 448 | ] 449 | ], 450 | "text_variables": {} 451 | } 452 | -------------------------------------------------------------------------------- /LCD_HAT/LCD_HAT_Gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/LCD_HAT/LCD_HAT_Gerbers.zip -------------------------------------------------------------------------------- /LCD_HAT/README.md: -------------------------------------------------------------------------------- 1 | LCD_HAT
2 | ----------------------------------- 3 | Copyright (c) 2023 BitBank Software, Inc.
4 | bitbank@pobox.com
5 |
6 | A simple PCB to easily connect LCD breakout boards to Arduino Nano or Feather MCU boards. Includes 2 momentary push buttons and Qwiic I2C connector. The GPIOs used for the LCD connection are marked next to the female header. Likewise the buttons. 7 |
8 | This photo shows an Arduino Nano RP2040 Connect and UnexpectedMaker FeatherS3 both using the same board and 2 types of LCDs supported with this pinout: 9 |
10 |
11 | ![LCD_HAT](/LCD_HAT/demo.jpg?raw=true "LCD_HAT") 12 |
13 | -------------------------------------------------------------------------------- /LCD_HAT/demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/LCD_HAT/demo.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright 2020 BitBank Software, Inc. 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | 203 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | A collection of KiCad PCB projects. I've included the Gerber files (zipped) so that you can directly order these PCBs from your favorite PCB supplier without having to use KiCad.
2 | 3 | 4 | 5 | 6 | # DS3231 Plus 7 | 8 | A DS3231 realtime clock breakout board modelled after the RPI RTC boards. The 5 pin header matches the pinout of the Raspberry Pi and adds the interrupt pin (pulled up to 3.3v). It includes a QWIIC connector (JST 4-pin 1mm) and I also added a small switch to completely disconnect the backup battery if you plan on leaving it unused for an extended period of time. There's a small CR44 backup battery soldered to the back side.
9 |
10 |
11 |
12 | 13 | 14 | 15 | # LCD_64x32_Breakout 16 | 17 | A tiny breakout board to make it easier to work with the tiny ST7567 32x64 monochrome LCD display. There's nothing really unique about this board, but it certainly makes it easier to work with LCD panels that use flex cables with odd pin spacing (0.6mm in this case). The 8-pin header order was chosen to match the very popular 'blue' LCDs sold by several vendors in China.
18 | 19 |
20 |
21 |
22 |
23 |
24 |
25 | 26 | 27 | 28 | # LCD_HAT 29 | 30 | A breakout board to make it easier to connect either a Feather or Nano to the popular 'blue' LCDs available from several vendors in China. These LCDs range from a tiny 0.85" 128x128 ST7735 to a 3.5" 320x480 ILI9488. The PCB also offers a QWIIC I2C connector, 2 momentary push buttons and male 2-pin headers for measuring the power consumption of the QWIIC device or the LCD.
31 | 32 |
33 |
34 |
35 |
36 | 37 | 38 | # RV-3032-C7 RTC Breakout 39 | 40 | A breakout board modelled after the RPI RTC boards. The 5 pin header matches the pinout of the RPI and adds the interrupt pin (pulled up to 3.3v). It includes a QWIIC connector (JST 4-pin 1mm), and a pad for the CLKOUT signal. There's a small CR44 backup battery on the back. The RV3032 is similar to the DS3231 in that it's a temperature adjusted (very accurate) clock, but it's much smaller, much lower power and about the same price.
41 |
42 | 43 | 44 | # Xiao Sharp Memory LCD Breakout 45 | 46 | A breakout board for QT Py / Xiao MCU boards to easily control Sharp Memory LCDs. These LCDs require a square wave input to balance the charge; this is provided by the onboard RV3032 RTC. It also includes 2 pushbuttons and a QWIIC I2C connector.
47 |
48 |
49 | 50 | 51 | # Xiao LCD HAT 52 | 53 | A breakout board for QT Py / Xiao MCU boards to easily connect SSD1306 OLEDs and 'blue' 7/8-pin LCD breakout boards. It also includes 2 pushbuttons and a QWIIC I2C connector.
54 |
55 |
56 |
57 | 58 | 59 | # Sharp Feather/Nano breakout 60 | 61 | A breakout board for Feather and Nano MCU boards to easily connect Sharp Memory LCDs. It also includes a RV3032 RTC to drive the VCOM signal of the LCD and act as a low power+reliable realtime clock, 2 pushbuttons and a QWIIC I2C connector.
62 |
63 |
64 |
65 |
66 |
67 |
68 | 69 | 70 | # CH32V003 (QFN20) breakout 71 | 72 | A breakout board for the WCH CH32V003 RISC-V MCU. This breakout is for the QFN20 version of the chip. I've made the QFN20 footprint easier to hand solder by reducing the size of the center ground pad. This leaves a bit more gap to the pins. I solder them without a stencil by mixing the solder paste with a little extra flux to avoid shorts under the chip body.
73 | 74 | -------------------------------------------------------------------------------- /RV3032_Breakout/RV3032_Breakout.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.09999999999999999, 7 | "copper_line_width": 0.19999999999999998, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": false, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.15, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 0.762, 38 | "height": 1.524, 39 | "width": 1.524 40 | }, 41 | "silk_line_width": 0.15, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 1.0, 44 | "silk_text_size_v": 1.0, 45 | "silk_text_thickness": 0.15, 46 | "silk_text_upright": false, 47 | "zones": { 48 | "min_clearance": 0.5 49 | } 50 | }, 51 | "diff_pair_dimensions": [], 52 | "drc_exclusions": [], 53 | "meta": { 54 | "version": 2 55 | }, 56 | "rule_severities": { 57 | "annular_width": "error", 58 | "clearance": "error", 59 | "connection_width": "warning", 60 | "copper_edge_clearance": "error", 61 | "copper_sliver": "warning", 62 | "courtyards_overlap": "error", 63 | "diff_pair_gap_out_of_range": "error", 64 | "diff_pair_uncoupled_length_too_long": "error", 65 | "drill_out_of_range": "error", 66 | "duplicate_footprints": "warning", 67 | "extra_footprint": "warning", 68 | "footprint": "error", 69 | "footprint_type_mismatch": "ignore", 70 | "hole_clearance": "error", 71 | "hole_near_hole": "error", 72 | "invalid_outline": "error", 73 | "isolated_copper": "warning", 74 | "item_on_disabled_layer": "error", 75 | "items_not_allowed": "error", 76 | "length_out_of_range": "error", 77 | "lib_footprint_issues": "warning", 78 | "lib_footprint_mismatch": "warning", 79 | "malformed_courtyard": "error", 80 | "microvia_drill_out_of_range": "error", 81 | "missing_courtyard": "ignore", 82 | "missing_footprint": "warning", 83 | "net_conflict": "warning", 84 | "npth_inside_courtyard": "ignore", 85 | "padstack": "warning", 86 | "pth_inside_courtyard": "ignore", 87 | "shorting_items": "error", 88 | "silk_edge_clearance": "warning", 89 | "silk_over_copper": "warning", 90 | "silk_overlap": "warning", 91 | "skew_out_of_range": "error", 92 | "solder_mask_bridge": "error", 93 | "starved_thermal": "error", 94 | "text_height": "warning", 95 | "text_thickness": "warning", 96 | "through_hole_pad_without_hole": "error", 97 | "too_many_vias": "error", 98 | "track_dangling": "warning", 99 | "track_width": "error", 100 | "tracks_crossing": "error", 101 | "unconnected_items": "error", 102 | "unresolved_variable": "error", 103 | "via_dangling": "warning", 104 | "zones_intersect": "error" 105 | }, 106 | "rules": { 107 | "max_error": 0.005, 108 | "min_clearance": 0.0, 109 | "min_connection": 0.0, 110 | "min_copper_edge_clearance": 0.0, 111 | "min_hole_clearance": 0.25, 112 | "min_hole_to_hole": 0.25, 113 | "min_microvia_diameter": 0.19999999999999998, 114 | "min_microvia_drill": 0.09999999999999999, 115 | "min_resolved_spokes": 2, 116 | "min_silk_clearance": 0.0, 117 | "min_text_height": 0.7999999999999999, 118 | "min_text_thickness": 0.08, 119 | "min_through_hole_diameter": 0.3, 120 | "min_track_width": 0.0, 121 | "min_via_annular_width": 0.09999999999999999, 122 | "min_via_diameter": 0.5, 123 | "solder_mask_clearance": 0.0, 124 | "solder_mask_min_width": 0.0, 125 | "solder_mask_to_copper_clearance": 0.0, 126 | "use_height_for_length_calcs": true 127 | }, 128 | "teardrop_options": [ 129 | { 130 | "td_allow_use_two_tracks": true, 131 | "td_curve_segcount": 5, 132 | "td_on_pad_in_zone": false, 133 | "td_onpadsmd": true, 134 | "td_onroundshapesonly": false, 135 | "td_ontrackend": false, 136 | "td_onviapad": true 137 | } 138 | ], 139 | "teardrop_parameters": [ 140 | { 141 | "td_curve_segcount": 0, 142 | "td_height_ratio": 1.0, 143 | "td_length_ratio": 0.5, 144 | "td_maxheight": 2.0, 145 | "td_maxlen": 1.0, 146 | "td_target_name": "td_round_shape", 147 | "td_width_to_size_filter_ratio": 0.9 148 | }, 149 | { 150 | "td_curve_segcount": 0, 151 | "td_height_ratio": 1.0, 152 | "td_length_ratio": 0.5, 153 | "td_maxheight": 2.0, 154 | "td_maxlen": 1.0, 155 | "td_target_name": "td_rect_shape", 156 | "td_width_to_size_filter_ratio": 0.9 157 | }, 158 | { 159 | "td_curve_segcount": 0, 160 | "td_height_ratio": 1.0, 161 | "td_length_ratio": 0.5, 162 | "td_maxheight": 2.0, 163 | "td_maxlen": 1.0, 164 | "td_target_name": "td_track_end", 165 | "td_width_to_size_filter_ratio": 0.9 166 | } 167 | ], 168 | "track_widths": [], 169 | "via_dimensions": [], 170 | "zones_allow_external_fillets": false 171 | }, 172 | "ipc2581": { 173 | "dist": "", 174 | "distpn": "", 175 | "internal_id": "", 176 | "mfg": "", 177 | "mpn": "" 178 | }, 179 | "layer_presets": [], 180 | "viewports": [] 181 | }, 182 | "boards": [], 183 | "cvpcb": { 184 | "equivalence_files": [] 185 | }, 186 | "erc": { 187 | "erc_exclusions": [], 188 | "meta": { 189 | "version": 0 190 | }, 191 | "pin_map": [ 192 | [ 193 | 0, 194 | 0, 195 | 0, 196 | 0, 197 | 0, 198 | 0, 199 | 1, 200 | 0, 201 | 0, 202 | 0, 203 | 0, 204 | 2 205 | ], 206 | [ 207 | 0, 208 | 2, 209 | 0, 210 | 1, 211 | 0, 212 | 0, 213 | 1, 214 | 0, 215 | 2, 216 | 2, 217 | 2, 218 | 2 219 | ], 220 | [ 221 | 0, 222 | 0, 223 | 0, 224 | 0, 225 | 0, 226 | 0, 227 | 1, 228 | 0, 229 | 1, 230 | 0, 231 | 1, 232 | 2 233 | ], 234 | [ 235 | 0, 236 | 1, 237 | 0, 238 | 0, 239 | 0, 240 | 0, 241 | 1, 242 | 1, 243 | 2, 244 | 1, 245 | 1, 246 | 2 247 | ], 248 | [ 249 | 0, 250 | 0, 251 | 0, 252 | 0, 253 | 0, 254 | 0, 255 | 1, 256 | 0, 257 | 0, 258 | 0, 259 | 0, 260 | 2 261 | ], 262 | [ 263 | 0, 264 | 0, 265 | 0, 266 | 0, 267 | 0, 268 | 0, 269 | 0, 270 | 0, 271 | 0, 272 | 0, 273 | 0, 274 | 2 275 | ], 276 | [ 277 | 1, 278 | 1, 279 | 1, 280 | 1, 281 | 1, 282 | 0, 283 | 1, 284 | 1, 285 | 1, 286 | 1, 287 | 1, 288 | 2 289 | ], 290 | [ 291 | 0, 292 | 0, 293 | 0, 294 | 1, 295 | 0, 296 | 0, 297 | 1, 298 | 0, 299 | 0, 300 | 0, 301 | 0, 302 | 2 303 | ], 304 | [ 305 | 0, 306 | 2, 307 | 1, 308 | 2, 309 | 0, 310 | 0, 311 | 1, 312 | 0, 313 | 2, 314 | 2, 315 | 2, 316 | 2 317 | ], 318 | [ 319 | 0, 320 | 2, 321 | 0, 322 | 1, 323 | 0, 324 | 0, 325 | 1, 326 | 0, 327 | 2, 328 | 0, 329 | 0, 330 | 2 331 | ], 332 | [ 333 | 0, 334 | 2, 335 | 1, 336 | 1, 337 | 0, 338 | 0, 339 | 1, 340 | 0, 341 | 2, 342 | 0, 343 | 0, 344 | 2 345 | ], 346 | [ 347 | 2, 348 | 2, 349 | 2, 350 | 2, 351 | 2, 352 | 2, 353 | 2, 354 | 2, 355 | 2, 356 | 2, 357 | 2, 358 | 2 359 | ] 360 | ], 361 | "rule_severities": { 362 | "bus_definition_conflict": "error", 363 | "bus_entry_needed": "error", 364 | "bus_to_bus_conflict": "error", 365 | "bus_to_net_conflict": "error", 366 | "conflicting_netclasses": "error", 367 | "different_unit_footprint": "error", 368 | "different_unit_net": "error", 369 | "duplicate_reference": "error", 370 | "duplicate_sheet_names": "error", 371 | "endpoint_off_grid": "warning", 372 | "extra_units": "error", 373 | "global_label_dangling": "warning", 374 | "hier_label_mismatch": "error", 375 | "label_dangling": "error", 376 | "lib_symbol_issues": "warning", 377 | "missing_bidi_pin": "warning", 378 | "missing_input_pin": "warning", 379 | "missing_power_pin": "error", 380 | "missing_unit": "warning", 381 | "multiple_net_names": "warning", 382 | "net_not_bus_member": "warning", 383 | "no_connect_connected": "warning", 384 | "no_connect_dangling": "warning", 385 | "pin_not_connected": "error", 386 | "pin_not_driven": "error", 387 | "pin_to_pin": "warning", 388 | "power_pin_not_driven": "error", 389 | "similar_labels": "warning", 390 | "simulation_model_issue": "error", 391 | "unannotated": "error", 392 | "unit_value_mismatch": "error", 393 | "unresolved_variable": "error", 394 | "wire_dangling": "error" 395 | } 396 | }, 397 | "libraries": { 398 | "pinned_footprint_libs": [], 399 | "pinned_symbol_libs": [] 400 | }, 401 | "meta": { 402 | "filename": "RV3032_Breakout.kicad_pro", 403 | "version": 1 404 | }, 405 | "net_settings": { 406 | "classes": [ 407 | { 408 | "bus_width": 12, 409 | "clearance": 0.2, 410 | "diff_pair_gap": 0.25, 411 | "diff_pair_via_gap": 0.25, 412 | "diff_pair_width": 0.2, 413 | "line_style": 0, 414 | "microvia_diameter": 0.3, 415 | "microvia_drill": 0.1, 416 | "name": "Default", 417 | "pcb_color": "rgba(0, 0, 0, 0.000)", 418 | "schematic_color": "rgba(0, 0, 0, 0.000)", 419 | "track_width": 0.25, 420 | "via_diameter": 0.8, 421 | "via_drill": 0.4, 422 | "wire_width": 6 423 | } 424 | ], 425 | "meta": { 426 | "version": 3 427 | }, 428 | "net_colors": null, 429 | "netclass_assignments": null, 430 | "netclass_patterns": [] 431 | }, 432 | "pcbnew": { 433 | "last_paths": { 434 | "gencad": "", 435 | "idf": "", 436 | "netlist": "", 437 | "plot": "", 438 | "pos_files": "", 439 | "specctra_dsn": "", 440 | "step": "", 441 | "svg": "", 442 | "vrml": "" 443 | }, 444 | "page_layout_descr_file": "" 445 | }, 446 | "schematic": { 447 | "annotate_start_num": 0, 448 | "bom_fmt_presets": [], 449 | "bom_fmt_settings": { 450 | "field_delimiter": ",", 451 | "keep_line_breaks": false, 452 | "keep_tabs": false, 453 | "name": "CSV", 454 | "ref_delimiter": ",", 455 | "ref_range_delimiter": "", 456 | "string_delimiter": "\"" 457 | }, 458 | "bom_presets": [], 459 | "bom_settings": { 460 | "exclude_dnp": false, 461 | "fields_ordered": [ 462 | { 463 | "group_by": false, 464 | "label": "Reference", 465 | "name": "Reference", 466 | "show": true 467 | }, 468 | { 469 | "group_by": true, 470 | "label": "Value", 471 | "name": "Value", 472 | "show": true 473 | }, 474 | { 475 | "group_by": false, 476 | "label": "Datasheet", 477 | "name": "Datasheet", 478 | "show": true 479 | }, 480 | { 481 | "group_by": false, 482 | "label": "Footprint", 483 | "name": "Footprint", 484 | "show": true 485 | }, 486 | { 487 | "group_by": false, 488 | "label": "Qty", 489 | "name": "${QUANTITY}", 490 | "show": true 491 | }, 492 | { 493 | "group_by": true, 494 | "label": "DNP", 495 | "name": "${DNP}", 496 | "show": true 497 | } 498 | ], 499 | "filter_string": "", 500 | "group_symbols": true, 501 | "name": "Grouped By Value", 502 | "sort_asc": true, 503 | "sort_field": "Reference" 504 | }, 505 | "connection_grid_size": 50.0, 506 | "drawing": { 507 | "dashed_lines_dash_length_ratio": 12.0, 508 | "dashed_lines_gap_length_ratio": 3.0, 509 | "default_line_thickness": 6.0, 510 | "default_text_size": 50.0, 511 | "field_names": [], 512 | "intersheets_ref_own_page": false, 513 | "intersheets_ref_prefix": "", 514 | "intersheets_ref_short": false, 515 | "intersheets_ref_show": false, 516 | "intersheets_ref_suffix": "", 517 | "junction_size_choice": 3, 518 | "label_size_ratio": 0.375, 519 | "operating_point_overlay_i_precision": 3, 520 | "operating_point_overlay_i_range": "~A", 521 | "operating_point_overlay_v_precision": 3, 522 | "operating_point_overlay_v_range": "~V", 523 | "overbar_offset_ratio": 1.23, 524 | "pin_symbol_size": 25.0, 525 | "text_offset_ratio": 0.15 526 | }, 527 | "legacy_lib_dir": "", 528 | "legacy_lib_list": [], 529 | "meta": { 530 | "version": 1 531 | }, 532 | "net_format_name": "", 533 | "page_layout_descr_file": "", 534 | "plot_directory": "/Users/laurencebank/Projects/RV3032_Breakout/PCB", 535 | "spice_current_sheet_as_root": false, 536 | "spice_external_command": "spice \"%I\"", 537 | "spice_model_current_sheet_as_root": true, 538 | "spice_save_all_currents": false, 539 | "spice_save_all_dissipations": false, 540 | "spice_save_all_voltages": false, 541 | "subpart_first_id": 65, 542 | "subpart_id_separator": 0 543 | }, 544 | "sheets": [ 545 | [ 546 | "fcb7a57b-ad59-4476-a702-009410f58d39", 547 | "" 548 | ] 549 | ], 550 | "text_variables": {} 551 | } 552 | -------------------------------------------------------------------------------- /RV3032_Breakout/RV3032_breakout_sch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/RV3032_Breakout/RV3032_breakout_sch.pdf -------------------------------------------------------------------------------- /RV3032_Breakout/rv3032_gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/RV3032_Breakout/rv3032_gerbers.zip -------------------------------------------------------------------------------- /Sharp_Feather_Nano/SHARP_FEATHER_NANO.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 37, 4 | "active_layer_preset": "", 5 | "auto_track_width": true, 6 | "hidden_netclasses": [], 7 | "hidden_nets": [], 8 | "high_contrast_mode": 0, 9 | "net_color_mode": 1, 10 | "opacity": { 11 | "images": 0.6, 12 | "pads": 1.0, 13 | "tracks": 1.0, 14 | "vias": 1.0, 15 | "zones": 0.6 16 | }, 17 | "selection_filter": { 18 | "dimensions": true, 19 | "footprints": true, 20 | "graphics": true, 21 | "keepouts": true, 22 | "lockedItems": false, 23 | "otherItems": true, 24 | "pads": true, 25 | "text": true, 26 | "tracks": true, 27 | "vias": true, 28 | "zones": true 29 | }, 30 | "visible_items": [ 31 | 0, 32 | 1, 33 | 2, 34 | 3, 35 | 4, 36 | 5, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 13, 42 | 15, 43 | 16, 44 | 17, 45 | 18, 46 | 19, 47 | 20, 48 | 21, 49 | 22, 50 | 23, 51 | 24, 52 | 25, 53 | 26, 54 | 27, 55 | 28, 56 | 29, 57 | 30, 58 | 32, 59 | 33, 60 | 34, 61 | 35, 62 | 36, 63 | 39, 64 | 40 65 | ], 66 | "visible_layers": "fffffff_ffffffff", 67 | "zone_display_mode": 0 68 | }, 69 | "meta": { 70 | "filename": "SHARP_FEATHER_NANO.kicad_prl", 71 | "version": 3 72 | }, 73 | "project": { 74 | "files": [] 75 | } 76 | } 77 | -------------------------------------------------------------------------------- /Sharp_Feather_Nano/SHARP_FEATHER_NANO.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.09999999999999999, 7 | "copper_line_width": 0.19999999999999998, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": false, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.15, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 0.762, 38 | "height": 1.524, 39 | "width": 1.524 40 | }, 41 | "silk_line_width": 0.15, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 1.0, 44 | "silk_text_size_v": 1.0, 45 | "silk_text_thickness": 0.15, 46 | "silk_text_upright": false, 47 | "zones": { 48 | "min_clearance": 0.5 49 | } 50 | }, 51 | "diff_pair_dimensions": [ 52 | { 53 | "gap": 0.0, 54 | "via_gap": 0.0, 55 | "width": 0.0 56 | } 57 | ], 58 | "drc_exclusions": [], 59 | "meta": { 60 | "version": 2 61 | }, 62 | "rule_severities": { 63 | "annular_width": "error", 64 | "clearance": "error", 65 | "connection_width": "warning", 66 | "copper_edge_clearance": "error", 67 | "copper_sliver": "warning", 68 | "courtyards_overlap": "error", 69 | "diff_pair_gap_out_of_range": "error", 70 | "diff_pair_uncoupled_length_too_long": "error", 71 | "drill_out_of_range": "error", 72 | "duplicate_footprints": "warning", 73 | "extra_footprint": "warning", 74 | "footprint": "error", 75 | "footprint_type_mismatch": "ignore", 76 | "hole_clearance": "error", 77 | "hole_near_hole": "error", 78 | "invalid_outline": "error", 79 | "isolated_copper": "warning", 80 | "item_on_disabled_layer": "error", 81 | "items_not_allowed": "error", 82 | "length_out_of_range": "error", 83 | "lib_footprint_issues": "warning", 84 | "lib_footprint_mismatch": "warning", 85 | "malformed_courtyard": "error", 86 | "microvia_drill_out_of_range": "error", 87 | "missing_courtyard": "ignore", 88 | "missing_footprint": "warning", 89 | "net_conflict": "warning", 90 | "npth_inside_courtyard": "ignore", 91 | "padstack": "warning", 92 | "pth_inside_courtyard": "ignore", 93 | "shorting_items": "error", 94 | "silk_edge_clearance": "warning", 95 | "silk_over_copper": "warning", 96 | "silk_overlap": "warning", 97 | "skew_out_of_range": "error", 98 | "solder_mask_bridge": "error", 99 | "starved_thermal": "error", 100 | "text_height": "warning", 101 | "text_thickness": "warning", 102 | "through_hole_pad_without_hole": "error", 103 | "too_many_vias": "error", 104 | "track_dangling": "warning", 105 | "track_width": "error", 106 | "tracks_crossing": "error", 107 | "unconnected_items": "error", 108 | "unresolved_variable": "error", 109 | "via_dangling": "warning", 110 | "zones_intersect": "error" 111 | }, 112 | "rules": { 113 | "max_error": 0.005, 114 | "min_clearance": 0.0, 115 | "min_connection": 0.0, 116 | "min_copper_edge_clearance": 0.0, 117 | "min_hole_clearance": 0.25, 118 | "min_hole_to_hole": 0.25, 119 | "min_microvia_diameter": 0.19999999999999998, 120 | "min_microvia_drill": 0.09999999999999999, 121 | "min_resolved_spokes": 2, 122 | "min_silk_clearance": 0.0, 123 | "min_text_height": 0.7999999999999999, 124 | "min_text_thickness": 0.08, 125 | "min_through_hole_diameter": 0.3, 126 | "min_track_width": 0.0, 127 | "min_via_annular_width": 0.09999999999999999, 128 | "min_via_diameter": 0.5, 129 | "solder_mask_clearance": 0.0, 130 | "solder_mask_min_width": 0.0, 131 | "solder_mask_to_copper_clearance": 0.0, 132 | "use_height_for_length_calcs": true 133 | }, 134 | "teardrop_options": [ 135 | { 136 | "td_allow_use_two_tracks": true, 137 | "td_curve_segcount": 5, 138 | "td_on_pad_in_zone": false, 139 | "td_onpadsmd": true, 140 | "td_onroundshapesonly": false, 141 | "td_ontrackend": false, 142 | "td_onviapad": true 143 | } 144 | ], 145 | "teardrop_parameters": [ 146 | { 147 | "td_curve_segcount": 0, 148 | "td_height_ratio": 1.0, 149 | "td_length_ratio": 0.5, 150 | "td_maxheight": 2.0, 151 | "td_maxlen": 1.0, 152 | "td_target_name": "td_round_shape", 153 | "td_width_to_size_filter_ratio": 0.9 154 | }, 155 | { 156 | "td_curve_segcount": 0, 157 | "td_height_ratio": 1.0, 158 | "td_length_ratio": 0.5, 159 | "td_maxheight": 2.0, 160 | "td_maxlen": 1.0, 161 | "td_target_name": "td_rect_shape", 162 | "td_width_to_size_filter_ratio": 0.9 163 | }, 164 | { 165 | "td_curve_segcount": 0, 166 | "td_height_ratio": 1.0, 167 | "td_length_ratio": 0.5, 168 | "td_maxheight": 2.0, 169 | "td_maxlen": 1.0, 170 | "td_target_name": "td_track_end", 171 | "td_width_to_size_filter_ratio": 0.9 172 | } 173 | ], 174 | "track_widths": [ 175 | 0.0, 176 | 0.3, 177 | 0.5 178 | ], 179 | "via_dimensions": [ 180 | { 181 | "diameter": 0.0, 182 | "drill": 0.0 183 | } 184 | ], 185 | "zones_allow_external_fillets": false 186 | }, 187 | "layer_presets": [], 188 | "viewports": [] 189 | }, 190 | "boards": [], 191 | "cvpcb": { 192 | "equivalence_files": [] 193 | }, 194 | "erc": { 195 | "erc_exclusions": [], 196 | "meta": { 197 | "version": 0 198 | }, 199 | "pin_map": [ 200 | [ 201 | 0, 202 | 0, 203 | 0, 204 | 0, 205 | 0, 206 | 0, 207 | 1, 208 | 0, 209 | 0, 210 | 0, 211 | 0, 212 | 2 213 | ], 214 | [ 215 | 0, 216 | 2, 217 | 0, 218 | 1, 219 | 0, 220 | 0, 221 | 1, 222 | 0, 223 | 2, 224 | 2, 225 | 2, 226 | 2 227 | ], 228 | [ 229 | 0, 230 | 0, 231 | 0, 232 | 0, 233 | 0, 234 | 0, 235 | 1, 236 | 0, 237 | 1, 238 | 0, 239 | 1, 240 | 2 241 | ], 242 | [ 243 | 0, 244 | 1, 245 | 0, 246 | 0, 247 | 0, 248 | 0, 249 | 1, 250 | 1, 251 | 2, 252 | 1, 253 | 1, 254 | 2 255 | ], 256 | [ 257 | 0, 258 | 0, 259 | 0, 260 | 0, 261 | 0, 262 | 0, 263 | 1, 264 | 0, 265 | 0, 266 | 0, 267 | 0, 268 | 2 269 | ], 270 | [ 271 | 0, 272 | 0, 273 | 0, 274 | 0, 275 | 0, 276 | 0, 277 | 0, 278 | 0, 279 | 0, 280 | 0, 281 | 0, 282 | 2 283 | ], 284 | [ 285 | 1, 286 | 1, 287 | 1, 288 | 1, 289 | 1, 290 | 0, 291 | 1, 292 | 1, 293 | 1, 294 | 1, 295 | 1, 296 | 2 297 | ], 298 | [ 299 | 0, 300 | 0, 301 | 0, 302 | 1, 303 | 0, 304 | 0, 305 | 1, 306 | 0, 307 | 0, 308 | 0, 309 | 0, 310 | 2 311 | ], 312 | [ 313 | 0, 314 | 2, 315 | 1, 316 | 2, 317 | 0, 318 | 0, 319 | 1, 320 | 0, 321 | 2, 322 | 2, 323 | 2, 324 | 2 325 | ], 326 | [ 327 | 0, 328 | 2, 329 | 0, 330 | 1, 331 | 0, 332 | 0, 333 | 1, 334 | 0, 335 | 2, 336 | 0, 337 | 0, 338 | 2 339 | ], 340 | [ 341 | 0, 342 | 2, 343 | 1, 344 | 1, 345 | 0, 346 | 0, 347 | 1, 348 | 0, 349 | 2, 350 | 0, 351 | 0, 352 | 2 353 | ], 354 | [ 355 | 2, 356 | 2, 357 | 2, 358 | 2, 359 | 2, 360 | 2, 361 | 2, 362 | 2, 363 | 2, 364 | 2, 365 | 2, 366 | 2 367 | ] 368 | ], 369 | "rule_severities": { 370 | "bus_definition_conflict": "error", 371 | "bus_entry_needed": "error", 372 | "bus_to_bus_conflict": "error", 373 | "bus_to_net_conflict": "error", 374 | "conflicting_netclasses": "error", 375 | "different_unit_footprint": "error", 376 | "different_unit_net": "error", 377 | "duplicate_reference": "error", 378 | "duplicate_sheet_names": "error", 379 | "endpoint_off_grid": "warning", 380 | "extra_units": "error", 381 | "global_label_dangling": "warning", 382 | "hier_label_mismatch": "error", 383 | "label_dangling": "error", 384 | "lib_symbol_issues": "warning", 385 | "missing_bidi_pin": "warning", 386 | "missing_input_pin": "warning", 387 | "missing_power_pin": "error", 388 | "missing_unit": "warning", 389 | "multiple_net_names": "warning", 390 | "net_not_bus_member": "warning", 391 | "no_connect_connected": "warning", 392 | "no_connect_dangling": "warning", 393 | "pin_not_connected": "error", 394 | "pin_not_driven": "error", 395 | "pin_to_pin": "warning", 396 | "power_pin_not_driven": "error", 397 | "similar_labels": "warning", 398 | "simulation_model_issue": "error", 399 | "unannotated": "error", 400 | "unit_value_mismatch": "error", 401 | "unresolved_variable": "error", 402 | "wire_dangling": "error" 403 | } 404 | }, 405 | "libraries": { 406 | "pinned_footprint_libs": [], 407 | "pinned_symbol_libs": [] 408 | }, 409 | "meta": { 410 | "filename": "SHARP_FEATHER_NANO.kicad_pro", 411 | "version": 1 412 | }, 413 | "net_settings": { 414 | "classes": [ 415 | { 416 | "bus_width": 12, 417 | "clearance": 0.2, 418 | "diff_pair_gap": 0.25, 419 | "diff_pair_via_gap": 0.25, 420 | "diff_pair_width": 0.2, 421 | "line_style": 0, 422 | "microvia_diameter": 0.3, 423 | "microvia_drill": 0.1, 424 | "name": "Default", 425 | "pcb_color": "rgba(0, 0, 0, 0.000)", 426 | "schematic_color": "rgba(0, 0, 0, 0.000)", 427 | "track_width": 0.25, 428 | "via_diameter": 0.8, 429 | "via_drill": 0.4, 430 | "wire_width": 6 431 | } 432 | ], 433 | "meta": { 434 | "version": 3 435 | }, 436 | "net_colors": null, 437 | "netclass_assignments": null, 438 | "netclass_patterns": [] 439 | }, 440 | "pcbnew": { 441 | "last_paths": { 442 | "gencad": "", 443 | "idf": "", 444 | "netlist": "", 445 | "specctra_dsn": "", 446 | "step": "", 447 | "vrml": "" 448 | }, 449 | "page_layout_descr_file": "" 450 | }, 451 | "schematic": { 452 | "annotate_start_num": 0, 453 | "drawing": { 454 | "dashed_lines_dash_length_ratio": 12.0, 455 | "dashed_lines_gap_length_ratio": 3.0, 456 | "default_line_thickness": 6.0, 457 | "default_text_size": 50.0, 458 | "field_names": [], 459 | "intersheets_ref_own_page": false, 460 | "intersheets_ref_prefix": "", 461 | "intersheets_ref_short": false, 462 | "intersheets_ref_show": false, 463 | "intersheets_ref_suffix": "", 464 | "junction_size_choice": 3, 465 | "label_size_ratio": 0.375, 466 | "pin_symbol_size": 25.0, 467 | "text_offset_ratio": 0.15 468 | }, 469 | "legacy_lib_dir": "", 470 | "legacy_lib_list": [], 471 | "meta": { 472 | "version": 1 473 | }, 474 | "net_format_name": "", 475 | "page_layout_descr_file": "", 476 | "plot_directory": "", 477 | "spice_current_sheet_as_root": false, 478 | "spice_external_command": "spice \"%I\"", 479 | "spice_model_current_sheet_as_root": true, 480 | "spice_save_all_currents": false, 481 | "spice_save_all_voltages": false, 482 | "subpart_first_id": 65, 483 | "subpart_id_separator": 0 484 | }, 485 | "sheets": [ 486 | [ 487 | "9a09c110-6b0e-416e-8d40-8bd6acea5bd4", 488 | "" 489 | ] 490 | ], 491 | "text_variables": {} 492 | } 493 | -------------------------------------------------------------------------------- /Sharp_Feather_Nano/sharp_feather_nano.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/Sharp_Feather_Nano/sharp_feather_nano.pdf -------------------------------------------------------------------------------- /Sharp_Feather_Nano/sharp_feather_nano_gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/Sharp_Feather_Nano/sharp_feather_nano_gerbers.zip -------------------------------------------------------------------------------- /Xiao_LCD_HAT/XIAO_LCD.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.09999999999999999, 7 | "copper_line_width": 0.19999999999999998, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": false, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.15, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 0.762, 38 | "height": 1.524, 39 | "width": 1.524 40 | }, 41 | "silk_line_width": 0.15, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 1.0, 44 | "silk_text_size_v": 1.0, 45 | "silk_text_thickness": 0.15, 46 | "silk_text_upright": false, 47 | "zones": { 48 | "min_clearance": 0.5 49 | } 50 | }, 51 | "diff_pair_dimensions": [ 52 | { 53 | "gap": 0.0, 54 | "via_gap": 0.0, 55 | "width": 0.0 56 | } 57 | ], 58 | "drc_exclusions": [], 59 | "meta": { 60 | "version": 2 61 | }, 62 | "rule_severities": { 63 | "annular_width": "error", 64 | "clearance": "error", 65 | "connection_width": "warning", 66 | "copper_edge_clearance": "error", 67 | "copper_sliver": "warning", 68 | "courtyards_overlap": "error", 69 | "diff_pair_gap_out_of_range": "error", 70 | "diff_pair_uncoupled_length_too_long": "error", 71 | "drill_out_of_range": "error", 72 | "duplicate_footprints": "warning", 73 | "extra_footprint": "warning", 74 | "footprint": "error", 75 | "footprint_type_mismatch": "ignore", 76 | "hole_clearance": "error", 77 | "hole_near_hole": "error", 78 | "invalid_outline": "error", 79 | "isolated_copper": "warning", 80 | "item_on_disabled_layer": "error", 81 | "items_not_allowed": "error", 82 | "length_out_of_range": "error", 83 | "lib_footprint_issues": "warning", 84 | "lib_footprint_mismatch": "warning", 85 | "malformed_courtyard": "error", 86 | "microvia_drill_out_of_range": "error", 87 | "missing_courtyard": "ignore", 88 | "missing_footprint": "warning", 89 | "net_conflict": "warning", 90 | "npth_inside_courtyard": "ignore", 91 | "padstack": "warning", 92 | "pth_inside_courtyard": "ignore", 93 | "shorting_items": "error", 94 | "silk_edge_clearance": "warning", 95 | "silk_over_copper": "warning", 96 | "silk_overlap": "warning", 97 | "skew_out_of_range": "error", 98 | "solder_mask_bridge": "error", 99 | "starved_thermal": "error", 100 | "text_height": "warning", 101 | "text_thickness": "warning", 102 | "through_hole_pad_without_hole": "error", 103 | "too_many_vias": "error", 104 | "track_dangling": "warning", 105 | "track_width": "error", 106 | "tracks_crossing": "error", 107 | "unconnected_items": "error", 108 | "unresolved_variable": "error", 109 | "via_dangling": "warning", 110 | "zones_intersect": "error" 111 | }, 112 | "rules": { 113 | "max_error": 0.005, 114 | "min_clearance": 0.0, 115 | "min_connection": 0.0, 116 | "min_copper_edge_clearance": 0.0, 117 | "min_hole_clearance": 0.25, 118 | "min_hole_to_hole": 0.25, 119 | "min_microvia_diameter": 0.19999999999999998, 120 | "min_microvia_drill": 0.09999999999999999, 121 | "min_resolved_spokes": 2, 122 | "min_silk_clearance": 0.0, 123 | "min_text_height": 0.7999999999999999, 124 | "min_text_thickness": 0.08, 125 | "min_through_hole_diameter": 0.3, 126 | "min_track_width": 0.0, 127 | "min_via_annular_width": 0.09999999999999999, 128 | "min_via_diameter": 0.5, 129 | "solder_mask_clearance": 0.0, 130 | "solder_mask_min_width": 0.0, 131 | "solder_mask_to_copper_clearance": 0.0, 132 | "use_height_for_length_calcs": true 133 | }, 134 | "teardrop_options": [ 135 | { 136 | "td_allow_use_two_tracks": true, 137 | "td_curve_segcount": 5, 138 | "td_on_pad_in_zone": false, 139 | "td_onpadsmd": true, 140 | "td_onroundshapesonly": false, 141 | "td_ontrackend": false, 142 | "td_onviapad": true 143 | } 144 | ], 145 | "teardrop_parameters": [ 146 | { 147 | "td_curve_segcount": 0, 148 | "td_height_ratio": 1.0, 149 | "td_length_ratio": 0.5, 150 | "td_maxheight": 2.0, 151 | "td_maxlen": 1.0, 152 | "td_target_name": "td_round_shape", 153 | "td_width_to_size_filter_ratio": 0.9 154 | }, 155 | { 156 | "td_curve_segcount": 0, 157 | "td_height_ratio": 1.0, 158 | "td_length_ratio": 0.5, 159 | "td_maxheight": 2.0, 160 | "td_maxlen": 1.0, 161 | "td_target_name": "td_rect_shape", 162 | "td_width_to_size_filter_ratio": 0.9 163 | }, 164 | { 165 | "td_curve_segcount": 0, 166 | "td_height_ratio": 1.0, 167 | "td_length_ratio": 0.5, 168 | "td_maxheight": 2.0, 169 | "td_maxlen": 1.0, 170 | "td_target_name": "td_track_end", 171 | "td_width_to_size_filter_ratio": 0.9 172 | } 173 | ], 174 | "track_widths": [ 175 | 0.0, 176 | 0.3, 177 | 0.5 178 | ], 179 | "via_dimensions": [ 180 | { 181 | "diameter": 0.0, 182 | "drill": 0.0 183 | } 184 | ], 185 | "zones_allow_external_fillets": false 186 | }, 187 | "layer_presets": [], 188 | "viewports": [] 189 | }, 190 | "boards": [], 191 | "cvpcb": { 192 | "equivalence_files": [] 193 | }, 194 | "erc": { 195 | "erc_exclusions": [], 196 | "meta": { 197 | "version": 0 198 | }, 199 | "pin_map": [ 200 | [ 201 | 0, 202 | 0, 203 | 0, 204 | 0, 205 | 0, 206 | 0, 207 | 1, 208 | 0, 209 | 0, 210 | 0, 211 | 0, 212 | 2 213 | ], 214 | [ 215 | 0, 216 | 2, 217 | 0, 218 | 1, 219 | 0, 220 | 0, 221 | 1, 222 | 0, 223 | 2, 224 | 2, 225 | 2, 226 | 2 227 | ], 228 | [ 229 | 0, 230 | 0, 231 | 0, 232 | 0, 233 | 0, 234 | 0, 235 | 1, 236 | 0, 237 | 1, 238 | 0, 239 | 1, 240 | 2 241 | ], 242 | [ 243 | 0, 244 | 1, 245 | 0, 246 | 0, 247 | 0, 248 | 0, 249 | 1, 250 | 1, 251 | 2, 252 | 1, 253 | 1, 254 | 2 255 | ], 256 | [ 257 | 0, 258 | 0, 259 | 0, 260 | 0, 261 | 0, 262 | 0, 263 | 1, 264 | 0, 265 | 0, 266 | 0, 267 | 0, 268 | 2 269 | ], 270 | [ 271 | 0, 272 | 0, 273 | 0, 274 | 0, 275 | 0, 276 | 0, 277 | 0, 278 | 0, 279 | 0, 280 | 0, 281 | 0, 282 | 2 283 | ], 284 | [ 285 | 1, 286 | 1, 287 | 1, 288 | 1, 289 | 1, 290 | 0, 291 | 1, 292 | 1, 293 | 1, 294 | 1, 295 | 1, 296 | 2 297 | ], 298 | [ 299 | 0, 300 | 0, 301 | 0, 302 | 1, 303 | 0, 304 | 0, 305 | 1, 306 | 0, 307 | 0, 308 | 0, 309 | 0, 310 | 2 311 | ], 312 | [ 313 | 0, 314 | 2, 315 | 1, 316 | 2, 317 | 0, 318 | 0, 319 | 1, 320 | 0, 321 | 2, 322 | 2, 323 | 2, 324 | 2 325 | ], 326 | [ 327 | 0, 328 | 2, 329 | 0, 330 | 1, 331 | 0, 332 | 0, 333 | 1, 334 | 0, 335 | 2, 336 | 0, 337 | 0, 338 | 2 339 | ], 340 | [ 341 | 0, 342 | 2, 343 | 1, 344 | 1, 345 | 0, 346 | 0, 347 | 1, 348 | 0, 349 | 2, 350 | 0, 351 | 0, 352 | 2 353 | ], 354 | [ 355 | 2, 356 | 2, 357 | 2, 358 | 2, 359 | 2, 360 | 2, 361 | 2, 362 | 2, 363 | 2, 364 | 2, 365 | 2, 366 | 2 367 | ] 368 | ], 369 | "rule_severities": { 370 | "bus_definition_conflict": "error", 371 | "bus_entry_needed": "error", 372 | "bus_to_bus_conflict": "error", 373 | "bus_to_net_conflict": "error", 374 | "conflicting_netclasses": "error", 375 | "different_unit_footprint": "error", 376 | "different_unit_net": "error", 377 | "duplicate_reference": "error", 378 | "duplicate_sheet_names": "error", 379 | "endpoint_off_grid": "warning", 380 | "extra_units": "error", 381 | "global_label_dangling": "warning", 382 | "hier_label_mismatch": "error", 383 | "label_dangling": "error", 384 | "lib_symbol_issues": "warning", 385 | "missing_bidi_pin": "warning", 386 | "missing_input_pin": "warning", 387 | "missing_power_pin": "error", 388 | "missing_unit": "warning", 389 | "multiple_net_names": "warning", 390 | "net_not_bus_member": "warning", 391 | "no_connect_connected": "warning", 392 | "no_connect_dangling": "warning", 393 | "pin_not_connected": "error", 394 | "pin_not_driven": "error", 395 | "pin_to_pin": "warning", 396 | "power_pin_not_driven": "error", 397 | "similar_labels": "warning", 398 | "simulation_model_issue": "error", 399 | "unannotated": "error", 400 | "unit_value_mismatch": "error", 401 | "unresolved_variable": "error", 402 | "wire_dangling": "error" 403 | } 404 | }, 405 | "libraries": { 406 | "pinned_footprint_libs": [], 407 | "pinned_symbol_libs": [] 408 | }, 409 | "meta": { 410 | "filename": "XIAO_LCD.kicad_pro", 411 | "version": 1 412 | }, 413 | "net_settings": { 414 | "classes": [ 415 | { 416 | "bus_width": 12, 417 | "clearance": 0.2, 418 | "diff_pair_gap": 0.25, 419 | "diff_pair_via_gap": 0.25, 420 | "diff_pair_width": 0.2, 421 | "line_style": 0, 422 | "microvia_diameter": 0.3, 423 | "microvia_drill": 0.1, 424 | "name": "Default", 425 | "pcb_color": "rgba(0, 0, 0, 0.000)", 426 | "schematic_color": "rgba(0, 0, 0, 0.000)", 427 | "track_width": 0.25, 428 | "via_diameter": 0.8, 429 | "via_drill": 0.4, 430 | "wire_width": 6 431 | } 432 | ], 433 | "meta": { 434 | "version": 3 435 | }, 436 | "net_colors": null, 437 | "netclass_assignments": null, 438 | "netclass_patterns": [] 439 | }, 440 | "pcbnew": { 441 | "last_paths": { 442 | "gencad": "", 443 | "idf": "", 444 | "netlist": "", 445 | "specctra_dsn": "", 446 | "step": "", 447 | "vrml": "" 448 | }, 449 | "page_layout_descr_file": "" 450 | }, 451 | "schematic": { 452 | "annotate_start_num": 0, 453 | "drawing": { 454 | "dashed_lines_dash_length_ratio": 12.0, 455 | "dashed_lines_gap_length_ratio": 3.0, 456 | "default_line_thickness": 6.0, 457 | "default_text_size": 50.0, 458 | "field_names": [], 459 | "intersheets_ref_own_page": false, 460 | "intersheets_ref_prefix": "", 461 | "intersheets_ref_short": false, 462 | "intersheets_ref_show": false, 463 | "intersheets_ref_suffix": "", 464 | "junction_size_choice": 3, 465 | "label_size_ratio": 0.375, 466 | "pin_symbol_size": 25.0, 467 | "text_offset_ratio": 0.15 468 | }, 469 | "legacy_lib_dir": "", 470 | "legacy_lib_list": [], 471 | "meta": { 472 | "version": 1 473 | }, 474 | "net_format_name": "", 475 | "page_layout_descr_file": "", 476 | "plot_directory": "", 477 | "spice_current_sheet_as_root": false, 478 | "spice_external_command": "spice \"%I\"", 479 | "spice_model_current_sheet_as_root": true, 480 | "spice_save_all_currents": false, 481 | "spice_save_all_voltages": false, 482 | "subpart_first_id": 65, 483 | "subpart_id_separator": 0 484 | }, 485 | "sheets": [ 486 | [ 487 | "d1a0f73f-5e37-4672-9103-91228ab85ed4", 488 | "" 489 | ] 490 | ], 491 | "text_variables": {} 492 | } 493 | -------------------------------------------------------------------------------- /Xiao_LCD_HAT/xiao_lcd_gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/Xiao_LCD_HAT/xiao_lcd_gerbers.zip -------------------------------------------------------------------------------- /Xiao_LCD_HAT/xiao_lcd_sch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/Xiao_LCD_HAT/xiao_lcd_sch.pdf -------------------------------------------------------------------------------- /Xiao_Sharp_LCD/XIAO_Sharp_LCD.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 0, 4 | "active_layer_preset": "", 5 | "auto_track_width": true, 6 | "hidden_netclasses": [], 7 | "hidden_nets": [], 8 | "high_contrast_mode": 0, 9 | "net_color_mode": 1, 10 | "opacity": { 11 | "images": 0.6, 12 | "pads": 1.0, 13 | "tracks": 1.0, 14 | "vias": 1.0, 15 | "zones": 0.6 16 | }, 17 | "selection_filter": { 18 | "dimensions": true, 19 | "footprints": true, 20 | "graphics": true, 21 | "keepouts": true, 22 | "lockedItems": false, 23 | "otherItems": true, 24 | "pads": true, 25 | "text": true, 26 | "tracks": true, 27 | "vias": true, 28 | "zones": true 29 | }, 30 | "visible_items": [ 31 | 0, 32 | 1, 33 | 2, 34 | 3, 35 | 4, 36 | 5, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 13, 42 | 15, 43 | 16, 44 | 17, 45 | 18, 46 | 19, 47 | 20, 48 | 21, 49 | 22, 50 | 23, 51 | 24, 52 | 25, 53 | 26, 54 | 27, 55 | 28, 56 | 29, 57 | 30, 58 | 32, 59 | 33, 60 | 34, 61 | 35, 62 | 36, 63 | 39, 64 | 40 65 | ], 66 | "visible_layers": "fffffff_ffffffff", 67 | "zone_display_mode": 0 68 | }, 69 | "meta": { 70 | "filename": "XIAO_Sharp_LCD.kicad_prl", 71 | "version": 3 72 | }, 73 | "project": { 74 | "files": [] 75 | } 76 | } 77 | -------------------------------------------------------------------------------- /Xiao_Sharp_LCD/XIAO_Sharp_LCD.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.09999999999999999, 7 | "copper_line_width": 0.19999999999999998, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": false, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.15, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 0.762, 38 | "height": 1.524, 39 | "width": 1.524 40 | }, 41 | "silk_line_width": 0.15, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 1.0, 44 | "silk_text_size_v": 1.0, 45 | "silk_text_thickness": 0.15, 46 | "silk_text_upright": false, 47 | "zones": { 48 | "min_clearance": 0.5 49 | } 50 | }, 51 | "diff_pair_dimensions": [ 52 | { 53 | "gap": 0.0, 54 | "via_gap": 0.0, 55 | "width": 0.0 56 | } 57 | ], 58 | "drc_exclusions": [], 59 | "meta": { 60 | "version": 2 61 | }, 62 | "rule_severities": { 63 | "annular_width": "error", 64 | "clearance": "error", 65 | "connection_width": "warning", 66 | "copper_edge_clearance": "error", 67 | "copper_sliver": "warning", 68 | "courtyards_overlap": "error", 69 | "diff_pair_gap_out_of_range": "error", 70 | "diff_pair_uncoupled_length_too_long": "error", 71 | "drill_out_of_range": "error", 72 | "duplicate_footprints": "warning", 73 | "extra_footprint": "warning", 74 | "footprint": "error", 75 | "footprint_type_mismatch": "ignore", 76 | "hole_clearance": "error", 77 | "hole_near_hole": "error", 78 | "invalid_outline": "error", 79 | "isolated_copper": "warning", 80 | "item_on_disabled_layer": "error", 81 | "items_not_allowed": "error", 82 | "length_out_of_range": "error", 83 | "lib_footprint_issues": "warning", 84 | "lib_footprint_mismatch": "warning", 85 | "malformed_courtyard": "error", 86 | "microvia_drill_out_of_range": "error", 87 | "missing_courtyard": "ignore", 88 | "missing_footprint": "warning", 89 | "net_conflict": "warning", 90 | "npth_inside_courtyard": "ignore", 91 | "padstack": "warning", 92 | "pth_inside_courtyard": "ignore", 93 | "shorting_items": "error", 94 | "silk_edge_clearance": "warning", 95 | "silk_over_copper": "warning", 96 | "silk_overlap": "warning", 97 | "skew_out_of_range": "error", 98 | "solder_mask_bridge": "error", 99 | "starved_thermal": "error", 100 | "text_height": "warning", 101 | "text_thickness": "warning", 102 | "through_hole_pad_without_hole": "error", 103 | "too_many_vias": "error", 104 | "track_dangling": "warning", 105 | "track_width": "error", 106 | "tracks_crossing": "error", 107 | "unconnected_items": "error", 108 | "unresolved_variable": "error", 109 | "via_dangling": "warning", 110 | "zones_intersect": "error" 111 | }, 112 | "rules": { 113 | "max_error": 0.005, 114 | "min_clearance": 0.0, 115 | "min_connection": 0.0, 116 | "min_copper_edge_clearance": 0.0, 117 | "min_hole_clearance": 0.25, 118 | "min_hole_to_hole": 0.25, 119 | "min_microvia_diameter": 0.19999999999999998, 120 | "min_microvia_drill": 0.09999999999999999, 121 | "min_resolved_spokes": 2, 122 | "min_silk_clearance": 0.0, 123 | "min_text_height": 0.7999999999999999, 124 | "min_text_thickness": 0.08, 125 | "min_through_hole_diameter": 0.3, 126 | "min_track_width": 0.0, 127 | "min_via_annular_width": 0.09999999999999999, 128 | "min_via_diameter": 0.5, 129 | "solder_mask_clearance": 0.0, 130 | "solder_mask_min_width": 0.0, 131 | "solder_mask_to_copper_clearance": 0.0, 132 | "use_height_for_length_calcs": true 133 | }, 134 | "teardrop_options": [ 135 | { 136 | "td_allow_use_two_tracks": true, 137 | "td_curve_segcount": 5, 138 | "td_on_pad_in_zone": false, 139 | "td_onpadsmd": true, 140 | "td_onroundshapesonly": false, 141 | "td_ontrackend": false, 142 | "td_onviapad": true 143 | } 144 | ], 145 | "teardrop_parameters": [ 146 | { 147 | "td_curve_segcount": 0, 148 | "td_height_ratio": 1.0, 149 | "td_length_ratio": 0.5, 150 | "td_maxheight": 2.0, 151 | "td_maxlen": 1.0, 152 | "td_target_name": "td_round_shape", 153 | "td_width_to_size_filter_ratio": 0.9 154 | }, 155 | { 156 | "td_curve_segcount": 0, 157 | "td_height_ratio": 1.0, 158 | "td_length_ratio": 0.5, 159 | "td_maxheight": 2.0, 160 | "td_maxlen": 1.0, 161 | "td_target_name": "td_rect_shape", 162 | "td_width_to_size_filter_ratio": 0.9 163 | }, 164 | { 165 | "td_curve_segcount": 0, 166 | "td_height_ratio": 1.0, 167 | "td_length_ratio": 0.5, 168 | "td_maxheight": 2.0, 169 | "td_maxlen": 1.0, 170 | "td_target_name": "td_track_end", 171 | "td_width_to_size_filter_ratio": 0.9 172 | } 173 | ], 174 | "track_widths": [ 175 | 0.0, 176 | 0.3, 177 | 0.5 178 | ], 179 | "via_dimensions": [ 180 | { 181 | "diameter": 0.0, 182 | "drill": 0.0 183 | } 184 | ], 185 | "zones_allow_external_fillets": false 186 | }, 187 | "layer_presets": [], 188 | "viewports": [] 189 | }, 190 | "boards": [], 191 | "cvpcb": { 192 | "equivalence_files": [] 193 | }, 194 | "erc": { 195 | "erc_exclusions": [], 196 | "meta": { 197 | "version": 0 198 | }, 199 | "pin_map": [ 200 | [ 201 | 0, 202 | 0, 203 | 0, 204 | 0, 205 | 0, 206 | 0, 207 | 1, 208 | 0, 209 | 0, 210 | 0, 211 | 0, 212 | 2 213 | ], 214 | [ 215 | 0, 216 | 2, 217 | 0, 218 | 1, 219 | 0, 220 | 0, 221 | 1, 222 | 0, 223 | 2, 224 | 2, 225 | 2, 226 | 2 227 | ], 228 | [ 229 | 0, 230 | 0, 231 | 0, 232 | 0, 233 | 0, 234 | 0, 235 | 1, 236 | 0, 237 | 1, 238 | 0, 239 | 1, 240 | 2 241 | ], 242 | [ 243 | 0, 244 | 1, 245 | 0, 246 | 0, 247 | 0, 248 | 0, 249 | 1, 250 | 1, 251 | 2, 252 | 1, 253 | 1, 254 | 2 255 | ], 256 | [ 257 | 0, 258 | 0, 259 | 0, 260 | 0, 261 | 0, 262 | 0, 263 | 1, 264 | 0, 265 | 0, 266 | 0, 267 | 0, 268 | 2 269 | ], 270 | [ 271 | 0, 272 | 0, 273 | 0, 274 | 0, 275 | 0, 276 | 0, 277 | 0, 278 | 0, 279 | 0, 280 | 0, 281 | 0, 282 | 2 283 | ], 284 | [ 285 | 1, 286 | 1, 287 | 1, 288 | 1, 289 | 1, 290 | 0, 291 | 1, 292 | 1, 293 | 1, 294 | 1, 295 | 1, 296 | 2 297 | ], 298 | [ 299 | 0, 300 | 0, 301 | 0, 302 | 1, 303 | 0, 304 | 0, 305 | 1, 306 | 0, 307 | 0, 308 | 0, 309 | 0, 310 | 2 311 | ], 312 | [ 313 | 0, 314 | 2, 315 | 1, 316 | 2, 317 | 0, 318 | 0, 319 | 1, 320 | 0, 321 | 2, 322 | 2, 323 | 2, 324 | 2 325 | ], 326 | [ 327 | 0, 328 | 2, 329 | 0, 330 | 1, 331 | 0, 332 | 0, 333 | 1, 334 | 0, 335 | 2, 336 | 0, 337 | 0, 338 | 2 339 | ], 340 | [ 341 | 0, 342 | 2, 343 | 1, 344 | 1, 345 | 0, 346 | 0, 347 | 1, 348 | 0, 349 | 2, 350 | 0, 351 | 0, 352 | 2 353 | ], 354 | [ 355 | 2, 356 | 2, 357 | 2, 358 | 2, 359 | 2, 360 | 2, 361 | 2, 362 | 2, 363 | 2, 364 | 2, 365 | 2, 366 | 2 367 | ] 368 | ], 369 | "rule_severities": { 370 | "bus_definition_conflict": "error", 371 | "bus_entry_needed": "error", 372 | "bus_to_bus_conflict": "error", 373 | "bus_to_net_conflict": "error", 374 | "conflicting_netclasses": "error", 375 | "different_unit_footprint": "error", 376 | "different_unit_net": "error", 377 | "duplicate_reference": "error", 378 | "duplicate_sheet_names": "error", 379 | "endpoint_off_grid": "warning", 380 | "extra_units": "error", 381 | "global_label_dangling": "warning", 382 | "hier_label_mismatch": "error", 383 | "label_dangling": "error", 384 | "lib_symbol_issues": "warning", 385 | "missing_bidi_pin": "warning", 386 | "missing_input_pin": "warning", 387 | "missing_power_pin": "error", 388 | "missing_unit": "warning", 389 | "multiple_net_names": "warning", 390 | "net_not_bus_member": "warning", 391 | "no_connect_connected": "warning", 392 | "no_connect_dangling": "warning", 393 | "pin_not_connected": "error", 394 | "pin_not_driven": "error", 395 | "pin_to_pin": "warning", 396 | "power_pin_not_driven": "error", 397 | "similar_labels": "warning", 398 | "simulation_model_issue": "error", 399 | "unannotated": "error", 400 | "unit_value_mismatch": "error", 401 | "unresolved_variable": "error", 402 | "wire_dangling": "error" 403 | } 404 | }, 405 | "libraries": { 406 | "pinned_footprint_libs": [], 407 | "pinned_symbol_libs": [] 408 | }, 409 | "meta": { 410 | "filename": "XIAO_LCD.kicad_pro", 411 | "version": 1 412 | }, 413 | "net_settings": { 414 | "classes": [ 415 | { 416 | "bus_width": 12, 417 | "clearance": 0.2, 418 | "diff_pair_gap": 0.25, 419 | "diff_pair_via_gap": 0.25, 420 | "diff_pair_width": 0.2, 421 | "line_style": 0, 422 | "microvia_diameter": 0.3, 423 | "microvia_drill": 0.1, 424 | "name": "Default", 425 | "pcb_color": "rgba(0, 0, 0, 0.000)", 426 | "schematic_color": "rgba(0, 0, 0, 0.000)", 427 | "track_width": 0.25, 428 | "via_diameter": 0.8, 429 | "via_drill": 0.4, 430 | "wire_width": 6 431 | } 432 | ], 433 | "meta": { 434 | "version": 3 435 | }, 436 | "net_colors": null, 437 | "netclass_assignments": null, 438 | "netclass_patterns": [] 439 | }, 440 | "pcbnew": { 441 | "last_paths": { 442 | "gencad": "", 443 | "idf": "", 444 | "netlist": "", 445 | "specctra_dsn": "", 446 | "step": "", 447 | "vrml": "" 448 | }, 449 | "page_layout_descr_file": "" 450 | }, 451 | "schematic": { 452 | "annotate_start_num": 0, 453 | "drawing": { 454 | "dashed_lines_dash_length_ratio": 12.0, 455 | "dashed_lines_gap_length_ratio": 3.0, 456 | "default_line_thickness": 6.0, 457 | "default_text_size": 50.0, 458 | "field_names": [], 459 | "intersheets_ref_own_page": false, 460 | "intersheets_ref_prefix": "", 461 | "intersheets_ref_short": false, 462 | "intersheets_ref_show": false, 463 | "intersheets_ref_suffix": "", 464 | "junction_size_choice": 3, 465 | "label_size_ratio": 0.375, 466 | "pin_symbol_size": 25.0, 467 | "text_offset_ratio": 0.15 468 | }, 469 | "legacy_lib_dir": "", 470 | "legacy_lib_list": [], 471 | "meta": { 472 | "version": 1 473 | }, 474 | "net_format_name": "", 475 | "page_layout_descr_file": "", 476 | "plot_directory": "", 477 | "spice_current_sheet_as_root": false, 478 | "spice_external_command": "spice \"%I\"", 479 | "spice_model_current_sheet_as_root": true, 480 | "spice_save_all_currents": false, 481 | "spice_save_all_voltages": false, 482 | "subpart_first_id": 65, 483 | "subpart_id_separator": 0 484 | }, 485 | "sheets": [ 486 | [ 487 | "d1a0f73f-5e37-4672-9103-91228ab85ed4", 488 | "" 489 | ] 490 | ], 491 | "text_variables": {} 492 | } 493 | -------------------------------------------------------------------------------- /Xiao_Sharp_LCD/Xiao_Sharp_LCD.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/Xiao_Sharp_LCD/Xiao_Sharp_LCD.zip -------------------------------------------------------------------------------- /Xiao_Sharp_LCD/Xiao_Sharp_LCD_sch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/Xiao_Sharp_LCD/Xiao_Sharp_LCD_sch.pdf -------------------------------------------------------------------------------- /ds3231_plus/DS3231_Plus_sch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/ds3231_plus/DS3231_Plus_sch.pdf -------------------------------------------------------------------------------- /ds3231_plus/README.md: -------------------------------------------------------------------------------- 1 | DS3231_PLUS
2 | ----------------------------------- 3 | Copyright (c) 2023 BitBank Software, Inc.
4 | bitbank@pobox.com
5 |
6 | A simple DS3231 RTC breakout board. It includes a 5 pin 0.1" header matched to the Raspberry Pi 40 pin header. The "++" refers to the added feature of having the IRQ pin broken out to a pin that was unused on similar breakouts. I also added a Qwiic I2C connector and backup battery cutoff switch. I wanted the switch because I've left these devices in a drawer before without proper shutdown and the battery will run down. By the time you're ready to use them, the battery is dead. 7 |
8 |
9 | ![DS3231_PLUS](/ds3231_plus/demo.jpg?raw=true "DS3231_PLUS") 10 |
11 | -------------------------------------------------------------------------------- /ds3231_plus/demo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/ds3231_plus/demo.jpg -------------------------------------------------------------------------------- /ds3231_plus/ds3231_gerbers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/ds3231_plus/ds3231_gerbers.zip -------------------------------------------------------------------------------- /ds3231_plus/ds3231_plus.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "board_outline_line_width": 0.09999999999999999, 7 | "copper_line_width": 0.19999999999999998, 8 | "copper_text_italic": false, 9 | "copper_text_size_h": 1.5, 10 | "copper_text_size_v": 1.5, 11 | "copper_text_thickness": 0.3, 12 | "copper_text_upright": false, 13 | "courtyard_line_width": 0.049999999999999996, 14 | "dimension_precision": 4, 15 | "dimension_units": 3, 16 | "dimensions": { 17 | "arrow_length": 1270000, 18 | "extension_offset": 500000, 19 | "keep_text_aligned": true, 20 | "suppress_zeroes": false, 21 | "text_position": 0, 22 | "units_format": 1 23 | }, 24 | "fab_line_width": 0.09999999999999999, 25 | "fab_text_italic": false, 26 | "fab_text_size_h": 1.0, 27 | "fab_text_size_v": 1.0, 28 | "fab_text_thickness": 0.15, 29 | "fab_text_upright": false, 30 | "other_line_width": 0.15, 31 | "other_text_italic": false, 32 | "other_text_size_h": 1.0, 33 | "other_text_size_v": 1.0, 34 | "other_text_thickness": 0.15, 35 | "other_text_upright": false, 36 | "pads": { 37 | "drill": 0.762, 38 | "height": 1.524, 39 | "width": 1.524 40 | }, 41 | "silk_line_width": 0.15, 42 | "silk_text_italic": false, 43 | "silk_text_size_h": 1.0, 44 | "silk_text_size_v": 1.0, 45 | "silk_text_thickness": 0.15, 46 | "silk_text_upright": false, 47 | "zones": { 48 | "45_degree_only": false, 49 | "min_clearance": 0.508 50 | } 51 | }, 52 | "diff_pair_dimensions": [ 53 | { 54 | "gap": 0.0, 55 | "via_gap": 0.0, 56 | "width": 0.0 57 | }, 58 | { 59 | "gap": 0.3, 60 | "via_gap": 0.5, 61 | "width": 0.3 62 | } 63 | ], 64 | "drc_exclusions": [], 65 | "meta": { 66 | "version": 2 67 | }, 68 | "rule_severities": { 69 | "annular_width": "error", 70 | "clearance": "error", 71 | "copper_edge_clearance": "error", 72 | "courtyards_overlap": "error", 73 | "diff_pair_gap_out_of_range": "error", 74 | "diff_pair_uncoupled_length_too_long": "error", 75 | "drill_out_of_range": "error", 76 | "duplicate_footprints": "warning", 77 | "extra_footprint": "warning", 78 | "footprint_type_mismatch": "error", 79 | "hole_clearance": "error", 80 | "hole_near_hole": "error", 81 | "invalid_outline": "error", 82 | "item_on_disabled_layer": "error", 83 | "items_not_allowed": "error", 84 | "length_out_of_range": "error", 85 | "malformed_courtyard": "error", 86 | "microvia_drill_out_of_range": "error", 87 | "missing_courtyard": "ignore", 88 | "missing_footprint": "warning", 89 | "net_conflict": "warning", 90 | "npth_inside_courtyard": "ignore", 91 | "padstack": "error", 92 | "pth_inside_courtyard": "ignore", 93 | "shorting_items": "error", 94 | "silk_over_copper": "warning", 95 | "silk_overlap": "warning", 96 | "skew_out_of_range": "error", 97 | "through_hole_pad_without_hole": "error", 98 | "too_many_vias": "error", 99 | "track_dangling": "warning", 100 | "track_width": "error", 101 | "tracks_crossing": "error", 102 | "unconnected_items": "error", 103 | "unresolved_variable": "error", 104 | "via_dangling": "warning", 105 | "zone_has_empty_net": "error", 106 | "zones_intersect": "error" 107 | }, 108 | "rules": { 109 | "allow_blind_buried_vias": false, 110 | "allow_microvias": false, 111 | "max_error": 0.005, 112 | "min_clearance": 0.0, 113 | "min_copper_edge_clearance": 0.0, 114 | "min_hole_clearance": 0.25, 115 | "min_hole_to_hole": 0.25, 116 | "min_microvia_diameter": 0.19999999999999998, 117 | "min_microvia_drill": 0.09999999999999999, 118 | "min_silk_clearance": 0.0, 119 | "min_through_hole_diameter": 0.3, 120 | "min_track_width": 0.19999999999999998, 121 | "min_via_annular_width": 0.049999999999999996, 122 | "min_via_diameter": 0.39999999999999997, 123 | "solder_mask_clearance": 0.0, 124 | "solder_mask_min_width": 0.0, 125 | "use_height_for_length_calcs": true 126 | }, 127 | "track_widths": [ 128 | 0.0, 129 | 0.3, 130 | 0.5 131 | ], 132 | "via_dimensions": [ 133 | { 134 | "diameter": 0.0, 135 | "drill": 0.0 136 | }, 137 | { 138 | "diameter": 0.7, 139 | "drill": 0.3 140 | } 141 | ], 142 | "zones_allow_external_fillets": false, 143 | "zones_use_no_outline": true 144 | }, 145 | "layer_presets": [], 146 | "viewports": [] 147 | }, 148 | "boards": [], 149 | "cvpcb": { 150 | "equivalence_files": [] 151 | }, 152 | "erc": { 153 | "erc_exclusions": [], 154 | "meta": { 155 | "version": 0 156 | }, 157 | "pin_map": [ 158 | [ 159 | 0, 160 | 0, 161 | 0, 162 | 0, 163 | 0, 164 | 0, 165 | 1, 166 | 0, 167 | 0, 168 | 0, 169 | 0, 170 | 2 171 | ], 172 | [ 173 | 0, 174 | 2, 175 | 0, 176 | 1, 177 | 0, 178 | 0, 179 | 1, 180 | 0, 181 | 2, 182 | 2, 183 | 2, 184 | 2 185 | ], 186 | [ 187 | 0, 188 | 0, 189 | 0, 190 | 0, 191 | 0, 192 | 0, 193 | 1, 194 | 0, 195 | 1, 196 | 0, 197 | 1, 198 | 2 199 | ], 200 | [ 201 | 0, 202 | 1, 203 | 0, 204 | 0, 205 | 0, 206 | 0, 207 | 1, 208 | 1, 209 | 2, 210 | 1, 211 | 1, 212 | 2 213 | ], 214 | [ 215 | 0, 216 | 0, 217 | 0, 218 | 0, 219 | 0, 220 | 0, 221 | 1, 222 | 0, 223 | 0, 224 | 0, 225 | 0, 226 | 2 227 | ], 228 | [ 229 | 0, 230 | 0, 231 | 0, 232 | 0, 233 | 0, 234 | 0, 235 | 0, 236 | 0, 237 | 0, 238 | 0, 239 | 0, 240 | 2 241 | ], 242 | [ 243 | 1, 244 | 1, 245 | 1, 246 | 1, 247 | 1, 248 | 0, 249 | 1, 250 | 1, 251 | 1, 252 | 1, 253 | 1, 254 | 2 255 | ], 256 | [ 257 | 0, 258 | 0, 259 | 0, 260 | 1, 261 | 0, 262 | 0, 263 | 1, 264 | 0, 265 | 0, 266 | 0, 267 | 0, 268 | 2 269 | ], 270 | [ 271 | 0, 272 | 2, 273 | 1, 274 | 2, 275 | 0, 276 | 0, 277 | 1, 278 | 0, 279 | 2, 280 | 2, 281 | 2, 282 | 2 283 | ], 284 | [ 285 | 0, 286 | 2, 287 | 0, 288 | 1, 289 | 0, 290 | 0, 291 | 1, 292 | 0, 293 | 2, 294 | 0, 295 | 0, 296 | 2 297 | ], 298 | [ 299 | 0, 300 | 2, 301 | 1, 302 | 1, 303 | 0, 304 | 0, 305 | 1, 306 | 0, 307 | 2, 308 | 0, 309 | 0, 310 | 2 311 | ], 312 | [ 313 | 2, 314 | 2, 315 | 2, 316 | 2, 317 | 2, 318 | 2, 319 | 2, 320 | 2, 321 | 2, 322 | 2, 323 | 2, 324 | 2 325 | ] 326 | ], 327 | "rule_severities": { 328 | "bus_definition_conflict": "error", 329 | "bus_entry_needed": "error", 330 | "bus_to_bus_conflict": "error", 331 | "bus_to_net_conflict": "error", 332 | "conflicting_netclasses": "error", 333 | "different_unit_footprint": "error", 334 | "different_unit_net": "error", 335 | "duplicate_reference": "error", 336 | "duplicate_sheet_names": "error", 337 | "endpoint_off_grid": "warning", 338 | "extra_units": "error", 339 | "global_label_dangling": "warning", 340 | "hier_label_mismatch": "error", 341 | "label_dangling": "error", 342 | "lib_symbol_issues": "warning", 343 | "missing_bidi_pin": "warning", 344 | "missing_input_pin": "warning", 345 | "missing_power_pin": "error", 346 | "missing_unit": "warning", 347 | "multiple_net_names": "warning", 348 | "net_not_bus_member": "warning", 349 | "no_connect_connected": "warning", 350 | "no_connect_dangling": "warning", 351 | "pin_not_connected": "error", 352 | "pin_not_driven": "error", 353 | "pin_to_pin": "warning", 354 | "power_pin_not_driven": "error", 355 | "similar_labels": "warning", 356 | "simulation_model_issue": "error", 357 | "unannotated": "error", 358 | "unit_value_mismatch": "error", 359 | "unresolved_variable": "error", 360 | "wire_dangling": "error" 361 | } 362 | }, 363 | "libraries": { 364 | "pinned_footprint_libs": [], 365 | "pinned_symbol_libs": [] 366 | }, 367 | "meta": { 368 | "filename": "ds3231_plus.kicad_pro", 369 | "version": 1 370 | }, 371 | "net_settings": { 372 | "classes": [ 373 | { 374 | "bus_width": 12, 375 | "clearance": 0.2, 376 | "diff_pair_gap": 0.25, 377 | "diff_pair_via_gap": 0.25, 378 | "diff_pair_width": 0.2, 379 | "line_style": 0, 380 | "microvia_diameter": 0.3, 381 | "microvia_drill": 0.1, 382 | "name": "Default", 383 | "pcb_color": "rgba(0, 0, 0, 0.000)", 384 | "schematic_color": "rgba(0, 0, 0, 0.000)", 385 | "track_width": 0.25, 386 | "via_diameter": 0.8, 387 | "via_drill": 0.4, 388 | "wire_width": 6 389 | } 390 | ], 391 | "meta": { 392 | "version": 3 393 | }, 394 | "net_colors": null, 395 | "netclass_assignments": null, 396 | "netclass_patterns": [] 397 | }, 398 | "pcbnew": { 399 | "last_paths": { 400 | "gencad": "", 401 | "idf": "", 402 | "netlist": "", 403 | "specctra_dsn": "", 404 | "step": "", 405 | "vrml": "" 406 | }, 407 | "page_layout_descr_file": "" 408 | }, 409 | "schematic": { 410 | "annotate_start_num": 0, 411 | "drawing": { 412 | "dashed_lines_dash_length_ratio": 12.0, 413 | "dashed_lines_gap_length_ratio": 3.0, 414 | "default_line_thickness": 6.0, 415 | "default_text_size": 50.0, 416 | "field_names": [], 417 | "intersheets_ref_own_page": false, 418 | "intersheets_ref_prefix": "", 419 | "intersheets_ref_short": false, 420 | "intersheets_ref_show": false, 421 | "intersheets_ref_suffix": "", 422 | "junction_size_choice": 3, 423 | "label_size_ratio": 0.375, 424 | "pin_symbol_size": 25.0, 425 | "text_offset_ratio": 0.15 426 | }, 427 | "legacy_lib_dir": "", 428 | "legacy_lib_list": [], 429 | "meta": { 430 | "version": 1 431 | }, 432 | "net_format_name": "", 433 | "ngspice": { 434 | "fix_include_paths": true, 435 | "fix_passive_vals": false, 436 | "meta": { 437 | "version": 0 438 | }, 439 | "model_mode": 0, 440 | "workbook_filename": "" 441 | }, 442 | "page_layout_descr_file": "", 443 | "plot_directory": "", 444 | "spice_adjust_passive_values": false, 445 | "spice_current_sheet_as_root": false, 446 | "spice_external_command": "spice \"%I\"", 447 | "spice_model_current_sheet_as_root": true, 448 | "spice_save_all_currents": false, 449 | "spice_save_all_voltages": false, 450 | "subpart_first_id": 65, 451 | "subpart_id_separator": 0 452 | }, 453 | "sheets": [ 454 | [ 455 | "e3aba261-7533-4b3a-9eab-b5cd3c808fd7", 456 | "" 457 | ] 458 | ], 459 | "text_variables": {} 460 | } 461 | -------------------------------------------------------------------------------- /images/Xiao_Sharp_LCD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/images/Xiao_Sharp_LCD.png -------------------------------------------------------------------------------- /images/ch32v003_breakout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/images/ch32v003_breakout.png -------------------------------------------------------------------------------- /images/ds3231.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/images/ds3231.png -------------------------------------------------------------------------------- /images/lcd_64x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/images/lcd_64x32.png -------------------------------------------------------------------------------- /images/lcd_hat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/images/lcd_hat.png -------------------------------------------------------------------------------- /images/rv3032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/images/rv3032.png -------------------------------------------------------------------------------- /images/sharp_feather_nano.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/images/sharp_feather_nano.png -------------------------------------------------------------------------------- /images/xiao_lcd_hat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitbank2/KiCad_Projects/fd5fcc313c8c2c044c9fa97c18c6ad1d6ec1fafb/images/xiao_lcd_hat.png --------------------------------------------------------------------------------