├── .gitignore ├── Documentos └── tk2000_manual_tecnico.pdf ├── EsquemaKiCad ├── Microdigital-TK2000_Rev1.pdf └── TK2000 │ ├── #aucbb9.tmp │ ├── TK2000-backups │ ├── TK2000-2023-11-25_012216.zip │ ├── TK2000-2024-06-07_132836.zip │ ├── TK2000-2024-08-28_003304.zip │ ├── TK2000-2024-08-30_142855.zip │ ├── TK2000-2024-08-30_143907.zip │ ├── TK2000-2024-08-30_144532.zip │ ├── TK2000-2024-08-30_145526.zip │ ├── TK2000-2024-08-30_172559.zip │ ├── TK2000-2024-09-01_161658.zip │ ├── TK2000-2024-09-01_162707.zip │ ├── TK2000-2024-09-01_202614.zip │ ├── TK2000-2024-09-01_203613.zip │ ├── TK2000-2024-09-01_204907.zip │ └── TK2000-2024-09-01_214747.zip │ ├── TK2000.bak │ ├── TK2000.kicad_pcb │ ├── TK2000.kicad_prl │ ├── TK2000.kicad_pro │ ├── TK2000.kicad_sch │ ├── TK2000.kicad_sch-bak │ ├── TK2000.kicad_sym │ ├── TK2000.net │ ├── TK2000.pretty │ ├── C_Disc_D4.3mm_W1.9mm_P5.00mm.kicad_mod │ ├── C_Polarized_P10.00mm.kicad_mod │ ├── C_Polarized_P18.00mm.kicad_mod │ ├── C_Polarized_P5.00mm.kicad_mod │ ├── Connector_AMP.kicad_mod │ ├── Connector_P5.kicad_mod │ ├── Crystal_HC52-U_Horizontal.kicad_mod │ ├── Diodo_9.38mm.kicad_mod │ ├── J2_Mono_Panel.kicad_mod │ ├── Jumper_Bridged.kicad_mod │ ├── Jumper_Open.kicad_mod │ ├── Microdigital2.kicad_mod │ ├── MountingHole_2.7mm.kicad_mod │ ├── MountingHole_2.7mm_Pad.kicad_mod │ ├── MountingHole_3.5mm_Pad.kicad_mod │ ├── PinHeader_2x08_P2.54mm_Horizontal.kicad_mod │ ├── PinSocket_2x25_P2.54mm_Horizontal.kicad_mod │ ├── RCA_AV-8,4-5A.kicad_mod │ ├── Resistor_P11.43mm_Horizontal.kicad_mod │ ├── Resistor_P12.7mm_Horizontal.kicad_mod │ ├── Resistor_P5.08mm_Vertical.kicad_mod │ ├── Resistor_P9.8mm_Horizontal.kicad_mod │ ├── TO-92_Wide.kicad_mod │ ├── TO-92_Wide_Invert.kicad_mod │ ├── clemar.kicad_mod │ └── microdigital.kicad_mod │ ├── TK2000_report.txt │ ├── bom │ └── Microdigital-TK2000_Rev1.html │ ├── extras.kicad_sch │ ├── extras.kicad_sch-bak │ ├── fp-info-cache │ ├── fp-lib-table │ ├── production │ ├── Microdigital-TK2000_Rev1.zip │ ├── backups │ │ └── Microdigital_-_TK_2000_1_2024-09-01_20-38-12.zip │ ├── bom.csv │ ├── designators.csv │ ├── netlist.ipc │ └── positions.csv │ └── sym-lib-table ├── EsquemaOriginal ├── esquema-tk2000.pdf └── tk2000.jpg ├── Fotos ├── -brd.svg ├── Corrigido │ ├── tk2000_b.jpg │ ├── tk2000_pre_b.png │ ├── tk2000_pre_b2.png │ ├── tk2000_pre_f.jpg │ ├── tk2000_pre_f.png │ ├── tk2000_pre_f2.jpg │ └── tk2000_pre_f3.jpg ├── Original │ ├── 117225193_1675733515915561_8471204110769268114_n.jpg │ ├── 6.jpg │ ├── 9.jpg │ ├── Multitech_MPF-II_02.jpg │ ├── Projetos_TK2000_clareamento(10).jpg │ ├── Projetos_TK2000_clareamento(9).jpg │ ├── Projetos_TK2000_saida_som(10).jpg │ ├── Projetos_TK2000_saida_som(3).jpg │ ├── fotospcbtk20002 │ │ ├── 20221020_183214.jpg │ │ ├── 20221020_183236.jpg │ │ ├── 20221020_185719.jpg │ │ ├── 20221020_185743.jpg │ │ ├── 20221020_185814.jpg │ │ ├── 20221020_185822.jpg │ │ ├── 20221020_185852.jpg │ │ ├── 20221020_185859.jpg │ │ ├── 20221020_185907.jpg │ │ └── 20221020_185922.jpg │ ├── som no tk2000.jpg │ ├── tk-2000 (5).jpg │ └── tk2000-1.jpg └── ground_plane.svg ├── Imagens ├── TK2000_b.png ├── TK2000_b_comparacao.PNG ├── TK2000_f.png ├── TK2000_f_comparacao.PNG ├── tk2000.png └── tk2000_roteamento.png ├── Interface de Drive ├── DISKII-1.BIN ├── DISKII-1.csv ├── DISKII-2.BIN ├── DISKII-2.csv ├── Esquema KiCad │ └── TK2000_InterfaceDeDrive │ │ ├── TK2000_InterfaceDeDrive-backups │ │ └── TK2000_InterfaceDeDrive-2022-12-14_064740.zip │ │ ├── TK2000_InterfaceDeDrive.bak │ │ ├── TK2000_InterfaceDeDrive.kicad_pcb │ │ ├── TK2000_InterfaceDeDrive.kicad_prl │ │ ├── TK2000_InterfaceDeDrive.kicad_pro │ │ ├── TK2000_InterfaceDeDrive.kicad_sch │ │ ├── TK2000_InterfaceDeDrive.kicad_sym │ │ ├── TK2000_InterfaceDeDrive.pretty │ │ ├── C_Polarized_P5.00mm.kicad_mod │ │ ├── Conector Edge.kicad_mod │ │ ├── PinSocket_2x10_P2.54mm_Vertical.kicad_mod │ │ ├── R_Axial_DIN0204_L3.6mm_D1.6mm_P4mm_Vertical.kicad_mod │ │ └── TO-92_Wide.kicad_mod │ │ ├── fp-info-cache │ │ ├── fp-lib-table │ │ └── sym-lib-table ├── Esquema Original │ ├── tk2000-interfacedrive.pdf │ └── tk2000_dsk_esquema.JPG ├── Fotos │ ├── cartucho_interface.jpg │ ├── componentes_interface_drive_tk2000.txt │ ├── placa_drive_lc_cheia.jpg │ ├── placa_drive_lc_vazia.jpg │ ├── placa_drive_ls_cheia.jpg │ └── placa_drive_ls_vazia.jpg ├── Prom │ ├── Apple Disk II 13 Sector Interface Card ROM P5 - 341-0009.bin │ ├── Apple Disk II 13 Sector Interface Card ROM P6 - 341-0010.bin │ ├── Apple Disk II 16 Sector Interface Card ROM P5 - 341-0027.bin │ ├── Apple Disk II 16 Sector Interface Card ROM P6 - 341-0028.bin │ └── diskii.zip └── PromToGalTest │ ├── .vs │ └── PromToGalTest │ │ └── v16 │ │ └── .suo │ ├── App.config │ ├── Program.cs │ ├── PromToGalTest.csproj │ ├── PromToGalTest.sln │ ├── Properties │ └── AssemblyInfo.cs │ ├── bin │ └── Debug │ │ ├── PromToGalTest.exe │ │ ├── PromToGalTest.exe.config │ │ └── PromToGalTest.pdb │ └── obj │ ├── Debug │ ├── .NETFramework,Version=v4.8.AssemblyAttributes.cs │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── PromToGalTest.csproj.AssemblyReference.cache │ ├── PromToGalTest.csproj.CoreCompileInputs.cache │ ├── PromToGalTest.csproj.FileListAbsolute.txt │ ├── PromToGalTest.exe │ └── PromToGalTest.pdb │ └── Release │ ├── .NETFramework,Version=v4.8.AssemblyAttributes.cs │ └── PromToGalTest.csproj.AssemblyReference.cache ├── PAL └── TK2000_PAL.zip ├── README.md └── Sprint-Layout ├── TK2000.lay6 ├── TK2000.lay6.bak ├── TK2000_copper_bottom.gbr └── TK2000_copper_top.gbr /.gitignore: -------------------------------------------------------------------------------- 1 | ################################################################################ 2 | # This .gitignore file was automatically created by Microsoft(R) Visual Studio. 3 | ################################################################################ 4 | 5 | /.vs 6 | -------------------------------------------------------------------------------- /Documentos/tk2000_manual_tecnico.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Documentos/tk2000_manual_tecnico.pdf -------------------------------------------------------------------------------- /EsquemaKiCad/Microdigital-TK2000_Rev1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/Microdigital-TK2000_Rev1.pdf -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/#aucbb9.tmp: -------------------------------------------------------------------------------- 1 | C:\Users\cfolly\DropboxPessoal\Dropbox\TK 2000\EsquemaKiCad\TK2000\_autosave-TK2000.kicad_sch 2 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2023-11-25_012216.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2023-11-25_012216.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-06-07_132836.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-06-07_132836.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-08-28_003304.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-08-28_003304.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-08-30_142855.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-08-30_142855.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-08-30_143907.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-08-30_143907.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-08-30_144532.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-08-30_144532.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-08-30_145526.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-08-30_145526.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-08-30_172559.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-08-30_172559.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-09-01_161658.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-09-01_161658.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-09-01_162707.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-09-01_162707.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-09-01_202614.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-09-01_202614.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-09-01_203613.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-09-01_203613.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-09-01_204907.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-09-01_204907.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-09-01_214747.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/TK2000-backups/TK2000-2024-09-01_214747.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 0, 4 | "active_layer_preset": "All Layers", 5 | "auto_track_width": false, 6 | "hidden_netclasses": [], 7 | "hidden_nets": [ 8 | "Net-(U12-Pad3)" 9 | ], 10 | "high_contrast_mode": 0, 11 | "net_color_mode": 1, 12 | "opacity": { 13 | "images": 0.6, 14 | "pads": 1.0, 15 | "tracks": 1.0, 16 | "vias": 1.0, 17 | "zones": 0.6 18 | }, 19 | "ratsnest_display_mode": 0, 20 | "selection_filter": { 21 | "dimensions": true, 22 | "footprints": true, 23 | "graphics": true, 24 | "keepouts": true, 25 | "lockedItems": true, 26 | "otherItems": true, 27 | "pads": true, 28 | "text": true, 29 | "tracks": true, 30 | "vias": true, 31 | "zones": true 32 | }, 33 | "visible_items": [ 34 | 0, 35 | 1, 36 | 2, 37 | 3, 38 | 4, 39 | 5, 40 | 8, 41 | 9, 42 | 10, 43 | 11, 44 | 12, 45 | 13, 46 | 15, 47 | 16, 48 | 17, 49 | 18, 50 | 19, 51 | 20, 52 | 21, 53 | 22, 54 | 23, 55 | 24, 56 | 25, 57 | 26, 58 | 27, 59 | 28, 60 | 29, 61 | 30, 62 | 32, 63 | 33, 64 | 34, 65 | 35, 66 | 36, 67 | 39, 68 | 40 69 | ], 70 | "visible_layers": "fffffff_ffffffff", 71 | "zone_display_mode": 0 72 | }, 73 | "meta": { 74 | "filename": "TK2000.kicad_prl", 75 | "version": 3 76 | }, 77 | "project": { 78 | "files": [] 79 | } 80 | } 81 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.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.7, 38 | "height": 1.6, 39 | "width": 1.6 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.19999999999999998 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 | "connection_width": "warning", 67 | "copper_edge_clearance": "error", 68 | "copper_sliver": "warning", 69 | "courtyards_overlap": "error", 70 | "diff_pair_gap_out_of_range": "error", 71 | "diff_pair_uncoupled_length_too_long": "error", 72 | "drill_out_of_range": "error", 73 | "duplicate_footprints": "warning", 74 | "extra_footprint": "warning", 75 | "footprint": "error", 76 | "footprint_type_mismatch": "error", 77 | "hole_clearance": "error", 78 | "hole_near_hole": "error", 79 | "invalid_outline": "error", 80 | "isolated_copper": "warning", 81 | "item_on_disabled_layer": "error", 82 | "items_not_allowed": "error", 83 | "length_out_of_range": "error", 84 | "lib_footprint_issues": "warning", 85 | "lib_footprint_mismatch": "warning", 86 | "malformed_courtyard": "error", 87 | "microvia_drill_out_of_range": "error", 88 | "missing_courtyard": "ignore", 89 | "missing_footprint": "warning", 90 | "net_conflict": "warning", 91 | "npth_inside_courtyard": "ignore", 92 | "padstack": "error", 93 | "pth_inside_courtyard": "ignore", 94 | "shorting_items": "error", 95 | "silk_edge_clearance": "warning", 96 | "silk_over_copper": "warning", 97 | "silk_overlap": "warning", 98 | "skew_out_of_range": "error", 99 | "solder_mask_bridge": "error", 100 | "starved_thermal": "error", 101 | "text_height": "warning", 102 | "text_thickness": "warning", 103 | "through_hole_pad_without_hole": "error", 104 | "too_many_vias": "error", 105 | "track_dangling": "warning", 106 | "track_width": "error", 107 | "tracks_crossing": "error", 108 | "unconnected_items": "error", 109 | "unresolved_variable": "error", 110 | "via_dangling": "warning", 111 | "zones_intersect": "error" 112 | }, 113 | "rules": { 114 | "allow_blind_buried_vias": false, 115 | "allow_microvias": false, 116 | "max_error": 0.005, 117 | "min_clearance": 0.0, 118 | "min_connection": 0.0, 119 | "min_copper_edge_clearance": 0.0, 120 | "min_hole_clearance": 0.25, 121 | "min_hole_to_hole": 0.25, 122 | "min_microvia_diameter": 0.19999999999999998, 123 | "min_microvia_drill": 0.09999999999999999, 124 | "min_resolved_spokes": 2, 125 | "min_silk_clearance": 0.0, 126 | "min_text_height": 0.7999999999999999, 127 | "min_text_thickness": 0.08, 128 | "min_through_hole_diameter": 0.3, 129 | "min_track_width": 0.19999999999999998, 130 | "min_via_annular_width": 0.049999999999999996, 131 | "min_via_diameter": 0.39999999999999997, 132 | "solder_mask_clearance": 0.0, 133 | "solder_mask_min_width": 0.0, 134 | "solder_mask_to_copper_clearance": 0.005, 135 | "use_height_for_length_calcs": true 136 | }, 137 | "teardrop_options": [ 138 | { 139 | "td_allow_use_two_tracks": true, 140 | "td_curve_segcount": 5, 141 | "td_on_pad_in_zone": false, 142 | "td_onpadsmd": true, 143 | "td_onroundshapesonly": false, 144 | "td_ontrackend": false, 145 | "td_onviapad": true 146 | } 147 | ], 148 | "teardrop_parameters": [ 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_round_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_rect_shape", 165 | "td_width_to_size_filter_ratio": 0.9 166 | }, 167 | { 168 | "td_curve_segcount": 0, 169 | "td_height_ratio": 1.0, 170 | "td_length_ratio": 0.5, 171 | "td_maxheight": 2.0, 172 | "td_maxlen": 1.0, 173 | "td_target_name": "td_track_end", 174 | "td_width_to_size_filter_ratio": 0.9 175 | } 176 | ], 177 | "track_widths": [ 178 | 0.0, 179 | 0.3, 180 | 1.2 181 | ], 182 | "via_dimensions": [ 183 | { 184 | "diameter": 0.0, 185 | "drill": 0.0 186 | }, 187 | { 188 | "diameter": 1.3, 189 | "drill": 0.6 190 | }, 191 | { 192 | "diameter": 1.8, 193 | "drill": 0.6 194 | } 195 | ], 196 | "zones_allow_external_fillets": false, 197 | "zones_use_no_outline": true 198 | }, 199 | "layer_presets": [], 200 | "viewports": [] 201 | }, 202 | "boards": [], 203 | "cvpcb": { 204 | "equivalence_files": [] 205 | }, 206 | "erc": { 207 | "erc_exclusions": [], 208 | "meta": { 209 | "version": 0 210 | }, 211 | "pin_map": [ 212 | [ 213 | 0, 214 | 0, 215 | 0, 216 | 0, 217 | 0, 218 | 0, 219 | 1, 220 | 0, 221 | 0, 222 | 0, 223 | 0, 224 | 2 225 | ], 226 | [ 227 | 0, 228 | 2, 229 | 0, 230 | 1, 231 | 0, 232 | 0, 233 | 1, 234 | 0, 235 | 2, 236 | 2, 237 | 2, 238 | 2 239 | ], 240 | [ 241 | 0, 242 | 0, 243 | 0, 244 | 0, 245 | 0, 246 | 0, 247 | 1, 248 | 0, 249 | 1, 250 | 0, 251 | 1, 252 | 2 253 | ], 254 | [ 255 | 0, 256 | 1, 257 | 0, 258 | 0, 259 | 0, 260 | 0, 261 | 1, 262 | 1, 263 | 2, 264 | 1, 265 | 1, 266 | 2 267 | ], 268 | [ 269 | 0, 270 | 0, 271 | 0, 272 | 0, 273 | 0, 274 | 0, 275 | 1, 276 | 0, 277 | 0, 278 | 0, 279 | 0, 280 | 2 281 | ], 282 | [ 283 | 0, 284 | 0, 285 | 0, 286 | 0, 287 | 0, 288 | 0, 289 | 0, 290 | 0, 291 | 0, 292 | 0, 293 | 0, 294 | 2 295 | ], 296 | [ 297 | 1, 298 | 1, 299 | 1, 300 | 1, 301 | 1, 302 | 0, 303 | 1, 304 | 1, 305 | 1, 306 | 1, 307 | 1, 308 | 2 309 | ], 310 | [ 311 | 0, 312 | 0, 313 | 0, 314 | 1, 315 | 0, 316 | 0, 317 | 1, 318 | 0, 319 | 0, 320 | 0, 321 | 0, 322 | 2 323 | ], 324 | [ 325 | 0, 326 | 2, 327 | 1, 328 | 2, 329 | 0, 330 | 0, 331 | 1, 332 | 0, 333 | 2, 334 | 2, 335 | 2, 336 | 2 337 | ], 338 | [ 339 | 0, 340 | 2, 341 | 0, 342 | 1, 343 | 0, 344 | 0, 345 | 1, 346 | 0, 347 | 2, 348 | 0, 349 | 0, 350 | 2 351 | ], 352 | [ 353 | 0, 354 | 2, 355 | 1, 356 | 1, 357 | 0, 358 | 0, 359 | 1, 360 | 0, 361 | 2, 362 | 0, 363 | 0, 364 | 2 365 | ], 366 | [ 367 | 2, 368 | 2, 369 | 2, 370 | 2, 371 | 2, 372 | 2, 373 | 2, 374 | 2, 375 | 2, 376 | 2, 377 | 2, 378 | 2 379 | ] 380 | ], 381 | "rule_severities": { 382 | "bus_definition_conflict": "error", 383 | "bus_entry_needed": "error", 384 | "bus_to_bus_conflict": "error", 385 | "bus_to_net_conflict": "error", 386 | "conflicting_netclasses": "error", 387 | "different_unit_footprint": "error", 388 | "different_unit_net": "error", 389 | "duplicate_reference": "error", 390 | "duplicate_sheet_names": "error", 391 | "endpoint_off_grid": "warning", 392 | "extra_units": "error", 393 | "global_label_dangling": "warning", 394 | "hier_label_mismatch": "error", 395 | "label_dangling": "error", 396 | "lib_symbol_issues": "warning", 397 | "missing_bidi_pin": "warning", 398 | "missing_input_pin": "warning", 399 | "missing_power_pin": "error", 400 | "missing_unit": "warning", 401 | "multiple_net_names": "warning", 402 | "net_not_bus_member": "warning", 403 | "no_connect_connected": "warning", 404 | "no_connect_dangling": "warning", 405 | "pin_not_connected": "error", 406 | "pin_not_driven": "error", 407 | "pin_to_pin": "warning", 408 | "power_pin_not_driven": "error", 409 | "similar_labels": "warning", 410 | "simulation_model_issue": "ignore", 411 | "unannotated": "error", 412 | "unit_value_mismatch": "error", 413 | "unresolved_variable": "error", 414 | "wire_dangling": "error" 415 | } 416 | }, 417 | "libraries": { 418 | "pinned_footprint_libs": [ 419 | "TK2000" 420 | ], 421 | "pinned_symbol_libs": [ 422 | "TK2000" 423 | ] 424 | }, 425 | "meta": { 426 | "filename": "TK2000.kicad_pro", 427 | "version": 1 428 | }, 429 | "net_settings": { 430 | "classes": [ 431 | { 432 | "bus_width": 12, 433 | "clearance": 0.2, 434 | "diff_pair_gap": 0.25, 435 | "diff_pair_via_gap": 0.25, 436 | "diff_pair_width": 0.2, 437 | "line_style": 0, 438 | "microvia_diameter": 0.3, 439 | "microvia_drill": 0.1, 440 | "name": "Default", 441 | "pcb_color": "rgba(0, 0, 0, 0.000)", 442 | "schematic_color": "rgba(0, 0, 0, 0.000)", 443 | "track_width": 0.25, 444 | "via_diameter": 0.8, 445 | "via_drill": 0.4, 446 | "wire_width": 6 447 | } 448 | ], 449 | "meta": { 450 | "version": 3 451 | }, 452 | "net_colors": null, 453 | "netclass_assignments": null, 454 | "netclass_patterns": [] 455 | }, 456 | "pcbnew": { 457 | "last_paths": { 458 | "gencad": "", 459 | "idf": "", 460 | "netlist": "", 461 | "specctra_dsn": "", 462 | "step": "", 463 | "vrml": "" 464 | }, 465 | "page_layout_descr_file": "" 466 | }, 467 | "schematic": { 468 | "annotate_start_num": 0, 469 | "drawing": { 470 | "dashed_lines_dash_length_ratio": 12.0, 471 | "dashed_lines_gap_length_ratio": 3.0, 472 | "default_line_thickness": 6.0, 473 | "default_text_size": 50.0, 474 | "field_names": [], 475 | "intersheets_ref_own_page": false, 476 | "intersheets_ref_prefix": "", 477 | "intersheets_ref_short": false, 478 | "intersheets_ref_show": false, 479 | "intersheets_ref_suffix": "", 480 | "junction_size_choice": 3, 481 | "label_size_ratio": 0.375, 482 | "pin_symbol_size": 25.0, 483 | "text_offset_ratio": 0.15 484 | }, 485 | "legacy_lib_dir": "", 486 | "legacy_lib_list": [], 487 | "meta": { 488 | "version": 1 489 | }, 490 | "net_format_name": "", 491 | "ngspice": { 492 | "fix_include_paths": true, 493 | "fix_passive_vals": false, 494 | "meta": { 495 | "version": 0 496 | }, 497 | "model_mode": 0, 498 | "workbook_filename": "" 499 | }, 500 | "page_layout_descr_file": "", 501 | "plot_directory": "../", 502 | "spice_adjust_passive_values": false, 503 | "spice_current_sheet_as_root": false, 504 | "spice_external_command": "spice \"%I\"", 505 | "spice_model_current_sheet_as_root": true, 506 | "spice_save_all_currents": false, 507 | "spice_save_all_voltages": false, 508 | "subpart_first_id": 65, 509 | "subpart_id_separator": 0 510 | }, 511 | "sheets": [ 512 | [ 513 | "2e8f4964-9f4c-4fc3-a2fc-3256e9a3d1ff", 514 | "" 515 | ], 516 | [ 517 | "165c4efd-d402-4c8a-bd2a-e9abc96bda81", 518 | "Extras" 519 | ] 520 | ], 521 | "text_variables": {} 522 | } 523 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/C_Disc_D4.3mm_W1.9mm_P5.00mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "C_Disc_D4.3mm_W1.9mm_P5.00mm" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5AE50EF0) 4 | (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") 5 | (tags "C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 2.794 -1.778) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 772ad199-eaf7-43d2-be37-101e3f089218) 10 | ) 11 | (fp_text value "C_Disc_D4.3mm_W1.9mm_P5.00mm" (at 2.794 1.778) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 463ddb8d-057b-43cb-a463-85ed1f7b9308) 14 | ) 15 | (fp_line (start 2.794 -0.635) (end 2.794 0.635) (layer "F.SilkS") (width 0.36) (tstamp 1102aca9-0a3d-4480-8aad-299dd5dbd19e)) 16 | (fp_line (start 2.794 0) (end 4.0132 0) (layer "F.SilkS") (width 0.12) (tstamp 832aa92a-3ffa-4101-82dd-798502e151f0)) 17 | (fp_line (start 1.016 0) (end 2.2352 0) (layer "F.SilkS") (width 0.12) (tstamp f38acfd0-cac6-4038-af8f-82437f80f5df)) 18 | (fp_line (start 2.2352 -0.635) (end 2.2352 0.635) (layer "F.SilkS") (width 0.36) (tstamp fcafc8f1-57ab-4aa3-9a2c-6925ac517247)) 19 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp f42f4e37-8cbe-415b-b097-df6334f704cf)) 20 | (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 78d1b917-2809-4f68-9eb6-3382d6479211)) 21 | (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D4.3mm_W1.9mm_P5.00mm.wrl" 22 | (offset (xyz 0 0 0)) 23 | (scale (xyz 1 1 1)) 24 | (rotate (xyz 0 0 0)) 25 | ) 26 | ) 27 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/C_Polarized_P10.00mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "C_Polarized_P10.00mm" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5AE50EF0) 4 | (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") 5 | (tags "C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 5.334 -1.778) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 772ad199-eaf7-43d2-be37-101e3f089218) 10 | ) 11 | (fp_text value "C_Polarized_P10.00mm" (at 2.794 1.778) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 463ddb8d-057b-43cb-a463-85ed1f7b9308) 14 | ) 15 | (fp_line (start -0.9398 -1.3462) (end -0.0762 -1.3462) (layer "F.SilkS") (width 0.12) (tstamp 047d929a-9c02-4f70-a2fb-f73c2a4fe933)) 16 | (fp_line (start 4.3688 -0.762) (end 4.826 -0.762) (layer "F.SilkS") (width 0.12) (tstamp 23a9fa8b-45c7-4959-ab8d-980f3783660f)) 17 | (fp_line (start 4.3688 -0.762) (end 4.3688 0.762) (layer "F.SilkS") (width 0.12) (tstamp 6ac4c5fd-af84-41ee-a619-8f5304baf2a3)) 18 | (fp_line (start -0.508 -0.9144) (end -0.508 -1.778) (layer "F.SilkS") (width 0.12) (tstamp 7cfc7934-b916-488a-ad4c-05ac1b8f8476)) 19 | (fp_line (start 5.588 0) (end 8.636 0) (layer "F.SilkS") (width 0.12) (tstamp 832aa92a-3ffa-4101-82dd-798502e151f0)) 20 | (fp_line (start 4.3688 0.762) (end 4.826 0.762) (layer "F.SilkS") (width 0.12) (tstamp dee5c400-0028-411f-834a-81877e658ec0)) 21 | (fp_line (start 1.27 0) (end 4.3688 0) (layer "F.SilkS") (width 0.12) (tstamp f38acfd0-cac6-4038-af8f-82437f80f5df)) 22 | (fp_line (start 4.826 -0.762) (end 4.826 0.762) (layer "F.SilkS") (width 0.12) (tstamp fcafc8f1-57ab-4aa3-9a2c-6925ac517247)) 23 | (fp_rect (start 5.334 -0.762) (end 5.7912 0.762) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp 84573034-c920-4b54-b617-74ba7d311bdd)) 24 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp f42f4e37-8cbe-415b-b097-df6334f704cf)) 25 | (pad "2" thru_hole circle (at 10 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 78d1b917-2809-4f68-9eb6-3382d6479211)) 26 | (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D4.3mm_W1.9mm_P5.00mm.wrl" 27 | (offset (xyz 0 0 0)) 28 | (scale (xyz 1 1 1)) 29 | (rotate (xyz 0 0 0)) 30 | ) 31 | ) 32 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/C_Polarized_P18.00mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "C_Polarized_P18.00mm" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5AE50EF0) 4 | (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") 5 | (tags "C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 9.144 -1.524) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 772ad199-eaf7-43d2-be37-101e3f089218) 10 | ) 11 | (fp_text value "C_Polarized_P18.00mm" (at 9.144 1.778) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 463ddb8d-057b-43cb-a463-85ed1f7b9308) 14 | ) 15 | (fp_line (start -0.9398 -1.3462) (end -0.0762 -1.3462) (layer "F.SilkS") (width 0.12) (tstamp 047d929a-9c02-4f70-a2fb-f73c2a4fe933)) 16 | (fp_line (start 8.2296 -0.762) (end 8.6868 -0.762) (layer "F.SilkS") (width 0.12) (tstamp 23a9fa8b-45c7-4959-ab8d-980f3783660f)) 17 | (fp_line (start 8.2296 -0.762) (end 8.2296 0.762) (layer "F.SilkS") (width 0.12) (tstamp 6ac4c5fd-af84-41ee-a619-8f5304baf2a3)) 18 | (fp_line (start -0.508 -0.9144) (end -0.508 -1.778) (layer "F.SilkS") (width 0.12) (tstamp 7cfc7934-b916-488a-ad4c-05ac1b8f8476)) 19 | (fp_line (start 9.4488 0) (end 16.764 0) (layer "F.SilkS") (width 0.12) (tstamp 832aa92a-3ffa-4101-82dd-798502e151f0)) 20 | (fp_line (start 8.2296 0.762) (end 8.6868 0.762) (layer "F.SilkS") (width 0.12) (tstamp dee5c400-0028-411f-834a-81877e658ec0)) 21 | (fp_line (start 1.27 0) (end 8.2296 0) (layer "F.SilkS") (width 0.12) (tstamp f38acfd0-cac6-4038-af8f-82437f80f5df)) 22 | (fp_line (start 8.6868 -0.762) (end 8.6868 0.762) (layer "F.SilkS") (width 0.12) (tstamp fcafc8f1-57ab-4aa3-9a2c-6925ac517247)) 23 | (fp_rect (start 9.1948 -0.762) (end 9.652 0.762) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp 84573034-c920-4b54-b617-74ba7d311bdd)) 24 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp f42f4e37-8cbe-415b-b097-df6334f704cf)) 25 | (pad "2" thru_hole circle (at 18 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 78d1b917-2809-4f68-9eb6-3382d6479211)) 26 | (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D4.3mm_W1.9mm_P5.00mm.wrl" 27 | (offset (xyz 0 0 0)) 28 | (scale (xyz 1 1 1)) 29 | (rotate (xyz 0 0 0)) 30 | ) 31 | ) 32 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/C_Polarized_P5.00mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "C_Polarized_P5.00mm" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5AE50EF0) 4 | (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") 5 | (tags "C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 2.794 -1.778) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 772ad199-eaf7-43d2-be37-101e3f089218) 10 | ) 11 | (fp_text value "C_Polarized_P5.00mm" (at 2.794 1.778) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 463ddb8d-057b-43cb-a463-85ed1f7b9308) 14 | ) 15 | (fp_line (start -0.9398 -1.3462) (end -0.0762 -1.3462) (layer "F.SilkS") (width 0.12) (tstamp 047d929a-9c02-4f70-a2fb-f73c2a4fe933)) 16 | (fp_line (start 1.8288 -0.762) (end 2.286 -0.762) (layer "F.SilkS") (width 0.12) (tstamp 23a9fa8b-45c7-4959-ab8d-980f3783660f)) 17 | (fp_line (start 1.8288 -0.762) (end 1.8288 0.762) (layer "F.SilkS") (width 0.12) (tstamp 6ac4c5fd-af84-41ee-a619-8f5304baf2a3)) 18 | (fp_line (start -0.508 -0.9144) (end -0.508 -1.778) (layer "F.SilkS") (width 0.12) (tstamp 7cfc7934-b916-488a-ad4c-05ac1b8f8476)) 19 | (fp_line (start 3.048 0) (end 4.0132 0) (layer "F.SilkS") (width 0.12) (tstamp 832aa92a-3ffa-4101-82dd-798502e151f0)) 20 | (fp_line (start 1.8288 0.762) (end 2.286 0.762) (layer "F.SilkS") (width 0.12) (tstamp dee5c400-0028-411f-834a-81877e658ec0)) 21 | (fp_line (start 1.016 0) (end 1.8288 0) (layer "F.SilkS") (width 0.12) (tstamp f38acfd0-cac6-4038-af8f-82437f80f5df)) 22 | (fp_line (start 2.286 -0.762) (end 2.286 0.762) (layer "F.SilkS") (width 0.12) (tstamp fcafc8f1-57ab-4aa3-9a2c-6925ac517247)) 23 | (fp_rect (start 2.794 -0.762) (end 3.2512 0.762) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp 84573034-c920-4b54-b617-74ba7d311bdd)) 24 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp f42f4e37-8cbe-415b-b097-df6334f704cf)) 25 | (pad "2" thru_hole circle (at 5 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp 78d1b917-2809-4f68-9eb6-3382d6479211)) 26 | (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D4.3mm_W1.9mm_P5.00mm.wrl" 27 | (offset (xyz 0 0 0)) 28 | (scale (xyz 1 1 1)) 29 | (rotate (xyz 0 0 0)) 30 | ) 31 | ) 32 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/Connector_AMP.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Connector_AMP" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 0) 4 | (attr through_hole) 5 | (fp_text reference "REF**" (at 2.54 -3.937 unlocked) (layer "F.SilkS") 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | (tstamp 8d7f64a7-741f-45b5-b5c5-5cb8f0d32719) 8 | ) 9 | (fp_text value "Connector_AMP" (at 3.175 4.572 unlocked) (layer "F.Fab") 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | (tstamp 591de333-0f26-45de-9d15-128de6b06945) 12 | ) 13 | (fp_rect (start -2.54 -2.54) (end 7.62 2.54) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 155f8523-cc44-4a0c-9313-89b2061ab5a2)) 14 | (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 0.8) (layers *.Cu *.Mask) (tstamp fab8d66e-2c61-40dd-88b9-5bba5ad9f2bb)) 15 | (pad "2" thru_hole circle (at 5.08 0) (size 2 2) (drill 0.8) (layers *.Cu *.Mask) (tstamp cbd4185e-abba-4e35-a050-7f3168356bd4)) 16 | ) 17 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/Connector_P5.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Connector_P5" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 59FED5CC) 4 | (descr "Through hole straight pin header, 1x08, 2.54mm pitch, single row") 5 | (tags "Through hole pin header THT 1x08 2.54mm single row") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 0.2 -3.21) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 36f5edb3-9b59-4722-8398-bebae7dcb35c) 10 | ) 11 | (fp_text value "Connector_P5" (at 0 20.11) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp d4a9ac10-b1de-47d7-870b-64a03843df14) 14 | ) 15 | (fp_rect (start -0.254 23.622) (end 5.334 56.761) (layer "F.SilkS") (width 0.12) (fill none) (tstamp 259b5b32-2197-4413-a8b3-b24a45f5b5af)) 16 | (fp_rect (start -1.524 -1.27) (end 4.064 19.177) (layer "F.SilkS") (width 0.12) (fill none) (tstamp b6f2283d-ccf5-461c-bf08-53706ef6dbdb)) 17 | (pad "1" thru_hole roundrect (at 0 0) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp 6af255a2-0ca3-45eb-9aef-e08eabacab61)) 18 | (pad "2" thru_hole roundrect (at 0 2.54) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp ff657f04-ef47-4459-a075-b19482bc7e66)) 19 | (pad "3" thru_hole roundrect (at 0 5.08) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp 9f9dd16b-946c-47e2-bd41-db918d39543c)) 20 | (pad "4" thru_hole roundrect (at 0 7.62) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp 96deebfc-56d8-494b-bb8b-c804b2d9fac3)) 21 | (pad "5" thru_hole roundrect (at 0 10.16) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp ec742300-da39-41c3-882b-710f02be92e6)) 22 | (pad "6" thru_hole roundrect (at 0 12.7) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp 067442a4-5bba-4fba-8538-cd60101b84d4)) 23 | (pad "7" thru_hole roundrect (at 0 15.24) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp a4a20636-440b-4fb9-9c0d-1773d354adf3)) 24 | (pad "8" thru_hole roundrect (at 0 17.78) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp a3732d2c-ad8c-4009-b7a6-1acbce6b3a60)) 25 | (pad "10" thru_hole roundrect (at 1.27 27.432) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp 85f4bc11-d819-4ada-a6d5-08d4cfd47026)) 26 | (pad "11" thru_hole roundrect (at 1.27 29.972) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp 860971a1-2b98-42d9-8c84-71865f8ef3c5)) 27 | (pad "12" thru_hole roundrect (at 1.27 32.512) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp e686d6f4-d0c8-4ec8-9c4a-ea519da3d1f6)) 28 | (pad "13" thru_hole roundrect (at 1.27 35.052) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp 52f46317-7bc6-4efd-a36d-502169afe64d)) 29 | (pad "14" thru_hole roundrect (at 1.27 37.592) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp cc08ecec-8846-402a-bd9d-24574498a799)) 30 | (pad "15" thru_hole roundrect (at 1.27 40.132) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp 376d19b5-14f7-42be-92c7-60a73f763613)) 31 | (pad "16" thru_hole roundrect (at 1.27 42.672) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp d75f7455-25aa-4dd2-b102-360c0fb09aef)) 32 | (pad "17" thru_hole roundrect (at 1.27 45.212) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp f43a9b7b-327f-4009-b758-58023c0053d6)) 33 | (pad "18" thru_hole roundrect (at 1.27 47.752) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp 8914a60e-43ba-475f-ac41-033db9c705bc)) 34 | (pad "19" thru_hole roundrect (at 1.27 50.292) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp 39cab0df-36c6-4e68-8729-ddeef5d3325b)) 35 | (pad "20" thru_hole roundrect (at 1.27 52.832) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp 043eb2f5-ca4c-4638-81cc-ecd00ba706e7)) 36 | (pad "21" thru_hole roundrect (at 1.27 55.364) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp 30320004-8514-4dee-bf4c-5472d43e2b9f)) 37 | (pad "22" thru_hole roundrect (at 1.27 24.892) (size 2 1.5) (drill 1) (layers *.Cu *.Mask) (roundrect_rratio 0.4) (tstamp cdd0b963-8a2b-4faa-8731-a628a62d6856)) 38 | (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x08_P2.54mm_Vertical.wrl" 39 | (offset (xyz 0 0 0)) 40 | (scale (xyz 1 1 1)) 41 | (rotate (xyz 0 0 0)) 42 | ) 43 | ) 44 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/Crystal_HC52-U_Horizontal.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Crystal_HC52-U_Horizontal" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5A1AD3B8) 4 | (descr "Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf") 5 | (tags "THT crystal") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at -2.835 2.0625 90) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 57a8ed00-36d9-4188-8c20-962992e17cfc) 10 | ) 11 | (fp_text value "Crystal_HC52-U_Horizontal" (at 7.915 2.0625 90) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 4b1f560a-ad5e-412e-8844-489223facf2a) 14 | ) 15 | (fp_text user "${REFERENCE}" (at 2.785 5.22) (layer "F.Fab") 16 | (effects (font (size 1 1) (thickness 0.15))) 17 | (tstamp 0d5fea74-364a-4acb-94e3-6af36e837911) 18 | ) 19 | (fp_line (start -2.115 1.27) (end -2.115 1.15) (layer "F.SilkS") (width 0.12) (tstamp 117fb7c4-7c63-43fe-88b3-8fa03a5503db)) 20 | (fp_line (start -1.765 1.27) (end -1.765 10.47) (layer "F.SilkS") (width 0.12) (tstamp 1be03b75-00ba-4005-809f-fcb30851f633)) 21 | (fp_line (start 5.08 0.95) (end 5.08 0.95) (layer "F.SilkS") (width 0.12) (tstamp 22794273-e909-4b6b-b735-39303075f65d)) 22 | (fp_line (start 6.635 10.47) (end 6.635 1.27) (layer "F.SilkS") (width 0.12) (tstamp 36d3cbc6-d4ff-4ba3-b881-09abecdf9473)) 23 | (fp_line (start 6.985 1.15) (end 6.985 1.27) (layer "F.SilkS") (width 0.12) (tstamp 49bebf0c-dbe3-4408-9937-3af7cf067d7e)) 24 | (fp_line (start 0 1.3) (end 0 0.95) (layer "F.SilkS") (width 0.12) (tstamp 5a13c91d-c114-4e4a-b054-2f5cc44cce10)) 25 | (fp_line (start -2.115 1.15) (end 6.985 1.15) (layer "F.SilkS") (width 0.12) (tstamp 8f38da50-fb11-4460-8b5c-c25a4ef84f34)) 26 | (fp_line (start 6.635 1.27) (end -1.765 1.27) (layer "F.SilkS") (width 0.12) (tstamp b70cb74e-c7c9-42e0-9876-77f448d3f218)) 27 | (fp_line (start 0 0.95) (end 0 0.95) (layer "F.SilkS") (width 0.12) (tstamp bbd80a14-f757-4bd5-a429-7ae7613e7963)) 28 | (fp_line (start -1.765 10.47) (end 6.635 10.47) (layer "F.SilkS") (width 0.12) (tstamp beb09492-3137-4920-9913-5d37ceaed607)) 29 | (fp_line (start 5.08 1.3) (end 5.08 0.95) (layer "F.SilkS") (width 0.12) (tstamp c2b6ef41-f895-45b7-a6b4-29bdeae1107a)) 30 | (fp_line (start 6.985 1.27) (end -2.115 1.27) (layer "F.SilkS") (width 0.12) (tstamp d42011a6-2af0-42f5-9527-cd7911d1cafe)) 31 | (fp_line (start -2.56 -1) (end -2.56 11.3) (layer "F.CrtYd") (width 0.05) (tstamp 381acb8d-9898-4edf-9133-0d0c2641d749)) 32 | (fp_line (start 7.64 -1) (end -2.56 -1) (layer "F.CrtYd") (width 0.05) (tstamp 9cc6aa10-3ab8-4fec-a9b1-c04ed90a0fd3)) 33 | (fp_line (start -2.56 11.3) (end 7.64 11.3) (layer "F.CrtYd") (width 0.05) (tstamp dbb62c92-0a49-4311-bc27-5c2e0abe3e3d)) 34 | (fp_line (start 7.64 11.3) (end 7.64 -1) (layer "F.CrtYd") (width 0.05) (tstamp e1d37e6b-0a57-4183-9a52-93b3024c41ff)) 35 | (fp_line (start 5.08 1.5) (end 5.08 0.75) (layer "F.Fab") (width 0.1) (tstamp 0ab2ad40-e2f1-47b1-a032-431d8af6811f)) 36 | (fp_line (start 6.785 1.37) (end 6.785 1.47) (layer "F.Fab") (width 0.1) (tstamp 1fc1a7b5-1551-426a-920b-9b15c79cd05f)) 37 | (fp_line (start 0 1.5) (end 0 0.75) (layer "F.Fab") (width 0.1) (tstamp 4663982b-544a-4eb8-90e7-2d45f28ee716)) 38 | (fp_line (start -1.565 1.47) (end -1.565 10.27) (layer "F.Fab") (width 0.1) (tstamp 4f2a50cc-902e-4766-9672-d501ca46c915)) 39 | (fp_line (start 6.435 1.47) (end -1.565 1.47) (layer "F.Fab") (width 0.1) (tstamp 5a9ed46c-bad7-42be-a5aa-7d4d282c8db4)) 40 | (fp_line (start 6.785 1.47) (end -1.915 1.47) (layer "F.Fab") (width 0.1) (tstamp 7c344e0a-45ed-4eb5-aae9-e372ab32dc20)) 41 | (fp_line (start 6.435 10.27) (end 6.435 1.47) (layer "F.Fab") (width 0.1) (tstamp af588cfb-545f-46b9-a0d9-99b5a113c14c)) 42 | (fp_line (start -1.565 10.27) (end 6.435 10.27) (layer "F.Fab") (width 0.1) (tstamp b7c001cd-30dd-421f-84ff-773e82de4acc)) 43 | (fp_line (start -1.915 1.37) (end 6.785 1.37) (layer "F.Fab") (width 0.1) (tstamp b825dd44-7b07-4838-97b7-3b84af35f1c2)) 44 | (fp_line (start -1.915 1.47) (end -1.915 1.37) (layer "F.Fab") (width 0.1) (tstamp beb9f0d1-598a-404b-b34d-30502bae4729)) 45 | (fp_line (start 5.08 0.75) (end 5.08 0) (layer "F.Fab") (width 0.1) (tstamp cdec243b-ba0c-4ae1-80de-7bb886c8278d)) 46 | (fp_line (start 0 0.75) (end 0 0) (layer "F.Fab") (width 0.1) (tstamp f4438d9d-e2ef-4037-831c-603226355b51)) 47 | (pad "1" thru_hole circle (at 0 0) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp 733607b2-b383-48b3-b339-c19d2c411059)) 48 | (pad "2" thru_hole circle (at 5.08 0) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp a4361d9f-f324-4342-b38b-25cb8a14654e)) 49 | (model "${KICAD6_3DMODEL_DIR}/Crystal.3dshapes/Crystal_HC52-U_Horizontal.wrl" 50 | (offset (xyz 0 0 0)) 51 | (scale (xyz 1 1 1)) 52 | (rotate (xyz 0 0 0)) 53 | ) 54 | ) 55 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/Diodo_9.38mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Diodo_9.38mm" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5AE50CD5) 4 | (descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf") 5 | (tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 10.16mm length 4mm diameter 2mm") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 5.08 -2.12) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp faf90b1c-08ec-47dd-9481-1465d6be5c0f) 10 | ) 11 | (fp_text value "Diodo_9.38mm" (at 5.08 2.12) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 6a30a355-9247-4684-b158-6aa8bc01903f) 14 | ) 15 | (fp_line (start 1.27 0) (end 3.856 0) (layer "F.SilkS") (width 0.12) (tstamp 00fdc1ea-722a-475c-976a-4f1d24237d95)) 16 | (fp_line (start 3.817 -1.016) (end 3.817 1.016) (layer "F.SilkS") (width 0.24) (tstamp a4f9326b-42e7-44cb-bf87-da44c5859ff2)) 17 | (fp_line (start 8.128 0) (end 5.524 0) (layer "F.SilkS") (width 0.12) (tstamp af3e437c-a43f-4676-89a6-de8e038295bf)) 18 | (fp_poly (pts 19 | (xy 5.468 1.016) 20 | (xy 3.856 0) 21 | (xy 5.468 -1.016) 22 | ) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp 14b135d2-22ae-49c4-bb36-01db61b57cd8)) 23 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp e14b80b3-9789-4140-a6ac-a3978dddfada)) 24 | (pad "2" thru_hole oval (at 9.38 0) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask) (tstamp e0f9792d-c50c-499f-8493-1b8364a97ea8)) 25 | (model "${KICAD6_3DMODEL_DIR}/Diode_THT.3dshapes/D_DO-35_SOD27_P10.16mm_Horizontal.wrl" 26 | (offset (xyz 0 0 0)) 27 | (scale (xyz 1 1 1)) 28 | (rotate (xyz 0 0 0)) 29 | ) 30 | ) 31 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/J2_Mono_Panel.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "J2_Mono_Panel" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 0) 4 | (attr through_hole) 5 | (fp_text reference "REF**" (at 0.1016 -4.0132 unlocked) (layer "F.SilkS") 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | (tstamp 9a0b002c-80a9-4f58-9dd7-9439ae838108) 8 | ) 9 | (fp_text value "J2_Mono_Panel" (at 0 13.4112 unlocked) (layer "F.Fab") 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | (tstamp 04b5b9ac-bf99-4826-b51a-5f03518adbbe) 12 | ) 13 | (fp_line (start -3.5306 -1) (end -5 -1) (layer "F.SilkS") (width 0.1) (tstamp 17b6073a-8a2a-4871-a255-75dc8caaf54e)) 14 | (fp_line (start 5 -1) (end 5 9) (layer "F.SilkS") (width 0.1) (tstamp 35e9ae29-59e9-40eb-a67c-698ce25f9115)) 15 | (fp_line (start -3.5306 9) (end -5 9) (layer "F.SilkS") (width 0.1) (tstamp 361f3f68-1925-4626-a0ca-f2eeb2558134)) 16 | (fp_line (start 5 9) (end 3.5306 9) (layer "F.SilkS") (width 0.1) (tstamp 56324b8f-a235-491f-b9c5-213a4e6a26ee)) 17 | (fp_line (start -5 9) (end -5 -1) (layer "F.SilkS") (width 0.1) (tstamp 95cb4bc6-168d-44bf-9470-4c9fd5fb9ae8)) 18 | (fp_line (start 5 -1) (end 3.5306 -1) (layer "F.SilkS") (width 0.1) (tstamp d200c520-5d94-489a-956d-26436410141b)) 19 | (pad "1" thru_hole circle (at 0 9.5) (size 6.5 6.5) (drill 2.5) (layers *.Cu *.Mask) (tstamp bcf004c5-e689-4b63-a017-ec14fb927ed2)) 20 | (pad "1" thru_hole circle (at -5.207 11.049) (size 2.5 2.5) (drill 1) (layers *.Cu *.Mask) (tstamp dfd5ad48-cb5b-43c6-9671-ccb09196c5b3)) 21 | (pad "2" thru_hole circle (at 0 0) (size 6.5 6.5) (drill 2.5) (layers *.Cu *.Mask) (tstamp beaeaff5-799d-4eb1-a871-329553c4014b)) 22 | ) 23 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/Jumper_Bridged.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Jumper_Bridged" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 0) 4 | (attr through_hole) 5 | (fp_text reference "REF**" (at -0.381 -6.731 unlocked) (layer "F.SilkS") 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | (tstamp eeb5a48c-2c00-473d-9a45-22f565efa1c4) 8 | ) 9 | (fp_text value "Jumper_Bridged" (at 0 6.731 unlocked) (layer "F.Fab") 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | (tstamp 268b2646-1ac1-4bf4-94f4-fdf7a10ce6c1) 12 | ) 13 | (pad "1" thru_hole roundrect (at -1.651 0) (size 1.6 1.6) (drill 0.762) (layers *.Cu *.Mask) (roundrect_rratio 0.5) 14 | (chamfer_ratio 0) (chamfer top_right bottom_right) (tstamp 921b69e8-c1d8-4754-8b0d-c538f3da1e74)) 15 | (pad "2" thru_hole roundrect (at 0.635 0 180) (size 1.6 1.6) (drill 0.762) (layers *.Cu *.Mask) (roundrect_rratio 0.5) 16 | (chamfer_ratio 0) (chamfer top_right bottom_right) (tstamp f477b911-8c1b-40a9-851b-fdbf580f456f)) 17 | ) 18 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/Jumper_Open.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Jumper_Open" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 0) 4 | (attr through_hole) 5 | (fp_text reference "REF**" (at -0.381 -6.731 unlocked) (layer "F.SilkS") 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | (tstamp eeb5a48c-2c00-473d-9a45-22f565efa1c4) 8 | ) 9 | (fp_text value "Jumper_Open" (at 0 6.731 unlocked) (layer "F.Fab") 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | (tstamp 268b2646-1ac1-4bf4-94f4-fdf7a10ce6c1) 12 | ) 13 | (pad "1" thru_hole roundrect (at -1.651 0) (size 1.6 1.6) (drill 0.762) (layers *.Cu *.Mask) (roundrect_rratio 0.5) 14 | (chamfer_ratio 0) (chamfer top_right bottom_right) (tstamp 921b69e8-c1d8-4754-8b0d-c538f3da1e74)) 15 | (pad "2" thru_hole roundrect (at 0.635 0 180) (size 1.6 1.6) (drill 0.762) (layers *.Cu *.Mask) (roundrect_rratio 0.5) 16 | (chamfer_ratio 0) (chamfer top_right bottom_right) (tstamp f477b911-8c1b-40a9-851b-fdbf580f456f)) 17 | ) 18 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/MountingHole_2.7mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MountingHole_2.7mm" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 56D1B4CB) 4 | (descr "Mounting Hole 2.7mm, no annular") 5 | (tags "mounting hole 2.7mm no annular") 6 | (attr exclude_from_pos_files exclude_from_bom) 7 | (fp_text reference "REF**" (at 0 -3.7) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 2fd7ebf3-39eb-4b65-99cb-3bdb185eae21) 10 | ) 11 | (fp_text value "MountingHole_2.7mm" (at 0 3.7) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 353d7668-3f67-483a-bf60-2cbd48a6ccb3) 14 | ) 15 | (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") 16 | (effects (font (size 1 1) (thickness 0.15))) 17 | (tstamp 024d0f4d-94d3-4b47-9593-b05cb0d89a56) 18 | ) 19 | (fp_circle (center 0 0) (end 2.7 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 2224cc6b-59f7-4145-9be9-34c0c265f4e0)) 20 | (pad "" np_thru_hole circle (at 0 0) (size 2.7 2.7) (drill 2.7) (layers *.Cu *.Mask) (tstamp f0d270aa-26e8-430c-af6c-f6f4d8537093)) 21 | ) 22 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/MountingHole_2.7mm_Pad.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MountingHole_2.7mm_Pad" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 56D1B4CB) 4 | (descr "Mounting Hole 2.7mm") 5 | (tags "mounting hole 2.7mm") 6 | (attr exclude_from_pos_files exclude_from_bom) 7 | (fp_text reference "REF**" (at 0 -3.7) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 223c2260-049a-44f1-b5ba-d73e68d2f38e) 10 | ) 11 | (fp_text value "MountingHole_2.7mm_Pad" (at 0 3.7) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp dff1402b-9570-4255-b4f0-9b6b85c8222f) 14 | ) 15 | (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") 16 | (effects (font (size 1 1) (thickness 0.15))) 17 | (tstamp 94d8f259-b0d5-4cd6-a1d1-79b67d4f50ab) 18 | ) 19 | (fp_circle (center 0 0) (end 2.7 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 57bf1750-adff-4655-8bb0-8b932f4098c8)) 20 | (pad "1" thru_hole circle (at 0 0) (size 5.4 5.4) (drill 2.7) (layers *.Cu *.Mask) (tstamp 70d2331e-946c-4c73-baef-936e3d591094)) 21 | ) 22 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/MountingHole_3.5mm_Pad.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "MountingHole_3.5mm_Pad" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 56D1B4CB) 4 | (descr "Mounting Hole 3.5mm") 5 | (tags "mounting hole 3.5mm") 6 | (attr exclude_from_pos_files exclude_from_bom) 7 | (fp_text reference "REF**" (at 0 -4.5) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 9a227518-a125-4d55-9587-0c1499ce41a7) 10 | ) 11 | (fp_text value "MountingHole_3.5mm_Pad" (at 0 4.5) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 7b8e5c4e-d69b-4184-a234-a02ce7780e15) 14 | ) 15 | (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") 16 | (effects (font (size 1 1) (thickness 0.15))) 17 | (tstamp 5d67ecc7-3875-4799-aceb-34a5f82fb9b4) 18 | ) 19 | (fp_circle (center 0 0) (end 3.5 0) (layer "Cmts.User") (width 0.15) (fill none) (tstamp 004026e5-1625-40f4-9daa-75e998c99afd)) 20 | (pad "1" thru_hole circle (at 0 0) (size 7 7) (drill 3.5) (layers *.Cu *.Mask) (tstamp 309b03f1-dad1-43ee-982a-d14d7cd84475)) 21 | ) 22 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/PinHeader_2x08_P2.54mm_Horizontal.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "PinHeader_2x08_P2.54mm_Horizontal" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 59FED5CB) 4 | (descr "Through hole angled pin header, 2x08, 2.54mm pitch, 6mm pin length, double rows") 5 | (tags "Through hole angled pin header THT 2x08 2.54mm double row") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 5.655 -2.27) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 19e43ffa-f032-4008-a993-ed05eab586d7) 10 | ) 11 | (fp_text value "PinHeader_2x08_P2.54mm_Horizontal" (at 5.655 20.05) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 37ae49e2-d6f8-4b22-8942-a58fecefca52) 14 | ) 15 | (fp_text user "${REFERENCE}" (at 5.31 8.89 90) (layer "F.Fab") 16 | (effects (font (size 1 1) (thickness 0.15))) 17 | (tstamp 0d82ac69-fce4-4e11-97cb-b78cc2011cf9) 18 | ) 19 | (fp_line (start 8.64 8) (end 6.64 8) (layer "F.SilkS") (width 0.12) (tstamp 0082bc83-3f87-44d8-ae9f-a25c334708b9)) 20 | (fp_line (start 6.64 12.32) (end 8.64 12.32) (layer "F.SilkS") (width 0.12) (tstamp 00cf084a-dad0-493e-9999-00211e4fd81e)) 21 | (fp_line (start 1.042929 10.54) (end 1.497071 10.54) (layer "F.SilkS") (width 0.12) (tstamp 00d63015-e6f2-4b80-bade-d8768b4ca3da)) 22 | (fp_line (start 3.582929 2.16) (end 3.98 2.16) (layer "F.SilkS") (width 0.12) (tstamp 028d24cc-4773-4a8c-aa4e-dd749dc47c5d)) 23 | (fp_line (start 8.64 -0.38) (end 8.64 0.38) (layer "F.SilkS") (width 0.12) (tstamp 033c2b54-2a55-48da-9fea-3ee8a2cc3a27)) 24 | (fp_line (start 6.64 14.86) (end 8.64 14.86) (layer "F.SilkS") (width 0.12) (tstamp 0376d517-d67a-4adc-9947-13f7f2705331)) 25 | (fp_line (start 3.582929 2.92) (end 3.98 2.92) (layer "F.SilkS") (width 0.12) (tstamp 051a0161-90c8-45ab-b281-36d30c8182cf)) 26 | (fp_line (start -1.27 0) (end -1.27 -1.27) (layer "F.SilkS") (width 0.12) (tstamp 0a510a15-969e-4bfa-9fbe-e092eb5113b9)) 27 | (fp_line (start 1.042929 9.78) (end 1.497071 9.78) (layer "F.SilkS") (width 0.12) (tstamp 0b80b426-7611-4c5b-999c-13df8ac4d26e)) 28 | (fp_line (start 6.64 19.11) (end 6.64 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 0c23455f-1e46-4449-a841-d3eff2806b29)) 29 | (fp_line (start 3.98 19.11) (end 6.64 19.11) (layer "F.SilkS") (width 0.12) (tstamp 135993c3-fc66-4951-8fb9-0401e5a44c4f)) 30 | (fp_line (start 6.64 9.78) (end 8.64 9.78) (layer "F.SilkS") (width 0.12) (tstamp 1448e859-341f-422e-89bc-0c52d669b791)) 31 | (fp_line (start 1.042929 14.86) (end 1.497071 14.86) (layer "F.SilkS") (width 0.12) (tstamp 14570ef6-5ee3-4734-bdcb-6d5a4a3872b4)) 32 | (fp_line (start 3.582929 14.86) (end 3.98 14.86) (layer "F.SilkS") (width 0.12) (tstamp 164dd725-3cdd-4b10-a1f2-a09dd6319c46)) 33 | (fp_line (start 3.98 8.89) (end 6.64 8.89) (layer "F.SilkS") (width 0.12) (tstamp 1a3008f1-d2f6-494e-90b5-a81103cfd3be)) 34 | (fp_line (start 3.98 11.43) (end 6.64 11.43) (layer "F.SilkS") (width 0.12) (tstamp 1d6f13b2-2dbb-40bd-b9a6-7effda0cf9f2)) 35 | (fp_line (start 8.64 13.08) (end 6.64 13.08) (layer "F.SilkS") (width 0.12) (tstamp 1dc40621-b4b1-45c1-99e8-334ecffd16c6)) 36 | (fp_line (start 3.98 16.51) (end 6.64 16.51) (layer "F.SilkS") (width 0.12) (tstamp 224e2225-e21f-445e-8945-33f32a0bbe4b)) 37 | (fp_line (start 8.64 2.92) (end 6.64 2.92) (layer "F.SilkS") (width 0.12) (tstamp 29164c8b-c0df-4c90-8ad7-0fff558596cf)) 38 | (fp_line (start 3.582929 12.32) (end 3.98 12.32) (layer "F.SilkS") (width 0.12) (tstamp 29c657bd-a3e2-4637-bf79-2b5494ae4924)) 39 | (fp_line (start 1.042929 5.46) (end 1.497071 5.46) (layer "F.SilkS") (width 0.12) (tstamp 2fa3bdd0-c193-4eff-b379-768f0510c279)) 40 | (fp_line (start 1.11 -0.38) (end 1.497071 -0.38) (layer "F.SilkS") (width 0.12) (tstamp 31414c4e-fba6-4c64-a0b1-73b872ed71ba)) 41 | (fp_line (start 6.64 17.4) (end 8.64 17.4) (layer "F.SilkS") (width 0.12) (tstamp 41b79300-6a61-436e-83d0-3dafd48e0a7a)) 42 | (fp_line (start 3.582929 0.38) (end 3.98 0.38) (layer "F.SilkS") (width 0.12) (tstamp 44b9fca9-875c-4f55-9f25-2f62b7a8f63c)) 43 | (fp_line (start 6.64 -0.38) (end 8.64 -0.38) (layer "F.SilkS") (width 0.12) (tstamp 490b31f9-498f-4950-bbf0-2c24e6e2cc7d)) 44 | (fp_line (start 6.64 7.24) (end 8.64 7.24) (layer "F.SilkS") (width 0.12) (tstamp 4a30b319-d86b-4063-86f9-42b0501df11d)) 45 | (fp_line (start 1.042929 12.32) (end 1.497071 12.32) (layer "F.SilkS") (width 0.12) (tstamp 4b4f1bbf-d3f8-4290-970e-98cb31725c8a)) 46 | (fp_line (start 3.98 -1.33) (end 3.98 19.11) (layer "F.SilkS") (width 0.12) (tstamp 53a7058e-a7ae-4b73-b1ef-cdcdec4fe6aa)) 47 | (fp_line (start 8.64 18.16) (end 6.64 18.16) (layer "F.SilkS") (width 0.12) (tstamp 544278f7-f632-4337-957e-8830340a3191)) 48 | (fp_line (start 6.64 0.16) (end 8.64 0.16) (layer "F.SilkS") (width 0.12) (tstamp 544caec2-f094-4e74-8163-136f50f89aa2)) 49 | (fp_line (start 1.042929 4.7) (end 1.497071 4.7) (layer "F.SilkS") (width 0.12) (tstamp 54736b2a-824a-4e9c-bff1-f03be1e1ad6c)) 50 | (fp_line (start 8.64 10.54) (end 6.64 10.54) (layer "F.SilkS") (width 0.12) (tstamp 55ad328e-d360-48d1-ac00-e1f7b07508e9)) 51 | (fp_line (start 6.64 -0.2) (end 8.64 -0.2) (layer "F.SilkS") (width 0.12) (tstamp 55cec584-a8f2-41c5-9be5-9068b9d5fc84)) 52 | (fp_line (start 1.042929 8) (end 1.497071 8) (layer "F.SilkS") (width 0.12) (tstamp 56f2e0d2-bc62-4ca4-a78c-4dfc1894bc76)) 53 | (fp_line (start 3.582929 9.78) (end 3.98 9.78) (layer "F.SilkS") (width 0.12) (tstamp 5b85c927-0290-433d-b81f-ef601e5eab88)) 54 | (fp_line (start 1.042929 17.4) (end 1.497071 17.4) (layer "F.SilkS") (width 0.12) (tstamp 5fa93032-c986-444b-b23e-1119c4c2676e)) 55 | (fp_line (start 3.582929 17.4) (end 3.98 17.4) (layer "F.SilkS") (width 0.12) (tstamp 6179ff28-69b7-49a8-9073-9d44d6e74f38)) 56 | (fp_line (start 8.64 15.62) (end 6.64 15.62) (layer "F.SilkS") (width 0.12) (tstamp 62933382-ed9b-4f4d-8a7c-8484a59389b8)) 57 | (fp_line (start 6.64 0.28) (end 8.64 0.28) (layer "F.SilkS") (width 0.12) (tstamp 6ee73f77-5cf7-4e25-87a5-06739dd6f16a)) 58 | (fp_line (start 1.042929 2.16) (end 1.497071 2.16) (layer "F.SilkS") (width 0.12) (tstamp 703977e2-0318-4e1a-a7a9-652a4c1972f6)) 59 | (fp_line (start 3.582929 7.24) (end 3.98 7.24) (layer "F.SilkS") (width 0.12) (tstamp 70914a71-cbda-4e8b-a87b-4542deab997f)) 60 | (fp_line (start 8.64 5.46) (end 6.64 5.46) (layer "F.SilkS") (width 0.12) (tstamp 7243b19c-b6af-409c-90e1-a7a4e4d95380)) 61 | (fp_line (start 8.64 4.7) (end 8.64 5.46) (layer "F.SilkS") (width 0.12) (tstamp 7985618e-1c94-45dd-aafb-8a147372bb1f)) 62 | (fp_line (start 6.64 -0.08) (end 8.64 -0.08) (layer "F.SilkS") (width 0.12) (tstamp 7c9935eb-5735-4463-8430-994232aa5a21)) 63 | (fp_line (start 8.64 17.4) (end 8.64 18.16) (layer "F.SilkS") (width 0.12) (tstamp 7ce4296a-ac4b-4cb3-b52b-b33b2068971a)) 64 | (fp_line (start 8.64 14.86) (end 8.64 15.62) (layer "F.SilkS") (width 0.12) (tstamp 8ff1e8dc-b800-4672-b9cf-6726a5f39854)) 65 | (fp_line (start 8.64 9.78) (end 8.64 10.54) (layer "F.SilkS") (width 0.12) (tstamp a19c073b-cdcd-4b7c-8940-6708482c9fe9)) 66 | (fp_line (start 1.042929 7.24) (end 1.497071 7.24) (layer "F.SilkS") (width 0.12) (tstamp a4a920dc-25d9-4621-9d56-cbb043d44495)) 67 | (fp_line (start 3.582929 5.46) (end 3.98 5.46) (layer "F.SilkS") (width 0.12) (tstamp a9caf88c-5114-4c9c-814a-666780114e89)) 68 | (fp_line (start 1.042929 15.62) (end 1.497071 15.62) (layer "F.SilkS") (width 0.12) (tstamp ab858d4e-1238-4ac2-806b-afe4895b1097)) 69 | (fp_line (start 8.64 12.32) (end 8.64 13.08) (layer "F.SilkS") (width 0.12) (tstamp ac2b6e8e-4ed8-4864-9fb8-2e9a7bfa151b)) 70 | (fp_line (start 3.582929 18.16) (end 3.98 18.16) (layer "F.SilkS") (width 0.12) (tstamp b1c3db4c-3c0a-4d28-8177-4b24610f39ef)) 71 | (fp_line (start 8.64 7.24) (end 8.64 8) (layer "F.SilkS") (width 0.12) (tstamp b1d0d7ac-4168-4010-bda6-deac008a19d3)) 72 | (fp_line (start 6.64 -0.32) (end 8.64 -0.32) (layer "F.SilkS") (width 0.12) (tstamp b34498b0-66f9-469e-9d3e-eed506e2c845)) 73 | (fp_line (start 6.64 2.16) (end 8.64 2.16) (layer "F.SilkS") (width 0.12) (tstamp b95bc425-629d-4b0c-8812-5bf8eb663b74)) 74 | (fp_line (start 3.98 13.97) (end 6.64 13.97) (layer "F.SilkS") (width 0.12) (tstamp bb768a6e-06df-473c-b3c1-4439bf3d4494)) 75 | (fp_line (start 8.64 2.16) (end 8.64 2.92) (layer "F.SilkS") (width 0.12) (tstamp befbef33-24ef-4867-8f56-71901a7b41a7)) 76 | (fp_line (start 8.64 0.38) (end 6.64 0.38) (layer "F.SilkS") (width 0.12) (tstamp bf305967-1ba0-4794-b9d3-6bd8e43e975f)) 77 | (fp_line (start 6.64 -1.33) (end 3.98 -1.33) (layer "F.SilkS") (width 0.12) (tstamp cb5115d9-a6f5-4efb-ad9a-b8cdd913bff4)) 78 | (fp_line (start 3.582929 10.54) (end 3.98 10.54) (layer "F.SilkS") (width 0.12) (tstamp cbb18f9f-0541-4303-b5d4-3d8b12930932)) 79 | (fp_line (start 3.582929 4.7) (end 3.98 4.7) (layer "F.SilkS") (width 0.12) (tstamp cde2b1bd-7f0a-43bb-b69b-ea9341cfdbaa)) 80 | (fp_line (start -1.27 -1.27) (end 0 -1.27) (layer "F.SilkS") (width 0.12) (tstamp d1870687-9997-4f6e-af63-539fec5aeaba)) 81 | (fp_line (start 3.582929 8) (end 3.98 8) (layer "F.SilkS") (width 0.12) (tstamp d2324ef3-0e57-4edb-bf74-9d4a8cee185c)) 82 | (fp_line (start 1.042929 2.92) (end 1.497071 2.92) (layer "F.SilkS") (width 0.12) (tstamp d8053f59-2bf0-4f7a-8605-5891e0d41f9d)) 83 | (fp_line (start 3.582929 -0.38) (end 3.98 -0.38) (layer "F.SilkS") (width 0.12) (tstamp d8d82738-5cf9-46a3-bbed-127ab2703f39)) 84 | (fp_line (start 3.98 6.35) (end 6.64 6.35) (layer "F.SilkS") (width 0.12) (tstamp dc0897a3-d03b-4e28-ac9f-ea02e4ac0da2)) 85 | (fp_line (start 6.64 4.7) (end 8.64 4.7) (layer "F.SilkS") (width 0.12) (tstamp de6b76f7-add2-43d5-902e-79d4acfaca51)) 86 | (fp_line (start 3.98 3.81) (end 6.64 3.81) (layer "F.SilkS") (width 0.12) (tstamp e0319236-6eb2-4146-b3d8-2f27887001c2)) 87 | (fp_line (start 1.042929 13.08) (end 1.497071 13.08) (layer "F.SilkS") (width 0.12) (tstamp e814b613-8a18-433d-8053-c91d44fef4fb)) 88 | (fp_line (start 6.64 0.04) (end 8.64 0.04) (layer "F.SilkS") (width 0.12) (tstamp e83ebbf1-58c0-4728-8353-a2e45571b291)) 89 | (fp_line (start 3.98 1.27) (end 6.64 1.27) (layer "F.SilkS") (width 0.12) (tstamp e9101bca-ca57-476b-8da7-efb324080d51)) 90 | (fp_line (start 1.11 0.38) (end 1.497071 0.38) (layer "F.SilkS") (width 0.12) (tstamp f02b8059-330b-4268-b1f1-439c1813b2c1)) 91 | (fp_line (start 3.582929 13.08) (end 3.98 13.08) (layer "F.SilkS") (width 0.12) (tstamp f40920f4-c243-43fb-a737-a252eef87160)) 92 | (fp_line (start 1.042929 18.16) (end 1.497071 18.16) (layer "F.SilkS") (width 0.12) (tstamp f767446a-de23-4242-bc55-d3dfd83bc17b)) 93 | (fp_line (start 3.582929 15.62) (end 3.98 15.62) (layer "F.SilkS") (width 0.12) (tstamp fd26245c-ac5c-44a0-970c-d83419c609a7)) 94 | (fp_line (start -1.8 19.55) (end 13.1 19.55) (layer "F.CrtYd") (width 0.05) (tstamp 1f77a140-cf9e-4fd5-9fa4-12ed2eaa2017)) 95 | (fp_line (start -1.8 -1.8) (end -1.8 19.55) (layer "F.CrtYd") (width 0.05) (tstamp 3324905b-df7b-4064-baa7-02866e700e5d)) 96 | (fp_line (start 13.1 -1.8) (end -1.8 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp e8d38fe4-bd49-44f3-8eaa-2008ef8058c4)) 97 | (fp_line (start 13.1 19.55) (end 13.1 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp fba917eb-daa4-4614-9186-77f560855a3c)) 98 | (fp_line (start -0.32 2.22) (end 4.04 2.22) (layer "F.Fab") (width 0.1) (tstamp 0108cd6b-f186-4569-8c1b-39cda31cf67b)) 99 | (fp_line (start 6.58 12.38) (end 12.58 12.38) (layer "F.Fab") (width 0.1) (tstamp 019e6f4f-dadc-49f3-8bf6-a0b84b186b60)) 100 | (fp_line (start -0.32 14.92) (end 4.04 14.92) (layer "F.Fab") (width 0.1) (tstamp 03025dce-8cef-4f03-a820-0ba94949c874)) 101 | (fp_line (start 12.58 4.76) (end 12.58 5.4) (layer "F.Fab") (width 0.1) (tstamp 030fbfd2-8f31-43ea-aed2-8729640d4082)) 102 | (fp_line (start -0.32 -0.32) (end -0.32 0.32) (layer "F.Fab") (width 0.1) (tstamp 0535b811-2a68-4529-ad68-915beb560500)) 103 | (fp_line (start -0.32 5.4) (end 4.04 5.4) (layer "F.Fab") (width 0.1) (tstamp 06726b90-90f1-4031-abd9-ff1a2e5659a7)) 104 | (fp_line (start 12.58 7.3) (end 12.58 7.94) (layer "F.Fab") (width 0.1) (tstamp 0842a866-d50a-4fac-9057-c9de2a4e5002)) 105 | (fp_line (start -0.32 2.86) (end 4.04 2.86) (layer "F.Fab") (width 0.1) (tstamp 256d8912-74ca-423c-9793-bb557c1f2c10)) 106 | (fp_line (start -0.32 17.46) (end -0.32 18.1) (layer "F.Fab") (width 0.1) (tstamp 285ece9b-5175-4dbf-b37d-25c151a2dcdf)) 107 | (fp_line (start 6.58 0.32) (end 12.58 0.32) (layer "F.Fab") (width 0.1) (tstamp 28dfc8b5-ec2e-49a1-930c-dcfa6eb1acc9)) 108 | (fp_line (start -0.32 4.76) (end -0.32 5.4) (layer "F.Fab") (width 0.1) (tstamp 2dfe4073-ab71-4942-a731-49544249c957)) 109 | (fp_line (start -0.32 4.76) (end 4.04 4.76) (layer "F.Fab") (width 0.1) (tstamp 34156564-0f55-4489-baad-ba0b4430d528)) 110 | (fp_line (start -0.32 -0.32) (end 4.04 -0.32) (layer "F.Fab") (width 0.1) (tstamp 3a287db4-7f68-456a-8747-7abf4d84d5b1)) 111 | (fp_line (start 6.58 15.56) (end 12.58 15.56) (layer "F.Fab") (width 0.1) (tstamp 3a9c11ca-70dd-49f7-acd1-b27e5a82a713)) 112 | (fp_line (start 6.58 14.92) (end 12.58 14.92) (layer "F.Fab") (width 0.1) (tstamp 3b3cf7e5-0fdd-449b-b8f3-8586057391d9)) 113 | (fp_line (start -0.32 14.92) (end -0.32 15.56) (layer "F.Fab") (width 0.1) (tstamp 3d689e0f-5efa-4b0c-a1a0-dacac4aa8342)) 114 | (fp_line (start -0.32 9.84) (end -0.32 10.48) (layer "F.Fab") (width 0.1) (tstamp 3e6d0f96-1e9b-4708-8701-425073404066)) 115 | (fp_line (start -0.32 12.38) (end 4.04 12.38) (layer "F.Fab") (width 0.1) (tstamp 3e8a8ba2-1587-46ac-b260-62664a0e2a1e)) 116 | (fp_line (start 6.58 4.76) (end 12.58 4.76) (layer "F.Fab") (width 0.1) (tstamp 423c12f3-59d2-4c0e-bdb9-8a5c3afcf47a)) 117 | (fp_line (start 6.58 17.46) (end 12.58 17.46) (layer "F.Fab") (width 0.1) (tstamp 42627205-6b21-4aca-b11a-0ec8c2027fb0)) 118 | (fp_line (start -0.32 0.32) (end 4.04 0.32) (layer "F.Fab") (width 0.1) (tstamp 4ecb6e1d-636d-4d1c-a90f-98884698ad40)) 119 | (fp_line (start 6.58 -0.32) (end 12.58 -0.32) (layer "F.Fab") (width 0.1) (tstamp 4ecc32cd-e31d-44b3-ab16-895ca8feadcc)) 120 | (fp_line (start -0.32 17.46) (end 4.04 17.46) (layer "F.Fab") (width 0.1) (tstamp 4fff2b97-b57e-42f9-b02c-8e3b823c888c)) 121 | (fp_line (start 12.58 2.22) (end 12.58 2.86) (layer "F.Fab") (width 0.1) (tstamp 5ed5ba50-a61a-473a-b23f-471aa408e4f9)) 122 | (fp_line (start -0.32 7.3) (end 4.04 7.3) (layer "F.Fab") (width 0.1) (tstamp 611a27e2-9b7f-41c6-94e1-8f0496ece99a)) 123 | (fp_line (start 6.58 -1.27) (end 6.58 19.05) (layer "F.Fab") (width 0.1) (tstamp 627288a6-480b-4cc7-9ae0-51d23db0be3b)) 124 | (fp_line (start -0.32 2.22) (end -0.32 2.86) (layer "F.Fab") (width 0.1) (tstamp 62ad90ef-7d9c-47b1-bd91-980fae89e9d3)) 125 | (fp_line (start -0.32 7.3) (end -0.32 7.94) (layer "F.Fab") (width 0.1) (tstamp 69573f05-475c-42d5-9f6d-162a443cf20a)) 126 | (fp_line (start 6.58 10.48) (end 12.58 10.48) (layer "F.Fab") (width 0.1) (tstamp 6a1c7d8b-e07c-48e2-8f12-2e93f9ff7dba)) 127 | (fp_line (start -0.32 15.56) (end 4.04 15.56) (layer "F.Fab") (width 0.1) (tstamp 6eabad48-21f9-47bb-9c7f-0d54d028cfad)) 128 | (fp_line (start 4.675 -1.27) (end 6.58 -1.27) (layer "F.Fab") (width 0.1) (tstamp 6edf2f83-8eb8-411b-a023-c9e90282111e)) 129 | (fp_line (start 12.58 17.46) (end 12.58 18.1) (layer "F.Fab") (width 0.1) (tstamp 6f10bf6d-837a-44d3-9c68-b42e11b80ced)) 130 | (fp_line (start -0.32 12.38) (end -0.32 13.02) (layer "F.Fab") (width 0.1) (tstamp 798db2e0-288a-421e-9eba-c1a975e5e239)) 131 | (fp_line (start 12.58 9.84) (end 12.58 10.48) (layer "F.Fab") (width 0.1) (tstamp 81420017-a2df-4d7f-839a-1c158d697bc8)) 132 | (fp_line (start 12.58 14.92) (end 12.58 15.56) (layer "F.Fab") (width 0.1) (tstamp 82e23d63-95c9-421c-a1ea-e8dc3dc3350d)) 133 | (fp_line (start -0.32 9.84) (end 4.04 9.84) (layer "F.Fab") (width 0.1) (tstamp 84040c69-1975-492e-bd9a-dae098acb204)) 134 | (fp_line (start -0.32 7.94) (end 4.04 7.94) (layer "F.Fab") (width 0.1) (tstamp 8f421e57-b2c8-4fe7-b6b9-aec4507061ce)) 135 | (fp_line (start 6.58 7.3) (end 12.58 7.3) (layer "F.Fab") (width 0.1) (tstamp 90b0a0a3-377e-4d63-830f-46f0c44e6445)) 136 | (fp_line (start 6.58 19.05) (end 4.04 19.05) (layer "F.Fab") (width 0.1) (tstamp 960bcc9a-6b60-4fc4-b9d0-3a13092357a2)) 137 | (fp_line (start 12.58 12.38) (end 12.58 13.02) (layer "F.Fab") (width 0.1) (tstamp 9613a39a-e5eb-4a5c-abf0-2bd5dd8823d9)) 138 | (fp_line (start -0.32 18.1) (end 4.04 18.1) (layer "F.Fab") (width 0.1) (tstamp 96b0f75d-a096-49eb-b11c-3553a2bc8fd6)) 139 | (fp_line (start -0.32 10.48) (end 4.04 10.48) (layer "F.Fab") (width 0.1) (tstamp 9d1878b9-f256-4557-8fd8-d308778964ba)) 140 | (fp_line (start -0.32 13.02) (end 4.04 13.02) (layer "F.Fab") (width 0.1) (tstamp 9fc0d364-c81d-49cb-9d64-7861fdcb389f)) 141 | (fp_line (start 4.04 -0.635) (end 4.675 -1.27) (layer "F.Fab") (width 0.1) (tstamp a6f0f848-3099-4eb9-8f34-8bfcd217f94e)) 142 | (fp_line (start 6.58 13.02) (end 12.58 13.02) (layer "F.Fab") (width 0.1) (tstamp ac185363-fcb9-407f-baa1-b718021b9aa6)) 143 | (fp_line (start 6.58 2.86) (end 12.58 2.86) (layer "F.Fab") (width 0.1) (tstamp c1e34aad-e706-49a9-a3be-536055066a3a)) 144 | (fp_line (start 4.04 19.05) (end 4.04 -0.635) (layer "F.Fab") (width 0.1) (tstamp c3de3609-ac08-42b3-99ab-ac3207e3cd7a)) 145 | (fp_line (start 6.58 18.1) (end 12.58 18.1) (layer "F.Fab") (width 0.1) (tstamp c995e6d4-9099-4b74-a1fc-15c2faef37e9)) 146 | (fp_line (start 6.58 5.4) (end 12.58 5.4) (layer "F.Fab") (width 0.1) (tstamp d753cea3-609e-4ae7-ad1f-014a9b6b03d5)) 147 | (fp_line (start 6.58 7.94) (end 12.58 7.94) (layer "F.Fab") (width 0.1) (tstamp dece1b46-04a2-4f4e-9c8d-f3b0d4715f78)) 148 | (fp_line (start 12.58 -0.32) (end 12.58 0.32) (layer "F.Fab") (width 0.1) (tstamp eae68dff-fe08-4b50-8c0a-4ade69ec27fc)) 149 | (fp_line (start 6.58 2.22) (end 12.58 2.22) (layer "F.Fab") (width 0.1) (tstamp efb2d8d7-2d12-4b08-8b2c-d424d298494b)) 150 | (fp_line (start 6.58 9.84) (end 12.58 9.84) (layer "F.Fab") (width 0.1) (tstamp f1c85c51-0493-4161-8601-8b8c78c71a37)) 151 | (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 5ddca6c2-6b26-42da-8fbf-a8635fdf0da6)) 152 | (pad "2" thru_hole oval (at 2.54 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp bb0a36db-f0d9-4a16-b3a8-61370c8a0af4)) 153 | (pad "3" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 49e37cdd-939e-4aae-9a39-88ffeeaab274)) 154 | (pad "4" thru_hole oval (at 2.54 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 5f159d82-c1b0-4e92-bdd7-c7082fe28093)) 155 | (pad "5" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 2ce19fa6-0fcd-4ea4-be08-473fc57245c6)) 156 | (pad "6" thru_hole oval (at 2.54 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 8054512b-774a-4ea5-859e-ac1917e800b8)) 157 | (pad "7" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 1bfd34a7-0c5b-4f5d-ad73-6339b44082ed)) 158 | (pad "8" thru_hole oval (at 2.54 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 110573fa-ecd9-454a-9466-f342d4ce6cad)) 159 | (pad "9" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 2856a076-37cd-4952-910c-cb3594c7d0d7)) 160 | (pad "10" thru_hole oval (at 2.54 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 13fd417a-27c3-42d3-ac45-6dea636660d5)) 161 | (pad "11" thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 5f0dac01-db00-4f91-a1b1-cb11369cb1f9)) 162 | (pad "12" thru_hole oval (at 2.54 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 367be373-a803-41e0-aaa3-a96fea0b54c6)) 163 | (pad "13" thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp e4980130-d86d-47e2-9243-5866eeaf70a8)) 164 | (pad "14" thru_hole oval (at 2.54 15.24) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp f4db2824-bacc-481a-b71f-82bd64d7aee8)) 165 | (pad "15" thru_hole oval (at 0 17.78) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 89ff205e-19bc-4484-893f-fcb49f2ac187)) 166 | (pad "16" thru_hole oval (at 2.54 17.78) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 9c3edb18-a420-48b5-946e-508989d6ba65)) 167 | (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_2x08_P2.54mm_Horizontal.wrl" 168 | (offset (xyz 0 0 0)) 169 | (scale (xyz 1 1 1)) 170 | (rotate (xyz 0 0 0)) 171 | ) 172 | ) 173 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/RCA_AV-8,4-5A.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "RCA_AV-8,4-5A" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 0) 4 | (attr through_hole) 5 | (fp_text reference "REF**" (at 0.0508 -12.446 unlocked) (layer "F.SilkS") 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | (tstamp d91e3c66-eac4-4164-8943-c23213878765) 8 | ) 9 | (fp_text value "RCA_AV-8,4-5A" (at 0.0762 6.731 unlocked) (layer "F.Fab") 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | (tstamp 2e5e4e71-abc4-46ee-a9c3-d25fe6990374) 12 | ) 13 | (fp_line (start -5.0254 -4.3942) (end 4.9746 -4.3942) (layer "F.SilkS") (width 0.12) (tstamp 197c1862-06bb-4488-94c7-5c3ba9c52b3a)) 14 | (fp_line (start 4.3 -4.4) (end 4.3 -5.4) (layer "F.SilkS") (width 0.12) (tstamp 35e3435b-ae64-4bdc-a5c4-ac5f5a908eb2)) 15 | (fp_line (start 4.9708 1.8034) (end 4.9746 -4.3942) (layer "F.SilkS") (width 0.12) (tstamp 4a6cd63e-73bc-4a8e-8993-b5a628bbabf6)) 16 | (fp_line (start -2.921 5.6134) (end 2.9972 5.6134) (layer "F.SilkS") (width 0.12) (tstamp b9a71b7f-0f56-412c-b130-e712870b2af5)) 17 | (fp_line (start -5.0292 1.8034) (end -5.0254 -4.3942) (layer "F.SilkS") (width 0.12) (tstamp c1b5034d-4021-4786-ba19-7531b50b6268)) 18 | (fp_line (start -4.1 -4.4) (end -4.1 -5.4) (layer "F.SilkS") (width 0.12) (tstamp ed98c347-dd8e-477a-8c08-aea222703592)) 19 | (fp_rect (start -4.0738 -4.3942) (end 4.2262 -13.7942) (layer "F.Fab") (width 0.12) (fill none) (tstamp b0521489-ee00-4c5c-b0ee-3a706315d84e)) 20 | (pad "1" thru_hole circle (at 0 0) (size 4.5 4.5) (drill 2.2) (layers *.Cu *.Mask) (tstamp 4fb38b61-9392-47ee-a8fb-47ee1663e00b)) 21 | (pad "2" thru_hole circle (at 3.75 3.6) (size 4 4) (drill 1.8) (layers *.Cu *.Mask) (tstamp 3572b3ab-53b5-4c65-a0ad-fb8a67c8aa5f)) 22 | (pad "2" thru_hole circle (at -3.75 3.6) (size 4 4) (drill 1.8) (layers *.Cu *.Mask) (tstamp b0ec70cf-eb0d-4692-8d54-6f844bc9a7b0)) 23 | ) 24 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/Resistor_P11.43mm_Horizontal.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Resistor_P11.43mm_Horizontal" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5AE5139B) 4 | (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") 5 | (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 5.715 -1.651) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 563d764d-d206-4656-ae41-f5ca925fd522) 10 | ) 11 | (fp_text value "Resistor_P11.43mm_Horizontal" (at 6.731 1.778) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp d8c95edc-5956-4913-aadc-55e17d494afd) 14 | ) 15 | (fp_line (start 6.604 0.508) (end 6.223 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 19eea7f9-65e4-44df-a609-127609ef4874)) 16 | (fp_line (start 3.763 0) (end 3.937 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 52b15914-26a7-4b7f-9523-76b70fd2b5b8)) 17 | (fp_line (start 4.318 0.508) (end 3.937 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 53664b00-341d-490f-90f2-c5ac5014c3bb)) 18 | (fp_line (start 5.842 0.508) (end 6.223 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 5b1ed88e-bc8b-4246-b4ef-0088b9d0bd61)) 19 | (fp_line (start 7.366 0.508) (end 7.54 0) (layer "F.SilkS") (width 0.12) (tstamp 6787a933-efc7-43a1-8b87-cc2bc7049475)) 20 | (fp_line (start 4.318 0.508) (end 4.699 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 6de73da0-ad22-4693-a557-724e03be6599)) 21 | (fp_line (start 5.842 0.508) (end 5.461 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 924dc094-4a55-4b8c-b35f-4924f0b11f4a)) 22 | (fp_line (start 5.08 0.508) (end 5.461 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 93a21093-8398-45f5-b6e4-9982aff0775d)) 23 | (fp_line (start 7.366 0.508) (end 6.985 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 94023449-6f85-4587-a678-ecae36cc918f)) 24 | (fp_line (start 10.414 0) (end 7.54 0) (layer "F.SilkS") (width 0.12) (tstamp 9c20387c-6ff8-4ea3-b599-af15346da43e)) 25 | (fp_line (start 1.016 0) (end 3.763 0) (layer "F.SilkS") (width 0.12) (tstamp be444e37-12d8-4e13-bef8-5f07d020c56e)) 26 | (fp_line (start 5.08 0.508) (end 4.699 -0.508) (layer "F.SilkS") (width 0.12) (tstamp bf511881-fe04-47e0-a4e5-86c6695d35f5)) 27 | (fp_line (start 6.604 0.508) (end 6.985 -0.508) (layer "F.SilkS") (width 0.12) (tstamp ee326917-4117-4139-b3e3-7dc3062d3d60)) 28 | (fp_line (start 12.319 0.889) (end 12.319 -0.889) (layer "F.CrtYd") (width 0.05) (tstamp 11163fdd-b432-4138-aa2e-d95c249199fb)) 29 | (fp_line (start -0.889 0.889) (end 12.319 0.889) (layer "F.CrtYd") (width 0.05) (tstamp 71c360de-959a-41dd-9bae-a407254c693e)) 30 | (fp_line (start 12.319 -0.889) (end -0.889 -0.889) (layer "F.CrtYd") (width 0.05) (tstamp 791b7a38-490c-47d0-b0cf-132602abc2ca)) 31 | (fp_line (start -0.889 -0.889) (end -0.889 0.889) (layer "F.CrtYd") (width 0.05) (tstamp a4a54ef7-cb35-4616-a0b4-6a3a8d0a5994)) 32 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.7) (layers *.Cu *.Mask) (tstamp 7ba908c1-5b03-48b1-be4a-bc1cf89159c5)) 33 | (pad "2" thru_hole circle (at 11.43 0) (size 1.6 1.6) (drill 0.7) (layers *.Cu *.Mask) (tstamp f68b2002-be9d-425f-834f-3d9a01599500)) 34 | (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl" 35 | (offset (xyz 0 0 0)) 36 | (scale (xyz 1 1 1)) 37 | (rotate (xyz 0 0 0)) 38 | ) 39 | ) 40 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/Resistor_P12.7mm_Horizontal.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Resistor_P12.7mm_Horizontal" (version 20221018) (generator pcbnew) 2 | (layer "F.Cu") 3 | (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") 4 | (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") 5 | (attr through_hole) 6 | (fp_text reference "REF**" (at 6.35 -1.651) (layer "F.SilkS") 7 | (effects (font (size 1 1) (thickness 0.15))) 8 | (tstamp 563d764d-d206-4656-ae41-f5ca925fd522) 9 | ) 10 | (fp_text value "Resistor_P12.7mm_Horizontal" (at 6.35 1.778) (layer "F.Fab") 11 | (effects (font (size 1 1) (thickness 0.15))) 12 | (tstamp d8c95edc-5956-4913-aadc-55e17d494afd) 13 | ) 14 | (fp_line (start 1.143 0) (end 4.398 0) 15 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be444e37-12d8-4e13-bef8-5f07d020c56e)) 16 | (fp_line (start 4.398 0) (end 4.572 -0.508) 17 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52b15914-26a7-4b7f-9523-76b70fd2b5b8)) 18 | (fp_line (start 4.953 0.508) (end 4.572 -0.508) 19 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53664b00-341d-490f-90f2-c5ac5014c3bb)) 20 | (fp_line (start 4.953 0.508) (end 5.334 -0.508) 21 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6de73da0-ad22-4693-a557-724e03be6599)) 22 | (fp_line (start 5.715 0.508) (end 5.334 -0.508) 23 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bf511881-fe04-47e0-a4e5-86c6695d35f5)) 24 | (fp_line (start 5.715 0.508) (end 6.096 -0.508) 25 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93a21093-8398-45f5-b6e4-9982aff0775d)) 26 | (fp_line (start 6.477 0.508) (end 6.096 -0.508) 27 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 924dc094-4a55-4b8c-b35f-4924f0b11f4a)) 28 | (fp_line (start 6.477 0.508) (end 6.858 -0.508) 29 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b1ed88e-bc8b-4246-b4ef-0088b9d0bd61)) 30 | (fp_line (start 7.239 0.508) (end 6.858 -0.508) 31 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19eea7f9-65e4-44df-a609-127609ef4874)) 32 | (fp_line (start 7.239 0.508) (end 7.62 -0.508) 33 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee326917-4117-4139-b3e3-7dc3062d3d60)) 34 | (fp_line (start 8.001 0.508) (end 7.62 -0.508) 35 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94023449-6f85-4587-a678-ecae36cc918f)) 36 | (fp_line (start 8.001 0.508) (end 8.175 0) 37 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6787a933-efc7-43a1-8b87-cc2bc7049475)) 38 | (fp_line (start 11.557 0) (end 8.175 0) 39 | (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c20387c-6ff8-4ea3-b599-af15346da43e)) 40 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.7) (layers "*.Cu" "*.Mask") (tstamp 7ba908c1-5b03-48b1-be4a-bc1cf89159c5)) 41 | (pad "2" thru_hole circle (at 12.7 0) (size 1.6 1.6) (drill 0.7) (layers "*.Cu" "*.Mask") (tstamp f68b2002-be9d-425f-834f-3d9a01599500)) 42 | (group "" (id 415259a2-7ece-4e6a-b386-00d8a0dc1caa) 43 | (members 44 | 19eea7f9-65e4-44df-a609-127609ef4874 45 | 52b15914-26a7-4b7f-9523-76b70fd2b5b8 46 | 53664b00-341d-490f-90f2-c5ac5014c3bb 47 | 5b1ed88e-bc8b-4246-b4ef-0088b9d0bd61 48 | 6787a933-efc7-43a1-8b87-cc2bc7049475 49 | 6de73da0-ad22-4693-a557-724e03be6599 50 | 924dc094-4a55-4b8c-b35f-4924f0b11f4a 51 | 93a21093-8398-45f5-b6e4-9982aff0775d 52 | 94023449-6f85-4587-a678-ecae36cc918f 53 | 9c20387c-6ff8-4ea3-b599-af15346da43e 54 | be444e37-12d8-4e13-bef8-5f07d020c56e 55 | bf511881-fe04-47e0-a4e5-86c6695d35f5 56 | ee326917-4117-4139-b3e3-7dc3062d3d60 57 | ) 58 | ) 59 | (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl" 60 | (offset (xyz 0 0 0)) 61 | (scale (xyz 1.7 1 1)) 62 | (rotate (xyz 0 0 0)) 63 | ) 64 | ) 65 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/Resistor_P5.08mm_Vertical.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Resistor_P5.08mm_Vertical" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5AE5139B) 4 | (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") 5 | (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 2.6924 -1.5748) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 563d764d-d206-4656-ae41-f5ca925fd522) 10 | ) 11 | (fp_text value "Resistor_P5.08mm_Vertical" (at 6.731 1.778) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp d8c95edc-5956-4913-aadc-55e17d494afd) 14 | ) 15 | (fp_line (start 1.3998 0) (end 1.5738 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 52b15914-26a7-4b7f-9523-76b70fd2b5b8)) 16 | (fp_line (start 1.9548 0.508) (end 1.5738 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 53664b00-341d-490f-90f2-c5ac5014c3bb)) 17 | (fp_line (start 3.4798 0.508) (end 3.6538 0) (layer "F.SilkS") (width 0.12) (tstamp 6787a933-efc7-43a1-8b87-cc2bc7049475)) 18 | (fp_line (start 1.9548 0.508) (end 2.3358 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 6de73da0-ad22-4693-a557-724e03be6599)) 19 | (fp_line (start 3.4788 0.508) (end 3.0978 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 924dc094-4a55-4b8c-b35f-4924f0b11f4a)) 20 | (fp_line (start 2.7168 0.508) (end 3.0978 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 93a21093-8398-45f5-b6e4-9982aff0775d)) 21 | (fp_line (start 1.0395 0) (end 1.3989 0) (layer "F.SilkS") (width 0.12) (tstamp ae1828ae-cba5-4441-a401-b9d63fae8ed5)) 22 | (fp_line (start 2.7168 0.508) (end 2.3358 -0.508) (layer "F.SilkS") (width 0.12) (tstamp bf511881-fe04-47e0-a4e5-86c6695d35f5)) 23 | (fp_line (start 3.6538 0) (end 4.0132 0) (layer "F.SilkS") (width 0.12) (tstamp e898a72e-9b80-442b-a6d4-72f97efc608d)) 24 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.7) (layers *.Cu *.Mask) (tstamp 7ba908c1-5b03-48b1-be4a-bc1cf89159c5)) 25 | (pad "2" thru_hole circle (at 5.08 0) (size 1.6 1.6) (drill 0.7) (layers *.Cu *.Mask) (tstamp f68b2002-be9d-425f-834f-3d9a01599500)) 26 | (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl" 27 | (offset (xyz 0 0 0)) 28 | (scale (xyz 1 1 1)) 29 | (rotate (xyz 0 0 0)) 30 | ) 31 | ) 32 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/Resistor_P9.8mm_Horizontal.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Resistor_P9.8mm_Horizontal" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5AE5139B) 4 | (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") 5 | (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 5.715 -1.651) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 563d764d-d206-4656-ae41-f5ca925fd522) 10 | ) 11 | (fp_text value "Resistor_P9.8mm_Horizontal" (at 6.731 1.778) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp d8c95edc-5956-4913-aadc-55e17d494afd) 14 | ) 15 | (fp_line (start 5.842 0.508) (end 5.461 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 19eea7f9-65e4-44df-a609-127609ef4874)) 16 | (fp_line (start 3.001 0) (end 3.175 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 52b15914-26a7-4b7f-9523-76b70fd2b5b8)) 17 | (fp_line (start 3.556 0.508) (end 3.175 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 53664b00-341d-490f-90f2-c5ac5014c3bb)) 18 | (fp_line (start 5.08 0.508) (end 5.461 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 5b1ed88e-bc8b-4246-b4ef-0088b9d0bd61)) 19 | (fp_line (start 6.604 0.508) (end 6.778 0) (layer "F.SilkS") (width 0.12) (tstamp 6787a933-efc7-43a1-8b87-cc2bc7049475)) 20 | (fp_line (start 3.556 0.508) (end 3.937 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 6de73da0-ad22-4693-a557-724e03be6599)) 21 | (fp_line (start 5.08 0.508) (end 4.699 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 924dc094-4a55-4b8c-b35f-4924f0b11f4a)) 22 | (fp_line (start 4.318 0.508) (end 4.699 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 93a21093-8398-45f5-b6e4-9982aff0775d)) 23 | (fp_line (start 6.604 0.508) (end 6.223 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 94023449-6f85-4587-a678-ecae36cc918f)) 24 | (fp_line (start 8.763 0) (end 6.778 0) (layer "F.SilkS") (width 0.12) (tstamp 9c20387c-6ff8-4ea3-b599-af15346da43e)) 25 | (fp_line (start 1.016 0) (end 3.001 0) (layer "F.SilkS") (width 0.12) (tstamp be444e37-12d8-4e13-bef8-5f07d020c56e)) 26 | (fp_line (start 4.318 0.508) (end 3.937 -0.508) (layer "F.SilkS") (width 0.12) (tstamp bf511881-fe04-47e0-a4e5-86c6695d35f5)) 27 | (fp_line (start 5.842 0.508) (end 6.223 -0.508) (layer "F.SilkS") (width 0.12) (tstamp ee326917-4117-4139-b3e3-7dc3062d3d60)) 28 | (fp_line (start 10.795 0.889) (end 10.795 -0.889) (layer "F.CrtYd") (width 0.05) (tstamp 11163fdd-b432-4138-aa2e-d95c249199fb)) 29 | (fp_line (start -1.016 0.889) (end 10.795 0.889) (layer "F.CrtYd") (width 0.05) (tstamp 71c360de-959a-41dd-9bae-a407254c693e)) 30 | (fp_line (start 10.795 -0.889) (end -1.016 -0.889) (layer "F.CrtYd") (width 0.05) (tstamp 791b7a38-490c-47d0-b0cf-132602abc2ca)) 31 | (fp_line (start -1.016 -0.889) (end -1.016 0.889) (layer "F.CrtYd") (width 0.05) (tstamp a4a54ef7-cb35-4616-a0b4-6a3a8d0a5994)) 32 | (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.7) (layers *.Cu *.Mask) (tstamp 7ba908c1-5b03-48b1-be4a-bc1cf89159c5)) 33 | (pad "2" thru_hole circle (at 9.8 0) (size 1.6 1.6) (drill 0.7) (layers *.Cu *.Mask) (tstamp f68b2002-be9d-425f-834f-3d9a01599500)) 34 | (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl" 35 | (offset (xyz 0 0 0)) 36 | (scale (xyz 1 1 1)) 37 | (rotate (xyz 0 0 0)) 38 | ) 39 | ) 40 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/TO-92_Wide.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "TO-92_Wide" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5A2795B7) 4 | (descr "TO-92 leads molded, wide, drill 0.75mm (see NXP sot054_po.pdf)") 5 | (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 2.55 -4.19) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 6606b60e-693b-46c0-b6e5-64ac2796463b) 10 | ) 11 | (fp_text value "TO-92_Wide" (at 2.54 2.79) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 1cc62a6e-c260-4663-8881-f29bfe598f90) 14 | ) 15 | (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") 16 | (effects (font (size 1 1) (thickness 0.15))) 17 | (tstamp a4ba959a-766c-40fa-af70-3aed2781adba) 18 | ) 19 | (fp_line (start 0.74 1.85) (end 4.34 1.85) (layer "F.SilkS") (width 0.12) (tstamp 2f8466ce-0711-4f42-acea-998b935d1082)) 20 | (fp_arc (start 0.74 1.85) (mid 0.446097 1.509328) (end 0.215816 1.122795) (layer "F.SilkS") (width 0.12) (tstamp 463becb8-fa78-4849-9d07-9b8787475a17)) 21 | (fp_arc (start 3.65 -2.35) (mid 4.382279 -1.833196) (end 4.895458 -1.098371) (layer "F.SilkS") (width 0.12) (tstamp 59f74c06-c053-4068-9a5e-3842327506c3)) 22 | (fp_arc (start 0.172801 -1.103842) (mid 0.678995 -1.832692) (end 1.4 -2.35) (layer "F.SilkS") (width 0.12) (tstamp aa6ca7b1-011d-433c-9ab1-dd5527fac865)) 23 | (fp_arc (start 4.864184 1.122795) (mid 4.633903 1.509328) (end 4.34 1.85) (layer "F.SilkS") (width 0.12) (tstamp e00396b9-b4a7-441e-8689-866e0d7a65bd)) 24 | (fp_line (start 0.8 1.75) (end 4.3 1.75) (layer "F.Fab") (width 0.1) (tstamp 6e3c741e-fac3-4939-86f4-b27953604a18)) 25 | (fp_arc (start 2.54 -2.48) (mid 4.831221 -0.949055) (end 4.293625 1.753625) (layer "F.Fab") (width 0.1) (tstamp a03a41b4-2639-424c-9692-79982bdbef5b)) 26 | (fp_arc (start 0.786375 1.753625) (mid 0.248779 -0.949055) (end 2.54 -2.48) (layer "F.Fab") (width 0.1) (tstamp c613968c-863f-4d2b-8968-6a8ec69e7211)) 27 | (pad "1" thru_hole rect (at 0 0) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp ed6b5aa4-6dac-4819-aaed-a8bdb780c990)) 28 | (pad "2" thru_hole circle (at 2.54 -2.54) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp e9862526-ef92-4e0b-982b-321e1261dbc9)) 29 | (pad "3" thru_hole circle (at 5.08 0) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp e0803e41-768f-4dab-acc0-bcb1faef6954)) 30 | (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Wide.wrl" 31 | (offset (xyz 0 0 0)) 32 | (scale (xyz 1 1 1)) 33 | (rotate (xyz 0 0 0)) 34 | ) 35 | ) 36 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000.pretty/TO-92_Wide_Invert.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "TO-92_Wide_Invert" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5A2795B7) 4 | (descr "TO-92 leads molded, wide, drill 0.75mm (see NXP sot054_po.pdf)") 5 | (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 2.54 -3.556) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 6606b60e-693b-46c0-b6e5-64ac2796463b) 10 | ) 11 | (fp_text value "TO-92_Wide_Invert" (at 2.54 3.556) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 1cc62a6e-c260-4663-8881-f29bfe598f90) 14 | ) 15 | (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") 16 | (effects (font (size 1 1) (thickness 0.15))) 17 | (tstamp a4ba959a-766c-40fa-af70-3aed2781adba) 18 | ) 19 | (fp_line (start 0.74 1.85) (end 1.27 1.85) (layer "F.SilkS") (width 0.12) (tstamp 2f8466ce-0711-4f42-acea-998b935d1082)) 20 | (fp_line (start 3.81 1.85) (end 4.34 1.85) (layer "F.SilkS") (width 0.12) (tstamp 9471bffd-c16a-44af-b2d6-ae405b116044)) 21 | (fp_arc (start 0.74 1.85) (mid 0.312253 1.286125) (end 0.05 0.63) (layer "F.SilkS") (width 0.12) (tstamp 463becb8-fa78-4849-9d07-9b8787475a17)) 22 | (fp_arc (start 0.53 -1.61) (mid 2.55 -2.576012) (end 4.57 -1.61) (layer "F.SilkS") (width 0.12) (tstamp aa6ca7b1-011d-433c-9ab1-dd5527fac865)) 23 | (fp_arc (start 5.05 0.61) (mid 4.788046 1.284047) (end 4.34 1.85) (layer "F.SilkS") (width 0.12) (tstamp e00396b9-b4a7-441e-8689-866e0d7a65bd)) 24 | (fp_line (start 6.084 2.766) (end -1.016 2.766) (layer "F.CrtYd") (width 0.05) (tstamp 75537795-9db8-4136-8e6e-1f7db47a9027)) 25 | (fp_line (start -1.016 -2.794) (end -1.016 2.766) (layer "F.CrtYd") (width 0.05) (tstamp 9fb387a9-74d8-4d50-abc3-bd601fc421b7)) 26 | (fp_line (start 6.084 2.766) (end 6.084 -2.794) (layer "F.CrtYd") (width 0.05) (tstamp a35188c6-279d-400a-b166-fd5e2ae96687)) 27 | (fp_line (start -1.016 -2.794) (end 6.084 -2.794) (layer "F.CrtYd") (width 0.05) (tstamp accc5072-2b8d-43b3-99da-42a7b438a93f)) 28 | (fp_line (start 0.8 1.75) (end 4.3 1.75) (layer "F.Fab") (width 0.1) (tstamp 6e3c741e-fac3-4939-86f4-b27953604a18)) 29 | (fp_arc (start 2.54 -2.48) (mid 4.831221 -0.949055) (end 4.293625 1.753625) (layer "F.Fab") (width 0.1) (tstamp a03a41b4-2639-424c-9692-79982bdbef5b)) 30 | (fp_arc (start 0.786375 1.753625) (mid 0.248779 -0.949055) (end 2.54 -2.48) (layer "F.Fab") (width 0.1) (tstamp c613968c-863f-4d2b-8968-6a8ec69e7211)) 31 | (pad "1" thru_hole rect (at 0 -0.635 180) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp ed6b5aa4-6dac-4819-aaed-a8bdb780c990)) 32 | (pad "2" thru_hole circle (at 2.54 1.905 180) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp e9862526-ef92-4e0b-982b-321e1261dbc9)) 33 | (pad "3" thru_hole circle (at 5.08 -0.635 180) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp e0803e41-768f-4dab-acc0-bcb1faef6954)) 34 | (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Wide.wrl" 35 | (offset (xyz 0 0 0)) 36 | (scale (xyz 1 1 1)) 37 | (rotate (xyz 0 0 0)) 38 | ) 39 | ) 40 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/TK2000_report.txt: -------------------------------------------------------------------------------- 1 | PCB statistics report 2 | ===================== 3 | - Date: 01/09/2024 15:54:08 4 | - Project: TK2000 5 | - Board name: TK2000 6 | 7 | Board 8 | ----- 9 | - Width: 236,8000 mm 10 | - Height: 169,8100 mm 11 | - Area: 40103,0117 mm² 12 | 13 | Pads 14 | ---- 15 | - Through hole: 1244 16 | - SMD: 0 17 | - Connector: 0 18 | - NPTH: 1 19 | 20 | Vias 21 | ---- 22 | - Through vias: 583 23 | - Blind/buried: 0 24 | - Micro vias: 0 25 | 26 | Components 27 | ---------- 28 | 29 | | | Front Side | Back Side | Total | 30 | |--------------|------------|-----------|-------| 31 | |THT: | 195 | 0 | 195 | 32 | |SMD: | 0 | 0 | 0 | 33 | |Unspecified: | 9 | 2 | 11 | 34 | |Total: | 204 | 2 | 206 | 35 | 36 | Drill holes 37 | ----------- 38 | 39 | | Count | Shape | X Size | Y Size | Plated | Via/Pad | Start Layer | Stop Layer | 40 | |-------|-------|-----------|-----------|--------|---------|-------------|------------| 41 | | 958 | Round | 0,8000 mm | 0,8000 mm | PTH | Pad | F.Cu | B.Cu | 42 | | 576 | Round | 0,6000 mm | 0,6000 mm | PTH | Via | F.Cu | B.Cu | 43 | | 125 | Round | 1,0000 mm | 1,0000 mm | PTH | Pad | F.Cu | B.Cu | 44 | | 106 | Round | 0,7000 mm | 0,7000 mm | PTH | Pad | F.Cu | B.Cu | 45 | | 34 | Round | 0,7620 mm | 0,7620 mm | PTH | Pad | F.Cu | B.Cu | 46 | | 8 | Round | 2,5000 mm | 2,5000 mm | PTH | Pad | F.Cu | B.Cu | 47 | | 7 | Round | 0,8000 mm | 0,8000 mm | PTH | Via | F.Cu | B.Cu | 48 | | 4 | Round | 2,7000 mm | 2,7000 mm | PTH | Pad | F.Cu | B.Cu | 49 | | 4 | Round | 1,8000 mm | 1,8000 mm | PTH | Pad | F.Cu | B.Cu | 50 | | 3 | Round | 3,5000 mm | 3,5000 mm | PTH | Pad | F.Cu | B.Cu | 51 | | 2 | Round | 2,2000 mm | 2,2000 mm | PTH | Pad | F.Cu | B.Cu | 52 | | 1 | Round | 2,7000 mm | 2,7000 mm | NPTH | Pad | F.Cu | B.Cu | 53 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name "TK2000")(type "KiCad")(uri "${KIPRJMOD}/TK2000.pretty")(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/production/Microdigital-TK2000_Rev1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/production/Microdigital-TK2000_Rev1.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/production/backups/Microdigital_-_TK_2000_1_2024-09-01_20-38-12.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaKiCad/TK2000/production/backups/Microdigital_-_TK_2000_1_2024-09-01_20-38-12.zip -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/production/bom.csv: -------------------------------------------------------------------------------- 1 | Designator,Footprint,Quantity,Value,LCSC Part # 2 | "C1, C10, C11, C12, C13, C14, C15, C16, C17, C18, C19, C2, C20, C21, C22, C3, C4, C5, C6, C7, C8, C9",C_Disc_D4.3mm_W1.9mm_P5.00mm,22,0.1, 3 | "C100, C58",C_Polarized_P5.00mm,2,C_Polarized_Small, 4 | C104,C_Polarized_P5.00mm,1,1uF, 5 | C105,C_Polarized_P5.00mm,1,47uF, 6 | "C106, C107",C_Polarized_P10.00mm,2,100uF, 7 | "C46, C47, C49, C50, C51",C_Disc_D4.3mm_W1.9mm_P5.00mm,5,C_Small, 8 | C64,C_Disc_D4.3mm_W1.9mm_P5.00mm,1,?, 9 | "D1, D10, D3, D4, D5, D6, D7, D8, D9",Diodo_9.38mm,9,D_Small, 10 | D12,Diodo_9.38mm,1,5V1, 11 | D13,PinHeader_1x02_P2.54mm_Vertical,1,LED, 12 | "H1, H2, H3",MountingHole_3.5mm_Pad,3,MountingHole_Pad, 13 | "H4, H6, H7, H8",MountingHole_2.7mm_Pad,4,MountingHole_Pad, 14 | H5,MountingHole_2.7mm,1,MountingHole_Pad, 15 | "J1, J10, J14, J16, J3, J4, J5, J7, J9",Jumper_Open,9,SolderJumper_2_Open, 16 | J100,DSUB-9_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm,1,Joystick, 17 | "J11, J12, J6, J8",Jumper_Bridged,4,SolderJumper_2_Open, 18 | "J13, J15",Jumper_Bridged,2,~, 19 | J17,Jumper_Open,1,SolderJumper_2_Open_Small, 20 | J2,Jumper_Open,1,TK2000:Jumper_Open, 21 | L1,L_Axial_L7.0mm_D3.3mm_P10.16mm_Horizontal_Fastron_MICC,1,47uH, 22 | LS1,Connector_AMP,1,AMP, 23 | P1,DSUB-9_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm,1,POWER, 24 | P2,PinSocket_2x25_P2.54mm_Horizontal,1,Conector de Expansão, 25 | P3,PinHeader_2x08_P2.54mm_Horizontal,1,P3, 26 | P5,Connector_P5,1,Conector_P5, 27 | "Q1, Q3, Q5, Q6, Q7",TO-92_Wide,5,BC548, 28 | Q2,TO-92_Wide_Invert,1,BF494B, 29 | "Q8, Q9",TO-126-3_Vertical,2,BD140, 30 | "R1, R10, R12, R16, R2, R21, R22, R26, R28, R29, R30, R31, R32, R33, R34, R35, R36, R37, R38, R43, R45, R5, R61, R65, R66",Resistor_P12.7mm_Horizontal,25,1k, 31 | "R169, R171",Resistor_P5.08mm_Vertical,2,3k3, 32 | R17,Resistor_P12.7mm_Horizontal,1,2k, 33 | "R18, R19, R25, R4, R9",Resistor_P12.7mm_Horizontal,5,12k, 34 | "R23, R46, R47",Resistor_P9.8mm_Horizontal,3,1k, 35 | R24,Resistor_P12.7mm_Horizontal,1,100, 36 | "R27, R8",Resistor_P12.7mm_Horizontal,2,1k5, 37 | R3,Resistor_P12.7mm_Horizontal,1,1M, 38 | "R40, R41, R42",Resistor_P12.7mm_Horizontal,3,47, 39 | R44,Resistor_P12.7mm_Horizontal,1,220, 40 | R60,Resistor_P12.7mm_Horizontal,1,560, 41 | "R67, R72, R73, R74",Resistor_P12.7mm_Horizontal,4,?, 42 | "R68, R70",Resistor_P12.7mm_Horizontal,2,470, 43 | "R69, R71",Resistor_P12.7mm_Horizontal,2,5k6, 44 | T2,"RCA_AV-8,4-5A",1,MONITOR, 45 | T3,J2_Mono_Panel,1,EAR, 46 | T4,J2_Mono_Panel,1,MIC, 47 | T5,J2_Mono_Panel,1,B - Remote, 48 | T6,J2_Mono_Panel,1,A - Remote, 49 | T7,"RCA_AV-8,4-5A",1,AUDIO, 50 | "TP1, TP10, TP3, TP6, TP7, TP8, TP9",Pin_D1.0mm_L10.0mm,7,TestPoint_Small, 51 | TP4,Pin_D1.0mm_L10.0mm,1,~{CAS}, 52 | "U10, U11",DIP-14_W7.62mm,2,74LS02, 53 | U12,DIP-14_W7.62mm,1,74LS11, 54 | U13,DIP-14_W7.62mm,1,74LS86, 55 | "U14, U15, U20, U26",DIP-16_W7.62mm,4,74LS161, 56 | "U16, U2",DIP-16_W7.62mm,2,74LS194, 57 | "U17, U28, U35",DIP-20_W7.62mm,3,74LS244, 58 | U18,DIP-14_W7.62mm,1,74LS51, 59 | U19,DIP-14_W7.62mm,1,74LS08, 60 | U21,DIP-16_W7.62mm,1,74LS283, 61 | "U22, U23, U27, U3, U34",DIP-16_W7.62mm,5,74LS153, 62 | "U24, U8",DIP-20_W7.62mm,2,74LS273, 63 | "U25, U5",DIP-14_W7.62mm,2,74LS04, 64 | U29,DIP-40_W15.24mm,1,6502, 65 | U30,DIP-20_W7.62mm,1,74LS245, 66 | U31,DIP-8_W7.62mm,1,LM741, 67 | U33,DIP-14_W7.62mm,1,74LS32, 68 | U36,DIP-16_W7.62mm,1,74LS259, 69 | "U37, U9",DIP-14_W7.62mm,2,74LS74, 70 | "U38, U50",DIP-16_W7.62mm,2,74LS138, 71 | "U39, U40",DIP-28_W15.24mm,2,2764, 72 | U4,DIP-16_W7.62mm,1,74LS175, 73 | U41,DIP-20_W7.62mm,1,PAL14L4, 74 | U42,DIP-16_W7.62mm,1,4116_U42, 75 | U43,DIP-16_W7.62mm,1,4116_U43, 76 | "U44, U45, U46, U47",DIP-16_W7.62mm,4,4116_U47, 77 | "U48, U49",DIP-16_W7.62mm,2,4116, 78 | U51,DIP-16_W7.62mm,1,74LS174, 79 | U52,DIP-16_W7.62mm,1,74LS157, 80 | U6,DIP-16_W7.62mm,1,74LS253, 81 | U7,DIP-16_W7.62mm,1,74LS166, 82 | Y1,Crystal_HC52-U_Horizontal,1,Crystal, 83 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/production/designators.csv: -------------------------------------------------------------------------------- 1 | C1:1 2 | C10:1 3 | C100:1 4 | C104:1 5 | C105:1 6 | C106:1 7 | C107:1 8 | C11:1 9 | C12:1 10 | C13:1 11 | C14:1 12 | C15:1 13 | C16:1 14 | C17:1 15 | C18:1 16 | C19:1 17 | C2:1 18 | C20:1 19 | C21:1 20 | C22:1 21 | C3:1 22 | C4:1 23 | C46:1 24 | C47:1 25 | C49:1 26 | C5:1 27 | C50:1 28 | C51:1 29 | C58:1 30 | C6:1 31 | C64:1 32 | C7:1 33 | C8:1 34 | C9:1 35 | D1:1 36 | D10:1 37 | D12:1 38 | D13:1 39 | D3:1 40 | D4:1 41 | D5:1 42 | D6:1 43 | D7:1 44 | D8:1 45 | D9:1 46 | G***:3 47 | H1:1 48 | H2:1 49 | H3:1 50 | H4:1 51 | H5:1 52 | H6:1 53 | H7:1 54 | H8:1 55 | J1:1 56 | J10:1 57 | J100:1 58 | J11:1 59 | J12:1 60 | J13:1 61 | J14:1 62 | J15:1 63 | J16:1 64 | J17:1 65 | J2:1 66 | J3:1 67 | J4:1 68 | J5:1 69 | J6:1 70 | J7:1 71 | J8:1 72 | J9:1 73 | L1:1 74 | LS1:1 75 | P1:1 76 | P2:1 77 | P3:1 78 | P5:1 79 | Q1:1 80 | Q2:1 81 | Q3:1 82 | Q5:1 83 | Q6:1 84 | Q7:1 85 | Q8:1 86 | Q9:1 87 | R1:1 88 | R10:1 89 | R12:1 90 | R16:1 91 | R169:1 92 | R17:1 93 | R171:1 94 | R18:1 95 | R19:1 96 | R2:1 97 | R21:1 98 | R22:1 99 | R23:1 100 | R24:1 101 | R25:1 102 | R26:1 103 | R27:1 104 | R28:1 105 | R29:1 106 | R3:1 107 | R30:1 108 | R31:1 109 | R32:1 110 | R33:1 111 | R34:1 112 | R35:1 113 | R36:1 114 | R37:1 115 | R38:1 116 | R4:1 117 | R40:1 118 | R41:1 119 | R42:1 120 | R43:1 121 | R44:1 122 | R45:1 123 | R46:1 124 | R47:1 125 | R5:1 126 | R60:1 127 | R61:1 128 | R65:1 129 | R66:1 130 | R67:1 131 | R68:1 132 | R69:1 133 | R70:1 134 | R71:1 135 | R72:1 136 | R73:1 137 | R74:1 138 | R8:1 139 | R9:1 140 | T2:1 141 | T3:1 142 | T4:1 143 | T5:1 144 | T6:1 145 | T7:1 146 | TP1:1 147 | TP10:1 148 | TP3:1 149 | TP4:1 150 | TP6:1 151 | TP7:1 152 | TP8:1 153 | TP9:1 154 | U10:1 155 | U11:1 156 | U12:1 157 | U13:1 158 | U14:1 159 | U15:1 160 | U16:1 161 | U17:1 162 | U18:1 163 | U19:1 164 | U2:1 165 | U20:1 166 | U21:1 167 | U22:1 168 | U23:1 169 | U24:1 170 | U25:1 171 | U26:1 172 | U27:1 173 | U28:1 174 | U29:1 175 | U3:1 176 | U30:1 177 | U31:1 178 | U33:1 179 | U34:1 180 | U35:1 181 | U36:1 182 | U37:1 183 | U38:1 184 | U39:1 185 | U4:1 186 | U40:1 187 | U41:1 188 | U42:1 189 | U43:1 190 | U44:1 191 | U45:1 192 | U46:1 193 | U47:1 194 | U48:1 195 | U49:1 196 | U5:1 197 | U50:1 198 | U51:1 199 | U52:1 200 | U6:1 201 | U7:1 202 | U8:1 203 | U9:1 204 | Y1:1 205 | kibuzzard-66D4FA69:1 206 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/production/positions.csv: -------------------------------------------------------------------------------- 1 | Designator,Mid X,Mid Y,Rotation,Layer 2 | C1,298.48,-54.41,0.0,top 3 | C10,199.4,-112.05,0.0,top 4 | C100,170.1501,-119.392,0.0,top 5 | C104,112.162551,-88.788,180.0,top 6 | C105,106.2101,-199.602,0.0,top 7 | C106,109.02,-205.19,180.0,top 8 | C107,112.668,-67.6201,270.0,top 9 | C11,194.29,-134.96,0.0,top 10 | C12,162.15,-53.56,180.0,top 11 | C13,154.77,-56.85,0.0,top 12 | C14,154.67,-64.5,0.0,top 13 | C15,162.25,-81.58,180.0,top 14 | C16,132.47,-53.92,180.0,top 15 | C17,124.89,-53.76,0.0,top 16 | C18,126.16,-67.02,0.0,top 17 | C19,132.16,-81.78,180.0,top 18 | C2,298.45,-95.65,0.0,top 19 | C20,132.03,-137.25,0.0,top 20 | C21,103.79,-138.42,180.0,top 21 | C22,132.27,-109.22,0.0,top 22 | C3,298.34,-137.05,0.0,top 23 | C4,264.1,-52.64,0.0,top 24 | C46,303.175,-178.55,0.0,top 25 | C47,143.37715,-109.98405,0.0,top 26 | C49,303.125,-187.325,180.0,top 27 | C5,264.1,-109.74,0.0,top 28 | C50,288.425,-182.325,180.0,top 29 | C51,303.35,-80.9,0.0,top 30 | C58,311.6501,-202.092,0.0,top 31 | C6,263.79,-150.09,0.0,top 32 | C64,115.4,-153.75,0.0,top 33 | C7,229.47,-52.53,0.0,top 34 | C8,226.65,-137.51,0.0,top 35 | C9,194.42,-53.69,0.0,top 36 | D1,263.85,-203.8,270.0,top 37 | D10,243.45,-203.8,270.0,top 38 | D12,105.25,-206.95,0.0,top 39 | D13,284.36,-154.9,90.0,top 40 | D3,246.0,-203.8,270.0,top 41 | D4,248.55,-203.8,270.0,top 42 | D5,258.75,-203.8,270.0,top 43 | D6,253.65,-203.8,270.0,top 44 | D7,256.2,-203.8,270.0,top 45 | D8,261.3,-203.8,270.0,top 46 | D9,251.1,-203.8,270.0,top 47 | J1,122.14,-61.51,180.0,top 48 | J10,169.45,-160.468,270.0,top 49 | J100,281.35,-208.25,0.0,top 50 | J11,171.93,-160.468,90.0,top 51 | J12,244.85,-168.842,270.0,top 52 | J13,319.55,-103.323,90.0,top 53 | J14,319.55,-108.46,90.0,top 54 | J15,295.93,-179.587,90.0,top 55 | J16,293.36,-179.587,270.0,top 56 | J17,223.9,-94.85425,90.0,top 57 | J2,122.08,-58.85,180.0,top 58 | J3,118.18,-64.18,180.0,top 59 | J4,183.613,-56.82,0.0,top 60 | J5,118.19,-66.81,180.0,top 61 | J6,166.81,-141.63,90.0,top 62 | J7,169.286666,-141.642,270.0,top 63 | J8,171.763332,-141.642,270.0,top 64 | J9,174.24,-141.642,90.0,top 65 | L1,287.35,-64.45,90.0,top 66 | LS1,219.41,-54.4,180.0,top 67 | P1,96.29,-62.5,270.0,top 68 | P2,146.55,-212.0,90.0,top 69 | P3,230.75,-214.0,270.0,top 70 | P5,293.6,-192.0,90.0,top 71 | Q1,283.6,-53.62,180.0,top 72 | Q2,303.275,-182.975,180.0,top 73 | Q3,124.2,-118.12,180.0,top 74 | Q5,111.92,-197.74,90.0,top 75 | Q6,111.84965,-181.26,90.0,top 76 | Q7,215.65,-62.87,180.0,top 77 | Q8,109.915,-189.88,90.0,top 78 | Q9,109.6,-172.65,90.0,top 79 | R1,285.5,-98.85,270.0,top 80 | R10,223.9,-84.5,270.0,top 81 | R12,288.0,-167.3,90.0,top 82 | R16,322.1,-73.2365,270.0,top 83 | R169,105.664,-196.85,0.0,top 84 | R17,322.1,-88.2365,270.0,top 85 | R171,106.934,-178.689,180.0,top 86 | R18,115.0865,-157.75,0.0,top 87 | R19,116.1635,-161.45,180.0,top 88 | R2,109.2,-147.1135,90.0,top 89 | R21,123.7,-192.8635,90.0,top 90 | R22,126.025,-192.8635,90.0,top 91 | R23,111.06325,-116.81025,180.0,top 92 | R24,116.1365,-166.35,0.0,top 93 | R25,116.1635,-163.9,180.0,top 94 | R26,171.05,-109.95,0.0,top 95 | R27,171.1635,-112.45,180.0,top 96 | R28,180.55,-186.6365,270.0,top 97 | R29,188.2,-186.6365,270.0,top 98 | R3,116.8865,-138.85,0.0,top 99 | R30,183.3,-186.6365,270.0,top 100 | R31,185.65,-186.6365,270.0,top 101 | R32,178.025,-186.6365,270.0,top 102 | R33,165.4,-186.6365,270.0,top 103 | R34,175.5,-186.6365,270.0,top 104 | R35,172.975,-186.6365,270.0,top 105 | R36,170.45,-186.6365,270.0,top 106 | R37,167.925,-186.6365,270.0,top 107 | R38,128.35,-192.8635,90.0,top 108 | R4,122.1,-148.8865,270.0,top 109 | R40,314.3885,-187.6,180.0,top 110 | R41,292.0115,-187.25,0.0,top 111 | R42,292.0115,-184.925,0.0,top 112 | R43,320.6,-168.5115,270.0,top 113 | R44,267.4635,-163.4,180.0,top 114 | R45,254.3,-59.25,90.0,top 115 | R46,110.998,-120.142,0.0,top 116 | R47,107.72955,-122.682,180.0,top 117 | R5,284.9115,-122.775,0.0,top 118 | R60,123.3,-128.7865,270.0,top 119 | R61,302.0,-207.5,270.0,top 120 | R65,299.4,-207.5,90.0,top 121 | R66,298.6635,-198.65,180.0,top 122 | R67,206.7365,-52.9,0.0,top 123 | R68,115.2,-193.8865,270.0,top 124 | R69,117.7,-194.1,270.0,top 125 | R70,115.07,-177.8,90.0,top 126 | R71,117.6,-177.8,270.0,top 127 | R72,108.34,-202.34,180.0,top 128 | R73,217.0,-77.0635,90.0,top 129 | R74,214.35,-77.0635,90.0,top 130 | R8,289.9,-108.65,0.0,top 131 | R9,305.2635,-108.85,180.0,top 132 | T2,91.9296,-119.79,90.0,top 133 | T3,98.8565,-145.255,90.0,top 134 | T4,98.8565,-158.188333,90.0,top 135 | T5,98.8565,-171.121666,90.0,top 136 | T6,98.8565,-184.055,90.0,top 137 | T7,91.9296,-88.16,90.0,top 138 | TP1,317.55,-128.48,180.0,top 139 | TP10,319.97,-75.25,90.0,top 140 | TP3,284.56,-84.6,0.0,top 141 | TP4,183.62,-65.79,0.0,top 142 | TP6,284.54,-150.39,0.0,top 143 | TP7,287.97,-84.59,180.0,top 144 | TP8,318.12,-67.3,0.0,top 145 | TP9,322.11,-98.49,270.0,top 146 | U10,303.51295,-129.59275,90.0,top 147 | U11,303.51295,-102.20845,90.0,top 148 | U12,303.5,-88.25,90.0,top 149 | U13,303.51295,-60.77465,90.0,top 150 | U14,235.62735,-74.42715,90.0,top 151 | U15,235.62735,-60.45715,90.0,top 152 | U16,270.15,-156.35,90.0,top 153 | U17,203.03,-171.50285,90.0,top 154 | U18,303.51295,-115.86095,90.0,top 155 | U19,303.35,-157.25,90.0,top 156 | U2,270.4,-129.85,90.0,top 157 | U20,235.62735,-101.89095,90.0,top 158 | U21,270.47295,-60.45715,90.0,top 159 | U22,200.62295,-88.4,90.0,top 160 | U23,200.62295,-102.12905,90.0,top 161 | U24,203.03,-185.31415,90.0,top 162 | U25,303.59235,-74.50655,90.0,top 163 | U26,235.62735,-88.31785,90.0,top 164 | U27,200.62295,-74.34785,90.0,top 165 | U28,203.17295,-143.96,90.0,top 166 | U29,220.895,-122.405,90.0,top 167 | U3,270.23485,-143.64215,90.0,top 168 | U30,203.03,-157.37415,90.0,top 169 | U31,115.61745,-146.42025,90.0,top 170 | U33,303.45,-143.65,90.0,top 171 | U34,200.62295,-60.45725,90.0,top 172 | U35,235.47855,-144.0,90.0,top 173 | U36,138.55175,-129.91035,90.0,top 174 | U37,137.35,-116.2,90.0,top 175 | U38,163.6,-130.0,90.0,top 176 | U39,146.09735,-147.605,90.0,top 177 | U4,270.47295,-102.04975,90.0,top 178 | U40,146.1,-168.86,90.0,top 179 | U41,235.47855,-157.37415,90.0,top 180 | U42,168.635,-102.20845,90.0,top 181 | U43,168.635,-88.31785,90.0,top 182 | U44,168.635,-74.5,90.0,top 183 | U45,168.635,-60.53655,90.0,top 184 | U46,138.63105,-102.20845,90.0,top 185 | U47,138.55175,-88.47655,90.0,top 186 | U48,138.6,-74.5,90.0,top 187 | U49,138.71045,-60.53655,90.0,top 188 | U5,303.2,-170.95,90.0,top 189 | U50,232.92855,-171.26475,90.0,top 190 | U51,270.39355,-88.23845,90.0,top 191 | U52,270.47295,-74.42715,90.0,top 192 | U6,269.865,-170.07405,90.0,top 193 | U7,269.865,-182.47,90.0,top 194 | U8,235.24045,-185.15535,90.0,top 195 | U9,269.15,-116.1,90.0,top 196 | Y1,313.8,-181.11,90.0,top 197 | -------------------------------------------------------------------------------- /EsquemaKiCad/TK2000/sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (lib (name "TK2000")(type "KiCad")(uri "${KIPRJMOD}/TK2000.kicad_sym")(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /EsquemaOriginal/esquema-tk2000.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaOriginal/esquema-tk2000.pdf -------------------------------------------------------------------------------- /EsquemaOriginal/tk2000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/EsquemaOriginal/tk2000.jpg -------------------------------------------------------------------------------- /Fotos/Corrigido/tk2000_b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Corrigido/tk2000_b.jpg -------------------------------------------------------------------------------- /Fotos/Corrigido/tk2000_pre_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Corrigido/tk2000_pre_b.png -------------------------------------------------------------------------------- /Fotos/Corrigido/tk2000_pre_b2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Corrigido/tk2000_pre_b2.png -------------------------------------------------------------------------------- /Fotos/Corrigido/tk2000_pre_f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Corrigido/tk2000_pre_f.jpg -------------------------------------------------------------------------------- /Fotos/Corrigido/tk2000_pre_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Corrigido/tk2000_pre_f.png -------------------------------------------------------------------------------- /Fotos/Corrigido/tk2000_pre_f2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Corrigido/tk2000_pre_f2.jpg -------------------------------------------------------------------------------- /Fotos/Corrigido/tk2000_pre_f3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Corrigido/tk2000_pre_f3.jpg -------------------------------------------------------------------------------- /Fotos/Original/117225193_1675733515915561_8471204110769268114_n.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/117225193_1675733515915561_8471204110769268114_n.jpg -------------------------------------------------------------------------------- /Fotos/Original/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/6.jpg -------------------------------------------------------------------------------- /Fotos/Original/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/9.jpg -------------------------------------------------------------------------------- /Fotos/Original/Multitech_MPF-II_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/Multitech_MPF-II_02.jpg -------------------------------------------------------------------------------- /Fotos/Original/Projetos_TK2000_clareamento(10).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/Projetos_TK2000_clareamento(10).jpg -------------------------------------------------------------------------------- /Fotos/Original/Projetos_TK2000_clareamento(9).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/Projetos_TK2000_clareamento(9).jpg -------------------------------------------------------------------------------- /Fotos/Original/Projetos_TK2000_saida_som(10).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/Projetos_TK2000_saida_som(10).jpg -------------------------------------------------------------------------------- /Fotos/Original/Projetos_TK2000_saida_som(3).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/Projetos_TK2000_saida_som(3).jpg -------------------------------------------------------------------------------- /Fotos/Original/fotospcbtk20002/20221020_183214.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/fotospcbtk20002/20221020_183214.jpg -------------------------------------------------------------------------------- /Fotos/Original/fotospcbtk20002/20221020_183236.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/fotospcbtk20002/20221020_183236.jpg -------------------------------------------------------------------------------- /Fotos/Original/fotospcbtk20002/20221020_185719.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/fotospcbtk20002/20221020_185719.jpg -------------------------------------------------------------------------------- /Fotos/Original/fotospcbtk20002/20221020_185743.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/fotospcbtk20002/20221020_185743.jpg -------------------------------------------------------------------------------- /Fotos/Original/fotospcbtk20002/20221020_185814.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/fotospcbtk20002/20221020_185814.jpg -------------------------------------------------------------------------------- /Fotos/Original/fotospcbtk20002/20221020_185822.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/fotospcbtk20002/20221020_185822.jpg -------------------------------------------------------------------------------- /Fotos/Original/fotospcbtk20002/20221020_185852.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/fotospcbtk20002/20221020_185852.jpg -------------------------------------------------------------------------------- /Fotos/Original/fotospcbtk20002/20221020_185859.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/fotospcbtk20002/20221020_185859.jpg -------------------------------------------------------------------------------- /Fotos/Original/fotospcbtk20002/20221020_185907.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/fotospcbtk20002/20221020_185907.jpg -------------------------------------------------------------------------------- /Fotos/Original/fotospcbtk20002/20221020_185922.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/fotospcbtk20002/20221020_185922.jpg -------------------------------------------------------------------------------- /Fotos/Original/som no tk2000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/som no tk2000.jpg -------------------------------------------------------------------------------- /Fotos/Original/tk-2000 (5).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/tk-2000 (5).jpg -------------------------------------------------------------------------------- /Fotos/Original/tk2000-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Fotos/Original/tk2000-1.jpg -------------------------------------------------------------------------------- /Fotos/ground_plane.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 35 | 37 | 41 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /Imagens/TK2000_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Imagens/TK2000_b.png -------------------------------------------------------------------------------- /Imagens/TK2000_b_comparacao.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Imagens/TK2000_b_comparacao.PNG -------------------------------------------------------------------------------- /Imagens/TK2000_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Imagens/TK2000_f.png -------------------------------------------------------------------------------- /Imagens/TK2000_f_comparacao.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Imagens/TK2000_f_comparacao.PNG -------------------------------------------------------------------------------- /Imagens/tk2000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Imagens/tk2000.png -------------------------------------------------------------------------------- /Imagens/tk2000_roteamento.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Imagens/tk2000_roteamento.png -------------------------------------------------------------------------------- /Interface de Drive/DISKII-1.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/DISKII-1.BIN -------------------------------------------------------------------------------- /Interface de Drive/DISKII-1.csv: -------------------------------------------------------------------------------- 1 | A,B,C,D,E,F,G,H,,F0,F1,F2,F3,F4,F5,F6,F7 2 | 0,0,0,0,0,0,0,0,,0,1,0,1,0,0,1,0 3 | 0,0,0,0,0,0,0,1,,0,1,0,0,0,0,0,0 4 | 0,0,0,0,0,0,1,0,,0,1,0,1,0,0,0,0 5 | 0,0,0,0,0,0,1,1,,0,0,0,0,0,0,0,0 6 | 0,0,0,0,0,1,0,0,,0,1,0,1,0,0,1,0 7 | 0,0,0,0,0,1,0,1,,0,0,0,0,0,0,1,1 8 | 0,0,0,0,0,1,1,0,,0,0,0,1,0,1,1,0 9 | 0,0,0,0,0,1,1,1,,1,1,0,0,1,1,0,0 10 | 0,0,0,0,1,0,0,0,,0,0,0,1,1,0,1,0 11 | 0,0,0,0,1,0,0,1,,0,0,0,0,1,0,1,0 12 | 0,0,0,0,1,0,1,0,,0,1,0,0,0,1,0,0 13 | 0,0,0,0,1,0,1,1,,1,1,0,0,1,1,0,0 14 | 0,0,0,0,1,1,0,0,,1,1,1,1,0,0,0,0 15 | 0,0,0,0,1,1,0,1,,1,0,0,0,0,0,0,0 16 | 0,0,0,0,1,1,1,0,,0,0,0,0,0,1,0,1 17 | 0,0,0,0,1,1,1,1,,1,1,0,0,1,1,0,0 18 | 0,0,0,1,0,0,0,0,,0,0,1,0,1,0,0,1 19 | 0,0,0,1,0,0,0,1,,1,1,1,1,1,1,1,1 20 | 0,0,0,1,0,0,1,0,,0,1,0,0,1,0,0,1 21 | 0,0,0,1,0,0,1,1,,1,1,1,0,1,1,1,0 22 | 0,0,0,1,0,1,0,0,,1,1,0,1,0,0,0,0 23 | 0,0,0,1,0,1,0,1,,0,0,0,0,1,0,0,0 24 | 0,0,0,1,0,1,1,0,,0,0,1,0,1,0,1,0 25 | 0,0,0,1,0,1,1,1,,1,0,1,1,0,0,0,0 26 | 0,0,0,1,1,0,0,0,,1,1,1,1,1,0,1,1 27 | 0,0,0,1,1,0,0,1,,1,0,0,1,1,0,0,0 28 | 0,0,0,1,1,0,1,0,,1,0,0,1,1,1,0,1 29 | 0,0,0,1,1,0,1,1,,1,0,1,0,0,1,1,0 30 | 0,0,0,1,1,1,0,0,,0,0,0,0,0,0,1,1 31 | 0,0,0,1,1,1,0,1,,0,0,1,1,1,0,0,0 32 | 0,0,0,1,1,1,1,0,,0,1,1,1,1,0,0,0 33 | 0,0,0,1,1,1,1,1,,1,0,0,0,0,0,0,0 34 | 0,0,1,0,0,0,0,0,,0,1,0,0,0,1,0,1 35 | 0,0,1,0,0,0,0,1,,1,0,1,1,0,0,0,0 36 | 0,0,1,0,0,0,1,0,,1,0,1,1,1,0,0,1 37 | 0,0,1,0,0,0,1,1,,0,1,0,1,0,0,0,0 38 | 0,0,1,0,0,1,0,0,,0,0,0,0,0,0,1,1 39 | 0,0,1,0,0,1,0,1,,0,0,0,1,0,1,0,1 40 | 0,0,1,0,0,1,1,0,,0,0,1,0,0,0,0,0 41 | 0,0,1,0,0,1,1,1,,1,1,0,1,1,1,0,1 42 | 0,0,1,0,1,0,0,0,,0,0,0,1,1,1,0,0 43 | 0,0,1,0,1,0,0,1,,0,0,1,1,0,0,0,0 44 | 0,0,1,0,1,0,1,0,,1,0,0,0,0,0,0,0 45 | 0,0,1,0,1,0,1,1,,1,1,1,1,1,0,1,1 46 | 0,0,1,0,1,1,0,0,,0,1,0,0,1,0,1,0 47 | 0,0,1,0,1,1,0,1,,0,0,0,1,0,1,0,1 48 | 0,0,1,0,1,1,1,0,,1,1,0,0,1,1,0,0 49 | 0,0,1,0,1,1,1,1,,1,1,0,1,1,1,0,1 50 | 0,0,1,1,0,0,0,0,,0,0,0,1,1,1,0,0 51 | 0,0,1,1,0,0,0,1,,0,0,1,1,0,0,0,0 52 | 0,0,1,1,0,0,1,0,,1,0,0,0,0,0,0,0 53 | 0,0,1,1,0,0,1,1,,1,1,1,1,1,0,1,1 54 | 0,0,1,1,0,1,0,0,,0,1,0,0,0,1,0,1 55 | 0,0,1,1,0,1,0,1,,1,1,0,0,1,1,0,0 56 | 0,0,1,1,0,1,1,0,,0,0,0,1,1,0,0,0 57 | 0,0,1,1,0,1,1,1,,1,0,1,1,0,0,0,0 58 | 0,0,1,1,1,0,0,0,,0,1,1,1,1,1,0,0 59 | 0,0,1,1,1,0,0,1,,0,1,0,0,1,0,0,0 60 | 0,0,1,1,1,0,1,0,,0,0,1,1,0,1,0,1 61 | 0,0,1,1,1,0,1,1,,1,1,0,0,1,1,0,1 62 | 0,0,1,1,1,1,0,0,,1,0,1,1,0,0,0,0 63 | 0,0,1,1,1,1,0,1,,1,1,0,1,1,1,1,0 64 | 0,0,1,1,1,1,1,0,,0,1,0,1,0,1,0,1 65 | 0,0,1,1,1,1,1,1,,0,0,1,0,0,0,0,0 66 | 0,1,0,0,0,0,0,0,,1,0,0,1,1,0,0,0 67 | 0,1,0,0,0,0,0,1,,0,1,0,0,1,0,0,1 68 | 0,1,0,0,0,0,1,0,,0,0,0,0,0,0,1,1 69 | 0,1,0,0,0,0,1,1,,0,0,0,0,1,0,1,0 70 | 0,1,0,0,0,1,0,0,,0,0,0,0,0,1,0,1 71 | 0,1,0,0,0,1,0,1,,0,1,0,0,1,0,1,1 72 | 0,1,0,0,0,1,1,0,,0,1,0,1,1,0,1,0 73 | 0,1,0,0,0,1,1,1,,1,1,0,1,1,1,0,1 74 | 0,1,0,0,1,0,0,0,,0,0,0,1,0,0,0,1 75 | 0,1,0,0,1,0,0,1,,0,0,1,1,0,0,0,0 76 | 0,1,0,0,1,0,1,0,,0,1,0,1,1,0,0,1 77 | 0,1,0,0,1,0,1,1,,1,0,1,0,0,1,1,0 78 | 0,1,0,0,1,1,0,0,,0,1,0,0,0,0,0,0 79 | 0,1,0,0,1,1,0,1,,0,1,0,1,1,0,0,0 80 | 0,1,0,0,1,1,1,0,,1,1,1,1,1,1,0,0 81 | 0,1,0,0,1,1,1,1,,0,0,0,1,1,0,0,0 82 | 0,1,0,1,0,0,0,0,,1,0,0,0,0,0,0,0 83 | 0,1,0,1,0,0,0,1,,0,1,1,1,1,0,1,1 84 | 0,1,0,1,0,0,1,0,,0,0,0,1,0,1,0,1 85 | 0,1,0,1,0,0,1,1,,0,1,0,0,0,1,1,0 86 | 0,1,0,1,0,1,0,0,,0,0,0,1,0,1,0,1 87 | 0,1,0,1,0,1,0,1,,1,1,0,0,1,1,0,1 88 | 0,1,0,1,0,1,1,0,,0,0,0,1,0,1,0,1 89 | 0,1,0,1,0,1,1,1,,0,0,1,0,0,0,0,1 90 | 0,1,0,1,1,0,0,0,,0,1,0,1,1,0,0,1 91 | 0,1,0,1,1,0,0,1,,0,0,0,0,1,0,0,0 92 | 0,1,0,1,1,0,1,0,,0,0,0,1,0,1,0,1 93 | 0,1,0,1,1,0,1,1,,0,1,0,0,0,1,1,1 94 | 0,1,0,1,1,1,0,0,,1,0,0,0,1,0,0,0 95 | 0,1,0,1,1,1,0,1,,0,0,0,0,1,0,0,0 96 | 0,1,0,1,1,1,1,0,,1,1,0,1,1,1,0,1 97 | 0,1,0,1,1,1,1,1,,0,0,0,1,1,1,0,0 98 | 0,1,1,0,0,0,0,0,,1,1,1,1,1,0,1,1 99 | 0,1,1,0,0,0,0,1,,1,0,1,0,1,0,0,1 100 | 0,1,1,0,0,0,1,0,,1,0,1,1,0,1,1,0 101 | 0,1,1,0,0,0,1,1,,0,0,0,0,0,0,1,0 102 | 0,1,1,0,0,1,0,0,,0,1,0,1,0,1,0,0 103 | 0,1,1,0,0,1,0,1,,1,1,0,0,1,1,0,0 104 | 0,1,1,0,0,1,1,0,,1,0,0,1,0,0,0,1 105 | 0,1,1,0,0,1,1,1,,0,1,0,0,0,1,1,0 106 | 0,1,1,0,1,0,0,0,,0,0,1,1,1,0,0,0 107 | 0,1,1,0,1,0,0,1,,1,0,1,1,0,0,0,0 108 | 0,1,1,0,1,0,1,0,,0,1,1,1,1,1,1,1 109 | 0,1,1,0,1,0,1,1,,1,1,0,1,1,1,0,0 110 | 0,1,1,0,1,1,0,0,,0,0,0,1,1,1,0,0 111 | 0,1,1,0,1,1,0,1,,0,0,1,1,0,0,0,0 112 | 0,1,1,0,1,1,1,0,,1,0,0,0,0,0,0,0 113 | 0,1,1,0,1,1,1,1,,1,1,1,1,1,0,1,1 114 | 0,1,1,1,0,0,0,0,,1,0,1,0,1,0,0,1 115 | 0,1,1,1,0,0,0,1,,1,0,1,1,0,1,1,0 116 | 0,1,1,1,0,0,1,0,,0,0,0,0,0,0,1,0 117 | 0,1,1,1,0,0,1,1,,1,0,1,1,0,0,0,0 118 | 0,1,1,1,0,1,0,0,,0,0,0,1,0,1,1,1 119 | 0,1,1,1,0,1,0,1,,0,1,0,1,0,0,0,0 120 | 0,1,1,1,0,1,1,0,,0,0,0,0,0,0,0,0 121 | 0,1,1,1,0,1,1,1,,0,1,0,1,0,0,1,0 122 | 0,1,1,1,1,0,0,0,,1,0,1,0,0,1,1,0 123 | 0,1,1,1,1,0,0,1,,0,0,1,1,1,0,1,0 124 | 0,1,1,1,1,0,1,0,,1,1,0,0,0,0,0,0 125 | 0,1,1,1,1,0,1,1,,1,1,1,1,1,0,1,1 126 | 0,1,1,1,1,1,0,0,,1,1,0,1,0,0,0,1 127 | 0,1,1,1,1,1,0,1,,0,1,0,0,0,1,1,0 128 | 0,1,1,1,1,1,1,0,,1,0,1,0,1,1,1,0 129 | 0,1,1,1,1,1,1,1,,0,0,0,0,0,0,0,0 -------------------------------------------------------------------------------- /Interface de Drive/DISKII-2.BIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/DISKII-2.BIN -------------------------------------------------------------------------------- /Interface de Drive/DISKII-2.csv: -------------------------------------------------------------------------------- 1 | A,B,C,D,E,F,G,H,,F0,F1,F2,F3,F4,F5,F6,F7 2 | 0,0,0,0,0,0,0,0,,0,0,0,1,1,0,0,0 3 | 0,0,0,0,0,0,0,1,,1,1,0,1,1,0,0,0 4 | 0,0,0,0,0,0,1,0,,0,0,0,1,1,0,0,0 5 | 0,0,0,0,0,0,1,1,,0,0,0,0,1,0,0,0 6 | 0,0,0,0,0,1,0,0,,0,0,0,0,1,0,1,0 7 | 0,0,0,0,0,1,0,1,,0,0,0,0,1,0,1,0 8 | 0,0,0,0,0,1,1,0,,0,0,0,0,1,0,1,0 9 | 0,0,0,0,0,1,1,1,,0,0,0,0,1,0,1,0 10 | 0,0,0,0,1,0,0,0,,0,0,0,1,1,0,0,0 11 | 0,0,0,0,1,0,0,1,,0,0,1,1,1,0,0,1 12 | 0,0,0,0,1,0,1,0,,0,0,0,1,1,0,0,0 13 | 0,0,0,0,1,0,1,1,,0,0,1,1,1,0,0,1 14 | 0,0,0,0,1,1,0,0,,0,0,0,1,1,0,0,0 15 | 0,0,0,0,1,1,0,1,,0,0,1,1,1,0,1,1 16 | 0,0,0,0,1,1,1,0,,0,0,0,1,1,0,0,0 17 | 0,0,0,0,1,1,1,1,,0,0,1,1,1,0,1,1 18 | 0,0,0,1,0,0,0,0,,0,0,0,1,1,0,0,0 19 | 0,0,0,1,0,0,0,1,,0,0,1,1,1,0,0,0 20 | 0,0,0,1,0,0,1,0,,0,0,0,1,1,0,0,0 21 | 0,0,0,1,0,0,1,1,,0,0,1,0,1,0,0,0 22 | 0,0,0,1,0,1,0,0,,0,0,0,0,1,0,1,0 23 | 0,0,0,1,0,1,0,1,,0,0,0,0,1,0,1,0 24 | 0,0,0,1,0,1,1,0,,0,0,0,0,1,0,1,0 25 | 0,0,0,1,0,1,1,1,,0,0,0,0,1,0,1,0 26 | 0,0,0,1,1,0,0,0,,0,0,0,1,1,0,0,0 27 | 0,0,0,1,1,0,0,1,,0,0,1,1,1,0,0,1 28 | 0,0,0,1,1,0,1,0,,0,0,0,1,1,0,0,0 29 | 0,0,0,1,1,0,1,1,,0,0,1,1,1,0,0,1 30 | 0,0,0,1,1,1,0,0,,0,0,0,1,1,0,0,0 31 | 0,0,0,1,1,1,0,1,,0,0,1,1,1,0,1,1 32 | 0,0,0,1,1,1,1,0,,0,0,0,1,1,0,0,0 33 | 0,0,0,1,1,1,1,1,,0,0,1,1,1,0,1,1 34 | 0,0,1,0,0,0,0,0,,0,0,1,0,1,1,0,1 35 | 0,0,1,0,0,0,0,1,,1,1,0,1,1,0,0,0 36 | 0,0,1,0,0,0,1,0,,0,0,1,1,1,0,0,0 37 | 0,0,1,0,0,0,1,1,,0,1,0,0,1,0,0,0 38 | 0,0,1,0,0,1,0,0,,0,0,0,0,1,0,1,0 39 | 0,0,1,0,0,1,0,1,,0,0,0,0,1,0,1,0 40 | 0,0,1,0,0,1,1,0,,0,0,0,0,1,0,1,0 41 | 0,0,1,0,0,1,1,1,,0,0,0,0,1,0,1,0 42 | 0,0,1,0,1,0,0,0,,0,0,1,0,1,0,0,0 43 | 0,0,1,0,1,0,0,1,,0,1,0,0,1,0,0,0 44 | 0,0,1,0,1,0,1,0,,0,0,1,0,1,0,0,0 45 | 0,0,1,0,1,0,1,1,,0,1,0,0,1,0,0,0 46 | 0,0,1,0,1,1,0,0,,0,0,1,0,1,0,0,0 47 | 0,0,1,0,1,1,0,1,,0,1,0,0,1,0,0,0 48 | 0,0,1,0,1,1,1,0,,0,0,1,0,1,0,0,0 49 | 0,0,1,0,1,1,1,1,,0,1,0,0,1,0,0,0 50 | 0,0,1,1,0,0,0,0,,0,0,1,0,1,1,0,1 51 | 0,0,1,1,0,0,0,1,,0,1,0,0,1,0,0,0 52 | 0,0,1,1,0,0,1,0,,0,0,1,1,1,0,0,0 53 | 0,0,1,1,0,0,1,1,,0,1,0,0,1,0,0,0 54 | 0,0,1,1,0,1,0,0,,0,0,0,0,1,0,1,0 55 | 0,0,1,1,0,1,0,1,,0,0,0,0,1,0,1,0 56 | 0,0,1,1,0,1,1,0,,0,0,0,0,1,0,1,0 57 | 0,0,1,1,0,1,1,1,,0,0,0,0,1,0,1,0 58 | 0,0,1,1,1,0,0,0,,0,0,1,0,1,0,0,0 59 | 0,0,1,1,1,0,0,1,,0,1,0,0,1,0,0,0 60 | 0,0,1,1,1,0,1,0,,0,0,1,0,1,0,0,0 61 | 0,0,1,1,1,0,1,1,,0,1,0,0,1,0,0,0 62 | 0,0,1,1,1,1,0,0,,0,0,1,0,1,0,0,0 63 | 0,0,1,1,1,1,0,1,,0,1,0,0,1,0,0,0 64 | 0,0,1,1,1,1,1,0,,0,0,1,0,1,0,0,0 65 | 0,0,1,1,1,1,1,1,,0,1,0,0,1,0,0,0 66 | 0,1,0,0,0,0,0,0,,1,1,0,1,1,0,0,0 67 | 0,1,0,0,0,0,0,1,,1,1,0,1,1,0,0,0 68 | 0,1,0,0,0,0,1,0,,1,1,0,1,1,0,0,0 69 | 0,1,0,0,0,0,1,1,,1,1,0,1,1,0,0,0 70 | 0,1,0,0,0,1,0,0,,0,0,0,0,1,0,1,0 71 | 0,1,0,0,0,1,0,1,,0,0,0,0,1,0,1,0 72 | 0,1,0,0,0,1,1,0,,0,0,0,0,1,0,1,0 73 | 0,1,0,0,0,1,1,1,,0,0,0,0,1,0,1,0 74 | 0,1,0,0,1,0,0,0,,0,1,0,1,1,0,0,0 75 | 0,1,0,0,1,0,0,1,,0,1,1,1,1,0,0,0 76 | 0,1,0,0,1,0,1,0,,0,1,0,1,1,0,0,0 77 | 0,1,0,0,1,0,1,1,,0,1,1,1,1,0,0,0 78 | 0,1,0,0,1,1,0,0,,0,1,0,1,1,0,0,0 79 | 0,1,0,0,1,1,0,1,,0,1,1,1,1,0,0,0 80 | 0,1,0,0,1,1,1,0,,0,1,0,1,1,0,0,0 81 | 0,1,0,0,1,1,1,1,,0,1,1,1,1,0,0,0 82 | 0,1,0,1,0,0,0,0,,0,1,0,1,1,0,0,0 83 | 0,1,0,1,0,0,0,1,,0,1,1,1,1,0,0,0 84 | 0,1,0,1,0,0,1,0,,0,1,0,1,1,0,0,0 85 | 0,1,0,1,0,0,1,1,,0,1,1,1,1,0,0,0 86 | 0,1,0,1,0,1,0,0,,0,0,0,0,1,0,1,0 87 | 0,1,0,1,0,1,0,1,,0,0,0,0,1,0,1,0 88 | 0,1,0,1,0,1,1,0,,0,0,0,0,1,0,1,0 89 | 0,1,0,1,0,1,1,1,,0,0,0,0,1,0,1,0 90 | 0,1,0,1,1,0,0,0,,0,1,0,1,1,0,0,0 91 | 0,1,0,1,1,0,0,1,,0,1,1,1,1,0,0,0 92 | 0,1,0,1,1,0,1,0,,0,1,0,1,1,0,0,0 93 | 0,1,0,1,1,0,1,1,,0,1,1,1,1,0,0,0 94 | 0,1,0,1,1,1,0,0,,0,1,0,1,1,0,0,0 95 | 0,1,0,1,1,1,0,1,,0,1,1,1,1,0,0,0 96 | 0,1,0,1,1,1,1,0,,0,1,0,1,1,0,0,0 97 | 0,1,0,1,1,1,1,1,,0,1,1,1,1,0,0,0 98 | 0,1,1,0,0,0,0,0,,1,1,0,1,1,0,0,0 99 | 0,1,1,0,0,0,0,1,,1,1,0,1,1,0,0,0 100 | 0,1,1,0,0,0,1,0,,1,1,0,1,1,0,0,0 101 | 0,1,1,0,0,0,1,1,,1,1,0,1,1,0,0,0 102 | 0,1,1,0,0,1,0,0,,0,0,0,0,1,0,1,0 103 | 0,1,1,0,0,1,0,1,,0,0,0,0,1,0,1,0 104 | 0,1,1,0,0,1,1,0,,0,0,0,0,1,0,1,0 105 | 0,1,1,0,0,1,1,1,,0,0,0,0,1,0,1,0 106 | 0,1,1,0,1,0,0,0,,0,1,1,0,1,0,0,0 107 | 0,1,1,0,1,0,0,1,,0,0,0,0,1,0,0,0 108 | 0,1,1,0,1,0,1,0,,0,1,1,0,1,0,0,0 109 | 0,1,1,0,1,0,1,1,,1,0,0,0,1,0,0,0 110 | 0,1,1,0,1,1,0,0,,0,1,1,0,1,0,0,0 111 | 0,1,1,0,1,1,0,1,,0,0,0,0,1,0,0,0 112 | 0,1,1,0,1,1,1,0,,0,1,1,0,1,0,0,0 113 | 0,1,1,0,1,1,1,1,,1,0,0,0,1,0,0,0 114 | 0,1,1,1,0,0,0,0,,0,1,1,0,1,0,0,0 115 | 0,1,1,1,0,0,0,1,,1,0,0,0,1,0,0,0 116 | 0,1,1,1,0,0,1,0,,0,1,1,0,1,0,0,0 117 | 0,1,1,1,0,0,1,1,,1,0,0,0,1,0,0,0 118 | 0,1,1,1,0,1,0,0,,0,0,0,0,1,0,1,0 119 | 0,1,1,1,0,1,0,1,,0,0,0,0,1,0,1,0 120 | 0,1,1,1,0,1,1,0,,0,0,0,0,1,0,1,0 121 | 0,1,1,1,0,1,1,1,,0,0,0,0,1,0,1,0 122 | 0,1,1,1,1,0,0,0,,0,1,1,0,1,0,0,0 123 | 0,1,1,1,1,0,0,1,,0,0,0,0,1,0,0,0 124 | 0,1,1,1,1,0,1,0,,0,1,1,0,1,0,0,0 125 | 0,1,1,1,1,0,1,1,,1,0,0,0,1,0,0,0 126 | 0,1,1,1,1,1,0,0,,0,1,1,0,1,0,0,0 127 | 0,1,1,1,1,1,0,1,,0,0,0,0,1,0,0,0 128 | 0,1,1,1,1,1,1,0,,0,1,1,0,1,0,0,0 129 | 0,1,1,1,1,1,1,1,,1,0,0,0,1,0,0,0 130 | 1,0,0,0,0,0,0,0,,1,1,0,1,1,0,0,0 131 | 1,0,0,0,0,0,0,1,,1,1,0,0,1,1,0,1 132 | 1,0,0,0,0,0,1,0,,1,1,0,1,1,0,0,0 133 | 1,0,0,0,0,0,1,1,,1,1,0,1,1,0,0,0 134 | 1,0,0,0,0,1,0,0,,0,0,0,0,1,0,1,0 135 | 1,0,0,0,0,1,0,1,,0,0,0,0,1,0,1,0 136 | 1,0,0,0,0,1,1,0,,0,0,0,0,1,0,1,0 137 | 1,0,0,0,0,1,1,1,,0,0,0,0,1,0,1,0 138 | 1,0,0,0,1,0,0,0,,1,0,0,1,1,0,0,0 139 | 1,0,0,0,1,0,0,1,,1,0,1,1,1,0,0,1 140 | 1,0,0,0,1,0,1,0,,1,0,0,1,1,0,0,0 141 | 1,0,0,0,1,0,1,1,,1,0,1,1,1,0,0,1 142 | 1,0,0,0,1,1,0,0,,1,0,0,1,1,0,0,0 143 | 1,0,0,0,1,1,0,1,,1,0,1,1,1,0,1,1 144 | 1,0,0,0,1,1,1,0,,1,0,0,1,1,0,0,0 145 | 1,0,0,0,1,1,1,1,,1,0,1,1,1,0,1,1 146 | 1,0,0,1,0,0,0,0,,1,0,0,1,1,0,0,0 147 | 1,0,0,1,0,0,0,1,,1,0,1,1,1,1,0,1 148 | 1,0,0,1,0,0,1,0,,1,0,0,1,1,0,0,0 149 | 1,0,0,1,0,0,1,1,,1,0,1,1,1,0,0,0 150 | 1,0,0,1,0,1,0,0,,0,0,0,0,1,0,1,0 151 | 1,0,0,1,0,1,0,1,,0,0,0,0,1,0,1,0 152 | 1,0,0,1,0,1,1,0,,0,0,0,0,1,0,1,0 153 | 1,0,0,1,0,1,1,1,,0,0,0,0,1,0,1,0 154 | 1,0,0,1,1,0,0,0,,1,0,0,1,1,0,0,0 155 | 1,0,0,1,1,0,0,1,,1,0,1,1,1,0,0,1 156 | 1,0,0,1,1,0,1,0,,1,0,0,1,1,0,0,0 157 | 1,0,0,1,1,0,1,1,,1,0,1,1,1,0,0,1 158 | 1,0,0,1,1,1,0,0,,1,0,0,1,1,0,0,0 159 | 1,0,0,1,1,1,0,1,,1,0,1,1,1,0,1,1 160 | 1,0,0,1,1,1,1,0,,1,0,0,1,1,0,0,0 161 | 1,0,0,1,1,1,1,1,,1,0,1,1,1,0,1,1 162 | 1,0,1,0,0,0,0,0,,1,1,0,1,1,0,0,0 163 | 1,0,1,0,0,0,0,1,,1,1,0,1,1,0,0,1 164 | 1,0,1,0,0,0,1,0,,1,1,0,1,1,0,0,0 165 | 1,0,1,0,0,0,1,1,,1,1,0,1,1,0,0,0 166 | 1,0,1,0,0,1,0,0,,0,0,0,0,1,0,1,0 167 | 1,0,1,0,0,1,0,1,,0,0,0,0,1,0,1,0 168 | 1,0,1,0,0,1,1,0,,0,0,0,0,1,0,1,0 169 | 1,0,1,0,0,1,1,1,,0,0,0,0,1,0,1,0 170 | 1,0,1,0,1,0,0,0,,1,0,1,0,1,0,0,0 171 | 1,0,1,0,1,0,0,1,,1,1,0,0,1,0,0,0 172 | 1,0,1,0,1,0,1,0,,1,0,1,0,1,0,0,0 173 | 1,0,1,0,1,0,1,1,,1,1,0,0,1,0,0,0 174 | 1,0,1,0,1,1,0,0,,1,0,1,0,1,0,0,0 175 | 1,0,1,0,1,1,0,1,,1,1,0,0,1,0,0,0 176 | 1,0,1,0,1,1,1,0,,1,0,1,0,1,0,0,0 177 | 1,0,1,0,1,1,1,1,,1,1,0,0,1,0,0,0 178 | 1,0,1,1,0,0,0,0,,0,0,1,0,1,0,0,1 179 | 1,0,1,1,0,0,0,1,,0,1,0,1,1,0,0,1 180 | 1,0,1,1,0,0,1,0,,1,0,1,0,1,0,0,0 181 | 1,0,1,1,0,0,1,1,,1,1,0,0,1,0,0,0 182 | 1,0,1,1,0,1,0,0,,0,0,0,0,1,0,1,0 183 | 1,0,1,1,0,1,0,1,,0,0,0,0,1,0,1,0 184 | 1,0,1,1,0,1,1,0,,0,0,0,0,1,0,1,0 185 | 1,0,1,1,0,1,1,1,,0,0,0,0,1,0,1,0 186 | 1,0,1,1,1,0,0,0,,1,0,1,0,1,0,0,0 187 | 1,0,1,1,1,0,0,1,,1,1,0,0,1,0,0,0 188 | 1,0,1,1,1,0,1,0,,1,0,1,0,1,0,0,0 189 | 1,0,1,1,1,0,1,1,,1,1,0,0,1,0,0,0 190 | 1,0,1,1,1,1,0,0,,1,0,1,0,1,0,0,0 191 | 1,0,1,1,1,1,0,1,,1,1,0,0,1,0,0,0 192 | 1,0,1,1,1,1,1,0,,1,0,1,0,1,0,0,0 193 | 1,0,1,1,1,1,1,1,,1,1,0,0,1,0,0,0 194 | 1,1,0,0,0,0,0,0,,1,1,0,1,1,0,0,1 195 | 1,1,0,0,0,0,0,1,,1,1,1,1,1,1,0,1 196 | 1,1,0,0,0,0,1,0,,1,1,0,1,1,0,0,0 197 | 1,1,0,0,0,0,1,1,,1,1,1,1,1,0,0,0 198 | 1,1,0,0,0,1,0,0,,0,0,0,0,1,0,1,0 199 | 1,1,0,0,0,1,0,1,,0,0,0,0,1,0,1,0 200 | 1,1,0,0,0,1,1,0,,0,0,0,0,1,0,1,0 201 | 1,1,0,0,0,1,1,1,,0,0,0,0,1,0,1,0 202 | 1,1,0,0,1,0,0,0,,1,1,0,1,1,0,0,0 203 | 1,1,0,0,1,0,0,1,,1,1,1,1,1,0,0,0 204 | 1,1,0,0,1,0,1,0,,1,1,0,1,1,0,0,0 205 | 1,1,0,0,1,0,1,1,,1,1,1,1,1,0,0,0 206 | 1,1,0,0,1,1,0,0,,1,1,0,1,1,0,0,0 207 | 1,1,0,0,1,1,0,1,,1,1,1,1,1,0,0,0 208 | 1,1,0,0,1,1,1,0,,1,1,0,1,1,0,0,0 209 | 1,1,0,0,1,1,1,1,,1,1,1,1,1,0,0,0 210 | 1,1,0,1,0,0,0,0,,1,1,0,1,1,0,0,1 211 | 1,1,0,1,0,0,0,1,,1,1,1,1,1,1,0,1 212 | 1,1,0,1,0,0,1,0,,1,0,1,0,0,0,0,0 213 | 1,1,0,1,0,0,1,1,,1,1,1,1,1,0,0,0 214 | 1,1,0,1,0,1,0,0,,0,0,0,0,1,0,1,0 215 | 1,1,0,1,0,1,0,1,,0,0,0,0,1,0,1,0 216 | 1,1,0,1,0,1,1,0,,0,0,0,0,1,0,1,0 217 | 1,1,0,1,0,1,1,1,,0,0,0,0,1,0,1,0 218 | 1,1,0,1,1,0,0,0,,1,1,0,1,1,0,0,0 219 | 1,1,0,1,1,0,0,1,,1,1,1,1,1,0,0,0 220 | 1,1,0,1,1,0,1,0,,1,1,0,1,1,0,0,0 221 | 1,1,0,1,1,0,1,1,,1,1,1,1,1,0,0,0 222 | 1,1,0,1,1,1,0,0,,1,1,0,1,1,0,0,0 223 | 1,1,0,1,1,1,0,1,,1,1,1,1,1,0,0,0 224 | 1,1,0,1,1,1,1,0,,1,1,0,1,1,0,0,0 225 | 1,1,0,1,1,1,1,1,,1,1,1,1,1,0,0,0 226 | 1,1,1,0,0,0,0,0,,1,1,0,1,1,0,0,0 227 | 1,1,1,0,0,0,0,1,,1,1,0,1,1,1,0,1 228 | 1,1,1,0,0,0,1,0,,1,1,1,0,1,0,0,0 229 | 1,1,1,0,0,0,1,1,,1,1,1,0,0,0,0,0 230 | 1,1,1,0,0,1,0,0,,0,0,0,0,1,0,1,0 231 | 1,1,1,0,0,1,0,1,,0,0,0,0,1,0,1,0 232 | 1,1,1,0,0,1,1,0,,0,0,0,0,1,0,1,0 233 | 1,1,1,0,0,1,1,1,,0,0,0,0,1,0,1,0 234 | 1,1,1,0,1,0,0,0,,1,1,1,0,1,0,0,0 235 | 1,1,1,0,1,0,0,1,,1,0,0,0,1,0,0,0 236 | 1,1,1,0,1,0,1,0,,1,1,1,0,1,0,0,0 237 | 1,1,1,0,1,0,1,1,,0,0,0,0,1,0,0,0 238 | 1,1,1,0,1,1,0,0,,1,1,1,0,1,0,0,0 239 | 1,1,1,0,1,1,0,1,,1,0,0,0,1,0,0,0 240 | 1,1,1,0,1,1,1,0,,1,1,1,0,1,0,0,0 241 | 1,1,1,0,1,1,1,1,,0,0,0,0,1,0,0,0 242 | 1,1,1,1,0,0,0,0,,0,0,0,0,1,0,0,0 243 | 1,1,1,1,0,0,0,1,,0,1,0,0,1,1,0,1 244 | 1,1,1,1,0,0,1,0,,1,1,1,0,1,0,0,0 245 | 1,1,1,1,0,0,1,1,,1,1,1,0,0,0,0,0 246 | 1,1,1,1,0,1,0,0,,0,0,0,0,1,0,1,0 247 | 1,1,1,1,0,1,0,1,,0,0,0,0,1,0,1,0 248 | 1,1,1,1,0,1,1,0,,0,0,0,0,1,0,1,0 249 | 1,1,1,1,0,1,1,1,,0,0,0,0,1,0,1,0 250 | 1,1,1,1,1,0,0,0,,1,1,1,0,1,0,0,0 251 | 1,1,1,1,1,0,0,1,,1,0,0,0,1,0,0,0 252 | 1,1,1,1,1,0,1,0,,1,1,1,0,1,0,0,0 253 | 1,1,1,1,1,0,1,1,,0,0,0,0,1,0,0,0 254 | 1,1,1,1,1,1,0,0,,1,1,1,0,1,0,0,0 255 | 1,1,1,1,1,1,0,1,,1,0,0,0,1,0,0,0 256 | 1,1,1,1,1,1,1,0,,1,1,1,0,1,0,0,0 257 | 1,1,1,1,1,1,1,1,,0,0,0,0,1,0,0,0 258 | -------------------------------------------------------------------------------- /Interface de Drive/Esquema KiCad/TK2000_InterfaceDeDrive/TK2000_InterfaceDeDrive-backups/TK2000_InterfaceDeDrive-2022-12-14_064740.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Esquema KiCad/TK2000_InterfaceDeDrive/TK2000_InterfaceDeDrive-backups/TK2000_InterfaceDeDrive-2022-12-14_064740.zip -------------------------------------------------------------------------------- /Interface de Drive/Esquema KiCad/TK2000_InterfaceDeDrive/TK2000_InterfaceDeDrive.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 0, 4 | "active_layer_preset": "All Layers", 5 | "auto_track_width": true, 6 | "hidden_nets": [], 7 | "high_contrast_mode": 0, 8 | "net_color_mode": 1, 9 | "opacity": { 10 | "pads": 1.0, 11 | "tracks": 1.0, 12 | "vias": 1.0, 13 | "zones": 0.6 14 | }, 15 | "ratsnest_display_mode": 0, 16 | "selection_filter": { 17 | "dimensions": true, 18 | "footprints": true, 19 | "graphics": true, 20 | "keepouts": true, 21 | "lockedItems": true, 22 | "otherItems": true, 23 | "pads": true, 24 | "text": true, 25 | "tracks": true, 26 | "vias": true, 27 | "zones": true 28 | }, 29 | "visible_items": [ 30 | 0, 31 | 1, 32 | 2, 33 | 3, 34 | 4, 35 | 5, 36 | 8, 37 | 9, 38 | 10, 39 | 11, 40 | 12, 41 | 13, 42 | 14, 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 | ], 65 | "visible_layers": "fffffff_ffffffff", 66 | "zone_display_mode": 0 67 | }, 68 | "meta": { 69 | "filename": "TK2000_InterfaceDeDrive.kicad_prl", 70 | "version": 3 71 | }, 72 | "project": { 73 | "files": [] 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /Interface de Drive/Esquema KiCad/TK2000_InterfaceDeDrive/TK2000_InterfaceDeDrive.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "design_settings": { 4 | "defaults": { 5 | "board_outline_line_width": 0.09999999999999999, 6 | "copper_line_width": 0.19999999999999998, 7 | "copper_text_italic": false, 8 | "copper_text_size_h": 1.5, 9 | "copper_text_size_v": 1.5, 10 | "copper_text_thickness": 0.3, 11 | "copper_text_upright": false, 12 | "courtyard_line_width": 0.049999999999999996, 13 | "dimension_precision": 4, 14 | "dimension_units": 3, 15 | "dimensions": { 16 | "arrow_length": 1270000, 17 | "extension_offset": 500000, 18 | "keep_text_aligned": true, 19 | "suppress_zeroes": false, 20 | "text_position": 0, 21 | "units_format": 1 22 | }, 23 | "fab_line_width": 0.09999999999999999, 24 | "fab_text_italic": false, 25 | "fab_text_size_h": 1.0, 26 | "fab_text_size_v": 1.0, 27 | "fab_text_thickness": 0.15, 28 | "fab_text_upright": false, 29 | "other_line_width": 0.15, 30 | "other_text_italic": false, 31 | "other_text_size_h": 1.0, 32 | "other_text_size_v": 1.0, 33 | "other_text_thickness": 0.15, 34 | "other_text_upright": false, 35 | "pads": { 36 | "drill": 0.8, 37 | "height": 1.6, 38 | "width": 1.6 39 | }, 40 | "silk_line_width": 0.15, 41 | "silk_text_italic": false, 42 | "silk_text_size_h": 1.0, 43 | "silk_text_size_v": 1.0, 44 | "silk_text_thickness": 0.15, 45 | "silk_text_upright": false, 46 | "zones": { 47 | "45_degree_only": false, 48 | "min_clearance": 0.0508 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 | "copper_edge_clearance": "error", 66 | "courtyards_overlap": "error", 67 | "diff_pair_gap_out_of_range": "error", 68 | "diff_pair_uncoupled_length_too_long": "error", 69 | "drill_out_of_range": "error", 70 | "duplicate_footprints": "warning", 71 | "extra_footprint": "warning", 72 | "footprint_type_mismatch": "error", 73 | "hole_clearance": "error", 74 | "hole_near_hole": "error", 75 | "invalid_outline": "error", 76 | "item_on_disabled_layer": "error", 77 | "items_not_allowed": "error", 78 | "length_out_of_range": "error", 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": "error", 86 | "pth_inside_courtyard": "ignore", 87 | "shorting_items": "error", 88 | "silk_over_copper": "warning", 89 | "silk_overlap": "warning", 90 | "skew_out_of_range": "error", 91 | "through_hole_pad_without_hole": "error", 92 | "too_many_vias": "error", 93 | "track_dangling": "warning", 94 | "track_width": "error", 95 | "tracks_crossing": "error", 96 | "unconnected_items": "error", 97 | "unresolved_variable": "error", 98 | "via_dangling": "warning", 99 | "zone_has_empty_net": "error", 100 | "zones_intersect": "error" 101 | }, 102 | "rules": { 103 | "allow_blind_buried_vias": false, 104 | "allow_microvias": false, 105 | "max_error": 0.005, 106 | "min_clearance": 0.0, 107 | "min_copper_edge_clearance": 0.0, 108 | "min_hole_clearance": 0.25, 109 | "min_hole_to_hole": 0.25, 110 | "min_microvia_diameter": 0.19999999999999998, 111 | "min_microvia_drill": 0.09999999999999999, 112 | "min_silk_clearance": 0.0, 113 | "min_through_hole_diameter": 0.3, 114 | "min_track_width": 0.19999999999999998, 115 | "min_via_annular_width": 0.049999999999999996, 116 | "min_via_diameter": 0.39999999999999997, 117 | "solder_mask_clearance": 0.0, 118 | "solder_mask_min_width": 0.0, 119 | "use_height_for_length_calcs": true 120 | }, 121 | "track_widths": [ 122 | 0.0, 123 | 0.3 124 | ], 125 | "via_dimensions": [ 126 | { 127 | "diameter": 0.0, 128 | "drill": 0.0 129 | }, 130 | { 131 | "diameter": 1.3, 132 | "drill": 0.6 133 | } 134 | ], 135 | "zones_allow_external_fillets": false, 136 | "zones_use_no_outline": true 137 | }, 138 | "layer_presets": [] 139 | }, 140 | "boards": [], 141 | "cvpcb": { 142 | "equivalence_files": [] 143 | }, 144 | "erc": { 145 | "erc_exclusions": [], 146 | "meta": { 147 | "version": 0 148 | }, 149 | "pin_map": [ 150 | [ 151 | 0, 152 | 0, 153 | 0, 154 | 0, 155 | 0, 156 | 0, 157 | 1, 158 | 0, 159 | 0, 160 | 0, 161 | 0, 162 | 2 163 | ], 164 | [ 165 | 0, 166 | 2, 167 | 0, 168 | 1, 169 | 0, 170 | 0, 171 | 1, 172 | 0, 173 | 2, 174 | 2, 175 | 2, 176 | 2 177 | ], 178 | [ 179 | 0, 180 | 0, 181 | 0, 182 | 0, 183 | 0, 184 | 0, 185 | 1, 186 | 0, 187 | 1, 188 | 0, 189 | 1, 190 | 2 191 | ], 192 | [ 193 | 0, 194 | 1, 195 | 0, 196 | 0, 197 | 0, 198 | 0, 199 | 1, 200 | 1, 201 | 2, 202 | 1, 203 | 1, 204 | 2 205 | ], 206 | [ 207 | 0, 208 | 0, 209 | 0, 210 | 0, 211 | 0, 212 | 0, 213 | 1, 214 | 0, 215 | 0, 216 | 0, 217 | 0, 218 | 2 219 | ], 220 | [ 221 | 0, 222 | 0, 223 | 0, 224 | 0, 225 | 0, 226 | 0, 227 | 0, 228 | 0, 229 | 0, 230 | 0, 231 | 0, 232 | 2 233 | ], 234 | [ 235 | 1, 236 | 1, 237 | 1, 238 | 1, 239 | 1, 240 | 0, 241 | 1, 242 | 1, 243 | 1, 244 | 1, 245 | 1, 246 | 2 247 | ], 248 | [ 249 | 0, 250 | 0, 251 | 0, 252 | 1, 253 | 0, 254 | 0, 255 | 1, 256 | 0, 257 | 0, 258 | 0, 259 | 0, 260 | 2 261 | ], 262 | [ 263 | 0, 264 | 2, 265 | 1, 266 | 2, 267 | 0, 268 | 0, 269 | 1, 270 | 0, 271 | 2, 272 | 2, 273 | 2, 274 | 2 275 | ], 276 | [ 277 | 0, 278 | 2, 279 | 0, 280 | 1, 281 | 0, 282 | 0, 283 | 1, 284 | 0, 285 | 2, 286 | 0, 287 | 0, 288 | 2 289 | ], 290 | [ 291 | 0, 292 | 2, 293 | 1, 294 | 1, 295 | 0, 296 | 0, 297 | 1, 298 | 0, 299 | 2, 300 | 0, 301 | 0, 302 | 2 303 | ], 304 | [ 305 | 2, 306 | 2, 307 | 2, 308 | 2, 309 | 2, 310 | 2, 311 | 2, 312 | 2, 313 | 2, 314 | 2, 315 | 2, 316 | 2 317 | ] 318 | ], 319 | "rule_severities": { 320 | "bus_definition_conflict": "error", 321 | "bus_entry_needed": "error", 322 | "bus_label_syntax": "error", 323 | "bus_to_bus_conflict": "error", 324 | "bus_to_net_conflict": "error", 325 | "different_unit_footprint": "error", 326 | "different_unit_net": "error", 327 | "duplicate_reference": "error", 328 | "duplicate_sheet_names": "error", 329 | "extra_units": "error", 330 | "global_label_dangling": "warning", 331 | "hier_label_mismatch": "error", 332 | "label_dangling": "error", 333 | "lib_symbol_issues": "warning", 334 | "multiple_net_names": "warning", 335 | "net_not_bus_member": "warning", 336 | "no_connect_connected": "warning", 337 | "no_connect_dangling": "warning", 338 | "pin_not_connected": "error", 339 | "pin_not_driven": "error", 340 | "pin_to_pin": "warning", 341 | "power_pin_not_driven": "error", 342 | "similar_labels": "warning", 343 | "unannotated": "error", 344 | "unit_value_mismatch": "error", 345 | "unresolved_variable": "error", 346 | "wire_dangling": "error" 347 | } 348 | }, 349 | "libraries": { 350 | "pinned_footprint_libs": [ 351 | "TK2000_InterfaceDeDrive" 352 | ], 353 | "pinned_symbol_libs": [ 354 | "TK2000_InterfaceDeDrive" 355 | ] 356 | }, 357 | "meta": { 358 | "filename": "TK2000_InterfaceDeDrive.kicad_pro", 359 | "version": 1 360 | }, 361 | "net_settings": { 362 | "classes": [ 363 | { 364 | "bus_width": 12.0, 365 | "clearance": 0.2, 366 | "diff_pair_gap": 0.25, 367 | "diff_pair_via_gap": 0.25, 368 | "diff_pair_width": 0.2, 369 | "line_style": 0, 370 | "microvia_diameter": 0.3, 371 | "microvia_drill": 0.1, 372 | "name": "Default", 373 | "pcb_color": "rgba(0, 0, 0, 0.000)", 374 | "schematic_color": "rgba(0, 0, 0, 0.000)", 375 | "track_width": 0.25, 376 | "via_diameter": 0.8, 377 | "via_drill": 0.4, 378 | "wire_width": 6.0 379 | } 380 | ], 381 | "meta": { 382 | "version": 2 383 | }, 384 | "net_colors": null 385 | }, 386 | "pcbnew": { 387 | "last_paths": { 388 | "gencad": "", 389 | "idf": "", 390 | "netlist": "", 391 | "specctra_dsn": "", 392 | "step": "", 393 | "vrml": "" 394 | }, 395 | "page_layout_descr_file": "" 396 | }, 397 | "schematic": { 398 | "annotate_start_num": 0, 399 | "drawing": { 400 | "default_line_thickness": 6.0, 401 | "default_text_size": 50.0, 402 | "field_names": [], 403 | "intersheets_ref_own_page": false, 404 | "intersheets_ref_prefix": "", 405 | "intersheets_ref_short": false, 406 | "intersheets_ref_show": false, 407 | "intersheets_ref_suffix": "", 408 | "junction_size_choice": 3, 409 | "label_size_ratio": 0.375, 410 | "pin_symbol_size": 25.0, 411 | "text_offset_ratio": 0.15 412 | }, 413 | "legacy_lib_dir": "", 414 | "legacy_lib_list": [], 415 | "meta": { 416 | "version": 1 417 | }, 418 | "net_format_name": "", 419 | "ngspice": { 420 | "fix_include_paths": true, 421 | "fix_passive_vals": false, 422 | "meta": { 423 | "version": 0 424 | }, 425 | "model_mode": 0, 426 | "workbook_filename": "" 427 | }, 428 | "page_layout_descr_file": "", 429 | "plot_directory": "", 430 | "spice_adjust_passive_values": false, 431 | "spice_external_command": "spice \"%I\"", 432 | "subpart_first_id": 65, 433 | "subpart_id_separator": 0 434 | }, 435 | "sheets": [ 436 | [ 437 | "63a32944-f13c-4808-a6e9-1e98198eeb8f", 438 | "" 439 | ] 440 | ], 441 | "text_variables": {} 442 | } 443 | -------------------------------------------------------------------------------- /Interface de Drive/Esquema KiCad/TK2000_InterfaceDeDrive/TK2000_InterfaceDeDrive.pretty/C_Polarized_P5.00mm.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "C_Polarized_P5.00mm" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5AE50EF0) 4 | (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf") 5 | (tags "C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 2.794 -1.778) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 772ad199-eaf7-43d2-be37-101e3f089218) 10 | ) 11 | (fp_text value "C_Polarized_P3.81mm" (at 2.794 1.778) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 463ddb8d-057b-43cb-a463-85ed1f7b9308) 14 | ) 15 | (fp_line (start -0.9398 -1.3462) (end -0.0762 -1.3462) (layer "F.SilkS") (width 0.12) (tstamp 047d929a-9c02-4f70-a2fb-f73c2a4fe933)) 16 | (fp_line (start 1.2982 -0.762) (end 1.7554 -0.762) (layer "F.SilkS") (width 0.12) (tstamp 23a9fa8b-45c7-4959-ab8d-980f3783660f)) 17 | (fp_line (start 1.2982 -0.762) (end 1.2982 0.762) (layer "F.SilkS") (width 0.12) (tstamp 6ac4c5fd-af84-41ee-a619-8f5304baf2a3)) 18 | (fp_line (start -0.508 -0.9144) (end -0.508 -1.778) (layer "F.SilkS") (width 0.12) (tstamp 7cfc7934-b916-488a-ad4c-05ac1b8f8476)) 19 | (fp_line (start 2.5174 0) (end 2.9 0) (layer "F.SilkS") (width 0.12) (tstamp 832aa92a-3ffa-4101-82dd-798502e151f0)) 20 | (fp_line (start 1.2982 0.762) (end 1.7554 0.762) (layer "F.SilkS") (width 0.12) (tstamp dee5c400-0028-411f-834a-81877e658ec0)) 21 | (fp_line (start 1.016 0) (end 1.2982 0) (layer "F.SilkS") (width 0.12) (tstamp f38acfd0-cac6-4038-af8f-82437f80f5df)) 22 | (fp_line (start 1.7554 -0.762) (end 1.7554 0.762) (layer "F.SilkS") (width 0.12) (tstamp fcafc8f1-57ab-4aa3-9a2c-6925ac517247)) 23 | (fp_rect (start 2.1714 -0.762) (end 2.6286 0.762) (layer "F.SilkS") (width 0.12) (fill solid) (tstamp 84573034-c920-4b54-b617-74ba7d311bdd)) 24 | (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (tstamp f42f4e37-8cbe-415b-b097-df6334f704cf)) 25 | (pad "2" thru_hole circle (at 3.81 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (tstamp 78d1b917-2809-4f68-9eb6-3382d6479211)) 26 | (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Radial_D4.0mm_H7.0mm_P1.50mm.wrl" 27 | (offset (xyz 1.4 0 0)) 28 | (scale (xyz 0.65 0.65 0.8)) 29 | (rotate (xyz 0 0 0)) 30 | ) 31 | ) 32 | -------------------------------------------------------------------------------- /Interface de Drive/Esquema KiCad/TK2000_InterfaceDeDrive/TK2000_InterfaceDeDrive.pretty/Conector Edge.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Conector Edge" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 0) 4 | (fp_text reference "REF**" (at 0 -7.62 unlocked) (layer "F.SilkS") 5 | (effects (font (size 1 1) (thickness 0.15))) 6 | (tstamp b854957a-d821-4e5c-b001-73b88eafe470) 7 | ) 8 | (fp_text value "Conector Edge" (at 0 7.62 unlocked) (layer "F.Fab") 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | (tstamp 5ba7ec11-ee06-4231-9297-dd1e49b9e9d4) 11 | ) 12 | (pad "1" connect roundrect (at -30.48 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 5573ada4-d369-4bb2-8bec-a76293aca377)) 13 | (pad "2" connect roundrect (at -27.94 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp cdf43c03-3402-4bb5-aa7c-bfe70c4b0dce)) 14 | (pad "3" connect roundrect (at -25.4 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 0077c295-a5ae-4176-ab46-cacb8830a57e)) 15 | (pad "4" connect roundrect (at -22.86 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 7c543a15-1b0d-43cb-a398-ae964f16ee47)) 16 | (pad "5" connect roundrect (at -20.32 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 6e9f90f9-7f69-4a0e-991d-0ccf762ba771)) 17 | (pad "6" connect roundrect (at -17.78 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 75374019-dd85-487f-9685-469063522e0b)) 18 | (pad "7" connect roundrect (at -15.24 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp ab8a90c0-9595-462d-8350-c578a587e2d8)) 19 | (pad "8" connect roundrect (at -12.7 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp abfa278d-66e7-41e5-ad7c-2c3a860487ff)) 20 | (pad "9" connect roundrect (at -10.16 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 7b263b70-d638-4328-b8e5-9b76b64ee667)) 21 | (pad "10" connect roundrect (at -7.62 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 8a473b21-c9a1-44c8-892d-5605af2f18e7)) 22 | (pad "11" connect roundrect (at -5.08 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 033a11db-cf75-477c-a603-4b91d7af3566)) 23 | (pad "12" connect roundrect (at -2.54 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp ad35547d-4801-4b79-9abb-01b0dd18bcb9)) 24 | (pad "13" connect roundrect (at 0 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 81e2a9f0-ea34-428b-8d29-b22a6ff77fd2)) 25 | (pad "14" connect roundrect (at 2.54 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp fa97e8b3-fe50-49b8-90ef-544206909973)) 26 | (pad "15" connect roundrect (at 5.08 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp d52fb8c9-6475-468b-a6db-a18154e2606a)) 27 | (pad "16" connect roundrect (at 7.62 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 1eecbba6-134c-4084-9e95-095dc5c34c85)) 28 | (pad "17" connect roundrect (at 10.16 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 2803833b-15f3-44ad-b060-1dfa976e1d19)) 29 | (pad "18" connect roundrect (at 12.7 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 9ccfec05-13f0-4f5c-8b81-5260b4bba556)) 30 | (pad "19" connect roundrect (at 15.24 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 0ad1f0be-21b2-444f-9cf1-b8adc8d696b8)) 31 | (pad "20" connect roundrect (at 17.78 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 4c5ad941-cbe1-4622-8c34-35f4f489f41f)) 32 | (pad "21" connect roundrect (at 20.32 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 89b7a234-249f-4547-8b02-acedef77bbda)) 33 | (pad "22" connect roundrect (at 22.86 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 2be8424e-1358-4e38-969a-c6ae27c74b41)) 34 | (pad "23" connect roundrect (at 25.4 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp d078984a-3e05-4610-9cff-7cf251bcf14b)) 35 | (pad "24" connect roundrect (at 27.94 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 5a117546-199c-442d-98e2-a353e876926e)) 36 | (pad "25" connect roundrect (at 30.48 0) (size 1.2 10) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.1666666667) (tstamp 23c985fe-c5de-438d-9de4-af09da41535b)) 37 | (pad "26" connect roundrect (at 30.48 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp cd30fab6-7e42-4c43-8616-2bf01d41a3aa)) 38 | (pad "27" connect roundrect (at 27.94 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 163f2053-136f-413e-bf54-468e1743d0be)) 39 | (pad "28" connect roundrect (at 25.4 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp dc6fd924-f32f-472a-ae7f-3ed93a7f062d)) 40 | (pad "29" connect roundrect (at 22.86 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 501bf6d2-c003-40ad-9b06-e6f950471122)) 41 | (pad "30" connect roundrect (at 20.32 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp f867e640-d580-47c4-827c-58a32eff2248)) 42 | (pad "31" connect roundrect (at 17.78 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 9b9fdf92-9adc-43c0-93da-ae77f5df322e)) 43 | (pad "32" connect roundrect (at 15.24 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp b4809cb5-a33e-4239-b6b0-0ce1d4349bd5)) 44 | (pad "33" connect roundrect (at 12.7 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp bd317200-d471-459f-8919-d63df5e95798)) 45 | (pad "34" connect roundrect (at 10.16 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp c5ba96df-e76f-4828-9954-b020b56e89c7)) 46 | (pad "35" connect roundrect (at 7.62 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 84ccf341-1a3d-48a9-a81d-acb5ddccae4d)) 47 | (pad "36" connect roundrect (at 5.08 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 65155aca-a07a-47d0-aa7c-c7a23ca4b6c0)) 48 | (pad "37" connect roundrect (at 2.54 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 0efe223d-41af-46c2-a0fc-b26f66b6d046)) 49 | (pad "38" connect roundrect (at 0 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp c9a0d689-c69b-4923-a645-ff32dd07a1d4)) 50 | (pad "39" connect roundrect (at -2.54 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 3984e1e1-2c45-4b53-a06d-ed99b90a7ad9)) 51 | (pad "40" connect roundrect (at -5.08 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp fc99d2a4-f3f9-4ded-9369-134bd57e182c)) 52 | (pad "41" connect roundrect (at -7.62 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp ac32518e-e54d-422a-ba5b-bea83934ea0a)) 53 | (pad "42" connect roundrect (at -10.16 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 3cd8a014-46eb-49e9-a8fd-15ec81d2b4c7)) 54 | (pad "43" connect roundrect (at -12.7 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp c0064156-e471-4c84-9234-ec597db29a2d)) 55 | (pad "44" connect roundrect (at -15.24 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 116d9746-bbb6-4cd6-a8eb-49a73a844050)) 56 | (pad "45" connect roundrect (at -17.78 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 91c7e463-c777-4311-8156-808006c478fb)) 57 | (pad "46" connect roundrect (at -20.32 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 5d2ddb66-c6a0-450f-98aa-3bb6da5ffda0)) 58 | (pad "47" connect roundrect (at -22.86 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 16b79abf-7e1d-400b-b78b-ef28a32cbee7)) 59 | (pad "48" connect roundrect (at -25.4 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp dcd3e974-ae85-4c72-9103-b6d1512086fc)) 60 | (pad "49" connect roundrect (at -27.94 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 32e1d0ce-b6a7-4cae-8b40-b39a04129861)) 61 | (pad "50" connect roundrect (at -30.48 0) (size 1.2 10) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.1666666667) (tstamp 8093f9bd-b8bc-42ce-a268-6474b7687d19)) 62 | ) 63 | -------------------------------------------------------------------------------- /Interface de Drive/Esquema KiCad/TK2000_InterfaceDeDrive/TK2000_InterfaceDeDrive.pretty/PinSocket_2x10_P2.54mm_Vertical.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "PinSocket_2x10_P2.54mm_Vertical" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5A19A427) 4 | (descr "Through hole straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated") 5 | (tags "Through hole socket strip THT 2x10 2.54mm double row") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 1.27 -2.77) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 29eae04d-eda7-46cb-ad0f-b7c2057b01cc) 10 | ) 11 | (fp_text value "PinSocket_2x10_P2.54mm_Vertical" (at -1.27 25.63) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp bbfe9b7c-37fa-4092-9648-286ab42ced44) 14 | ) 15 | (fp_text user "${REFERENCE}" (at 1.27 11.43 90) (layer "F.Fab") 16 | (effects (font (size 1 1) (thickness 0.15))) 17 | (tstamp 16edcbd2-b0e3-48f0-a419-9441c5b84148) 18 | ) 19 | (fp_line (start -1.33 1.27) (end -1.33 24.19) (layer "F.SilkS") (width 0.12) (tstamp 040017e2-87a1-4f53-9ddf-8388e0bad5e2)) 20 | (fp_line (start 1.27 1.27) (end -1.33 1.27) (layer "F.SilkS") (width 0.12) (tstamp 0499342d-c267-4a8f-bf25-124c047ccc06)) 21 | (fp_line (start -1.33 -1.33) (end -1.33 0) (layer "F.SilkS") (width 0.12) (tstamp 22c082c3-d3da-4e17-a1c0-9dd64bb130b7)) 22 | (fp_line (start 3.87 -1.33) (end 3.87 24.19) (layer "F.SilkS") (width 0.12) (tstamp 4e115837-8b2a-40ab-b23c-421c1907d593)) 23 | (fp_line (start 3.87 24.19) (end -1.33 24.19) (layer "F.SilkS") (width 0.12) (tstamp 55955380-f9da-4b4b-9980-334ef43178f2)) 24 | (fp_line (start 3.87 -1.33) (end 1.27 -1.33) (layer "F.SilkS") (width 0.12) (tstamp 86ae655e-4d53-4184-ba84-4a869113411d)) 25 | (fp_line (start 1.27 -1.33) (end 1.27 1.27) (layer "F.SilkS") (width 0.12) (tstamp 906269b8-af4d-4f53-8c67-1bd2246a6988)) 26 | (fp_line (start 0 -1.33) (end -1.33 -1.33) (layer "F.SilkS") (width 0.12) (tstamp e5abd5d9-3e1b-4003-9569-f064f1ebf0bb)) 27 | (fp_line (start -1.76 24.6) (end 4.34 24.6) (layer "F.CrtYd") (width 0.05) (tstamp 09f4067a-b298-4b08-8e2a-374a24fd8186)) 28 | (fp_line (start 4.34 -1.8) (end -1.76 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 24f073e0-4434-48a7-914c-ad4eea4bab10)) 29 | (fp_line (start 4.34 24.6) (end 4.34 -1.8) (layer "F.CrtYd") (width 0.05) (tstamp 85ce7caa-3358-4608-b09e-69998b65be07)) 30 | (fp_line (start -1.76 -1.8) (end -1.76 24.6) (layer "F.CrtYd") (width 0.05) (tstamp 99d450cc-cb9d-4a7c-b526-1663bdf8ec7a)) 31 | (fp_line (start -1.27 24.13) (end 3.81 24.13) (layer "F.Fab") (width 0.1) (tstamp 46cd209d-d35e-4777-81ad-c6c983b21c9d)) 32 | (fp_line (start 3.81 -1.27) (end -0.27 -1.27) (layer "F.Fab") (width 0.1) (tstamp 5d2dfb9a-0031-4abe-9daf-587e6d020164)) 33 | (fp_line (start -1.27 -0.27) (end -1.27 24.13) (layer "F.Fab") (width 0.1) (tstamp addcd58a-0092-48d9-8d9f-f4827548bc3b)) 34 | (fp_line (start -0.27 -1.27) (end -1.27 -0.27) (layer "F.Fab") (width 0.1) (tstamp c38dc5a9-a4ca-4387-8f2a-b9a0569dcca4)) 35 | (fp_line (start 3.81 24.13) (end 3.81 -1.27) (layer "F.Fab") (width 0.1) (tstamp e6250c8d-a734-45a5-be5d-32762e37de50)) 36 | (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp ca215cc1-6c91-4363-8579-60c8fc05b5ab)) 37 | (pad "2" thru_hole oval (at 2.54 0) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp e175aada-3352-4fd3-be3a-e1ec660f69ca)) 38 | (pad "3" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp dd5465d6-805b-4d81-ab6e-afea263083ef)) 39 | (pad "4" thru_hole oval (at 2.54 2.54) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 61f8beda-21f6-407d-8b57-63aeb9f0d78e)) 40 | (pad "5" thru_hole oval (at 0 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 4d45f2e8-fd7e-4cbb-a354-4b01cac34b25)) 41 | (pad "6" thru_hole oval (at 2.54 5.08) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 4c1b3daf-b0e0-4ff1-9737-df4b0a4651d3)) 42 | (pad "7" thru_hole oval (at 0 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 33600007-1e62-4c06-9685-0474a9bc1b69)) 43 | (pad "8" thru_hole oval (at 2.54 7.62) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp c91736e2-039e-4f02-9151-f15b3cd6e721)) 44 | (pad "9" thru_hole oval (at 0 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp eff140bd-1df3-41b3-9a6a-ea3ecf810c0c)) 45 | (pad "10" thru_hole oval (at 2.54 10.16) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 57b65864-1707-4783-a28c-18fc2b9f7824)) 46 | (pad "11" thru_hole oval (at 0 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp f335a524-ef6f-4935-a445-4ff6046b1ec8)) 47 | (pad "12" thru_hole oval (at 2.54 12.7) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 0c4c25c1-5595-4e18-9d9a-2d6ccc6b0ca5)) 48 | (pad "13" thru_hole oval (at 0 15.24) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 9124a950-26b2-4d1f-b75a-baf73701d768)) 49 | (pad "14" thru_hole oval (at 2.54 15.24) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 805e1761-7c63-4d9d-92c3-7132457fe826)) 50 | (pad "15" thru_hole oval (at 0 17.78) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 1292becb-8477-4df7-a625-f79a3aa4e43a)) 51 | (pad "16" thru_hole oval (at 2.54 17.78) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp f5a6915c-2927-454b-b088-c091b9b2bf54)) 52 | (pad "17" thru_hole oval (at 0 20.32) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 4d2052a9-6591-4fcb-9a0c-b6152a36fba5)) 53 | (pad "18" thru_hole oval (at 2.54 20.32) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp 4cd1c936-f6c5-49bb-9e0f-54914f1d3bcf)) 54 | (pad "19" thru_hole oval (at 0 22.86) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp a011a0f8-521a-4993-a34a-0b278684ddd0)) 55 | (pad "20" thru_hole oval (at 2.54 22.86) (size 1.7 1.7) (drill 1) (layers *.Cu *.Mask) (tstamp ce74070a-5936-4bb6-9b60-6ab945131bb6)) 56 | (model "${KICAD6_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_2x10_P2.54mm_Vertical.wrl" 57 | (offset (xyz 0 0 0)) 58 | (scale (xyz 1 1 1)) 59 | (rotate (xyz 0 0 0)) 60 | ) 61 | ) 62 | -------------------------------------------------------------------------------- /Interface de Drive/Esquema KiCad/TK2000_InterfaceDeDrive/TK2000_InterfaceDeDrive.pretty/R_Axial_DIN0204_L3.6mm_D1.6mm_P4mm_Vertical.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "R_Axial_DIN0204_L3.6mm_D1.6mm_P4mm_Vertical" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5AE5139B) 4 | (descr "Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf") 5 | (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 2.54 -1.92) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 7aa71e7c-91fa-4ffc-ae11-22905f025984) 10 | ) 11 | (fp_text value "R_Axial_DIN0204_L3.6mm_D1.6mm_P4mm_Vertical" (at 2.54 1.92) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 4364fa1b-48a6-42e4-b313-9a00a4eabc9b) 14 | ) 15 | (fp_text user "${REFERENCE}" (at 2.54 -1.92) (layer "F.Fab") 16 | (effects (font (size 1 1) (thickness 0.15))) 17 | (tstamp 40464429-afb3-4863-a49d-33e5a6a155d7) 18 | ) 19 | (fp_line (start 1.115 0) (end 1.369 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 2043f77b-4924-47bc-98a2-e8f48547e333)) 20 | (fp_line (start 1.623 0.508) (end 1.877 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 2563f0ea-2ad5-457c-8d1b-4988b96789cc)) 21 | (fp_line (start 2.131 0.508) (end 1.877 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 407a49b8-84a1-4d41-960e-95e47593d5fa)) 22 | (fp_line (start 2.639 0.508) (end 2.893 0) (layer "F.SilkS") (width 0.12) (tstamp 4b22cf9b-3350-41bb-b4ec-a23230961b62)) 23 | (fp_line (start 2.131 0.508) (end 2.385 -0.508) (layer "F.SilkS") (width 0.12) (tstamp 8c4ed12b-9fad-429f-9d65-561f738b7885)) 24 | (fp_line (start 2.639 0.508) (end 2.385 -0.508) (layer "F.SilkS") (width 0.12) (tstamp db660dec-b98b-4ff3-b31a-499fbd257d3f)) 25 | (fp_line (start 1.623 0.508) (end 1.369 -0.508) (layer "F.SilkS") (width 0.12) (tstamp f7e64b97-872e-4fc1-9c91-27897c86157f)) 26 | (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (tstamp 2f4a4690-42d1-4721-814c-c697d8392db3)) 27 | (pad "2" thru_hole oval (at 4 0) (size 1.4 1.4) (drill 0.7) (layers *.Cu *.Mask) (tstamp f40d1180-8073-4ea3-bb70-4b5e140df612)) 28 | (group "" (id 387e4bae-44b9-4fff-b859-91470964368c) 29 | (members 30 | 2043f77b-4924-47bc-98a2-e8f48547e333 31 | 2563f0ea-2ad5-457c-8d1b-4988b96789cc 32 | 407a49b8-84a1-4d41-960e-95e47593d5fa 33 | 4b22cf9b-3350-41bb-b4ec-a23230961b62 34 | 8c4ed12b-9fad-429f-9d65-561f738b7885 35 | db660dec-b98b-4ff3-b31a-499fbd257d3f 36 | f7e64b97-872e-4fc1-9c91-27897c86157f 37 | ) 38 | ) 39 | (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Vertical.wrl" 40 | (offset (xyz 0 0 0)) 41 | (scale (xyz 1 1 1)) 42 | (rotate (xyz 0 0 0)) 43 | ) 44 | ) 45 | -------------------------------------------------------------------------------- /Interface de Drive/Esquema KiCad/TK2000_InterfaceDeDrive/TK2000_InterfaceDeDrive.pretty/TO-92_Wide.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "TO-92_Wide" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 5A2795B7) 4 | (descr "TO-92 leads molded, wide, drill 0.75mm (see NXP sot054_po.pdf)") 5 | (tags "to-92 sc-43 sc-43a sot54 PA33 transistor") 6 | (attr through_hole) 7 | (fp_text reference "REF**" (at 2.55 -4.19) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 6606b60e-693b-46c0-b6e5-64ac2796463b) 10 | ) 11 | (fp_text value "TO-92_Wide" (at 2.54 2.79) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 1cc62a6e-c260-4663-8881-f29bfe598f90) 14 | ) 15 | (fp_line (start 0.74 1.85) (end 4.34 1.85) (layer "F.SilkS") (width 0.12) (tstamp 2f8466ce-0711-4f42-acea-998b935d1082)) 16 | (fp_arc (start 0.74 1.85) (mid 0.446097 1.509328) (end 0.215816 1.122795) (layer "F.SilkS") (width 0.12) (tstamp 463becb8-fa78-4849-9d07-9b8787475a17)) 17 | (fp_arc (start 3.65 -2.35) (mid 4.981972 -0.874338) (end 4.89 1.12) (layer "F.SilkS") (width 0.12) (tstamp 59f74c06-c053-4068-9a5e-3842327506c3)) 18 | (fp_arc (start 0.215816 1.15) (mid 0.68246 -1.826933) (end 3.65 -2.35) (layer "F.SilkS") (width 0.12) (tstamp aa6ca7b1-011d-433c-9ab1-dd5527fac865)) 19 | (fp_arc (start 4.864184 1.122795) (mid 4.633903 1.509328) (end 4.34 1.85) (layer "F.SilkS") (width 0.12) (tstamp e00396b9-b4a7-441e-8689-866e0d7a65bd)) 20 | (fp_line (start 6.09 2.01) (end -1.01 2.01) (layer "F.CrtYd") (width 0.05) (tstamp 75537795-9db8-4136-8e6e-1f7db47a9027)) 21 | (fp_line (start -1.01 -3.55) (end -1.01 2.01) (layer "F.CrtYd") (width 0.05) (tstamp 9fb387a9-74d8-4d50-abc3-bd601fc421b7)) 22 | (fp_line (start 6.09 2.01) (end 6.09 -3.55) (layer "F.CrtYd") (width 0.05) (tstamp a35188c6-279d-400a-b166-fd5e2ae96687)) 23 | (fp_line (start -1.01 -3.55) (end 6.09 -3.55) (layer "F.CrtYd") (width 0.05) (tstamp accc5072-2b8d-43b3-99da-42a7b438a93f)) 24 | (fp_line (start 0.8 1.75) (end 4.3 1.75) (layer "F.Fab") (width 0.1) (tstamp 6e3c741e-fac3-4939-86f4-b27953604a18)) 25 | (fp_arc (start 2.54 -2.48) (mid 4.831221 -0.949055) (end 4.293625 1.753625) (layer "F.Fab") (width 0.1) (tstamp a03a41b4-2639-424c-9692-79982bdbef5b)) 26 | (fp_arc (start 0.786375 1.753625) (mid 0.248779 -0.949055) (end 2.54 -2.48) (layer "F.Fab") (width 0.1) (tstamp c613968c-863f-4d2b-8968-6a8ec69e7211)) 27 | (pad "1" thru_hole rect (at 1.34 0.56) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp ed6b5aa4-6dac-4819-aaed-a8bdb780c990)) 28 | (pad "2" thru_hole circle (at 2.54 -1.41) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp e9862526-ef92-4e0b-982b-321e1261dbc9)) 29 | (pad "3" thru_hole circle (at 3.94 0.56) (size 1.5 1.5) (drill 0.8) (layers *.Cu *.Mask) (tstamp e0803e41-768f-4dab-acc0-bcb1faef6954)) 30 | (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92_Wide.wrl" 31 | (offset (xyz 0 0 0)) 32 | (scale (xyz 1 1 1)) 33 | (rotate (xyz 0 0 0)) 34 | ) 35 | ) 36 | -------------------------------------------------------------------------------- /Interface de Drive/Esquema KiCad/TK2000_InterfaceDeDrive/fp-info-cache: -------------------------------------------------------------------------------- 1 | 8342259049979 2 | TK2000_InterfaceDeDrive 3 | C_Polarized_P5.00mm 4 | C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf 5 | C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor 6 | 0 7 | 2 8 | 2 9 | TK2000_InterfaceDeDrive 10 | Conector Edge 11 | 12 | 13 | 0 14 | 50 15 | 50 16 | TK2000_InterfaceDeDrive 17 | PinSocket_2x10_P2.54mm_Vertical 18 | Through hole straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated 19 | Through hole socket strip THT 2x10 2.54mm double row 20 | 0 21 | 20 22 | 20 23 | TK2000_InterfaceDeDrive 24 | R_Axial_DIN0204_L3.6mm_D1.6mm_P4mm_Vertical 25 | Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf 26 | Resistor Axial_DIN0204 series Axial Vertical pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm 27 | 0 28 | 2 29 | 2 30 | TK2000_InterfaceDeDrive 31 | TO-92_Wide 32 | TO-92 leads molded, wide, drill 0.75mm (see NXP sot054_po.pdf) 33 | to-92 sc-43 sc-43a sot54 PA33 transistor 34 | 0 35 | 3 36 | 3 37 | -------------------------------------------------------------------------------- /Interface de Drive/Esquema KiCad/TK2000_InterfaceDeDrive/fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name "TK2000_InterfaceDeDrive")(type "KiCad")(uri "${KIPRJMOD}/TK2000_InterfaceDeDrive.pretty")(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /Interface de Drive/Esquema KiCad/TK2000_InterfaceDeDrive/sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (lib (name "TK2000_InterfaceDeDrive")(type "KiCad")(uri "${KIPRJMOD}/TK2000_InterfaceDeDrive.kicad_sym")(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /Interface de Drive/Esquema Original/tk2000-interfacedrive.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Esquema Original/tk2000-interfacedrive.pdf -------------------------------------------------------------------------------- /Interface de Drive/Esquema Original/tk2000_dsk_esquema.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Esquema Original/tk2000_dsk_esquema.JPG -------------------------------------------------------------------------------- /Interface de Drive/Fotos/cartucho_interface.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Fotos/cartucho_interface.jpg -------------------------------------------------------------------------------- /Interface de Drive/Fotos/componentes_interface_drive_tk2000.txt: -------------------------------------------------------------------------------- 1 | Q1 - BC558 2 | 3 | Q2 - BC557 4 | 5 | 6 | U1 - 74259 7 | 8 | U2 - 7400 9 | 10 | U3 - 555 11 | 12 | U4 - 74174 13 | 14 | U5 - 7405 15 | 16 | não existe U6 no layout 17 | 18 | U7 - 74138 19 | 20 | U8 - N82S135N (PROM,256X8) 21 | 22 | U9 - 74323 23 | 24 | U10 - N82S135N (PROM,256X8) 25 | 26 | U11 - 74138 27 | 28 | 29 | C1 - 10uFx25V (lado positivo em R2) 30 | 31 | C2 - 100nF (104) 32 | 33 | C3 - 10uFx25V 34 | 35 | C4 (próx. a U11) - 100nF (104) 36 | 37 | C5 (próx. a U11) - 10uFx25V 38 | C 39 | 4 (próx. a C6) - 47pF (470) 40 | 41 | C5 (próx. a C6) - 47pF (470) 42 | 43 | C6 - 47pF (470) 44 | C7 - 47pF (470) 45 | 46 | 47 | R1 - 3K3 (LR, LR, VM) 48 | 49 | R2 - 22K (VM, VM, LR) 50 | 51 | não existe R3 no layout 52 | 53 | R4 - 3K3 (LR, LR, VM) 54 | 55 | R5 - 470R (AM, RX, MR) 56 | 57 | R6 (próx. a U11) - 180 58 | R (MR, CZ, MR) 59 | 60 | R6 (próx. a R7) - vazio 61 | 62 | R7 - 100R (MR, PT, MR) 63 | 64 | não existe R8 no layout 65 | 66 | não existe R9 no layout 67 | 68 | R10 - 1K (MR, PT, VM) 69 | 70 | -------------------------------------------------------------------------------- /Interface de Drive/Fotos/placa_drive_lc_cheia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Fotos/placa_drive_lc_cheia.jpg -------------------------------------------------------------------------------- /Interface de Drive/Fotos/placa_drive_lc_vazia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Fotos/placa_drive_lc_vazia.jpg -------------------------------------------------------------------------------- /Interface de Drive/Fotos/placa_drive_ls_cheia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Fotos/placa_drive_ls_cheia.jpg -------------------------------------------------------------------------------- /Interface de Drive/Fotos/placa_drive_ls_vazia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Fotos/placa_drive_ls_vazia.jpg -------------------------------------------------------------------------------- /Interface de Drive/Prom/Apple Disk II 13 Sector Interface Card ROM P5 - 341-0009.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Prom/Apple Disk II 13 Sector Interface Card ROM P5 - 341-0009.bin -------------------------------------------------------------------------------- /Interface de Drive/Prom/Apple Disk II 13 Sector Interface Card ROM P6 - 341-0010.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Prom/Apple Disk II 13 Sector Interface Card ROM P6 - 341-0010.bin -------------------------------------------------------------------------------- /Interface de Drive/Prom/Apple Disk II 16 Sector Interface Card ROM P5 - 341-0027.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Prom/Apple Disk II 16 Sector Interface Card ROM P5 - 341-0027.bin -------------------------------------------------------------------------------- /Interface de Drive/Prom/Apple Disk II 16 Sector Interface Card ROM P6 - 341-0028.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Prom/Apple Disk II 16 Sector Interface Card ROM P6 - 341-0028.bin -------------------------------------------------------------------------------- /Interface de Drive/Prom/diskii.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/Prom/diskii.zip -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/.vs/PromToGalTest/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/PromToGalTest/.vs/PromToGalTest/v16/.suo -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | 7 | namespace PromToGalTest 8 | { 9 | class Program 10 | { 11 | static void Main(string[] args) 12 | { 13 | string arqOriginal = @"C:\Users\cfolly\DropboxPessoal\Dropbox\TK 2000\Interface de Drive\DISKII-2.BIN"; 14 | 15 | var conteudo = System.IO.File.ReadAllBytes(arqOriginal); 16 | 17 | StringBuilder sb = new StringBuilder(); 18 | sb.AppendLine("A,B,C,D,E,F,G,H,,F0,F1,F2,F3,F4,F5,F6,F7"); 19 | 20 | int i = 0; 21 | foreach (var b in conteudo) 22 | { 23 | string indice = Convert.ToString(i, 2).PadLeft(8, '0'); 24 | string valor = Convert.ToString(b, 2).PadLeft(8, '0'); 25 | 26 | i++; 27 | 28 | sb.AppendLine(string.Format("{0},,{1}", string.Join(",", indice.ToArray()), string.Join(",", valor.ToArray()))); 29 | } 30 | 31 | 32 | System.IO.File.WriteAllText(@"C:\Users\cfolly\DropboxPessoal\Dropbox\TK 2000\Interface de Drive\DISKII-2.csv", sb.ToString()); 33 | 34 | } 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/PromToGalTest.csproj: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | Debug 6 | AnyCPU 7 | {4F063FD7-EA2F-40CF-AEA0-18E6F402023C} 8 | Exe 9 | PromToGalTest 10 | PromToGalTest 11 | v4.8 12 | 512 13 | true 14 | true 15 | 16 | 17 | AnyCPU 18 | true 19 | full 20 | false 21 | bin\Debug\ 22 | DEBUG;TRACE 23 | prompt 24 | 4 25 | 26 | 27 | AnyCPU 28 | pdbonly 29 | true 30 | bin\Release\ 31 | TRACE 32 | prompt 33 | 4 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/PromToGalTest.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio Version 16 4 | VisualStudioVersion = 16.0.32002.261 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PromToGalTest", "PromToGalTest.csproj", "{4F063FD7-EA2F-40CF-AEA0-18E6F402023C}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Any CPU = Debug|Any CPU 11 | Release|Any CPU = Release|Any CPU 12 | EndGlobalSection 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 | {4F063FD7-EA2F-40CF-AEA0-18E6F402023C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 | {4F063FD7-EA2F-40CF-AEA0-18E6F402023C}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 | {4F063FD7-EA2F-40CF-AEA0-18E6F402023C}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 | {4F063FD7-EA2F-40CF-AEA0-18E6F402023C}.Release|Any CPU.Build.0 = Release|Any CPU 18 | EndGlobalSection 19 | GlobalSection(SolutionProperties) = preSolution 20 | HideSolutionNode = FALSE 21 | EndGlobalSection 22 | GlobalSection(ExtensibilityGlobals) = postSolution 23 | SolutionGuid = {CD2BBF21-106F-45BC-8FC1-D1E728A516E0} 24 | EndGlobalSection 25 | EndGlobal 26 | -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("PromToGalTest")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("PromToGalTest")] 13 | [assembly: AssemblyCopyright("Copyright © 2022")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("4f063fd7-ea2f-40cf-aea0-18e6f402023c")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/bin/Debug/PromToGalTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/PromToGalTest/bin/Debug/PromToGalTest.exe -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/bin/Debug/PromToGalTest.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/bin/Debug/PromToGalTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/PromToGalTest/bin/Debug/PromToGalTest.pdb -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs: -------------------------------------------------------------------------------- 1 | // 2 | using System; 3 | using System.Reflection; 4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] 5 | -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/PromToGalTest/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/obj/Debug/PromToGalTest.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/PromToGalTest/obj/Debug/PromToGalTest.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/obj/Debug/PromToGalTest.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 2f1b5aa9ca9324e732c8dc8ad98b9a6b4836d80a 2 | -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/obj/Debug/PromToGalTest.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\cfolly\DropboxPessoal\Dropbox\TK 2000\Interface de Drive\PromToGalTest\bin\Debug\PromToGalTest.exe.config 2 | C:\Users\cfolly\DropboxPessoal\Dropbox\TK 2000\Interface de Drive\PromToGalTest\bin\Debug\PromToGalTest.exe 3 | C:\Users\cfolly\DropboxPessoal\Dropbox\TK 2000\Interface de Drive\PromToGalTest\bin\Debug\PromToGalTest.pdb 4 | C:\Users\cfolly\DropboxPessoal\Dropbox\TK 2000\Interface de Drive\PromToGalTest\obj\Debug\PromToGalTest.csproj.AssemblyReference.cache 5 | C:\Users\cfolly\DropboxPessoal\Dropbox\TK 2000\Interface de Drive\PromToGalTest\obj\Debug\PromToGalTest.csproj.CoreCompileInputs.cache 6 | C:\Users\cfolly\DropboxPessoal\Dropbox\TK 2000\Interface de Drive\PromToGalTest\obj\Debug\PromToGalTest.exe 7 | C:\Users\cfolly\DropboxPessoal\Dropbox\TK 2000\Interface de Drive\PromToGalTest\obj\Debug\PromToGalTest.pdb 8 | -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/obj/Debug/PromToGalTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/PromToGalTest/obj/Debug/PromToGalTest.exe -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/obj/Debug/PromToGalTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/PromToGalTest/obj/Debug/PromToGalTest.pdb -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs: -------------------------------------------------------------------------------- 1 | // 2 | using System; 3 | using System.Reflection; 4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] 5 | -------------------------------------------------------------------------------- /Interface de Drive/PromToGalTest/obj/Release/PromToGalTest.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Interface de Drive/PromToGalTest/obj/Release/PromToGalTest.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /PAL/TK2000_PAL.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/PAL/TK2000_PAL.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Microdigital - TK2000 2 | 3 |

4 | 5 |

6 | 7 | A Microdigital Eletrônica Ltda foi uma das empresas pioneiras no mercado de microcomputadores no Brasil, tendo grande importância na popularização da informática durante a década de 1980. Fundada em 1979, a empresa se destacou por criar e distribuir uma série de microcomputadores compatíveis com modelos internacionais. A Microdigital se beneficiou da reserva de mercado imposta pelo governo brasileiro, o que levou a empresa a desenvolver produtos que atendessem à demanda interna por tecnologia, educação e entretenimento. 8 | 9 | Entre os produtos está o TK2000, lançado oficialmente em 1984 após ser apresentado na Feira de Informática de 1983. Inspirado no Apple II, o TK2000 foi um microcomputador voltado para o mercado doméstico e educacional, parcialmente compatível com o software do Apple II, mas com algumas limitações em termos de hardware, o que o tornava mais acessível ao consumidor brasileiro. Equipado com uma CPU 6502, 16k de ROM e 64k de RAM, o TK2000 era, na verdade, um clone do Micro-Professor MPF-II, um modelo taiwanês fabricado pela Multitech (futura Acer). O sucesso do TK2000 consolidou a Microdigital como uma das líderes no mercado de microcomputadores no Brasil, contribuindo significativamente para a difusão da cultura computacional no país durante os anos 80. Em 1985, foi lançada uma versão aprimorada, o TK2000 II, que incluía uma opção de 128K de memória. O microcomputador foi descontinuado em 1987. 10 | 11 | ## Sobre essa reprodução 12 | 13 |

14 | 15 |

16 | 17 | A reprodução do projeto foi realizada sem acesso físico à placa original, com base em fotos encontradas na internet. Para isso, utilizou-se os software Sprint Layout e o KiCad para desenhar o esquema e a placa de circuito impresso. A réplica ainda não foi produzida, e seu funcionamento não foi validado. Agradecemos às pessoas que disponibilizaram as fotos e o esquema original, permitindo que esse trabalho fosse possível. 18 | 19 | ### Datalhes da placa 20 | A placa é dupla face e o tamanho final ficou com 237x170 mm. 21 | 22 |

23 | 24 | 25 |

26 | 27 | ### Comparação com a placa original 28 | Embora eu não tenha tido acesso direto à placa original, me esforcei para que a recriação fosse a mais fiel possível. Algumas imagens de referência estavam em baixa resolução e precisaram ter suas proporções ajustadas, além de estarem com componentes e adesivos, o que dificultou a reprodução das trilhas que passavam por baixo deles. 29 | 30 |

31 | 32 |

33 | 34 | A parte de RF foi removida e no lugar colocada uma saída de áudio. Além disso, o jumper que conecta o pino 28 da ROM U39 ao pino 7 do 74LS244 foi integrado diretamente ao roteamento da placa, permetindo o uso de uma ROM 27C128. 35 | 36 | ### Para confecção 37 | 38 | Na seção de releases desta página, você encontrará todos os arquivos necessários para a fabricação da placa: o gerber em formato zip, o esquema em PDF e a lista interativa de materiais em HTML. Basta enviar o arquivo zip para a sua fabricante de PCB de preferência. 39 | 40 | ### Chip customizado 41 | 42 | A montagem requer a gravação de um chip PLD GAL16V8, o conteúdo está na pasta PAL. Mais detalhes em: 43 | 44 | https://www.facebook.com/groups/cidadedosclassicos/posts/5769043533153302/?paipv=0&eav=AfbpHolPJ6P4nDAmXXkvS--qkC2yUR-xJ5SVl_j7wmNv-nLbxHa_C_v81FATnQMoCv0&_rdr 45 | 46 | ## Créditos 47 | 48 | ### Recriação da Placa: 49 | 50 | Clemar Folly Jr. 51 | 52 | https://x.com/clemarfolly/ - https://www.facebook.com/clemarjr 53 | 54 | ### Fotos 55 | 56 | Clube do TK90X 57 | 58 | http://www.tk90x.com.br/Projetos_TK2000_clareamento.html 59 | 60 | José Ferro - Recebido via E-mail 61 | 62 | Tabajara Labs 63 | 64 | http://tabalabs.com.br/tk2k/reparo_teclado/ 65 | 66 | Grupo Microdigital TK 2000 no Facebook 67 | 68 | https://www.facebook.com/groups/2839171526116039/ 69 | 70 | Uma saída de som para o TK2000 71 | 72 | https://www.victortrucco.com/TK/TK2000Som/TK2000Som 73 | 74 | ### Esquema 75 | 76 | TK2000 - Esquema Elétrico Placa Principal - Datassette 77 | 78 | https://datassette.org/manuais/hardware-tk-2000-microdigital-eletronica-manuais/tk2000-esquema-eletrico-placa-principal 79 | 80 | #### Caso queira contribuir para que outras reproduções como esta sejam feitas, considere fazer uma doação. 81 | 82 | Chave pix: clemarjr@gmail.com 83 | -------------------------------------------------------------------------------- /Sprint-Layout/TK2000.lay6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Sprint-Layout/TK2000.lay6 -------------------------------------------------------------------------------- /Sprint-Layout/TK2000.lay6.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clemarfolly/Microdigital-TK2000/c43a952681b9ee31df58d4c047e755922590f3ff/Sprint-Layout/TK2000.lay6.bak --------------------------------------------------------------------------------