├── .gitignore ├── GerbersR0-tested.zip ├── InitialSketch.png ├── InitialSketch2.png ├── Jack-audio-3.5mm(PJ-327F-5A).step ├── Jack_3.5mm_4Poles_5pins_SMD_ABN.kicad_mod ├── Jack_3.5mm_4Poles_5pins_SMD_ABN_fixed.kicad_mod ├── ModemBack.png ├── ModemFront.png ├── Photos ├── IMG_4571.jpeg ├── IMG_4609.jpeg ├── IMG_4610.jpeg ├── IMG_4613.jpeg ├── IMG_4616.jpeg ├── IMG_4663.jpeg ├── IMG_4670.jpeg ├── IMG_4686.jpeg ├── IMG_4688.jpeg ├── IMG_4689.jpeg ├── IMG_4693.jpeg └── Resized │ ├── IMG_4571.jpeg │ ├── IMG_4609.jpeg │ ├── IMG_4610.jpeg │ ├── IMG_4613.jpeg │ ├── IMG_4616.jpeg │ ├── IMG_4663.jpeg │ ├── IMG_4670.jpeg │ ├── IMG_4686.jpeg │ ├── IMG_4688.jpeg │ ├── IMG_4689.jpeg │ └── IMG_4693.jpeg ├── README.md ├── SimpleModem.kicad_pcb ├── SimpleModem.kicad_prl ├── SimpleModem.kicad_pro ├── SimpleModem.kicad_sch ├── SimpleModem.pdf ├── audiojack4p-5pin-connector-pixie-fixed.kicad_sym ├── audiojack4p-5pin-connector-pixie-rescue.kicad_sym ├── fp-info-cache ├── fp-lib-table ├── license.md └── sym-lib-table /.gitignore: -------------------------------------------------------------------------------- 1 | SimpleModem-backups 2 | .DS_Store 3 | _autosave* 4 | -------------------------------------------------------------------------------- /GerbersR0-tested.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/GerbersR0-tested.zip -------------------------------------------------------------------------------- /InitialSketch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/InitialSketch.png -------------------------------------------------------------------------------- /InitialSketch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/InitialSketch2.png -------------------------------------------------------------------------------- /Jack-audio-3.5mm(PJ-327F-5A).step: -------------------------------------------------------------------------------- 1 | ISO-10303-21; 2 | HEADER; 3 | /* Generated by software containing ST-Developer 4 | * from STEP Tools, Inc. (www.steptools.com) 5 | */ 6 | 7 | FILE_DESCRIPTION( 8 | /* description */ (''), 9 | /* implementation_level */ '2;1'); 10 | 11 | FILE_NAME( 12 | /* name */ 'C:/Users/shaber/Desktop/PJ-327F-5A v0.step', 13 | /* time_stamp */ '2022-02-05T14:35:02+08:00', 14 | /* author */ (''), 15 | /* organization */ (''), 16 | /* preprocessor_version */ 'ST-DEVELOPER v18.1', 17 | /* originating_system */ 'Autodesk Translation Framework v10.13.0.1454', 18 | 19 | /* authorisation */ ''); 20 | 21 | FILE_SCHEMA (('AUTOMOTIVE_DESIGN { 1 0 10303 214 3 1 1 }')); 22 | ENDSEC; 23 | 24 | DATA; 25 | #10=MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION('',(#13),#1297); 26 | #11=SHAPE_REPRESENTATION_RELATIONSHIP('SRR','None',#1304,#12); 27 | #12=ADVANCED_BREP_SHAPE_REPRESENTATION('',(#14),#1296); 28 | #13=STYLED_ITEM('',(#1313),#14); 29 | #14=MANIFOLD_SOLID_BREP('Body1',#797); 30 | #15=FACE_BOUND('',#113,.T.); 31 | #16=FACE_BOUND('',#119,.T.); 32 | #17=FACE_BOUND('',#120,.T.); 33 | #18=FACE_BOUND('',#124,.T.); 34 | #19=CIRCLE('',#842,0.55); 35 | #20=CIRCLE('',#843,0.55); 36 | #21=CIRCLE('',#846,0.55); 37 | #22=CIRCLE('',#847,0.55); 38 | #23=CIRCLE('',#850,2.5); 39 | #24=CIRCLE('',#851,2.5); 40 | #25=CIRCLE('',#852,2.5); 41 | #26=CIRCLE('',#853,2.5); 42 | #27=CIRCLE('',#855,1.9); 43 | #28=CIRCLE('',#859,1.9); 44 | #29=CYLINDRICAL_SURFACE('',#841,0.55); 45 | #30=CYLINDRICAL_SURFACE('',#845,0.55); 46 | #31=CYLINDRICAL_SURFACE('',#849,2.5); 47 | #32=CYLINDRICAL_SURFACE('',#858,1.9); 48 | #33=FACE_OUTER_BOUND('',#77,.T.); 49 | #34=FACE_OUTER_BOUND('',#78,.T.); 50 | #35=FACE_OUTER_BOUND('',#79,.T.); 51 | #36=FACE_OUTER_BOUND('',#80,.T.); 52 | #37=FACE_OUTER_BOUND('',#81,.T.); 53 | #38=FACE_OUTER_BOUND('',#82,.T.); 54 | #39=FACE_OUTER_BOUND('',#83,.T.); 55 | #40=FACE_OUTER_BOUND('',#84,.T.); 56 | #41=FACE_OUTER_BOUND('',#85,.T.); 57 | #42=FACE_OUTER_BOUND('',#86,.T.); 58 | #43=FACE_OUTER_BOUND('',#87,.T.); 59 | #44=FACE_OUTER_BOUND('',#88,.T.); 60 | #45=FACE_OUTER_BOUND('',#89,.T.); 61 | #46=FACE_OUTER_BOUND('',#90,.T.); 62 | #47=FACE_OUTER_BOUND('',#91,.T.); 63 | #48=FACE_OUTER_BOUND('',#92,.T.); 64 | #49=FACE_OUTER_BOUND('',#93,.T.); 65 | #50=FACE_OUTER_BOUND('',#94,.T.); 66 | #51=FACE_OUTER_BOUND('',#95,.T.); 67 | #52=FACE_OUTER_BOUND('',#96,.T.); 68 | #53=FACE_OUTER_BOUND('',#97,.T.); 69 | #54=FACE_OUTER_BOUND('',#98,.T.); 70 | #55=FACE_OUTER_BOUND('',#99,.T.); 71 | #56=FACE_OUTER_BOUND('',#100,.T.); 72 | #57=FACE_OUTER_BOUND('',#101,.T.); 73 | #58=FACE_OUTER_BOUND('',#102,.T.); 74 | #59=FACE_OUTER_BOUND('',#103,.T.); 75 | #60=FACE_OUTER_BOUND('',#104,.T.); 76 | #61=FACE_OUTER_BOUND('',#105,.T.); 77 | #62=FACE_OUTER_BOUND('',#106,.T.); 78 | #63=FACE_OUTER_BOUND('',#107,.T.); 79 | #64=FACE_OUTER_BOUND('',#108,.T.); 80 | #65=FACE_OUTER_BOUND('',#109,.T.); 81 | #66=FACE_OUTER_BOUND('',#110,.T.); 82 | #67=FACE_OUTER_BOUND('',#111,.T.); 83 | #68=FACE_OUTER_BOUND('',#112,.T.); 84 | #69=FACE_OUTER_BOUND('',#114,.T.); 85 | #70=FACE_OUTER_BOUND('',#115,.T.); 86 | #71=FACE_OUTER_BOUND('',#116,.T.); 87 | #72=FACE_OUTER_BOUND('',#117,.T.); 88 | #73=FACE_OUTER_BOUND('',#118,.T.); 89 | #74=FACE_OUTER_BOUND('',#121,.T.); 90 | #75=FACE_OUTER_BOUND('',#122,.T.); 91 | #76=FACE_OUTER_BOUND('',#123,.T.); 92 | #77=EDGE_LOOP('',(#497,#498,#499,#500)); 93 | #78=EDGE_LOOP('',(#501,#502,#503,#504)); 94 | #79=EDGE_LOOP('',(#505,#506,#507,#508,#509)); 95 | #80=EDGE_LOOP('',(#510,#511,#512,#513)); 96 | #81=EDGE_LOOP('',(#514,#515,#516,#517,#518)); 97 | #82=EDGE_LOOP('',(#519,#520,#521,#522)); 98 | #83=EDGE_LOOP('',(#523,#524,#525,#526)); 99 | #84=EDGE_LOOP('',(#527,#528,#529,#530)); 100 | #85=EDGE_LOOP('',(#531,#532,#533,#534,#535)); 101 | #86=EDGE_LOOP('',(#536,#537,#538,#539)); 102 | #87=EDGE_LOOP('',(#540,#541,#542,#543,#544)); 103 | #88=EDGE_LOOP('',(#545,#546,#547,#548)); 104 | #89=EDGE_LOOP('',(#549,#550,#551,#552)); 105 | #90=EDGE_LOOP('',(#553,#554,#555,#556)); 106 | #91=EDGE_LOOP('',(#557,#558,#559,#560,#561)); 107 | #92=EDGE_LOOP('',(#562,#563,#564,#565)); 108 | #93=EDGE_LOOP('',(#566,#567,#568,#569,#570)); 109 | #94=EDGE_LOOP('',(#571,#572,#573,#574)); 110 | #95=EDGE_LOOP('',(#575,#576,#577,#578)); 111 | #96=EDGE_LOOP('',(#579,#580,#581,#582)); 112 | #97=EDGE_LOOP('',(#583,#584,#585,#586,#587)); 113 | #98=EDGE_LOOP('',(#588,#589,#590,#591)); 114 | #99=EDGE_LOOP('',(#592,#593,#594,#595,#596)); 115 | #100=EDGE_LOOP('',(#597,#598,#599,#600)); 116 | #101=EDGE_LOOP('',(#601,#602,#603,#604)); 117 | #102=EDGE_LOOP('',(#605,#606,#607,#608)); 118 | #103=EDGE_LOOP('',(#609,#610,#611,#612,#613)); 119 | #104=EDGE_LOOP('',(#614,#615,#616,#617)); 120 | #105=EDGE_LOOP('',(#618,#619,#620,#621,#622)); 121 | #106=EDGE_LOOP('',(#623,#624,#625,#626)); 122 | #107=EDGE_LOOP('',(#627,#628,#629,#630)); 123 | #108=EDGE_LOOP('',(#631)); 124 | #109=EDGE_LOOP('',(#632,#633,#634,#635)); 125 | #110=EDGE_LOOP('',(#636)); 126 | #111=EDGE_LOOP('',(#637,#638,#639,#640,#641,#642)); 127 | #112=EDGE_LOOP('',(#643)); 128 | #113=EDGE_LOOP('',(#644)); 129 | #114=EDGE_LOOP('',(#645,#646,#647,#648)); 130 | #115=EDGE_LOOP('',(#649,#650,#651,#652,#653)); 131 | #116=EDGE_LOOP('',(#654,#655,#656,#657)); 132 | #117=EDGE_LOOP('',(#658,#659,#660,#661,#662,#663,#664,#665,#666,#667,#668, 133 | #669,#670,#671,#672,#673)); 134 | #118=EDGE_LOOP('',(#674,#675,#676,#677,#678,#679,#680,#681,#682,#683,#684, 135 | #685,#686,#687,#688)); 136 | #119=EDGE_LOOP('',(#689)); 137 | #120=EDGE_LOOP('',(#690)); 138 | #121=EDGE_LOOP('',(#691,#692,#693,#694,#695,#696,#697,#698,#699,#700,#701, 139 | #702)); 140 | #122=EDGE_LOOP('',(#703,#704,#705,#706,#707)); 141 | #123=EDGE_LOOP('',(#708,#709,#710,#711)); 142 | #124=EDGE_LOOP('',(#712)); 143 | #125=LINE('',#1077,#223); 144 | #126=LINE('',#1079,#224); 145 | #127=LINE('',#1081,#225); 146 | #128=LINE('',#1082,#226); 147 | #129=LINE('',#1085,#227); 148 | #130=LINE('',#1087,#228); 149 | #131=LINE('',#1088,#229); 150 | #132=LINE('',#1091,#230); 151 | #133=LINE('',#1093,#231); 152 | #134=LINE('',#1094,#232); 153 | #135=LINE('',#1097,#233); 154 | #136=LINE('',#1098,#234); 155 | #137=LINE('',#1101,#235); 156 | #138=LINE('',#1102,#236); 157 | #139=LINE('',#1104,#237); 158 | #140=LINE('',#1108,#238); 159 | #141=LINE('',#1110,#239); 160 | #142=LINE('',#1112,#240); 161 | #143=LINE('',#1113,#241); 162 | #144=LINE('',#1116,#242); 163 | #145=LINE('',#1118,#243); 164 | #146=LINE('',#1119,#244); 165 | #147=LINE('',#1122,#245); 166 | #148=LINE('',#1124,#246); 167 | #149=LINE('',#1125,#247); 168 | #150=LINE('',#1128,#248); 169 | #151=LINE('',#1129,#249); 170 | #152=LINE('',#1132,#250); 171 | #153=LINE('',#1133,#251); 172 | #154=LINE('',#1135,#252); 173 | #155=LINE('',#1139,#253); 174 | #156=LINE('',#1141,#254); 175 | #157=LINE('',#1143,#255); 176 | #158=LINE('',#1144,#256); 177 | #159=LINE('',#1147,#257); 178 | #160=LINE('',#1149,#258); 179 | #161=LINE('',#1150,#259); 180 | #162=LINE('',#1153,#260); 181 | #163=LINE('',#1155,#261); 182 | #164=LINE('',#1156,#262); 183 | #165=LINE('',#1159,#263); 184 | #166=LINE('',#1160,#264); 185 | #167=LINE('',#1163,#265); 186 | #168=LINE('',#1164,#266); 187 | #169=LINE('',#1166,#267); 188 | #170=LINE('',#1170,#268); 189 | #171=LINE('',#1172,#269); 190 | #172=LINE('',#1174,#270); 191 | #173=LINE('',#1175,#271); 192 | #174=LINE('',#1178,#272); 193 | #175=LINE('',#1180,#273); 194 | #176=LINE('',#1181,#274); 195 | #177=LINE('',#1184,#275); 196 | #178=LINE('',#1186,#276); 197 | #179=LINE('',#1187,#277); 198 | #180=LINE('',#1190,#278); 199 | #181=LINE('',#1191,#279); 200 | #182=LINE('',#1194,#280); 201 | #183=LINE('',#1195,#281); 202 | #184=LINE('',#1197,#282); 203 | #185=LINE('',#1201,#283); 204 | #186=LINE('',#1203,#284); 205 | #187=LINE('',#1205,#285); 206 | #188=LINE('',#1206,#286); 207 | #189=LINE('',#1209,#287); 208 | #190=LINE('',#1211,#288); 209 | #191=LINE('',#1212,#289); 210 | #192=LINE('',#1215,#290); 211 | #193=LINE('',#1217,#291); 212 | #194=LINE('',#1218,#292); 213 | #195=LINE('',#1221,#293); 214 | #196=LINE('',#1222,#294); 215 | #197=LINE('',#1225,#295); 216 | #198=LINE('',#1226,#296); 217 | #199=LINE('',#1228,#297); 218 | #200=LINE('',#1233,#298); 219 | #201=LINE('',#1240,#299); 220 | #202=LINE('',#1247,#300); 221 | #203=LINE('',#1258,#301); 222 | #204=LINE('',#1260,#302); 223 | #205=LINE('',#1261,#303); 224 | #206=LINE('',#1264,#304); 225 | #207=LINE('',#1266,#305); 226 | #208=LINE('',#1267,#306); 227 | #209=LINE('',#1271,#307); 228 | #210=LINE('',#1273,#308); 229 | #211=LINE('',#1275,#309); 230 | #212=LINE('',#1277,#310); 231 | #213=LINE('',#1278,#311); 232 | #214=LINE('',#1279,#312); 233 | #215=LINE('',#1280,#313); 234 | #216=LINE('',#1283,#314); 235 | #217=LINE('',#1284,#315); 236 | #218=LINE('',#1285,#316); 237 | #219=LINE('',#1286,#317); 238 | #220=LINE('',#1289,#318); 239 | #221=LINE('',#1290,#319); 240 | #222=LINE('',#1292,#320); 241 | #223=VECTOR('',#869,10.); 242 | #224=VECTOR('',#870,10.); 243 | #225=VECTOR('',#871,10.); 244 | #226=VECTOR('',#872,10.); 245 | #227=VECTOR('',#875,10.); 246 | #228=VECTOR('',#876,10.); 247 | #229=VECTOR('',#877,10.); 248 | #230=VECTOR('',#880,10.); 249 | #231=VECTOR('',#881,10.); 250 | #232=VECTOR('',#882,10.); 251 | #233=VECTOR('',#885,10.); 252 | #234=VECTOR('',#886,10.); 253 | #235=VECTOR('',#889,10.); 254 | #236=VECTOR('',#890,10.); 255 | #237=VECTOR('',#893,10.); 256 | #238=VECTOR('',#896,10.); 257 | #239=VECTOR('',#897,10.); 258 | #240=VECTOR('',#898,10.); 259 | #241=VECTOR('',#899,10.); 260 | #242=VECTOR('',#902,10.); 261 | #243=VECTOR('',#903,10.); 262 | #244=VECTOR('',#904,10.); 263 | #245=VECTOR('',#907,10.); 264 | #246=VECTOR('',#908,10.); 265 | #247=VECTOR('',#909,10.); 266 | #248=VECTOR('',#912,10.); 267 | #249=VECTOR('',#913,10.); 268 | #250=VECTOR('',#916,10.); 269 | #251=VECTOR('',#917,10.); 270 | #252=VECTOR('',#920,10.); 271 | #253=VECTOR('',#923,10.); 272 | #254=VECTOR('',#924,10.); 273 | #255=VECTOR('',#925,10.); 274 | #256=VECTOR('',#926,10.); 275 | #257=VECTOR('',#929,10.); 276 | #258=VECTOR('',#930,10.); 277 | #259=VECTOR('',#931,10.); 278 | #260=VECTOR('',#934,10.); 279 | #261=VECTOR('',#935,10.); 280 | #262=VECTOR('',#936,10.); 281 | #263=VECTOR('',#939,10.); 282 | #264=VECTOR('',#940,10.); 283 | #265=VECTOR('',#943,10.); 284 | #266=VECTOR('',#944,10.); 285 | #267=VECTOR('',#947,10.); 286 | #268=VECTOR('',#950,10.); 287 | #269=VECTOR('',#951,10.); 288 | #270=VECTOR('',#952,10.); 289 | #271=VECTOR('',#953,10.); 290 | #272=VECTOR('',#956,10.); 291 | #273=VECTOR('',#957,10.); 292 | #274=VECTOR('',#958,10.); 293 | #275=VECTOR('',#961,10.); 294 | #276=VECTOR('',#962,10.); 295 | #277=VECTOR('',#963,10.); 296 | #278=VECTOR('',#966,10.); 297 | #279=VECTOR('',#967,10.); 298 | #280=VECTOR('',#970,10.); 299 | #281=VECTOR('',#971,10.); 300 | #282=VECTOR('',#974,10.); 301 | #283=VECTOR('',#977,10.); 302 | #284=VECTOR('',#978,10.); 303 | #285=VECTOR('',#979,10.); 304 | #286=VECTOR('',#980,10.); 305 | #287=VECTOR('',#983,10.); 306 | #288=VECTOR('',#984,10.); 307 | #289=VECTOR('',#985,10.); 308 | #290=VECTOR('',#988,10.); 309 | #291=VECTOR('',#989,10.); 310 | #292=VECTOR('',#990,10.); 311 | #293=VECTOR('',#993,10.); 312 | #294=VECTOR('',#994,10.); 313 | #295=VECTOR('',#997,10.); 314 | #296=VECTOR('',#998,10.); 315 | #297=VECTOR('',#1001,10.); 316 | #298=VECTOR('',#1006,0.55); 317 | #299=VECTOR('',#1015,0.55); 318 | #300=VECTOR('',#1024,2.5); 319 | #301=VECTOR('',#1037,10.); 320 | #302=VECTOR('',#1038,10.); 321 | #303=VECTOR('',#1039,10.); 322 | #304=VECTOR('',#1042,10.); 323 | #305=VECTOR('',#1043,10.); 324 | #306=VECTOR('',#1044,10.); 325 | #307=VECTOR('',#1049,1.9); 326 | #308=VECTOR('',#1052,10.); 327 | #309=VECTOR('',#1053,10.); 328 | #310=VECTOR('',#1054,10.); 329 | #311=VECTOR('',#1055,10.); 330 | #312=VECTOR('',#1056,10.); 331 | #313=VECTOR('',#1057,10.); 332 | #314=VECTOR('',#1060,10.); 333 | #315=VECTOR('',#1061,10.); 334 | #316=VECTOR('',#1062,10.); 335 | #317=VECTOR('',#1063,10.); 336 | #318=VECTOR('',#1066,10.); 337 | #319=VECTOR('',#1067,10.); 338 | #320=VECTOR('',#1070,10.); 339 | #321=VERTEX_POINT('',#1075); 340 | #322=VERTEX_POINT('',#1076); 341 | #323=VERTEX_POINT('',#1078); 342 | #324=VERTEX_POINT('',#1080); 343 | #325=VERTEX_POINT('',#1084); 344 | #326=VERTEX_POINT('',#1086); 345 | #327=VERTEX_POINT('',#1090); 346 | #328=VERTEX_POINT('',#1092); 347 | #329=VERTEX_POINT('',#1096); 348 | #330=VERTEX_POINT('',#1100); 349 | #331=VERTEX_POINT('',#1106); 350 | #332=VERTEX_POINT('',#1107); 351 | #333=VERTEX_POINT('',#1109); 352 | #334=VERTEX_POINT('',#1111); 353 | #335=VERTEX_POINT('',#1115); 354 | #336=VERTEX_POINT('',#1117); 355 | #337=VERTEX_POINT('',#1121); 356 | #338=VERTEX_POINT('',#1123); 357 | #339=VERTEX_POINT('',#1127); 358 | #340=VERTEX_POINT('',#1131); 359 | #341=VERTEX_POINT('',#1137); 360 | #342=VERTEX_POINT('',#1138); 361 | #343=VERTEX_POINT('',#1140); 362 | #344=VERTEX_POINT('',#1142); 363 | #345=VERTEX_POINT('',#1146); 364 | #346=VERTEX_POINT('',#1148); 365 | #347=VERTEX_POINT('',#1152); 366 | #348=VERTEX_POINT('',#1154); 367 | #349=VERTEX_POINT('',#1158); 368 | #350=VERTEX_POINT('',#1162); 369 | #351=VERTEX_POINT('',#1168); 370 | #352=VERTEX_POINT('',#1169); 371 | #353=VERTEX_POINT('',#1171); 372 | #354=VERTEX_POINT('',#1173); 373 | #355=VERTEX_POINT('',#1177); 374 | #356=VERTEX_POINT('',#1179); 375 | #357=VERTEX_POINT('',#1183); 376 | #358=VERTEX_POINT('',#1185); 377 | #359=VERTEX_POINT('',#1189); 378 | #360=VERTEX_POINT('',#1193); 379 | #361=VERTEX_POINT('',#1199); 380 | #362=VERTEX_POINT('',#1200); 381 | #363=VERTEX_POINT('',#1202); 382 | #364=VERTEX_POINT('',#1204); 383 | #365=VERTEX_POINT('',#1208); 384 | #366=VERTEX_POINT('',#1210); 385 | #367=VERTEX_POINT('',#1214); 386 | #368=VERTEX_POINT('',#1216); 387 | #369=VERTEX_POINT('',#1220); 388 | #370=VERTEX_POINT('',#1224); 389 | #371=VERTEX_POINT('',#1230); 390 | #372=VERTEX_POINT('',#1232); 391 | #373=VERTEX_POINT('',#1237); 392 | #374=VERTEX_POINT('',#1239); 393 | #375=VERTEX_POINT('',#1244); 394 | #376=VERTEX_POINT('',#1246); 395 | #377=VERTEX_POINT('',#1248); 396 | #378=VERTEX_POINT('',#1250); 397 | #379=VERTEX_POINT('',#1254); 398 | #380=VERTEX_POINT('',#1257); 399 | #381=VERTEX_POINT('',#1259); 400 | #382=VERTEX_POINT('',#1263); 401 | #383=VERTEX_POINT('',#1265); 402 | #384=VERTEX_POINT('',#1269); 403 | #385=VERTEX_POINT('',#1274); 404 | #386=VERTEX_POINT('',#1276); 405 | #387=VERTEX_POINT('',#1282); 406 | #388=VERTEX_POINT('',#1288); 407 | #389=EDGE_CURVE('',#321,#322,#125,.T.); 408 | #390=EDGE_CURVE('',#322,#323,#126,.T.); 409 | #391=EDGE_CURVE('',#323,#324,#127,.T.); 410 | #392=EDGE_CURVE('',#324,#321,#128,.T.); 411 | #393=EDGE_CURVE('',#325,#322,#129,.T.); 412 | #394=EDGE_CURVE('',#326,#325,#130,.T.); 413 | #395=EDGE_CURVE('',#326,#323,#131,.T.); 414 | #396=EDGE_CURVE('',#327,#326,#132,.T.); 415 | #397=EDGE_CURVE('',#328,#327,#133,.T.); 416 | #398=EDGE_CURVE('',#328,#324,#134,.T.); 417 | #399=EDGE_CURVE('',#328,#329,#135,.T.); 418 | #400=EDGE_CURVE('',#321,#329,#136,.T.); 419 | #401=EDGE_CURVE('',#330,#329,#137,.T.); 420 | #402=EDGE_CURVE('',#325,#330,#138,.T.); 421 | #403=EDGE_CURVE('',#327,#330,#139,.T.); 422 | #404=EDGE_CURVE('',#331,#332,#140,.T.); 423 | #405=EDGE_CURVE('',#332,#333,#141,.T.); 424 | #406=EDGE_CURVE('',#333,#334,#142,.T.); 425 | #407=EDGE_CURVE('',#334,#331,#143,.T.); 426 | #408=EDGE_CURVE('',#335,#332,#144,.T.); 427 | #409=EDGE_CURVE('',#336,#335,#145,.T.); 428 | #410=EDGE_CURVE('',#336,#333,#146,.T.); 429 | #411=EDGE_CURVE('',#337,#336,#147,.T.); 430 | #412=EDGE_CURVE('',#338,#337,#148,.T.); 431 | #413=EDGE_CURVE('',#338,#334,#149,.T.); 432 | #414=EDGE_CURVE('',#339,#338,#150,.T.); 433 | #415=EDGE_CURVE('',#331,#339,#151,.T.); 434 | #416=EDGE_CURVE('',#340,#339,#152,.T.); 435 | #417=EDGE_CURVE('',#335,#340,#153,.T.); 436 | #418=EDGE_CURVE('',#337,#340,#154,.T.); 437 | #419=EDGE_CURVE('',#341,#342,#155,.T.); 438 | #420=EDGE_CURVE('',#342,#343,#156,.T.); 439 | #421=EDGE_CURVE('',#343,#344,#157,.T.); 440 | #422=EDGE_CURVE('',#344,#341,#158,.T.); 441 | #423=EDGE_CURVE('',#345,#342,#159,.T.); 442 | #424=EDGE_CURVE('',#346,#345,#160,.T.); 443 | #425=EDGE_CURVE('',#346,#343,#161,.T.); 444 | #426=EDGE_CURVE('',#347,#346,#162,.T.); 445 | #427=EDGE_CURVE('',#348,#347,#163,.T.); 446 | #428=EDGE_CURVE('',#348,#344,#164,.T.); 447 | #429=EDGE_CURVE('',#348,#349,#165,.T.); 448 | #430=EDGE_CURVE('',#341,#349,#166,.T.); 449 | #431=EDGE_CURVE('',#350,#349,#167,.T.); 450 | #432=EDGE_CURVE('',#345,#350,#168,.T.); 451 | #433=EDGE_CURVE('',#347,#350,#169,.T.); 452 | #434=EDGE_CURVE('',#351,#352,#170,.T.); 453 | #435=EDGE_CURVE('',#352,#353,#171,.T.); 454 | #436=EDGE_CURVE('',#353,#354,#172,.T.); 455 | #437=EDGE_CURVE('',#354,#351,#173,.T.); 456 | #438=EDGE_CURVE('',#355,#352,#174,.T.); 457 | #439=EDGE_CURVE('',#356,#355,#175,.T.); 458 | #440=EDGE_CURVE('',#356,#353,#176,.T.); 459 | #441=EDGE_CURVE('',#357,#356,#177,.T.); 460 | #442=EDGE_CURVE('',#358,#357,#178,.T.); 461 | #443=EDGE_CURVE('',#358,#354,#179,.T.); 462 | #444=EDGE_CURVE('',#359,#358,#180,.T.); 463 | #445=EDGE_CURVE('',#351,#359,#181,.T.); 464 | #446=EDGE_CURVE('',#360,#359,#182,.T.); 465 | #447=EDGE_CURVE('',#355,#360,#183,.T.); 466 | #448=EDGE_CURVE('',#357,#360,#184,.T.); 467 | #449=EDGE_CURVE('',#361,#362,#185,.T.); 468 | #450=EDGE_CURVE('',#362,#363,#186,.T.); 469 | #451=EDGE_CURVE('',#363,#364,#187,.T.); 470 | #452=EDGE_CURVE('',#364,#361,#188,.T.); 471 | #453=EDGE_CURVE('',#365,#362,#189,.T.); 472 | #454=EDGE_CURVE('',#366,#365,#190,.T.); 473 | #455=EDGE_CURVE('',#366,#363,#191,.T.); 474 | #456=EDGE_CURVE('',#367,#366,#192,.T.); 475 | #457=EDGE_CURVE('',#368,#367,#193,.T.); 476 | #458=EDGE_CURVE('',#368,#364,#194,.T.); 477 | #459=EDGE_CURVE('',#369,#368,#195,.T.); 478 | #460=EDGE_CURVE('',#361,#369,#196,.T.); 479 | #461=EDGE_CURVE('',#370,#369,#197,.T.); 480 | #462=EDGE_CURVE('',#365,#370,#198,.T.); 481 | #463=EDGE_CURVE('',#367,#370,#199,.T.); 482 | #464=EDGE_CURVE('',#371,#371,#19,.T.); 483 | #465=EDGE_CURVE('',#371,#372,#200,.T.); 484 | #466=EDGE_CURVE('',#372,#372,#20,.T.); 485 | #467=EDGE_CURVE('',#373,#373,#21,.T.); 486 | #468=EDGE_CURVE('',#373,#374,#201,.T.); 487 | #469=EDGE_CURVE('',#374,#374,#22,.T.); 488 | #470=EDGE_CURVE('',#375,#375,#23,.T.); 489 | #471=EDGE_CURVE('',#375,#376,#202,.T.); 490 | #472=EDGE_CURVE('',#377,#376,#24,.T.); 491 | #473=EDGE_CURVE('',#378,#377,#25,.T.); 492 | #474=EDGE_CURVE('',#376,#378,#26,.T.); 493 | #475=EDGE_CURVE('',#379,#379,#27,.T.); 494 | #476=EDGE_CURVE('',#377,#380,#203,.T.); 495 | #477=EDGE_CURVE('',#380,#381,#204,.T.); 496 | #478=EDGE_CURVE('',#381,#378,#205,.T.); 497 | #479=EDGE_CURVE('',#378,#382,#206,.T.); 498 | #480=EDGE_CURVE('',#382,#383,#207,.T.); 499 | #481=EDGE_CURVE('',#383,#377,#208,.T.); 500 | #482=EDGE_CURVE('',#384,#384,#28,.T.); 501 | #483=EDGE_CURVE('',#384,#379,#209,.T.); 502 | #484=EDGE_CURVE('',#383,#339,#210,.T.); 503 | #485=EDGE_CURVE('',#382,#385,#211,.T.); 504 | #486=EDGE_CURVE('',#386,#385,#212,.T.); 505 | #487=EDGE_CURVE('',#368,#386,#213,.T.); 506 | #488=EDGE_CURVE('',#358,#369,#214,.T.); 507 | #489=EDGE_CURVE('',#338,#359,#215,.T.); 508 | #490=EDGE_CURVE('',#387,#386,#216,.T.); 509 | #491=EDGE_CURVE('',#349,#387,#217,.T.); 510 | #492=EDGE_CURVE('',#329,#348,#218,.T.); 511 | #493=EDGE_CURVE('',#380,#328,#219,.T.); 512 | #494=EDGE_CURVE('',#388,#387,#220,.T.); 513 | #495=EDGE_CURVE('',#381,#388,#221,.T.); 514 | #496=EDGE_CURVE('',#385,#388,#222,.T.); 515 | #497=ORIENTED_EDGE('',*,*,#389,.T.); 516 | #498=ORIENTED_EDGE('',*,*,#390,.T.); 517 | #499=ORIENTED_EDGE('',*,*,#391,.T.); 518 | #500=ORIENTED_EDGE('',*,*,#392,.T.); 519 | #501=ORIENTED_EDGE('',*,*,#393,.F.); 520 | #502=ORIENTED_EDGE('',*,*,#394,.F.); 521 | #503=ORIENTED_EDGE('',*,*,#395,.T.); 522 | #504=ORIENTED_EDGE('',*,*,#390,.F.); 523 | #505=ORIENTED_EDGE('',*,*,#395,.F.); 524 | #506=ORIENTED_EDGE('',*,*,#396,.F.); 525 | #507=ORIENTED_EDGE('',*,*,#397,.F.); 526 | #508=ORIENTED_EDGE('',*,*,#398,.T.); 527 | #509=ORIENTED_EDGE('',*,*,#391,.F.); 528 | #510=ORIENTED_EDGE('',*,*,#399,.T.); 529 | #511=ORIENTED_EDGE('',*,*,#400,.F.); 530 | #512=ORIENTED_EDGE('',*,*,#392,.F.); 531 | #513=ORIENTED_EDGE('',*,*,#398,.F.); 532 | #514=ORIENTED_EDGE('',*,*,#400,.T.); 533 | #515=ORIENTED_EDGE('',*,*,#401,.F.); 534 | #516=ORIENTED_EDGE('',*,*,#402,.F.); 535 | #517=ORIENTED_EDGE('',*,*,#393,.T.); 536 | #518=ORIENTED_EDGE('',*,*,#389,.F.); 537 | #519=ORIENTED_EDGE('',*,*,#402,.T.); 538 | #520=ORIENTED_EDGE('',*,*,#403,.F.); 539 | #521=ORIENTED_EDGE('',*,*,#396,.T.); 540 | #522=ORIENTED_EDGE('',*,*,#394,.T.); 541 | #523=ORIENTED_EDGE('',*,*,#404,.T.); 542 | #524=ORIENTED_EDGE('',*,*,#405,.T.); 543 | #525=ORIENTED_EDGE('',*,*,#406,.T.); 544 | #526=ORIENTED_EDGE('',*,*,#407,.T.); 545 | #527=ORIENTED_EDGE('',*,*,#408,.F.); 546 | #528=ORIENTED_EDGE('',*,*,#409,.F.); 547 | #529=ORIENTED_EDGE('',*,*,#410,.T.); 548 | #530=ORIENTED_EDGE('',*,*,#405,.F.); 549 | #531=ORIENTED_EDGE('',*,*,#410,.F.); 550 | #532=ORIENTED_EDGE('',*,*,#411,.F.); 551 | #533=ORIENTED_EDGE('',*,*,#412,.F.); 552 | #534=ORIENTED_EDGE('',*,*,#413,.T.); 553 | #535=ORIENTED_EDGE('',*,*,#406,.F.); 554 | #536=ORIENTED_EDGE('',*,*,#414,.F.); 555 | #537=ORIENTED_EDGE('',*,*,#415,.F.); 556 | #538=ORIENTED_EDGE('',*,*,#407,.F.); 557 | #539=ORIENTED_EDGE('',*,*,#413,.F.); 558 | #540=ORIENTED_EDGE('',*,*,#415,.T.); 559 | #541=ORIENTED_EDGE('',*,*,#416,.F.); 560 | #542=ORIENTED_EDGE('',*,*,#417,.F.); 561 | #543=ORIENTED_EDGE('',*,*,#408,.T.); 562 | #544=ORIENTED_EDGE('',*,*,#404,.F.); 563 | #545=ORIENTED_EDGE('',*,*,#417,.T.); 564 | #546=ORIENTED_EDGE('',*,*,#418,.F.); 565 | #547=ORIENTED_EDGE('',*,*,#411,.T.); 566 | #548=ORIENTED_EDGE('',*,*,#409,.T.); 567 | #549=ORIENTED_EDGE('',*,*,#419,.T.); 568 | #550=ORIENTED_EDGE('',*,*,#420,.T.); 569 | #551=ORIENTED_EDGE('',*,*,#421,.T.); 570 | #552=ORIENTED_EDGE('',*,*,#422,.T.); 571 | #553=ORIENTED_EDGE('',*,*,#423,.F.); 572 | #554=ORIENTED_EDGE('',*,*,#424,.F.); 573 | #555=ORIENTED_EDGE('',*,*,#425,.T.); 574 | #556=ORIENTED_EDGE('',*,*,#420,.F.); 575 | #557=ORIENTED_EDGE('',*,*,#425,.F.); 576 | #558=ORIENTED_EDGE('',*,*,#426,.F.); 577 | #559=ORIENTED_EDGE('',*,*,#427,.F.); 578 | #560=ORIENTED_EDGE('',*,*,#428,.T.); 579 | #561=ORIENTED_EDGE('',*,*,#421,.F.); 580 | #562=ORIENTED_EDGE('',*,*,#429,.T.); 581 | #563=ORIENTED_EDGE('',*,*,#430,.F.); 582 | #564=ORIENTED_EDGE('',*,*,#422,.F.); 583 | #565=ORIENTED_EDGE('',*,*,#428,.F.); 584 | #566=ORIENTED_EDGE('',*,*,#430,.T.); 585 | #567=ORIENTED_EDGE('',*,*,#431,.F.); 586 | #568=ORIENTED_EDGE('',*,*,#432,.F.); 587 | #569=ORIENTED_EDGE('',*,*,#423,.T.); 588 | #570=ORIENTED_EDGE('',*,*,#419,.F.); 589 | #571=ORIENTED_EDGE('',*,*,#432,.T.); 590 | #572=ORIENTED_EDGE('',*,*,#433,.F.); 591 | #573=ORIENTED_EDGE('',*,*,#426,.T.); 592 | #574=ORIENTED_EDGE('',*,*,#424,.T.); 593 | #575=ORIENTED_EDGE('',*,*,#434,.T.); 594 | #576=ORIENTED_EDGE('',*,*,#435,.T.); 595 | #577=ORIENTED_EDGE('',*,*,#436,.T.); 596 | #578=ORIENTED_EDGE('',*,*,#437,.T.); 597 | #579=ORIENTED_EDGE('',*,*,#438,.F.); 598 | #580=ORIENTED_EDGE('',*,*,#439,.F.); 599 | #581=ORIENTED_EDGE('',*,*,#440,.T.); 600 | #582=ORIENTED_EDGE('',*,*,#435,.F.); 601 | #583=ORIENTED_EDGE('',*,*,#440,.F.); 602 | #584=ORIENTED_EDGE('',*,*,#441,.F.); 603 | #585=ORIENTED_EDGE('',*,*,#442,.F.); 604 | #586=ORIENTED_EDGE('',*,*,#443,.T.); 605 | #587=ORIENTED_EDGE('',*,*,#436,.F.); 606 | #588=ORIENTED_EDGE('',*,*,#444,.F.); 607 | #589=ORIENTED_EDGE('',*,*,#445,.F.); 608 | #590=ORIENTED_EDGE('',*,*,#437,.F.); 609 | #591=ORIENTED_EDGE('',*,*,#443,.F.); 610 | #592=ORIENTED_EDGE('',*,*,#445,.T.); 611 | #593=ORIENTED_EDGE('',*,*,#446,.F.); 612 | #594=ORIENTED_EDGE('',*,*,#447,.F.); 613 | #595=ORIENTED_EDGE('',*,*,#438,.T.); 614 | #596=ORIENTED_EDGE('',*,*,#434,.F.); 615 | #597=ORIENTED_EDGE('',*,*,#447,.T.); 616 | #598=ORIENTED_EDGE('',*,*,#448,.F.); 617 | #599=ORIENTED_EDGE('',*,*,#441,.T.); 618 | #600=ORIENTED_EDGE('',*,*,#439,.T.); 619 | #601=ORIENTED_EDGE('',*,*,#449,.T.); 620 | #602=ORIENTED_EDGE('',*,*,#450,.T.); 621 | #603=ORIENTED_EDGE('',*,*,#451,.T.); 622 | #604=ORIENTED_EDGE('',*,*,#452,.T.); 623 | #605=ORIENTED_EDGE('',*,*,#453,.F.); 624 | #606=ORIENTED_EDGE('',*,*,#454,.F.); 625 | #607=ORIENTED_EDGE('',*,*,#455,.T.); 626 | #608=ORIENTED_EDGE('',*,*,#450,.F.); 627 | #609=ORIENTED_EDGE('',*,*,#455,.F.); 628 | #610=ORIENTED_EDGE('',*,*,#456,.F.); 629 | #611=ORIENTED_EDGE('',*,*,#457,.F.); 630 | #612=ORIENTED_EDGE('',*,*,#458,.T.); 631 | #613=ORIENTED_EDGE('',*,*,#451,.F.); 632 | #614=ORIENTED_EDGE('',*,*,#459,.F.); 633 | #615=ORIENTED_EDGE('',*,*,#460,.F.); 634 | #616=ORIENTED_EDGE('',*,*,#452,.F.); 635 | #617=ORIENTED_EDGE('',*,*,#458,.F.); 636 | #618=ORIENTED_EDGE('',*,*,#460,.T.); 637 | #619=ORIENTED_EDGE('',*,*,#461,.F.); 638 | #620=ORIENTED_EDGE('',*,*,#462,.F.); 639 | #621=ORIENTED_EDGE('',*,*,#453,.T.); 640 | #622=ORIENTED_EDGE('',*,*,#449,.F.); 641 | #623=ORIENTED_EDGE('',*,*,#462,.T.); 642 | #624=ORIENTED_EDGE('',*,*,#463,.F.); 643 | #625=ORIENTED_EDGE('',*,*,#456,.T.); 644 | #626=ORIENTED_EDGE('',*,*,#454,.T.); 645 | #627=ORIENTED_EDGE('',*,*,#464,.F.); 646 | #628=ORIENTED_EDGE('',*,*,#465,.T.); 647 | #629=ORIENTED_EDGE('',*,*,#466,.F.); 648 | #630=ORIENTED_EDGE('',*,*,#465,.F.); 649 | #631=ORIENTED_EDGE('',*,*,#464,.T.); 650 | #632=ORIENTED_EDGE('',*,*,#467,.F.); 651 | #633=ORIENTED_EDGE('',*,*,#468,.T.); 652 | #634=ORIENTED_EDGE('',*,*,#469,.F.); 653 | #635=ORIENTED_EDGE('',*,*,#468,.F.); 654 | #636=ORIENTED_EDGE('',*,*,#467,.T.); 655 | #637=ORIENTED_EDGE('',*,*,#470,.F.); 656 | #638=ORIENTED_EDGE('',*,*,#471,.T.); 657 | #639=ORIENTED_EDGE('',*,*,#472,.F.); 658 | #640=ORIENTED_EDGE('',*,*,#473,.F.); 659 | #641=ORIENTED_EDGE('',*,*,#474,.F.); 660 | #642=ORIENTED_EDGE('',*,*,#471,.F.); 661 | #643=ORIENTED_EDGE('',*,*,#470,.T.); 662 | #644=ORIENTED_EDGE('',*,*,#475,.T.); 663 | #645=ORIENTED_EDGE('',*,*,#473,.T.); 664 | #646=ORIENTED_EDGE('',*,*,#476,.T.); 665 | #647=ORIENTED_EDGE('',*,*,#477,.T.); 666 | #648=ORIENTED_EDGE('',*,*,#478,.T.); 667 | #649=ORIENTED_EDGE('',*,*,#472,.T.); 668 | #650=ORIENTED_EDGE('',*,*,#474,.T.); 669 | #651=ORIENTED_EDGE('',*,*,#479,.T.); 670 | #652=ORIENTED_EDGE('',*,*,#480,.T.); 671 | #653=ORIENTED_EDGE('',*,*,#481,.T.); 672 | #654=ORIENTED_EDGE('',*,*,#482,.F.); 673 | #655=ORIENTED_EDGE('',*,*,#483,.T.); 674 | #656=ORIENTED_EDGE('',*,*,#475,.F.); 675 | #657=ORIENTED_EDGE('',*,*,#483,.F.); 676 | #658=ORIENTED_EDGE('',*,*,#416,.T.); 677 | #659=ORIENTED_EDGE('',*,*,#484,.F.); 678 | #660=ORIENTED_EDGE('',*,*,#480,.F.); 679 | #661=ORIENTED_EDGE('',*,*,#485,.T.); 680 | #662=ORIENTED_EDGE('',*,*,#486,.F.); 681 | #663=ORIENTED_EDGE('',*,*,#487,.F.); 682 | #664=ORIENTED_EDGE('',*,*,#457,.T.); 683 | #665=ORIENTED_EDGE('',*,*,#463,.T.); 684 | #666=ORIENTED_EDGE('',*,*,#461,.T.); 685 | #667=ORIENTED_EDGE('',*,*,#488,.F.); 686 | #668=ORIENTED_EDGE('',*,*,#442,.T.); 687 | #669=ORIENTED_EDGE('',*,*,#448,.T.); 688 | #670=ORIENTED_EDGE('',*,*,#446,.T.); 689 | #671=ORIENTED_EDGE('',*,*,#489,.F.); 690 | #672=ORIENTED_EDGE('',*,*,#412,.T.); 691 | #673=ORIENTED_EDGE('',*,*,#418,.T.); 692 | #674=ORIENTED_EDGE('',*,*,#481,.F.); 693 | #675=ORIENTED_EDGE('',*,*,#484,.T.); 694 | #676=ORIENTED_EDGE('',*,*,#414,.T.); 695 | #677=ORIENTED_EDGE('',*,*,#489,.T.); 696 | #678=ORIENTED_EDGE('',*,*,#444,.T.); 697 | #679=ORIENTED_EDGE('',*,*,#488,.T.); 698 | #680=ORIENTED_EDGE('',*,*,#459,.T.); 699 | #681=ORIENTED_EDGE('',*,*,#487,.T.); 700 | #682=ORIENTED_EDGE('',*,*,#490,.F.); 701 | #683=ORIENTED_EDGE('',*,*,#491,.F.); 702 | #684=ORIENTED_EDGE('',*,*,#429,.F.); 703 | #685=ORIENTED_EDGE('',*,*,#492,.F.); 704 | #686=ORIENTED_EDGE('',*,*,#399,.F.); 705 | #687=ORIENTED_EDGE('',*,*,#493,.F.); 706 | #688=ORIENTED_EDGE('',*,*,#476,.F.); 707 | #689=ORIENTED_EDGE('',*,*,#466,.T.); 708 | #690=ORIENTED_EDGE('',*,*,#469,.T.); 709 | #691=ORIENTED_EDGE('',*,*,#401,.T.); 710 | #692=ORIENTED_EDGE('',*,*,#492,.T.); 711 | #693=ORIENTED_EDGE('',*,*,#427,.T.); 712 | #694=ORIENTED_EDGE('',*,*,#433,.T.); 713 | #695=ORIENTED_EDGE('',*,*,#431,.T.); 714 | #696=ORIENTED_EDGE('',*,*,#491,.T.); 715 | #697=ORIENTED_EDGE('',*,*,#494,.F.); 716 | #698=ORIENTED_EDGE('',*,*,#495,.F.); 717 | #699=ORIENTED_EDGE('',*,*,#477,.F.); 718 | #700=ORIENTED_EDGE('',*,*,#493,.T.); 719 | #701=ORIENTED_EDGE('',*,*,#397,.T.); 720 | #702=ORIENTED_EDGE('',*,*,#403,.T.); 721 | #703=ORIENTED_EDGE('',*,*,#478,.F.); 722 | #704=ORIENTED_EDGE('',*,*,#495,.T.); 723 | #705=ORIENTED_EDGE('',*,*,#496,.F.); 724 | #706=ORIENTED_EDGE('',*,*,#485,.F.); 725 | #707=ORIENTED_EDGE('',*,*,#479,.F.); 726 | #708=ORIENTED_EDGE('',*,*,#496,.T.); 727 | #709=ORIENTED_EDGE('',*,*,#494,.T.); 728 | #710=ORIENTED_EDGE('',*,*,#490,.T.); 729 | #711=ORIENTED_EDGE('',*,*,#486,.T.); 730 | #712=ORIENTED_EDGE('',*,*,#482,.T.); 731 | #713=PLANE('',#811); 732 | #714=PLANE('',#812); 733 | #715=PLANE('',#813); 734 | #716=PLANE('',#814); 735 | #717=PLANE('',#815); 736 | #718=PLANE('',#816); 737 | #719=PLANE('',#817); 738 | #720=PLANE('',#818); 739 | #721=PLANE('',#819); 740 | #722=PLANE('',#820); 741 | #723=PLANE('',#821); 742 | #724=PLANE('',#822); 743 | #725=PLANE('',#823); 744 | #726=PLANE('',#824); 745 | #727=PLANE('',#825); 746 | #728=PLANE('',#826); 747 | #729=PLANE('',#827); 748 | #730=PLANE('',#828); 749 | #731=PLANE('',#829); 750 | #732=PLANE('',#830); 751 | #733=PLANE('',#831); 752 | #734=PLANE('',#832); 753 | #735=PLANE('',#833); 754 | #736=PLANE('',#834); 755 | #737=PLANE('',#835); 756 | #738=PLANE('',#836); 757 | #739=PLANE('',#837); 758 | #740=PLANE('',#838); 759 | #741=PLANE('',#839); 760 | #742=PLANE('',#840); 761 | #743=PLANE('',#844); 762 | #744=PLANE('',#848); 763 | #745=PLANE('',#854); 764 | #746=PLANE('',#856); 765 | #747=PLANE('',#857); 766 | #748=PLANE('',#860); 767 | #749=PLANE('',#861); 768 | #750=PLANE('',#862); 769 | #751=PLANE('',#863); 770 | #752=PLANE('',#864); 771 | #753=ADVANCED_FACE('',(#33),#713,.T.); 772 | #754=ADVANCED_FACE('',(#34),#714,.T.); 773 | #755=ADVANCED_FACE('',(#35),#715,.T.); 774 | #756=ADVANCED_FACE('',(#36),#716,.T.); 775 | #757=ADVANCED_FACE('',(#37),#717,.T.); 776 | #758=ADVANCED_FACE('',(#38),#718,.T.); 777 | #759=ADVANCED_FACE('',(#39),#719,.T.); 778 | #760=ADVANCED_FACE('',(#40),#720,.T.); 779 | #761=ADVANCED_FACE('',(#41),#721,.T.); 780 | #762=ADVANCED_FACE('',(#42),#722,.T.); 781 | #763=ADVANCED_FACE('',(#43),#723,.T.); 782 | #764=ADVANCED_FACE('',(#44),#724,.T.); 783 | #765=ADVANCED_FACE('',(#45),#725,.T.); 784 | #766=ADVANCED_FACE('',(#46),#726,.T.); 785 | #767=ADVANCED_FACE('',(#47),#727,.T.); 786 | #768=ADVANCED_FACE('',(#48),#728,.T.); 787 | #769=ADVANCED_FACE('',(#49),#729,.T.); 788 | #770=ADVANCED_FACE('',(#50),#730,.T.); 789 | #771=ADVANCED_FACE('',(#51),#731,.T.); 790 | #772=ADVANCED_FACE('',(#52),#732,.T.); 791 | #773=ADVANCED_FACE('',(#53),#733,.T.); 792 | #774=ADVANCED_FACE('',(#54),#734,.T.); 793 | #775=ADVANCED_FACE('',(#55),#735,.T.); 794 | #776=ADVANCED_FACE('',(#56),#736,.T.); 795 | #777=ADVANCED_FACE('',(#57),#737,.T.); 796 | #778=ADVANCED_FACE('',(#58),#738,.T.); 797 | #779=ADVANCED_FACE('',(#59),#739,.T.); 798 | #780=ADVANCED_FACE('',(#60),#740,.T.); 799 | #781=ADVANCED_FACE('',(#61),#741,.T.); 800 | #782=ADVANCED_FACE('',(#62),#742,.T.); 801 | #783=ADVANCED_FACE('',(#63),#29,.T.); 802 | #784=ADVANCED_FACE('',(#64),#743,.T.); 803 | #785=ADVANCED_FACE('',(#65),#30,.T.); 804 | #786=ADVANCED_FACE('',(#66),#744,.T.); 805 | #787=ADVANCED_FACE('',(#67),#31,.T.); 806 | #788=ADVANCED_FACE('',(#68,#15),#745,.F.); 807 | #789=ADVANCED_FACE('',(#69),#746,.F.); 808 | #790=ADVANCED_FACE('',(#70),#747,.F.); 809 | #791=ADVANCED_FACE('',(#71),#32,.F.); 810 | #792=ADVANCED_FACE('',(#72),#748,.T.); 811 | #793=ADVANCED_FACE('',(#73,#16,#17),#749,.T.); 812 | #794=ADVANCED_FACE('',(#74),#750,.T.); 813 | #795=ADVANCED_FACE('',(#75),#751,.T.); 814 | #796=ADVANCED_FACE('',(#76,#18),#752,.T.); 815 | #797=CLOSED_SHELL('',(#753,#754,#755,#756,#757,#758,#759,#760,#761,#762, 816 | #763,#764,#765,#766,#767,#768,#769,#770,#771,#772,#773,#774,#775,#776,#777, 817 | #778,#779,#780,#781,#782,#783,#784,#785,#786,#787,#788,#789,#790,#791,#792, 818 | #793,#794,#795,#796)); 819 | #798=DERIVED_UNIT_ELEMENT(#800,1.); 820 | #799=DERIVED_UNIT_ELEMENT(#1299,-3.); 821 | #800=( 822 | MASS_UNIT() 823 | NAMED_UNIT(*) 824 | SI_UNIT(.KILO.,.GRAM.) 825 | ); 826 | #801=DERIVED_UNIT((#798,#799)); 827 | #802=MEASURE_REPRESENTATION_ITEM('density measure', 828 | POSITIVE_RATIO_MEASURE(7850.),#801); 829 | #803=PROPERTY_DEFINITION_REPRESENTATION(#808,#805); 830 | #804=PROPERTY_DEFINITION_REPRESENTATION(#809,#806); 831 | #805=REPRESENTATION('material name',(#807),#1296); 832 | #806=REPRESENTATION('density',(#802),#1296); 833 | #807=DESCRIPTIVE_REPRESENTATION_ITEM('Steel','Steel'); 834 | #808=PROPERTY_DEFINITION('material property','material name',#1306); 835 | #809=PROPERTY_DEFINITION('material property','density of part',#1306); 836 | #810=AXIS2_PLACEMENT_3D('placement',#1073,#865,#866); 837 | #811=AXIS2_PLACEMENT_3D('',#1074,#867,#868); 838 | #812=AXIS2_PLACEMENT_3D('',#1083,#873,#874); 839 | #813=AXIS2_PLACEMENT_3D('',#1089,#878,#879); 840 | #814=AXIS2_PLACEMENT_3D('',#1095,#883,#884); 841 | #815=AXIS2_PLACEMENT_3D('',#1099,#887,#888); 842 | #816=AXIS2_PLACEMENT_3D('',#1103,#891,#892); 843 | #817=AXIS2_PLACEMENT_3D('',#1105,#894,#895); 844 | #818=AXIS2_PLACEMENT_3D('',#1114,#900,#901); 845 | #819=AXIS2_PLACEMENT_3D('',#1120,#905,#906); 846 | #820=AXIS2_PLACEMENT_3D('',#1126,#910,#911); 847 | #821=AXIS2_PLACEMENT_3D('',#1130,#914,#915); 848 | #822=AXIS2_PLACEMENT_3D('',#1134,#918,#919); 849 | #823=AXIS2_PLACEMENT_3D('',#1136,#921,#922); 850 | #824=AXIS2_PLACEMENT_3D('',#1145,#927,#928); 851 | #825=AXIS2_PLACEMENT_3D('',#1151,#932,#933); 852 | #826=AXIS2_PLACEMENT_3D('',#1157,#937,#938); 853 | #827=AXIS2_PLACEMENT_3D('',#1161,#941,#942); 854 | #828=AXIS2_PLACEMENT_3D('',#1165,#945,#946); 855 | #829=AXIS2_PLACEMENT_3D('',#1167,#948,#949); 856 | #830=AXIS2_PLACEMENT_3D('',#1176,#954,#955); 857 | #831=AXIS2_PLACEMENT_3D('',#1182,#959,#960); 858 | #832=AXIS2_PLACEMENT_3D('',#1188,#964,#965); 859 | #833=AXIS2_PLACEMENT_3D('',#1192,#968,#969); 860 | #834=AXIS2_PLACEMENT_3D('',#1196,#972,#973); 861 | #835=AXIS2_PLACEMENT_3D('',#1198,#975,#976); 862 | #836=AXIS2_PLACEMENT_3D('',#1207,#981,#982); 863 | #837=AXIS2_PLACEMENT_3D('',#1213,#986,#987); 864 | #838=AXIS2_PLACEMENT_3D('',#1219,#991,#992); 865 | #839=AXIS2_PLACEMENT_3D('',#1223,#995,#996); 866 | #840=AXIS2_PLACEMENT_3D('',#1227,#999,#1000); 867 | #841=AXIS2_PLACEMENT_3D('',#1229,#1002,#1003); 868 | #842=AXIS2_PLACEMENT_3D('',#1231,#1004,#1005); 869 | #843=AXIS2_PLACEMENT_3D('',#1234,#1007,#1008); 870 | #844=AXIS2_PLACEMENT_3D('',#1235,#1009,#1010); 871 | #845=AXIS2_PLACEMENT_3D('',#1236,#1011,#1012); 872 | #846=AXIS2_PLACEMENT_3D('',#1238,#1013,#1014); 873 | #847=AXIS2_PLACEMENT_3D('',#1241,#1016,#1017); 874 | #848=AXIS2_PLACEMENT_3D('',#1242,#1018,#1019); 875 | #849=AXIS2_PLACEMENT_3D('',#1243,#1020,#1021); 876 | #850=AXIS2_PLACEMENT_3D('',#1245,#1022,#1023); 877 | #851=AXIS2_PLACEMENT_3D('',#1249,#1025,#1026); 878 | #852=AXIS2_PLACEMENT_3D('',#1251,#1027,#1028); 879 | #853=AXIS2_PLACEMENT_3D('',#1252,#1029,#1030); 880 | #854=AXIS2_PLACEMENT_3D('',#1253,#1031,#1032); 881 | #855=AXIS2_PLACEMENT_3D('',#1255,#1033,#1034); 882 | #856=AXIS2_PLACEMENT_3D('',#1256,#1035,#1036); 883 | #857=AXIS2_PLACEMENT_3D('',#1262,#1040,#1041); 884 | #858=AXIS2_PLACEMENT_3D('',#1268,#1045,#1046); 885 | #859=AXIS2_PLACEMENT_3D('',#1270,#1047,#1048); 886 | #860=AXIS2_PLACEMENT_3D('',#1272,#1050,#1051); 887 | #861=AXIS2_PLACEMENT_3D('',#1281,#1058,#1059); 888 | #862=AXIS2_PLACEMENT_3D('',#1287,#1064,#1065); 889 | #863=AXIS2_PLACEMENT_3D('',#1291,#1068,#1069); 890 | #864=AXIS2_PLACEMENT_3D('',#1293,#1071,#1072); 891 | #865=DIRECTION('axis',(0.,0.,1.)); 892 | #866=DIRECTION('refdir',(1.,0.,0.)); 893 | #867=DIRECTION('center_axis',(0.,0.,-1.)); 894 | #868=DIRECTION('ref_axis',(-1.,0.,0.)); 895 | #869=DIRECTION('',(1.,0.,0.)); 896 | #870=DIRECTION('',(0.,-1.,0.)); 897 | #871=DIRECTION('',(-1.,0.,0.)); 898 | #872=DIRECTION('',(0.,1.,0.)); 899 | #873=DIRECTION('center_axis',(1.,0.,0.)); 900 | #874=DIRECTION('ref_axis',(0.,1.,0.)); 901 | #875=DIRECTION('',(0.,0.,-1.)); 902 | #876=DIRECTION('',(0.,1.,0.)); 903 | #877=DIRECTION('',(0.,0.,-1.)); 904 | #878=DIRECTION('center_axis',(0.,-1.,0.)); 905 | #879=DIRECTION('ref_axis',(1.,0.,0.)); 906 | #880=DIRECTION('',(1.,0.,0.)); 907 | #881=DIRECTION('',(0.,0.,1.)); 908 | #882=DIRECTION('',(0.,0.,-1.)); 909 | #883=DIRECTION('center_axis',(-1.,0.,0.)); 910 | #884=DIRECTION('ref_axis',(0.,-1.,0.)); 911 | #885=DIRECTION('',(0.,1.,0.)); 912 | #886=DIRECTION('',(0.,0.,1.)); 913 | #887=DIRECTION('center_axis',(0.,1.,0.)); 914 | #888=DIRECTION('ref_axis',(-1.,0.,0.)); 915 | #889=DIRECTION('',(0.,0.,-1.)); 916 | #890=DIRECTION('',(-1.,0.,0.)); 917 | #891=DIRECTION('center_axis',(0.,0.,1.)); 918 | #892=DIRECTION('ref_axis',(1.,0.,0.)); 919 | #893=DIRECTION('',(0.,1.,0.)); 920 | #894=DIRECTION('center_axis',(0.,0.,-1.)); 921 | #895=DIRECTION('ref_axis',(-1.,0.,0.)); 922 | #896=DIRECTION('',(-1.,0.,0.)); 923 | #897=DIRECTION('',(0.,1.,0.)); 924 | #898=DIRECTION('',(1.,0.,0.)); 925 | #899=DIRECTION('',(0.,-1.,0.)); 926 | #900=DIRECTION('center_axis',(-1.,0.,0.)); 927 | #901=DIRECTION('ref_axis',(0.,-1.,0.)); 928 | #902=DIRECTION('',(0.,0.,-1.)); 929 | #903=DIRECTION('',(0.,-1.,0.)); 930 | #904=DIRECTION('',(0.,0.,-1.)); 931 | #905=DIRECTION('center_axis',(0.,1.,0.)); 932 | #906=DIRECTION('ref_axis',(-1.,0.,0.)); 933 | #907=DIRECTION('',(-1.,0.,0.)); 934 | #908=DIRECTION('',(0.,0.,1.)); 935 | #909=DIRECTION('',(0.,0.,-1.)); 936 | #910=DIRECTION('center_axis',(1.,0.,0.)); 937 | #911=DIRECTION('ref_axis',(0.,1.,0.)); 938 | #912=DIRECTION('',(0.,1.,0.)); 939 | #913=DIRECTION('',(0.,0.,1.)); 940 | #914=DIRECTION('center_axis',(0.,-1.,0.)); 941 | #915=DIRECTION('ref_axis',(1.,0.,0.)); 942 | #916=DIRECTION('',(0.,0.,-1.)); 943 | #917=DIRECTION('',(1.,0.,0.)); 944 | #918=DIRECTION('center_axis',(0.,0.,1.)); 945 | #919=DIRECTION('ref_axis',(1.,0.,0.)); 946 | #920=DIRECTION('',(0.,-1.,0.)); 947 | #921=DIRECTION('center_axis',(0.,0.,-1.)); 948 | #922=DIRECTION('ref_axis',(-1.,0.,0.)); 949 | #923=DIRECTION('',(1.,0.,0.)); 950 | #924=DIRECTION('',(0.,-1.,0.)); 951 | #925=DIRECTION('',(-1.,0.,0.)); 952 | #926=DIRECTION('',(0.,1.,0.)); 953 | #927=DIRECTION('center_axis',(1.,0.,0.)); 954 | #928=DIRECTION('ref_axis',(0.,1.,0.)); 955 | #929=DIRECTION('',(0.,0.,-1.)); 956 | #930=DIRECTION('',(0.,1.,0.)); 957 | #931=DIRECTION('',(0.,0.,-1.)); 958 | #932=DIRECTION('center_axis',(0.,-1.,0.)); 959 | #933=DIRECTION('ref_axis',(1.,0.,0.)); 960 | #934=DIRECTION('',(1.,0.,0.)); 961 | #935=DIRECTION('',(0.,0.,1.)); 962 | #936=DIRECTION('',(0.,0.,-1.)); 963 | #937=DIRECTION('center_axis',(-1.,0.,0.)); 964 | #938=DIRECTION('ref_axis',(0.,-1.,0.)); 965 | #939=DIRECTION('',(0.,1.,0.)); 966 | #940=DIRECTION('',(0.,0.,1.)); 967 | #941=DIRECTION('center_axis',(0.,1.,0.)); 968 | #942=DIRECTION('ref_axis',(-1.,0.,0.)); 969 | #943=DIRECTION('',(0.,0.,-1.)); 970 | #944=DIRECTION('',(-1.,0.,0.)); 971 | #945=DIRECTION('center_axis',(0.,0.,1.)); 972 | #946=DIRECTION('ref_axis',(1.,0.,0.)); 973 | #947=DIRECTION('',(0.,1.,0.)); 974 | #948=DIRECTION('center_axis',(0.,0.,-1.)); 975 | #949=DIRECTION('ref_axis',(-1.,0.,0.)); 976 | #950=DIRECTION('',(-1.,0.,0.)); 977 | #951=DIRECTION('',(0.,1.,0.)); 978 | #952=DIRECTION('',(1.,0.,0.)); 979 | #953=DIRECTION('',(0.,-1.,0.)); 980 | #954=DIRECTION('center_axis',(-1.,0.,0.)); 981 | #955=DIRECTION('ref_axis',(0.,-1.,0.)); 982 | #956=DIRECTION('',(0.,0.,-1.)); 983 | #957=DIRECTION('',(0.,-1.,0.)); 984 | #958=DIRECTION('',(0.,0.,-1.)); 985 | #959=DIRECTION('center_axis',(0.,1.,0.)); 986 | #960=DIRECTION('ref_axis',(-1.,0.,0.)); 987 | #961=DIRECTION('',(-1.,0.,0.)); 988 | #962=DIRECTION('',(0.,0.,1.)); 989 | #963=DIRECTION('',(0.,0.,-1.)); 990 | #964=DIRECTION('center_axis',(1.,0.,0.)); 991 | #965=DIRECTION('ref_axis',(0.,1.,0.)); 992 | #966=DIRECTION('',(0.,1.,0.)); 993 | #967=DIRECTION('',(0.,0.,1.)); 994 | #968=DIRECTION('center_axis',(0.,-1.,0.)); 995 | #969=DIRECTION('ref_axis',(1.,0.,0.)); 996 | #970=DIRECTION('',(0.,0.,-1.)); 997 | #971=DIRECTION('',(1.,0.,0.)); 998 | #972=DIRECTION('center_axis',(0.,0.,1.)); 999 | #973=DIRECTION('ref_axis',(1.,0.,0.)); 1000 | #974=DIRECTION('',(0.,-1.,0.)); 1001 | #975=DIRECTION('center_axis',(0.,0.,-1.)); 1002 | #976=DIRECTION('ref_axis',(-1.,0.,0.)); 1003 | #977=DIRECTION('',(-1.,0.,0.)); 1004 | #978=DIRECTION('',(0.,1.,0.)); 1005 | #979=DIRECTION('',(1.,0.,0.)); 1006 | #980=DIRECTION('',(0.,-1.,0.)); 1007 | #981=DIRECTION('center_axis',(-1.,0.,0.)); 1008 | #982=DIRECTION('ref_axis',(0.,-1.,0.)); 1009 | #983=DIRECTION('',(0.,0.,-1.)); 1010 | #984=DIRECTION('',(0.,-1.,0.)); 1011 | #985=DIRECTION('',(0.,0.,-1.)); 1012 | #986=DIRECTION('center_axis',(0.,1.,0.)); 1013 | #987=DIRECTION('ref_axis',(-1.,0.,0.)); 1014 | #988=DIRECTION('',(-1.,0.,0.)); 1015 | #989=DIRECTION('',(0.,0.,1.)); 1016 | #990=DIRECTION('',(0.,0.,-1.)); 1017 | #991=DIRECTION('center_axis',(1.,0.,0.)); 1018 | #992=DIRECTION('ref_axis',(0.,1.,0.)); 1019 | #993=DIRECTION('',(0.,1.,0.)); 1020 | #994=DIRECTION('',(0.,0.,1.)); 1021 | #995=DIRECTION('center_axis',(0.,-1.,0.)); 1022 | #996=DIRECTION('ref_axis',(1.,0.,0.)); 1023 | #997=DIRECTION('',(0.,0.,-1.)); 1024 | #998=DIRECTION('',(1.,0.,0.)); 1025 | #999=DIRECTION('center_axis',(0.,0.,1.)); 1026 | #1000=DIRECTION('ref_axis',(1.,0.,0.)); 1027 | #1001=DIRECTION('',(0.,-1.,0.)); 1028 | #1002=DIRECTION('center_axis',(0.,0.,-1.)); 1029 | #1003=DIRECTION('ref_axis',(1.,0.,0.)); 1030 | #1004=DIRECTION('center_axis',(0.,0.,-1.)); 1031 | #1005=DIRECTION('ref_axis',(1.,0.,0.)); 1032 | #1006=DIRECTION('',(0.,0.,1.)); 1033 | #1007=DIRECTION('center_axis',(0.,0.,1.)); 1034 | #1008=DIRECTION('ref_axis',(1.,0.,0.)); 1035 | #1009=DIRECTION('center_axis',(0.,0.,-1.)); 1036 | #1010=DIRECTION('ref_axis',(1.,0.,0.)); 1037 | #1011=DIRECTION('center_axis',(0.,0.,-1.)); 1038 | #1012=DIRECTION('ref_axis',(1.,0.,0.)); 1039 | #1013=DIRECTION('center_axis',(0.,0.,-1.)); 1040 | #1014=DIRECTION('ref_axis',(1.,0.,0.)); 1041 | #1015=DIRECTION('',(0.,0.,1.)); 1042 | #1016=DIRECTION('center_axis',(0.,0.,1.)); 1043 | #1017=DIRECTION('ref_axis',(1.,0.,0.)); 1044 | #1018=DIRECTION('center_axis',(0.,0.,-1.)); 1045 | #1019=DIRECTION('ref_axis',(1.,0.,0.)); 1046 | #1020=DIRECTION('center_axis',(0.,-1.,0.)); 1047 | #1021=DIRECTION('ref_axis',(1.,0.,0.)); 1048 | #1022=DIRECTION('center_axis',(0.,-1.,0.)); 1049 | #1023=DIRECTION('ref_axis',(1.,0.,0.)); 1050 | #1024=DIRECTION('',(0.,1.,0.)); 1051 | #1025=DIRECTION('center_axis',(0.,1.,0.)); 1052 | #1026=DIRECTION('ref_axis',(1.,0.,0.)); 1053 | #1027=DIRECTION('center_axis',(0.,1.,0.)); 1054 | #1028=DIRECTION('ref_axis',(1.,0.,0.)); 1055 | #1029=DIRECTION('center_axis',(0.,1.,0.)); 1056 | #1030=DIRECTION('ref_axis',(1.,0.,0.)); 1057 | #1031=DIRECTION('center_axis',(0.,1.,0.)); 1058 | #1032=DIRECTION('ref_axis',(1.,0.,0.)); 1059 | #1033=DIRECTION('center_axis',(0.,1.,0.)); 1060 | #1034=DIRECTION('ref_axis',(1.,0.,0.)); 1061 | #1035=DIRECTION('center_axis',(0.,1.,0.)); 1062 | #1036=DIRECTION('ref_axis',(1.,0.,0.)); 1063 | #1037=DIRECTION('',(1.,0.,0.)); 1064 | #1038=DIRECTION('',(0.,0.,1.)); 1065 | #1039=DIRECTION('',(-1.,0.,0.)); 1066 | #1040=DIRECTION('center_axis',(0.,1.,0.)); 1067 | #1041=DIRECTION('ref_axis',(1.,0.,0.)); 1068 | #1042=DIRECTION('',(-1.,0.,0.)); 1069 | #1043=DIRECTION('',(0.,0.,-1.)); 1070 | #1044=DIRECTION('',(1.,0.,0.)); 1071 | #1045=DIRECTION('center_axis',(0.,1.,0.)); 1072 | #1046=DIRECTION('ref_axis',(1.,0.,0.)); 1073 | #1047=DIRECTION('center_axis',(0.,-1.,0.)); 1074 | #1048=DIRECTION('ref_axis',(1.,0.,0.)); 1075 | #1049=DIRECTION('',(0.,-1.,0.)); 1076 | #1050=DIRECTION('center_axis',(-1.,0.,0.)); 1077 | #1051=DIRECTION('ref_axis',(0.,0.,1.)); 1078 | #1052=DIRECTION('',(0.,1.,0.)); 1079 | #1053=DIRECTION('',(0.,1.,0.)); 1080 | #1054=DIRECTION('',(0.,0.,1.)); 1081 | #1055=DIRECTION('',(0.,1.,0.)); 1082 | #1056=DIRECTION('',(0.,1.,0.)); 1083 | #1057=DIRECTION('',(0.,1.,0.)); 1084 | #1058=DIRECTION('center_axis',(0.,0.,-1.)); 1085 | #1059=DIRECTION('ref_axis',(-1.,0.,0.)); 1086 | #1060=DIRECTION('',(-1.,0.,0.)); 1087 | #1061=DIRECTION('',(0.,1.,0.)); 1088 | #1062=DIRECTION('',(0.,1.,0.)); 1089 | #1063=DIRECTION('',(0.,1.,0.)); 1090 | #1064=DIRECTION('center_axis',(1.,0.,0.)); 1091 | #1065=DIRECTION('ref_axis',(0.,0.,-1.)); 1092 | #1066=DIRECTION('',(0.,0.,-1.)); 1093 | #1067=DIRECTION('',(0.,1.,0.)); 1094 | #1068=DIRECTION('center_axis',(0.,0.,1.)); 1095 | #1069=DIRECTION('ref_axis',(1.,0.,0.)); 1096 | #1070=DIRECTION('',(1.,0.,0.)); 1097 | #1071=DIRECTION('center_axis',(0.,1.,0.)); 1098 | #1072=DIRECTION('ref_axis',(1.,0.,0.)); 1099 | #1073=CARTESIAN_POINT('',(0.,0.,0.)); 1100 | #1074=CARTESIAN_POINT('Origin',(4.,2.,-2.6)); 1101 | #1075=CARTESIAN_POINT('',(3.25,2.5,-2.6)); 1102 | #1076=CARTESIAN_POINT('',(4.75,2.5,-2.6)); 1103 | #1077=CARTESIAN_POINT('',(4.75,2.5,-2.6)); 1104 | #1078=CARTESIAN_POINT('',(4.75,1.5,-2.6)); 1105 | #1079=CARTESIAN_POINT('',(4.75,1.5,-2.6)); 1106 | #1080=CARTESIAN_POINT('',(3.25,1.5,-2.6)); 1107 | #1081=CARTESIAN_POINT('',(3.25,1.5,-2.6)); 1108 | #1082=CARTESIAN_POINT('',(3.25,2.5,-2.6)); 1109 | #1083=CARTESIAN_POINT('Origin',(4.75,1.5,-2.5)); 1110 | #1084=CARTESIAN_POINT('',(4.75,2.5,-2.)); 1111 | #1085=CARTESIAN_POINT('',(4.75,2.5,-2.5)); 1112 | #1086=CARTESIAN_POINT('',(4.75,1.5,-2.)); 1113 | #1087=CARTESIAN_POINT('',(4.75,1.5,-2.)); 1114 | #1088=CARTESIAN_POINT('',(4.75,1.5,-2.5)); 1115 | #1089=CARTESIAN_POINT('Origin',(3.25,1.5,-2.5)); 1116 | #1090=CARTESIAN_POINT('',(3.25,1.5,-2.)); 1117 | #1091=CARTESIAN_POINT('',(3.25,1.5,-2.)); 1118 | #1092=CARTESIAN_POINT('',(3.25,1.5,-2.5)); 1119 | #1093=CARTESIAN_POINT('',(3.25,1.5,0.)); 1120 | #1094=CARTESIAN_POINT('',(3.25,1.5,-2.5)); 1121 | #1095=CARTESIAN_POINT('Origin',(3.25,2.5,-2.5)); 1122 | #1096=CARTESIAN_POINT('',(3.25,2.5,-2.5)); 1123 | #1097=CARTESIAN_POINT('',(3.25,0.,-2.5)); 1124 | #1098=CARTESIAN_POINT('',(3.25,2.5,-2.5)); 1125 | #1099=CARTESIAN_POINT('Origin',(4.75,2.5,-2.5)); 1126 | #1100=CARTESIAN_POINT('',(3.25,2.5,-2.)); 1127 | #1101=CARTESIAN_POINT('',(3.25,2.5,0.)); 1128 | #1102=CARTESIAN_POINT('',(4.75,2.5,-2.)); 1129 | #1103=CARTESIAN_POINT('Origin',(4.,2.,-2.)); 1130 | #1104=CARTESIAN_POINT('',(3.25,1.,-2.)); 1131 | #1105=CARTESIAN_POINT('Origin',(-4.,2.,-2.6)); 1132 | #1106=CARTESIAN_POINT('',(-3.25,1.5,-2.6)); 1133 | #1107=CARTESIAN_POINT('',(-4.75,1.5,-2.6)); 1134 | #1108=CARTESIAN_POINT('',(-4.75,1.5,-2.6)); 1135 | #1109=CARTESIAN_POINT('',(-4.75,2.5,-2.6)); 1136 | #1110=CARTESIAN_POINT('',(-4.75,2.5,-2.6)); 1137 | #1111=CARTESIAN_POINT('',(-3.25,2.5,-2.6)); 1138 | #1112=CARTESIAN_POINT('',(-3.25,2.5,-2.6)); 1139 | #1113=CARTESIAN_POINT('',(-3.25,1.5,-2.6)); 1140 | #1114=CARTESIAN_POINT('Origin',(-4.75,2.5,-2.5)); 1141 | #1115=CARTESIAN_POINT('',(-4.75,1.5,-2.)); 1142 | #1116=CARTESIAN_POINT('',(-4.75,1.5,-2.5)); 1143 | #1117=CARTESIAN_POINT('',(-4.75,2.5,-2.)); 1144 | #1118=CARTESIAN_POINT('',(-4.75,2.5,-2.)); 1145 | #1119=CARTESIAN_POINT('',(-4.75,2.5,-2.5)); 1146 | #1120=CARTESIAN_POINT('Origin',(-3.25,2.5,-2.5)); 1147 | #1121=CARTESIAN_POINT('',(-3.25,2.5,-2.)); 1148 | #1122=CARTESIAN_POINT('',(-3.25,2.5,-2.)); 1149 | #1123=CARTESIAN_POINT('',(-3.25,2.5,-2.5)); 1150 | #1124=CARTESIAN_POINT('',(-3.25,2.5,-2.5)); 1151 | #1125=CARTESIAN_POINT('',(-3.25,2.5,-2.5)); 1152 | #1126=CARTESIAN_POINT('Origin',(-3.25,1.5,-2.5)); 1153 | #1127=CARTESIAN_POINT('',(-3.25,1.5,-2.5)); 1154 | #1128=CARTESIAN_POINT('',(-3.25,0.,-2.5)); 1155 | #1129=CARTESIAN_POINT('',(-3.25,1.5,-2.5)); 1156 | #1130=CARTESIAN_POINT('Origin',(-4.75,1.5,-2.5)); 1157 | #1131=CARTESIAN_POINT('',(-3.25,1.5,-2.)); 1158 | #1132=CARTESIAN_POINT('',(-3.25,1.5,-2.5)); 1159 | #1133=CARTESIAN_POINT('',(-4.75,1.5,-2.)); 1160 | #1134=CARTESIAN_POINT('Origin',(-4.,2.,-2.)); 1161 | #1135=CARTESIAN_POINT('',(-3.25,1.,-2.)); 1162 | #1136=CARTESIAN_POINT('Origin',(4.,7.5,-2.6)); 1163 | #1137=CARTESIAN_POINT('',(3.25,8.,-2.6)); 1164 | #1138=CARTESIAN_POINT('',(4.75,8.,-2.6)); 1165 | #1139=CARTESIAN_POINT('',(4.75,8.,-2.6)); 1166 | #1140=CARTESIAN_POINT('',(4.75,7.,-2.6)); 1167 | #1141=CARTESIAN_POINT('',(4.75,7.,-2.6)); 1168 | #1142=CARTESIAN_POINT('',(3.25,7.,-2.6)); 1169 | #1143=CARTESIAN_POINT('',(3.25,7.,-2.6)); 1170 | #1144=CARTESIAN_POINT('',(3.25,8.,-2.6)); 1171 | #1145=CARTESIAN_POINT('Origin',(4.75,7.,-2.5)); 1172 | #1146=CARTESIAN_POINT('',(4.75,8.,-2.)); 1173 | #1147=CARTESIAN_POINT('',(4.75,8.,-2.5)); 1174 | #1148=CARTESIAN_POINT('',(4.75,7.,-2.)); 1175 | #1149=CARTESIAN_POINT('',(4.75,7.,-2.)); 1176 | #1150=CARTESIAN_POINT('',(4.75,7.,-2.5)); 1177 | #1151=CARTESIAN_POINT('Origin',(3.25,7.,-2.5)); 1178 | #1152=CARTESIAN_POINT('',(3.25,7.,-2.)); 1179 | #1153=CARTESIAN_POINT('',(3.25,7.,-2.)); 1180 | #1154=CARTESIAN_POINT('',(3.25,7.,-2.5)); 1181 | #1155=CARTESIAN_POINT('',(3.25,7.,0.)); 1182 | #1156=CARTESIAN_POINT('',(3.25,7.,-2.5)); 1183 | #1157=CARTESIAN_POINT('Origin',(3.25,8.,-2.5)); 1184 | #1158=CARTESIAN_POINT('',(3.25,8.,-2.5)); 1185 | #1159=CARTESIAN_POINT('',(3.25,0.,-2.5)); 1186 | #1160=CARTESIAN_POINT('',(3.25,8.,-2.5)); 1187 | #1161=CARTESIAN_POINT('Origin',(4.75,8.,-2.5)); 1188 | #1162=CARTESIAN_POINT('',(3.25,8.,-2.)); 1189 | #1163=CARTESIAN_POINT('',(3.25,8.,0.)); 1190 | #1164=CARTESIAN_POINT('',(4.75,8.,-2.)); 1191 | #1165=CARTESIAN_POINT('Origin',(4.,7.5,-2.)); 1192 | #1166=CARTESIAN_POINT('',(3.25,3.75,-2.)); 1193 | #1167=CARTESIAN_POINT('Origin',(-4.,5.3,-2.6)); 1194 | #1168=CARTESIAN_POINT('',(-3.25,4.8,-2.6)); 1195 | #1169=CARTESIAN_POINT('',(-4.75,4.8,-2.6)); 1196 | #1170=CARTESIAN_POINT('',(-4.75,4.8,-2.6)); 1197 | #1171=CARTESIAN_POINT('',(-4.75,5.8,-2.6)); 1198 | #1172=CARTESIAN_POINT('',(-4.75,5.8,-2.6)); 1199 | #1173=CARTESIAN_POINT('',(-3.25,5.8,-2.6)); 1200 | #1174=CARTESIAN_POINT('',(-3.25,5.8,-2.6)); 1201 | #1175=CARTESIAN_POINT('',(-3.25,4.8,-2.6)); 1202 | #1176=CARTESIAN_POINT('Origin',(-4.75,5.8,-2.5)); 1203 | #1177=CARTESIAN_POINT('',(-4.75,4.8,-2.)); 1204 | #1178=CARTESIAN_POINT('',(-4.75,4.8,-2.5)); 1205 | #1179=CARTESIAN_POINT('',(-4.75,5.8,-2.)); 1206 | #1180=CARTESIAN_POINT('',(-4.75,5.8,-2.)); 1207 | #1181=CARTESIAN_POINT('',(-4.75,5.8,-2.5)); 1208 | #1182=CARTESIAN_POINT('Origin',(-3.25,5.8,-2.5)); 1209 | #1183=CARTESIAN_POINT('',(-3.25,5.8,-2.)); 1210 | #1184=CARTESIAN_POINT('',(-3.25,5.8,-2.)); 1211 | #1185=CARTESIAN_POINT('',(-3.25,5.8,-2.5)); 1212 | #1186=CARTESIAN_POINT('',(-3.25,5.8,-2.5)); 1213 | #1187=CARTESIAN_POINT('',(-3.25,5.8,-2.5)); 1214 | #1188=CARTESIAN_POINT('Origin',(-3.25,4.8,-2.5)); 1215 | #1189=CARTESIAN_POINT('',(-3.25,4.8,-2.5)); 1216 | #1190=CARTESIAN_POINT('',(-3.25,0.,-2.5)); 1217 | #1191=CARTESIAN_POINT('',(-3.25,4.8,-2.5)); 1218 | #1192=CARTESIAN_POINT('Origin',(-4.75,4.8,-2.5)); 1219 | #1193=CARTESIAN_POINT('',(-3.25,4.8,-2.)); 1220 | #1194=CARTESIAN_POINT('',(-3.25,4.8,-2.5)); 1221 | #1195=CARTESIAN_POINT('',(-4.75,4.8,-2.)); 1222 | #1196=CARTESIAN_POINT('Origin',(-4.,5.3,-2.)); 1223 | #1197=CARTESIAN_POINT('',(-3.25,2.65,-2.)); 1224 | #1198=CARTESIAN_POINT('Origin',(-4.,9.8,-2.6)); 1225 | #1199=CARTESIAN_POINT('',(-3.25,9.3,-2.6)); 1226 | #1200=CARTESIAN_POINT('',(-4.75,9.3,-2.6)); 1227 | #1201=CARTESIAN_POINT('',(-4.75,9.3,-2.6)); 1228 | #1202=CARTESIAN_POINT('',(-4.75,10.3,-2.6)); 1229 | #1203=CARTESIAN_POINT('',(-4.75,10.3,-2.6)); 1230 | #1204=CARTESIAN_POINT('',(-3.25,10.3,-2.6)); 1231 | #1205=CARTESIAN_POINT('',(-3.25,10.3,-2.6)); 1232 | #1206=CARTESIAN_POINT('',(-3.25,9.3,-2.6)); 1233 | #1207=CARTESIAN_POINT('Origin',(-4.75,10.3,-2.5)); 1234 | #1208=CARTESIAN_POINT('',(-4.75,9.3,-2.)); 1235 | #1209=CARTESIAN_POINT('',(-4.75,9.3,-2.5)); 1236 | #1210=CARTESIAN_POINT('',(-4.75,10.3,-2.)); 1237 | #1211=CARTESIAN_POINT('',(-4.75,10.3,-2.)); 1238 | #1212=CARTESIAN_POINT('',(-4.75,10.3,-2.5)); 1239 | #1213=CARTESIAN_POINT('Origin',(-3.25,10.3,-2.5)); 1240 | #1214=CARTESIAN_POINT('',(-3.25,10.3,-2.)); 1241 | #1215=CARTESIAN_POINT('',(-3.25,10.3,-2.)); 1242 | #1216=CARTESIAN_POINT('',(-3.25,10.3,-2.5)); 1243 | #1217=CARTESIAN_POINT('',(-3.25,10.3,-2.5)); 1244 | #1218=CARTESIAN_POINT('',(-3.25,10.3,-2.5)); 1245 | #1219=CARTESIAN_POINT('Origin',(-3.25,9.3,-2.5)); 1246 | #1220=CARTESIAN_POINT('',(-3.25,9.3,-2.5)); 1247 | #1221=CARTESIAN_POINT('',(-3.25,0.,-2.5)); 1248 | #1222=CARTESIAN_POINT('',(-3.25,9.3,-2.5)); 1249 | #1223=CARTESIAN_POINT('Origin',(-4.75,9.3,-2.5)); 1250 | #1224=CARTESIAN_POINT('',(-3.25,9.3,-2.)); 1251 | #1225=CARTESIAN_POINT('',(-3.25,9.3,-2.5)); 1252 | #1226=CARTESIAN_POINT('',(-4.75,9.3,-2.)); 1253 | #1227=CARTESIAN_POINT('Origin',(-4.,9.8,-2.)); 1254 | #1228=CARTESIAN_POINT('',(-3.25,4.9,-2.)); 1255 | #1229=CARTESIAN_POINT('Origin',(0.0154862515055235,9.,-2.5)); 1256 | #1230=CARTESIAN_POINT('',(-0.534513748494477,9.,-3.)); 1257 | #1231=CARTESIAN_POINT('Origin',(0.0154862515055235,9.,-3.)); 1258 | #1232=CARTESIAN_POINT('',(-0.534513748494477,9.,-2.5)); 1259 | #1233=CARTESIAN_POINT('',(-0.534513748494477,9.,-2.5)); 1260 | #1234=CARTESIAN_POINT('Origin',(0.0154862515055235,9.,-2.5)); 1261 | #1235=CARTESIAN_POINT('Origin',(0.0154862515055235,9.,-3.)); 1262 | #1236=CARTESIAN_POINT('Origin',(0.,3.,-2.5)); 1263 | #1237=CARTESIAN_POINT('',(-0.55,3.,-3.)); 1264 | #1238=CARTESIAN_POINT('Origin',(0.,3.,-3.)); 1265 | #1239=CARTESIAN_POINT('',(-0.55,3.,-2.5)); 1266 | #1240=CARTESIAN_POINT('',(-0.55,3.,-2.5)); 1267 | #1241=CARTESIAN_POINT('Origin',(0.,3.,-2.5)); 1268 | #1242=CARTESIAN_POINT('Origin',(0.,3.,-3.)); 1269 | #1243=CARTESIAN_POINT('Origin',(0.,0.,0.)); 1270 | #1244=CARTESIAN_POINT('',(-2.5,-2.,3.06161699786838E-16)); 1271 | #1245=CARTESIAN_POINT('Origin',(0.,-2.,0.)); 1272 | #1246=CARTESIAN_POINT('',(-2.5,0.,-3.06161699786838E-16)); 1273 | #1247=CARTESIAN_POINT('',(-2.5,0.,-3.06161699786838E-16)); 1274 | #1248=CARTESIAN_POINT('',(0.,0.,-2.5)); 1275 | #1249=CARTESIAN_POINT('Origin',(0.,0.,0.)); 1276 | #1250=CARTESIAN_POINT('',(0.,0.,2.5)); 1277 | #1251=CARTESIAN_POINT('Origin',(0.,0.,0.)); 1278 | #1252=CARTESIAN_POINT('Origin',(0.,0.,0.)); 1279 | #1253=CARTESIAN_POINT('Origin',(0.,-2.,0.)); 1280 | #1254=CARTESIAN_POINT('',(-1.9,-2.,2.32682891837997E-16)); 1281 | #1255=CARTESIAN_POINT('Origin',(0.,-2.,0.)); 1282 | #1256=CARTESIAN_POINT('Origin',(0.,0.,0.)); 1283 | #1257=CARTESIAN_POINT('',(3.25,0.,-2.5)); 1284 | #1258=CARTESIAN_POINT('',(-3.25,0.,-2.5)); 1285 | #1259=CARTESIAN_POINT('',(3.25,0.,2.5)); 1286 | #1260=CARTESIAN_POINT('',(3.25,0.,-2.5)); 1287 | #1261=CARTESIAN_POINT('',(3.25,0.,2.5)); 1288 | #1262=CARTESIAN_POINT('Origin',(0.,0.,0.)); 1289 | #1263=CARTESIAN_POINT('',(-3.25,0.,2.5)); 1290 | #1264=CARTESIAN_POINT('',(3.25,0.,2.5)); 1291 | #1265=CARTESIAN_POINT('',(-3.25,0.,-2.5)); 1292 | #1266=CARTESIAN_POINT('',(-3.25,0.,2.5)); 1293 | #1267=CARTESIAN_POINT('',(-3.25,0.,-2.5)); 1294 | #1268=CARTESIAN_POINT('Origin',(0.,0.,0.)); 1295 | #1269=CARTESIAN_POINT('',(-1.9,12.,2.32682891837997E-16)); 1296 | #1270=CARTESIAN_POINT('Origin',(0.,12.,0.)); 1297 | #1271=CARTESIAN_POINT('',(-1.9,0.,2.32682891837997E-16)); 1298 | #1272=CARTESIAN_POINT('Origin',(-3.25,0.,-2.5)); 1299 | #1273=CARTESIAN_POINT('',(-3.25,0.,-2.5)); 1300 | #1274=CARTESIAN_POINT('',(-3.25,12.,2.5)); 1301 | #1275=CARTESIAN_POINT('',(-3.25,0.,2.5)); 1302 | #1276=CARTESIAN_POINT('',(-3.25,12.,-2.5)); 1303 | #1277=CARTESIAN_POINT('',(-3.25,12.,2.5)); 1304 | #1278=CARTESIAN_POINT('',(-3.25,0.,-2.5)); 1305 | #1279=CARTESIAN_POINT('',(-3.25,0.,-2.5)); 1306 | #1280=CARTESIAN_POINT('',(-3.25,0.,-2.5)); 1307 | #1281=CARTESIAN_POINT('Origin',(3.25,0.,-2.5)); 1308 | #1282=CARTESIAN_POINT('',(3.25,12.,-2.5)); 1309 | #1283=CARTESIAN_POINT('',(-3.25,12.,-2.5)); 1310 | #1284=CARTESIAN_POINT('',(3.25,0.,-2.5)); 1311 | #1285=CARTESIAN_POINT('',(3.25,0.,-2.5)); 1312 | #1286=CARTESIAN_POINT('',(3.25,0.,-2.5)); 1313 | #1287=CARTESIAN_POINT('Origin',(3.25,0.,2.5)); 1314 | #1288=CARTESIAN_POINT('',(3.25,12.,2.5)); 1315 | #1289=CARTESIAN_POINT('',(3.25,12.,-2.5)); 1316 | #1290=CARTESIAN_POINT('',(3.25,0.,2.5)); 1317 | #1291=CARTESIAN_POINT('Origin',(-3.25,0.,2.5)); 1318 | #1292=CARTESIAN_POINT('',(3.25,12.,2.5)); 1319 | #1293=CARTESIAN_POINT('Origin',(0.,12.,0.)); 1320 | #1294=UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(0.01),#1298, 1321 | 'DISTANCE_ACCURACY_VALUE', 1322 | 'Maximum model space distance between geometric entities at asserted c 1323 | onnectivities'); 1324 | #1295=UNCERTAINTY_MEASURE_WITH_UNIT(LENGTH_MEASURE(0.01),#1298, 1325 | 'DISTANCE_ACCURACY_VALUE', 1326 | 'Maximum model space distance between geometric entities at asserted c 1327 | onnectivities'); 1328 | #1296=( 1329 | GEOMETRIC_REPRESENTATION_CONTEXT(3) 1330 | GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#1294)) 1331 | GLOBAL_UNIT_ASSIGNED_CONTEXT((#1298,#1300,#1301)) 1332 | REPRESENTATION_CONTEXT('','3D') 1333 | ); 1334 | #1297=( 1335 | GEOMETRIC_REPRESENTATION_CONTEXT(3) 1336 | GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT((#1295)) 1337 | GLOBAL_UNIT_ASSIGNED_CONTEXT((#1298,#1300,#1301)) 1338 | REPRESENTATION_CONTEXT('','3D') 1339 | ); 1340 | #1298=( 1341 | LENGTH_UNIT() 1342 | NAMED_UNIT(*) 1343 | SI_UNIT(.MILLI.,.METRE.) 1344 | ); 1345 | #1299=( 1346 | LENGTH_UNIT() 1347 | NAMED_UNIT(*) 1348 | SI_UNIT($,.METRE.) 1349 | ); 1350 | #1300=( 1351 | NAMED_UNIT(*) 1352 | PLANE_ANGLE_UNIT() 1353 | SI_UNIT($,.RADIAN.) 1354 | ); 1355 | #1301=( 1356 | NAMED_UNIT(*) 1357 | SI_UNIT($,.STERADIAN.) 1358 | SOLID_ANGLE_UNIT() 1359 | ); 1360 | #1302=SHAPE_DEFINITION_REPRESENTATION(#1303,#1304); 1361 | #1303=PRODUCT_DEFINITION_SHAPE('',$,#1306); 1362 | #1304=SHAPE_REPRESENTATION('',(#810),#1296); 1363 | #1305=PRODUCT_DEFINITION_CONTEXT('part definition',#1310,'design'); 1364 | #1306=PRODUCT_DEFINITION('PJ-327F-5A','PJ-327F-5A v0',#1307,#1305); 1365 | #1307=PRODUCT_DEFINITION_FORMATION('',$,#1312); 1366 | #1308=PRODUCT_RELATED_PRODUCT_CATEGORY('PJ-327F-5A v0','PJ-327F-5A v0', 1367 | (#1312)); 1368 | #1309=APPLICATION_PROTOCOL_DEFINITION('international standard', 1369 | 'automotive_design',2009,#1310); 1370 | #1310=APPLICATION_CONTEXT( 1371 | 'Core Data for Automotive Mechanical Design Process'); 1372 | #1311=PRODUCT_CONTEXT('part definition',#1310,'mechanical'); 1373 | #1312=PRODUCT('PJ-327F-5A','PJ-327F-5A v0',$,(#1311)); 1374 | #1313=PRESENTATION_STYLE_ASSIGNMENT((#1314)); 1375 | #1314=SURFACE_STYLE_USAGE(.BOTH.,#1315); 1376 | #1315=SURFACE_SIDE_STYLE('',(#1316)); 1377 | #1316=SURFACE_STYLE_FILL_AREA(#1317); 1378 | #1317=FILL_AREA_STYLE('Steel - Satin',(#1318)); 1379 | #1318=FILL_AREA_STYLE_COLOUR('Steel - Satin',#1319); 1380 | #1319=COLOUR_RGB('Steel - Satin',0.627450980392157,0.627450980392157,0.627450980392157); 1381 | ENDSEC; 1382 | END-ISO-10303-21; 1383 | -------------------------------------------------------------------------------- /Jack_3.5mm_4Poles_5pins_SMD_ABN.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Jack_3.5mm_4Poles_5pins_SMD_ABN" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 6006BDF4) 4 | (attr through_hole) 5 | (fp_text reference "J1" (at 0 0.5 180) (layer "F.SilkS") 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | (tstamp 63489ebf-0f52-43a6-a0ab-158b1a7d4988) 8 | ) 9 | (fp_text value "AudioJack4P-5pin" (at 5.6515 -7.62 180) (layer "F.Fab") 10 | (effects (font (size 1 1) (thickness 0.15))) 11 | (tstamp cd5e758d-cb66-484a-ae8b-21f53ceee49e) 12 | ) 13 | (fp_text user "REF**" (at 6.4 -5.4135 180) (layer "F.SilkS") hide 14 | (effects (font (size 1 1) (thickness 0.15))) 15 | (tstamp 337e8520-cbd2-42c0-8d17-743bab17cbbd) 16 | ) 17 | (fp_text user "${REFERENCE}" (at 5.155 -0.0635 180) (layer "F.Fab") 18 | (effects (font (size 1 1) (thickness 0.15))) 19 | (tstamp f0ff5d1c-5481-4958-b844-4f68a17d4166) 20 | ) 21 | (fp_line (start -0.025 -3.1635) (end 0.9 -3.1635) (layer "F.SilkS") (width 0.12) (tstamp 15a82541-58d8-45b5-99c5-fb52e017e3ea)) 22 | (fp_line (start -2.025 -2.5635) (end -2.025 2.4365) (layer "F.SilkS") (width 0.12) (tstamp 1ab71a3c-340b-469a-ada5-4f87f0b7b2fa)) 23 | (fp_line (start 8.6 3.1) (end 11.8 3.1) (layer "F.SilkS") (width 0.12) (tstamp 1dfbf353-5b24-4c0f-8322-8fcd514ae75e)) 24 | (fp_line (start 1.4 3.0365) (end -0.025 3.0365) (layer "F.SilkS") (width 0.12) (tstamp 252f1275-081d-4d77-8bd5-3b9e6916ef42)) 25 | (fp_line (start 10.875 -3.2) (end 11.8 -3.2) (layer "F.SilkS") (width 0.12) (tstamp 2e0a9f64-1b78-4597-8d50-d12d2268a95a)) 26 | (fp_line (start -0.025 -3.1635) (end -0.025 -2.5635) (layer "F.SilkS") (width 0.12) (tstamp 319639ae-c2c5-486d-93b1-d03bb1b64252)) 27 | (fp_line (start 3.1 -3.1635) (end 4.2 -3.1635) (layer "F.SilkS") (width 0.12) (tstamp 3c8d03bf-f31d-4aa0-b8db-a227ffd7d8d6)) 28 | (fp_line (start -0.025 2.4365) (end -2.025 2.4365) (layer "F.SilkS") (width 0.12) (tstamp 71f8d568-0f23-4ff2-8e60-1600ce517a48)) 29 | (fp_line (start 6.4 -3.1635) (end 8.7 -3.1635) (layer "F.SilkS") (width 0.12) (tstamp 74f5ec08-7600-4a0b-a9e4-aae29f9ea08a)) 30 | (fp_line (start 12 3.1) (end 12 -3.2) (layer "F.SilkS") (width 0.12) (tstamp 759788bd-3cb9-4d38-b58c-5cb10b7dca6b)) 31 | (fp_line (start -0.025 -2.5635) (end -2.025 -2.5635) (layer "F.SilkS") (width 0.12) (tstamp 97581b9a-3f6b-4e88-8768-6fdb60e6aca6)) 32 | (fp_line (start -0.025 2.4365) (end -0.025 3.0365) (layer "F.SilkS") (width 0.12) (tstamp a5c8e189-1ddc-4a66-984b-e0fd1529d346)) 33 | (fp_line (start 3.6 3.1) (end 6.4 3.1) (layer "F.SilkS") (width 0.12) (tstamp bd793ae5-cde5-43f6-8def-1f95f35b1be6)) 34 | (fp_line (start -2.38 4.9365) (end 12.42 4.9365) (layer "F.CrtYd") (width 0.05) (tstamp 2f291a4b-4ecb-4692-9ad2-324f9784c0d4)) 35 | (fp_line (start 12.42 4.9365) (end 12.42 -5.0635) (layer "F.CrtYd") (width 0.05) (tstamp 3d6cdd62-5634-4e30-acf8-1b9c1dbf6653)) 36 | (fp_line (start -2.38 -5.0635) (end 12.42 -5.0635) (layer "F.CrtYd") (width 0.05) (tstamp 62a1f3d4-027d-4ecf-a37a-6fcf4263e9d2)) 37 | (fp_line (start -2.38 4.9365) (end -2.38 -5.0635) (layer "F.CrtYd") (width 0.05) (tstamp f6983918-fe05-46ea-b355-bc522ec53440)) 38 | (fp_line (start 0.125 -2.3635) (end 0.125 -2.9635) (layer "F.Fab") (width 0.1) (tstamp 3a41dd27-ec14-44d5-b505-aad1d829f79a)) 39 | (fp_line (start 12 3.3) (end 0.1 3.3) (layer "F.Fab") (width 0.1) (tstamp 59fc765e-1357-4c94-9529-5635418c7d73)) 40 | (fp_line (start -1.875 2.2365) (end -1.875 -2.3635) (layer "F.Fab") (width 0.1) (tstamp 5c7d6eaf-f256-4349-8203-d2e836872231)) 41 | (fp_line (start 0.1 2.2365) (end -1.875 2.2365) (layer "F.Fab") (width 0.1) (tstamp 6f580eb1-88cc-489d-a7ca-9efa5e590715)) 42 | (fp_line (start 0.1 3.3) (end 0.1 2.2365) (layer "F.Fab") (width 0.1) (tstamp 9529c01f-e1cd-40be-b7f0-83780a544249)) 43 | (fp_line (start -1.875 -2.3635) (end 0.125 -2.3635) (layer "F.Fab") (width 0.1) (tstamp c7df8431-dcf5-4ab4-b8f8-21c1cafc5246)) 44 | (fp_line (start 0.1 -3.25) (end 12 -3.25) (layer "F.Fab") (width 0.1) (tstamp e7d81bce-286e-41e4-9181-3511e9c0455e)) 45 | (fp_line (start 12.1 -3.25) (end 12.1 3.25) (layer "F.Fab") (width 0.1) (tstamp fc3d51c1-8b35-4da3-a742-0ebe104989d7)) 46 | (fp_circle (center 10.25 -2.4135) (end 10.3 -2.1635) (layer "F.Fab") (width 0.12) (fill none) (tstamp 01f82238-6335-48fe-8b0a-6853e227345a)) 47 | (pad "" np_thru_hole circle (at 9 0) (size 1.6 1.6) (drill 1.5) (layers *.Cu *.Mask) (tstamp d3e133b7-2c84-4206-a2b1-e693cb57fe56)) 48 | (pad "" np_thru_hole circle (at 3 0) (size 1.6 1.6) (drill 1.5) (layers *.Cu *.Mask) (tstamp da481376-0e49-44d3-91b8-aaa39b869dd1)) 49 | (pad "1" smd rect (at 2.5 3.475) (size 1.8 2.55) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp c1bac86f-cbf6-4c5b-b60d-c26fa73d9c09)) 50 | (pad "2" smd rect (at 9.8 -3.275) (size 1.8 2.95) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 49575217-40b0-4890-8acf-12982cca52b5)) 51 | (pad "3" smd rect (at 2 -3.375) (size 1.8 2.75) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 38cfe839-c630-43d3-a9ec-6a89ba9e318a)) 52 | (pad "4" smd rect (at 5.3 -3.375) (size 1.8 2.75) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp be4b72db-0e02-4d9b-844a-aff689b4e648)) 53 | (pad "5" smd rect (at 7.5 3.475) (size 1.8 2.55) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 25bc3602-3fb4-4a04-94e3-21ba22562c24)) 54 | ) 55 | -------------------------------------------------------------------------------- /Jack_3.5mm_4Poles_5pins_SMD_ABN_fixed.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Jack_3.5mm_4Poles_5pins_SMD_ABN" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tedit 6006BDF4) 4 | (property "Sheetfile" "SimpleModem.kicad_sch") 5 | (property "Sheetname" "") 6 | (attr through_hole) 7 | (fp_text reference "J2" (at 0 0.5 180) (layer "F.SilkS") 8 | (effects (font (size 1 1) (thickness 0.15))) 9 | (tstamp 7400cbdc-5519-434a-a8d6-0eb0e0a6ef24) 10 | ) 11 | (fp_text value "AudioJack4P-5pin-Connector-Pixie-rescue" (at 5.6515 -7.62 180) (layer "F.Fab") 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | (tstamp 0e706daa-e36a-4af3-9676-ca5ff9566074) 14 | ) 15 | (fp_text user "REF**" (at 6.4 -5.4135 180) (layer "F.SilkS") hide 16 | (effects (font (size 1 1) (thickness 0.15))) 17 | (tstamp ee78df6b-8a8a-4bbc-9d58-429d3b49a257) 18 | ) 19 | (fp_text user "${REFERENCE}" (at 5.155 -0.0635 180) (layer "F.Fab") 20 | (effects (font (size 1 1) (thickness 0.15))) 21 | (tstamp a6d4b56a-b61f-4959-9afa-2b595279e08f) 22 | ) 23 | (fp_line (start 12 3.1) (end 12 -3.2) (layer "F.SilkS") (width 0.12) (tstamp 082255e6-4e64-4015-b702-0376582abef8)) 24 | (fp_line (start -0.025 -3.1635) (end -0.025 -2.5635) (layer "F.SilkS") (width 0.12) (tstamp 1b5f16f7-4f10-4d27-91e7-2ce23b878ef1)) 25 | (fp_line (start 3.1 -3.1635) (end 4.2 -3.1635) (layer "F.SilkS") (width 0.12) (tstamp 29ae05a9-7a05-4ee2-aea4-40112245e3ed)) 26 | (fp_line (start 8.6 3.1) (end 11.8 3.1) (layer "F.SilkS") (width 0.12) (tstamp 451d3d77-75d9-4b6d-87c0-ed571f37ad4c)) 27 | (fp_line (start -0.025 -2.5635) (end -2.025 -2.5635) (layer "F.SilkS") (width 0.12) (tstamp 51648f20-2e27-455b-9fcc-dae6a4aff01b)) 28 | (fp_line (start -0.025 2.4365) (end -2.025 2.4365) (layer "F.SilkS") (width 0.12) (tstamp 5a1267eb-5a71-42ef-8645-af49bf69e32a)) 29 | (fp_line (start 1.4 3.0365) (end -0.025 3.0365) (layer "F.SilkS") (width 0.12) (tstamp 5eaf5493-f2df-4694-9952-da819b62b753)) 30 | (fp_line (start -0.025 -3.1635) (end 0.9 -3.1635) (layer "F.SilkS") (width 0.12) (tstamp 621eb97f-4a90-4750-814c-b358fe589adf)) 31 | (fp_line (start 3.6 3.1) (end 6.4 3.1) (layer "F.SilkS") (width 0.12) (tstamp 63fc9374-003a-4b27-80c3-3cb447a1cbc0)) 32 | (fp_line (start -2.025 -2.5635) (end -2.025 2.4365) (layer "F.SilkS") (width 0.12) (tstamp 9d1ce61a-75bf-4276-8b13-fa29822c7d21)) 33 | (fp_line (start 6.4 -3.1635) (end 8.7 -3.1635) (layer "F.SilkS") (width 0.12) (tstamp abf9cead-3aed-41c8-a1a7-e7f77bb88a59)) 34 | (fp_line (start -0.025 2.4365) (end -0.025 3.0365) (layer "F.SilkS") (width 0.12) (tstamp d1207a6c-d8c8-4ee0-b0f3-c6941a304f3c)) 35 | (fp_line (start 10.875 -3.2) (end 11.8 -3.2) (layer "F.SilkS") (width 0.12) (tstamp f34700d5-5852-47f7-89ee-376ab746f28d)) 36 | (fp_line (start -2.38 4.9365) (end 12.42 4.9365) (layer "F.CrtYd") (width 0.05) (tstamp 3f6c6a8b-f92b-40e0-9dfb-5636ec4dbdd3)) 37 | (fp_line (start -2.38 -5.0635) (end 12.42 -5.0635) (layer "F.CrtYd") (width 0.05) (tstamp 7e3ec9a6-1330-4744-8b43-99059f4af989)) 38 | (fp_line (start 12.42 4.9365) (end 12.42 -5.0635) (layer "F.CrtYd") (width 0.05) (tstamp a514529a-75ef-49c6-b030-f2585f4a259e)) 39 | (fp_line (start -2.38 4.9365) (end -2.38 -5.0635) (layer "F.CrtYd") (width 0.05) (tstamp c6726467-b59d-4947-91bc-f8f975b59bfe)) 40 | (fp_line (start 12 3.3) (end 0.1 3.3) (layer "F.Fab") (width 0.1) (tstamp 11e561cf-7f96-433b-88e2-661b3beec1a5)) 41 | (fp_line (start 0.1 3.3) (end 0.1 2.2365) (layer "F.Fab") (width 0.1) (tstamp 6b08e4b8-4c0d-4ace-a867-85d5630b4025)) 42 | (fp_line (start 0.1 2.2365) (end -1.875 2.2365) (layer "F.Fab") (width 0.1) (tstamp 7cb2472a-a22c-4d20-9678-7936f15d4bad)) 43 | (fp_line (start -1.875 2.2365) (end -1.875 -2.3635) (layer "F.Fab") (width 0.1) (tstamp 804e57c0-47aa-436e-8e19-63ad0cd895cb)) 44 | (fp_line (start 0.125 -2.3635) (end 0.125 -2.9635) (layer "F.Fab") (width 0.1) (tstamp 82704641-f938-411b-922f-cfcebcd03cd3)) 45 | (fp_line (start -1.875 -2.3635) (end 0.125 -2.3635) (layer "F.Fab") (width 0.1) (tstamp 945c4d01-1366-4671-a308-909b799bca40)) 46 | (fp_line (start 12.1 -3.25) (end 12.1 3.25) (layer "F.Fab") (width 0.1) (tstamp c98fb7ab-7ae9-469d-9186-5a39e2d49dec)) 47 | (fp_line (start 0.1 -3.25) (end 12 -3.25) (layer "F.Fab") (width 0.1) (tstamp ef53d21c-bdca-4474-be76-166f8aafcf94)) 48 | (fp_circle (center 10.25 -2.4135) (end 10.3 -2.1635) (layer "F.Fab") (width 0.12) (fill none) (tstamp 0059a5ed-f011-4cb4-962a-8591389d2af6)) 49 | (pad "" np_thru_hole circle (at 9 0) (size 1.6 1.6) (drill 1.5) (layers *.Cu *.Mask) (tstamp 177da660-57e1-4682-b52d-cacc7a20d4b5)) 50 | (pad "" np_thru_hole circle (at 3 0) (size 1.6 1.6) (drill 1.5) (layers *.Cu *.Mask) (tstamp 5d6bbbc3-80b7-4373-9d55-88f157dfd3fc)) 51 | (pad "1" smd rect (at 2.5 3.475) (size 1.8 2.55) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp b3747ade-8642-44d7-91c8-e6a7fdbc08a3)) 52 | (pad "2" smd rect (at 7.5 3.475) (size 1.8 2.55) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp d3bceac5-023f-4ffe-9899-8cf0a85228e1)) 53 | (pad "3" smd rect (at 5.3 -3.375) (size 1.8 2.75) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 6cb6ff02-2f9d-48b4-b08e-ddb55b53d4ad)) 54 | (pad "4" smd rect (at 9.8 -3.275) (size 1.8 2.95) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 8f3c19d7-7719-47f1-94cd-1393a092115b)) 55 | (pad "5" smd rect (at 2 -3.375) (size 1.8 2.75) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp a1c51f0f-c0b1-4240-82e9-3958d0f05998)) 56 | ) 57 | -------------------------------------------------------------------------------- /ModemBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/ModemBack.png -------------------------------------------------------------------------------- /ModemFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/ModemFront.png -------------------------------------------------------------------------------- /Photos/IMG_4571.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/IMG_4571.jpeg -------------------------------------------------------------------------------- /Photos/IMG_4609.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/IMG_4609.jpeg -------------------------------------------------------------------------------- /Photos/IMG_4610.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/IMG_4610.jpeg -------------------------------------------------------------------------------- /Photos/IMG_4613.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/IMG_4613.jpeg -------------------------------------------------------------------------------- /Photos/IMG_4616.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/IMG_4616.jpeg -------------------------------------------------------------------------------- /Photos/IMG_4663.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/IMG_4663.jpeg -------------------------------------------------------------------------------- /Photos/IMG_4670.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/IMG_4670.jpeg -------------------------------------------------------------------------------- /Photos/IMG_4686.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/IMG_4686.jpeg -------------------------------------------------------------------------------- /Photos/IMG_4688.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/IMG_4688.jpeg -------------------------------------------------------------------------------- /Photos/IMG_4689.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/IMG_4689.jpeg -------------------------------------------------------------------------------- /Photos/IMG_4693.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/IMG_4693.jpeg -------------------------------------------------------------------------------- /Photos/Resized/IMG_4571.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/Resized/IMG_4571.jpeg -------------------------------------------------------------------------------- /Photos/Resized/IMG_4609.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/Resized/IMG_4609.jpeg -------------------------------------------------------------------------------- /Photos/Resized/IMG_4610.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/Resized/IMG_4610.jpeg -------------------------------------------------------------------------------- /Photos/Resized/IMG_4613.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/Resized/IMG_4613.jpeg -------------------------------------------------------------------------------- /Photos/Resized/IMG_4616.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/Resized/IMG_4616.jpeg -------------------------------------------------------------------------------- /Photos/Resized/IMG_4663.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/Resized/IMG_4663.jpeg -------------------------------------------------------------------------------- /Photos/Resized/IMG_4670.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/Resized/IMG_4670.jpeg -------------------------------------------------------------------------------- /Photos/Resized/IMG_4686.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/Resized/IMG_4686.jpeg -------------------------------------------------------------------------------- /Photos/Resized/IMG_4688.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/Resized/IMG_4688.jpeg -------------------------------------------------------------------------------- /Photos/Resized/IMG_4689.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/Resized/IMG_4689.jpeg -------------------------------------------------------------------------------- /Photos/Resized/IMG_4693.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/Photos/Resized/IMG_4693.jpeg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SimpleModem 2 | Simple Universal Modem 3 | 4 | Check out the project on https://hackaday.io/project/186309-simple-universal-modem 5 | Also check out the video demo: https://www.youtube.com/watch?v=k8hlYr6N3Ls 6 | 7 | If you are looking for software to use with this, you should check out my 6502 Single Board Computer repo: https://github.com/AndersBNielsen/abn6502 8 | 9 | TX: 10 | The component values are configured to expect a 1200/2400Hz FSK modulated square wave on the DataOut(DOut on the silkscreen) pin. This signal is band pass filtered to make a 1V peak to peak sine wave that is output on the ModOut pin. 11 | 12 | RX: 13 | The ModIn pin expects an FSK modulated sine wave(Audio). 1V peak to peak recommended input. Output on the DataIn(DIn on the silkscreen) is a 5V square wave that can be used to decode the FSK decoding using an active low interrupt pin. The ModIn pin is not filtered but capacitively coupled using a 100nF cap. It's been tested using computer audio and tape with 1200/2400Hz FSK. 14 | 15 | The TRRS jack's poles are meant to be configured using J1-J4 jumpers. An "iPhone" TRRS cable has the pinout right, left, GND, microphone - "Android" TRRS cable usually is right, left, microphone, GND. A standard TRS cable plugged into this would be right, left, GND, GND - for my 1972 tape deck I used a 3.5mm -> RCA/Phono cable and had it configured for ModIn, Modout, GND, GND. 16 | -------------------------------------------------------------------------------- /SimpleModem.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 37, 4 | "active_layer_preset": "", 5 | "auto_track_width": false, 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": "ffcffff_ffffffff", 66 | "zone_display_mode": 1 67 | }, 68 | "meta": { 69 | "filename": "SimpleModem.kicad_prl", 70 | "version": 3 71 | }, 72 | "project": { 73 | "files": [] 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /SimpleModem.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.0, 37 | "height": 2.55, 38 | "width": 1.8 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.508 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 | ], 124 | "via_dimensions": [ 125 | { 126 | "diameter": 0.0, 127 | "drill": 0.0 128 | } 129 | ], 130 | "zones_allow_external_fillets": false, 131 | "zones_use_no_outline": true 132 | }, 133 | "layer_presets": [] 134 | }, 135 | "boards": [], 136 | "cvpcb": { 137 | "equivalence_files": [] 138 | }, 139 | "erc": { 140 | "erc_exclusions": [], 141 | "meta": { 142 | "version": 0 143 | }, 144 | "pin_map": [ 145 | [ 146 | 0, 147 | 0, 148 | 0, 149 | 0, 150 | 0, 151 | 0, 152 | 1, 153 | 0, 154 | 0, 155 | 0, 156 | 0, 157 | 2 158 | ], 159 | [ 160 | 0, 161 | 2, 162 | 0, 163 | 1, 164 | 0, 165 | 0, 166 | 1, 167 | 0, 168 | 2, 169 | 2, 170 | 2, 171 | 2 172 | ], 173 | [ 174 | 0, 175 | 0, 176 | 0, 177 | 0, 178 | 0, 179 | 0, 180 | 1, 181 | 0, 182 | 1, 183 | 0, 184 | 1, 185 | 2 186 | ], 187 | [ 188 | 0, 189 | 1, 190 | 0, 191 | 0, 192 | 0, 193 | 0, 194 | 1, 195 | 1, 196 | 2, 197 | 1, 198 | 1, 199 | 2 200 | ], 201 | [ 202 | 0, 203 | 0, 204 | 0, 205 | 0, 206 | 0, 207 | 0, 208 | 1, 209 | 0, 210 | 0, 211 | 0, 212 | 0, 213 | 2 214 | ], 215 | [ 216 | 0, 217 | 0, 218 | 0, 219 | 0, 220 | 0, 221 | 0, 222 | 0, 223 | 0, 224 | 0, 225 | 0, 226 | 0, 227 | 2 228 | ], 229 | [ 230 | 1, 231 | 1, 232 | 1, 233 | 1, 234 | 1, 235 | 0, 236 | 1, 237 | 1, 238 | 1, 239 | 1, 240 | 1, 241 | 2 242 | ], 243 | [ 244 | 0, 245 | 0, 246 | 0, 247 | 1, 248 | 0, 249 | 0, 250 | 1, 251 | 0, 252 | 0, 253 | 0, 254 | 0, 255 | 2 256 | ], 257 | [ 258 | 0, 259 | 2, 260 | 1, 261 | 2, 262 | 0, 263 | 0, 264 | 1, 265 | 0, 266 | 2, 267 | 2, 268 | 2, 269 | 2 270 | ], 271 | [ 272 | 0, 273 | 2, 274 | 0, 275 | 1, 276 | 0, 277 | 0, 278 | 1, 279 | 0, 280 | 2, 281 | 0, 282 | 0, 283 | 2 284 | ], 285 | [ 286 | 0, 287 | 2, 288 | 1, 289 | 1, 290 | 0, 291 | 0, 292 | 1, 293 | 0, 294 | 2, 295 | 0, 296 | 0, 297 | 2 298 | ], 299 | [ 300 | 2, 301 | 2, 302 | 2, 303 | 2, 304 | 2, 305 | 2, 306 | 2, 307 | 2, 308 | 2, 309 | 2, 310 | 2, 311 | 2 312 | ] 313 | ], 314 | "rule_severities": { 315 | "bus_definition_conflict": "error", 316 | "bus_entry_needed": "error", 317 | "bus_label_syntax": "error", 318 | "bus_to_bus_conflict": "error", 319 | "bus_to_net_conflict": "error", 320 | "different_unit_footprint": "error", 321 | "different_unit_net": "error", 322 | "duplicate_reference": "error", 323 | "duplicate_sheet_names": "error", 324 | "extra_units": "error", 325 | "global_label_dangling": "warning", 326 | "hier_label_mismatch": "error", 327 | "label_dangling": "error", 328 | "lib_symbol_issues": "warning", 329 | "multiple_net_names": "warning", 330 | "net_not_bus_member": "warning", 331 | "no_connect_connected": "warning", 332 | "no_connect_dangling": "warning", 333 | "pin_not_connected": "error", 334 | "pin_not_driven": "error", 335 | "pin_to_pin": "warning", 336 | "power_pin_not_driven": "error", 337 | "similar_labels": "warning", 338 | "unannotated": "error", 339 | "unit_value_mismatch": "error", 340 | "unresolved_variable": "error", 341 | "wire_dangling": "error" 342 | } 343 | }, 344 | "libraries": { 345 | "pinned_footprint_libs": [], 346 | "pinned_symbol_libs": [] 347 | }, 348 | "meta": { 349 | "filename": "SimpleModem.kicad_pro", 350 | "version": 1 351 | }, 352 | "net_settings": { 353 | "classes": [ 354 | { 355 | "bus_width": 12.0, 356 | "clearance": 0.127, 357 | "diff_pair_gap": 0.25, 358 | "diff_pair_via_gap": 0.25, 359 | "diff_pair_width": 0.2, 360 | "line_style": 0, 361 | "microvia_diameter": 0.3, 362 | "microvia_drill": 0.1, 363 | "name": "Default", 364 | "pcb_color": "rgba(0, 0, 0, 0.000)", 365 | "schematic_color": "rgba(0, 0, 0, 0.000)", 366 | "track_width": 0.127, 367 | "via_diameter": 0.6, 368 | "via_drill": 0.3, 369 | "wire_width": 6.0 370 | }, 371 | { 372 | "bus_width": 12.0, 373 | "clearance": 0.2, 374 | "diff_pair_gap": 0.25, 375 | "diff_pair_via_gap": 0.25, 376 | "diff_pair_width": 0.2, 377 | "line_style": 0, 378 | "microvia_diameter": 0.3, 379 | "microvia_drill": 0.1, 380 | "name": "Power", 381 | "nets": [ 382 | "+5V", 383 | "GND" 384 | ], 385 | "pcb_color": "rgba(0, 0, 0, 0.000)", 386 | "schematic_color": "rgba(0, 0, 0, 0.000)", 387 | "track_width": 0.25, 388 | "via_diameter": 0.6, 389 | "via_drill": 0.3, 390 | "wire_width": 6.0 391 | } 392 | ], 393 | "meta": { 394 | "version": 2 395 | }, 396 | "net_colors": null 397 | }, 398 | "pcbnew": { 399 | "last_paths": { 400 | "gencad": "", 401 | "idf": "", 402 | "netlist": "", 403 | "specctra_dsn": "", 404 | "step": "", 405 | "vrml": "" 406 | }, 407 | "page_layout_descr_file": "" 408 | }, 409 | "schematic": { 410 | "annotate_start_num": 0, 411 | "drawing": { 412 | "default_line_thickness": 6.0, 413 | "default_text_size": 50.0, 414 | "field_names": [], 415 | "intersheets_ref_own_page": false, 416 | "intersheets_ref_prefix": "", 417 | "intersheets_ref_short": false, 418 | "intersheets_ref_show": false, 419 | "intersheets_ref_suffix": "", 420 | "junction_size_choice": 3, 421 | "label_size_ratio": 0.375, 422 | "pin_symbol_size": 25.0, 423 | "text_offset_ratio": 0.15 424 | }, 425 | "legacy_lib_dir": "", 426 | "legacy_lib_list": [], 427 | "meta": { 428 | "version": 1 429 | }, 430 | "net_format_name": "", 431 | "ngspice": { 432 | "fix_include_paths": true, 433 | "fix_passive_vals": false, 434 | "meta": { 435 | "version": 0 436 | }, 437 | "model_mode": 0, 438 | "workbook_filename": "" 439 | }, 440 | "page_layout_descr_file": "", 441 | "plot_directory": "", 442 | "spice_adjust_passive_values": false, 443 | "spice_external_command": "spice \"%I\"", 444 | "subpart_first_id": 65, 445 | "subpart_id_separator": 0 446 | }, 447 | "sheets": [ 448 | [ 449 | "dfd306fa-5caa-4eb5-9f8b-5d233af2990e", 450 | "" 451 | ] 452 | ], 453 | "text_variables": {} 454 | } 455 | -------------------------------------------------------------------------------- /SimpleModem.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch (version 20211123) (generator eeschema) 2 | 3 | (uuid dfd306fa-5caa-4eb5-9f8b-5d233af2990e) 4 | 5 | (paper "A4") 6 | 7 | (title_block 8 | (title "Simple Universal Modem") 9 | (company "Copyright: Anders B. Nielsen") 10 | (comment 1 "License: Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)") 11 | (comment 2 "https://creativecommons.org/licenses/by-nc/4.0/") 12 | ) 13 | 14 | (lib_symbols 15 | (symbol "Comparator:LM393" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) 16 | (property "Reference" "U" (id 0) (at 3.81 3.81 0) 17 | (effects (font (size 1.27 1.27))) 18 | ) 19 | (property "Value" "LM393" (id 1) (at 6.35 -3.81 0) 20 | (effects (font (size 1.27 1.27))) 21 | ) 22 | (property "Footprint" "" (id 2) (at 0 0 0) 23 | (effects (font (size 1.27 1.27)) hide) 24 | ) 25 | (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm393.pdf" (id 3) (at 0 0 0) 26 | (effects (font (size 1.27 1.27)) hide) 27 | ) 28 | (property "ki_locked" "" (id 4) (at 0 0 0) 29 | (effects (font (size 1.27 1.27))) 30 | ) 31 | (property "ki_keywords" "cmp open collector" (id 5) (at 0 0 0) 32 | (effects (font (size 1.27 1.27)) hide) 33 | ) 34 | (property "ki_description" "Low-Power, Low-Offset Voltage, Dual Comparators, DIP-8/SOIC-8/TO-99-8" (id 6) (at 0 0 0) 35 | (effects (font (size 1.27 1.27)) hide) 36 | ) 37 | (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* SOP*5.28x5.23mm*P1.27mm* VSSOP*3.0x3.0mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm*" (id 7) (at 0 0 0) 38 | (effects (font (size 1.27 1.27)) hide) 39 | ) 40 | (symbol "LM393_1_1" 41 | (polyline 42 | (pts 43 | (xy -5.08 5.08) 44 | (xy 5.08 0) 45 | (xy -5.08 -5.08) 46 | (xy -5.08 5.08) 47 | ) 48 | (stroke (width 0.254) (type default) (color 0 0 0 0)) 49 | (fill (type background)) 50 | ) 51 | (polyline 52 | (pts 53 | (xy 3.302 -0.508) 54 | (xy 2.794 -0.508) 55 | (xy 3.302 0) 56 | (xy 2.794 0.508) 57 | (xy 2.286 0) 58 | (xy 2.794 -0.508) 59 | (xy 2.286 -0.508) 60 | ) 61 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 62 | (fill (type none)) 63 | ) 64 | (pin open_collector line (at 7.62 0 180) (length 2.54) 65 | (name "~" (effects (font (size 1.27 1.27)))) 66 | (number "1" (effects (font (size 1.27 1.27)))) 67 | ) 68 | (pin input line (at -7.62 -2.54 0) (length 2.54) 69 | (name "-" (effects (font (size 1.27 1.27)))) 70 | (number "2" (effects (font (size 1.27 1.27)))) 71 | ) 72 | (pin input line (at -7.62 2.54 0) (length 2.54) 73 | (name "+" (effects (font (size 1.27 1.27)))) 74 | (number "3" (effects (font (size 1.27 1.27)))) 75 | ) 76 | ) 77 | (symbol "LM393_2_1" 78 | (polyline 79 | (pts 80 | (xy -5.08 5.08) 81 | (xy 5.08 0) 82 | (xy -5.08 -5.08) 83 | (xy -5.08 5.08) 84 | ) 85 | (stroke (width 0.254) (type default) (color 0 0 0 0)) 86 | (fill (type background)) 87 | ) 88 | (polyline 89 | (pts 90 | (xy 3.302 -0.508) 91 | (xy 2.794 -0.508) 92 | (xy 3.302 0) 93 | (xy 2.794 0.508) 94 | (xy 2.286 0) 95 | (xy 2.794 -0.508) 96 | (xy 2.286 -0.508) 97 | ) 98 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 99 | (fill (type none)) 100 | ) 101 | (pin input line (at -7.62 2.54 0) (length 2.54) 102 | (name "+" (effects (font (size 1.27 1.27)))) 103 | (number "5" (effects (font (size 1.27 1.27)))) 104 | ) 105 | (pin input line (at -7.62 -2.54 0) (length 2.54) 106 | (name "_" (effects (font (size 1.27 1.27)))) 107 | (number "6" (effects (font (size 1.27 1.27)))) 108 | ) 109 | (pin open_collector line (at 7.62 0 180) (length 2.54) 110 | (name "~" (effects (font (size 1.27 1.27)))) 111 | (number "7" (effects (font (size 1.27 1.27)))) 112 | ) 113 | ) 114 | (symbol "LM393_3_1" 115 | (pin power_in line (at -2.54 -7.62 90) (length 3.81) 116 | (name "V-" (effects (font (size 1.27 1.27)))) 117 | (number "4" (effects (font (size 1.27 1.27)))) 118 | ) 119 | (pin power_in line (at -2.54 7.62 270) (length 3.81) 120 | (name "V+" (effects (font (size 1.27 1.27)))) 121 | (number "8" (effects (font (size 1.27 1.27)))) 122 | ) 123 | ) 124 | ) 125 | (symbol "Connector_Generic:Conn_02x04_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) 126 | (property "Reference" "J" (id 0) (at 1.27 5.08 0) 127 | (effects (font (size 1.27 1.27))) 128 | ) 129 | (property "Value" "Conn_02x04_Odd_Even" (id 1) (at 1.27 -7.62 0) 130 | (effects (font (size 1.27 1.27))) 131 | ) 132 | (property "Footprint" "" (id 2) (at 0 0 0) 133 | (effects (font (size 1.27 1.27)) hide) 134 | ) 135 | (property "Datasheet" "~" (id 3) (at 0 0 0) 136 | (effects (font (size 1.27 1.27)) hide) 137 | ) 138 | (property "ki_keywords" "connector" (id 4) (at 0 0 0) 139 | (effects (font (size 1.27 1.27)) hide) 140 | ) 141 | (property "ki_description" "Generic connector, double row, 02x04, odd/even pin numbering scheme (row 1 odd numbers, row 2 even numbers), script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) 142 | (effects (font (size 1.27 1.27)) hide) 143 | ) 144 | (property "ki_fp_filters" "Connector*:*_2x??_*" (id 6) (at 0 0 0) 145 | (effects (font (size 1.27 1.27)) hide) 146 | ) 147 | (symbol "Conn_02x04_Odd_Even_1_1" 148 | (rectangle (start -1.27 -4.953) (end 0 -5.207) 149 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 150 | (fill (type none)) 151 | ) 152 | (rectangle (start -1.27 -2.413) (end 0 -2.667) 153 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 154 | (fill (type none)) 155 | ) 156 | (rectangle (start -1.27 0.127) (end 0 -0.127) 157 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 158 | (fill (type none)) 159 | ) 160 | (rectangle (start -1.27 2.667) (end 0 2.413) 161 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 162 | (fill (type none)) 163 | ) 164 | (rectangle (start -1.27 3.81) (end 3.81 -6.35) 165 | (stroke (width 0.254) (type default) (color 0 0 0 0)) 166 | (fill (type background)) 167 | ) 168 | (rectangle (start 3.81 -4.953) (end 2.54 -5.207) 169 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 170 | (fill (type none)) 171 | ) 172 | (rectangle (start 3.81 -2.413) (end 2.54 -2.667) 173 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 174 | (fill (type none)) 175 | ) 176 | (rectangle (start 3.81 0.127) (end 2.54 -0.127) 177 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 178 | (fill (type none)) 179 | ) 180 | (rectangle (start 3.81 2.667) (end 2.54 2.413) 181 | (stroke (width 0.1524) (type default) (color 0 0 0 0)) 182 | (fill (type none)) 183 | ) 184 | (pin passive line (at -5.08 2.54 0) (length 3.81) 185 | (name "Pin_1" (effects (font (size 1.27 1.27)))) 186 | (number "1" (effects (font (size 1.27 1.27)))) 187 | ) 188 | (pin passive line (at 7.62 2.54 180) (length 3.81) 189 | (name "Pin_2" (effects (font (size 1.27 1.27)))) 190 | (number "2" (effects (font (size 1.27 1.27)))) 191 | ) 192 | (pin passive line (at -5.08 0 0) (length 3.81) 193 | (name "Pin_3" (effects (font (size 1.27 1.27)))) 194 | (number "3" (effects (font (size 1.27 1.27)))) 195 | ) 196 | (pin passive line (at 7.62 0 180) (length 3.81) 197 | (name "Pin_4" (effects (font (size 1.27 1.27)))) 198 | (number "4" (effects (font (size 1.27 1.27)))) 199 | ) 200 | (pin passive line (at -5.08 -2.54 0) (length 3.81) 201 | (name "Pin_5" (effects (font (size 1.27 1.27)))) 202 | (number "5" (effects (font (size 1.27 1.27)))) 203 | ) 204 | (pin passive line (at 7.62 -2.54 180) (length 3.81) 205 | (name "Pin_6" (effects (font (size 1.27 1.27)))) 206 | (number "6" (effects (font (size 1.27 1.27)))) 207 | ) 208 | (pin passive line (at -5.08 -5.08 0) (length 3.81) 209 | (name "Pin_7" (effects (font (size 1.27 1.27)))) 210 | (number "7" (effects (font (size 1.27 1.27)))) 211 | ) 212 | (pin passive line (at 7.62 -5.08 180) (length 3.81) 213 | (name "Pin_8" (effects (font (size 1.27 1.27)))) 214 | (number "8" (effects (font (size 1.27 1.27)))) 215 | ) 216 | ) 217 | ) 218 | (symbol "Device:C_Polarized_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) 219 | (property "Reference" "C" (id 0) (at 0.254 1.778 0) 220 | (effects (font (size 1.27 1.27)) (justify left)) 221 | ) 222 | (property "Value" "C_Polarized_Small" (id 1) (at 0.254 -2.032 0) 223 | (effects (font (size 1.27 1.27)) (justify left)) 224 | ) 225 | (property "Footprint" "" (id 2) (at 0 0 0) 226 | (effects (font (size 1.27 1.27)) hide) 227 | ) 228 | (property "Datasheet" "~" (id 3) (at 0 0 0) 229 | (effects (font (size 1.27 1.27)) hide) 230 | ) 231 | (property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0) 232 | (effects (font (size 1.27 1.27)) hide) 233 | ) 234 | (property "ki_description" "Polarized capacitor, small symbol" (id 5) (at 0 0 0) 235 | (effects (font (size 1.27 1.27)) hide) 236 | ) 237 | (property "ki_fp_filters" "CP_*" (id 6) (at 0 0 0) 238 | (effects (font (size 1.27 1.27)) hide) 239 | ) 240 | (symbol "C_Polarized_Small_0_1" 241 | (rectangle (start -1.524 -0.3048) (end 1.524 -0.6858) 242 | (stroke (width 0) (type default) (color 0 0 0 0)) 243 | (fill (type outline)) 244 | ) 245 | (rectangle (start -1.524 0.6858) (end 1.524 0.3048) 246 | (stroke (width 0) (type default) (color 0 0 0 0)) 247 | (fill (type none)) 248 | ) 249 | (polyline 250 | (pts 251 | (xy -1.27 1.524) 252 | (xy -0.762 1.524) 253 | ) 254 | (stroke (width 0) (type default) (color 0 0 0 0)) 255 | (fill (type none)) 256 | ) 257 | (polyline 258 | (pts 259 | (xy -1.016 1.27) 260 | (xy -1.016 1.778) 261 | ) 262 | (stroke (width 0) (type default) (color 0 0 0 0)) 263 | (fill (type none)) 264 | ) 265 | ) 266 | (symbol "C_Polarized_Small_1_1" 267 | (pin passive line (at 0 2.54 270) (length 1.8542) 268 | (name "~" (effects (font (size 1.27 1.27)))) 269 | (number "1" (effects (font (size 1.27 1.27)))) 270 | ) 271 | (pin passive line (at 0 -2.54 90) (length 1.8542) 272 | (name "~" (effects (font (size 1.27 1.27)))) 273 | (number "2" (effects (font (size 1.27 1.27)))) 274 | ) 275 | ) 276 | ) 277 | (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) 278 | (property "Reference" "C" (id 0) (at 0.254 1.778 0) 279 | (effects (font (size 1.27 1.27)) (justify left)) 280 | ) 281 | (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) 282 | (effects (font (size 1.27 1.27)) (justify left)) 283 | ) 284 | (property "Footprint" "" (id 2) (at 0 0 0) 285 | (effects (font (size 1.27 1.27)) hide) 286 | ) 287 | (property "Datasheet" "~" (id 3) (at 0 0 0) 288 | (effects (font (size 1.27 1.27)) hide) 289 | ) 290 | (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) 291 | (effects (font (size 1.27 1.27)) hide) 292 | ) 293 | (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) 294 | (effects (font (size 1.27 1.27)) hide) 295 | ) 296 | (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) 297 | (effects (font (size 1.27 1.27)) hide) 298 | ) 299 | (symbol "C_Small_0_1" 300 | (polyline 301 | (pts 302 | (xy -1.524 -0.508) 303 | (xy 1.524 -0.508) 304 | ) 305 | (stroke (width 0.3302) (type default) (color 0 0 0 0)) 306 | (fill (type none)) 307 | ) 308 | (polyline 309 | (pts 310 | (xy -1.524 0.508) 311 | (xy 1.524 0.508) 312 | ) 313 | (stroke (width 0.3048) (type default) (color 0 0 0 0)) 314 | (fill (type none)) 315 | ) 316 | ) 317 | (symbol "C_Small_1_1" 318 | (pin passive line (at 0 2.54 270) (length 2.032) 319 | (name "~" (effects (font (size 1.27 1.27)))) 320 | (number "1" (effects (font (size 1.27 1.27)))) 321 | ) 322 | (pin passive line (at 0 -2.54 90) (length 2.032) 323 | (name "~" (effects (font (size 1.27 1.27)))) 324 | (number "2" (effects (font (size 1.27 1.27)))) 325 | ) 326 | ) 327 | ) 328 | (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) 329 | (property "Reference" "R" (id 0) (at 0.762 0.508 0) 330 | (effects (font (size 1.27 1.27)) (justify left)) 331 | ) 332 | (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0) 333 | (effects (font (size 1.27 1.27)) (justify left)) 334 | ) 335 | (property "Footprint" "" (id 2) (at 0 0 0) 336 | (effects (font (size 1.27 1.27)) hide) 337 | ) 338 | (property "Datasheet" "~" (id 3) (at 0 0 0) 339 | (effects (font (size 1.27 1.27)) hide) 340 | ) 341 | (property "ki_keywords" "R resistor" (id 4) (at 0 0 0) 342 | (effects (font (size 1.27 1.27)) hide) 343 | ) 344 | (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0) 345 | (effects (font (size 1.27 1.27)) hide) 346 | ) 347 | (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0) 348 | (effects (font (size 1.27 1.27)) hide) 349 | ) 350 | (symbol "R_Small_0_1" 351 | (rectangle (start -0.762 1.778) (end 0.762 -1.778) 352 | (stroke (width 0.2032) (type default) (color 0 0 0 0)) 353 | (fill (type none)) 354 | ) 355 | ) 356 | (symbol "R_Small_1_1" 357 | (pin passive line (at 0 2.54 270) (length 0.762) 358 | (name "~" (effects (font (size 1.27 1.27)))) 359 | (number "1" (effects (font (size 1.27 1.27)))) 360 | ) 361 | (pin passive line (at 0 -2.54 90) (length 0.762) 362 | (name "~" (effects (font (size 1.27 1.27)))) 363 | (number "2" (effects (font (size 1.27 1.27)))) 364 | ) 365 | ) 366 | ) 367 | (symbol "Jumper:Jumper_3_Open" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) 368 | (property "Reference" "JP" (id 0) (at -2.54 -2.54 0) 369 | (effects (font (size 1.27 1.27))) 370 | ) 371 | (property "Value" "Jumper_3_Open" (id 1) (at 0 2.794 0) 372 | (effects (font (size 1.27 1.27))) 373 | ) 374 | (property "Footprint" "" (id 2) (at 0 0 0) 375 | (effects (font (size 1.27 1.27)) hide) 376 | ) 377 | (property "Datasheet" "~" (id 3) (at 0 0 0) 378 | (effects (font (size 1.27 1.27)) hide) 379 | ) 380 | (property "ki_keywords" "Jumper SPDT" (id 4) (at 0 0 0) 381 | (effects (font (size 1.27 1.27)) hide) 382 | ) 383 | (property "ki_description" "Jumper, 3-pole, both open" (id 5) (at 0 0 0) 384 | (effects (font (size 1.27 1.27)) hide) 385 | ) 386 | (property "ki_fp_filters" "Jumper* TestPoint*3Pads* TestPoint*Bridge*" (id 6) (at 0 0 0) 387 | (effects (font (size 1.27 1.27)) hide) 388 | ) 389 | (symbol "Jumper_3_Open_0_0" 390 | (circle (center -3.302 0) (radius 0.508) 391 | (stroke (width 0) (type default) (color 0 0 0 0)) 392 | (fill (type none)) 393 | ) 394 | (circle (center 0 0) (radius 0.508) 395 | (stroke (width 0) (type default) (color 0 0 0 0)) 396 | (fill (type none)) 397 | ) 398 | (circle (center 3.302 0) (radius 0.508) 399 | (stroke (width 0) (type default) (color 0 0 0 0)) 400 | (fill (type none)) 401 | ) 402 | ) 403 | (symbol "Jumper_3_Open_0_1" 404 | (arc (start -0.254 1.016) (mid -1.651 1.4992) (end -3.048 1.016) 405 | (stroke (width 0) (type default) (color 0 0 0 0)) 406 | (fill (type none)) 407 | ) 408 | (polyline 409 | (pts 410 | (xy 0 -0.508) 411 | (xy 0 -1.27) 412 | ) 413 | (stroke (width 0) (type default) (color 0 0 0 0)) 414 | (fill (type none)) 415 | ) 416 | (arc (start 3.048 1.016) (mid 1.651 1.4992) (end 0.254 1.016) 417 | (stroke (width 0) (type default) (color 0 0 0 0)) 418 | (fill (type none)) 419 | ) 420 | ) 421 | (symbol "Jumper_3_Open_1_1" 422 | (pin passive line (at -6.35 0 0) (length 2.54) 423 | (name "A" (effects (font (size 1.27 1.27)))) 424 | (number "1" (effects (font (size 1.27 1.27)))) 425 | ) 426 | (pin input line (at 0 -3.81 90) (length 2.54) 427 | (name "C" (effects (font (size 1.27 1.27)))) 428 | (number "2" (effects (font (size 1.27 1.27)))) 429 | ) 430 | (pin passive line (at 6.35 0 180) (length 2.54) 431 | (name "B" (effects (font (size 1.27 1.27)))) 432 | (number "3" (effects (font (size 1.27 1.27)))) 433 | ) 434 | ) 435 | ) 436 | (symbol "Transistor_BJT:BC547" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) 437 | (property "Reference" "Q" (id 0) (at 5.08 1.905 0) 438 | (effects (font (size 1.27 1.27)) (justify left)) 439 | ) 440 | (property "Value" "BC547" (id 1) (at 5.08 0 0) 441 | (effects (font (size 1.27 1.27)) (justify left)) 442 | ) 443 | (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (id 2) (at 5.08 -1.905 0) 444 | (effects (font (size 1.27 1.27) italic) (justify left) hide) 445 | ) 446 | (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (id 3) (at 0 0 0) 447 | (effects (font (size 1.27 1.27)) (justify left) hide) 448 | ) 449 | (property "ki_keywords" "NPN Transistor" (id 4) (at 0 0 0) 450 | (effects (font (size 1.27 1.27)) hide) 451 | ) 452 | (property "ki_description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" (id 5) (at 0 0 0) 453 | (effects (font (size 1.27 1.27)) hide) 454 | ) 455 | (property "ki_fp_filters" "TO?92*" (id 6) (at 0 0 0) 456 | (effects (font (size 1.27 1.27)) hide) 457 | ) 458 | (symbol "BC547_0_1" 459 | (polyline 460 | (pts 461 | (xy 0 0) 462 | (xy 0.635 0) 463 | ) 464 | (stroke (width 0) (type default) (color 0 0 0 0)) 465 | (fill (type none)) 466 | ) 467 | (polyline 468 | (pts 469 | (xy 0.635 0.635) 470 | (xy 2.54 2.54) 471 | ) 472 | (stroke (width 0) (type default) (color 0 0 0 0)) 473 | (fill (type none)) 474 | ) 475 | (polyline 476 | (pts 477 | (xy 0.635 -0.635) 478 | (xy 2.54 -2.54) 479 | (xy 2.54 -2.54) 480 | ) 481 | (stroke (width 0) (type default) (color 0 0 0 0)) 482 | (fill (type none)) 483 | ) 484 | (polyline 485 | (pts 486 | (xy 0.635 1.905) 487 | (xy 0.635 -1.905) 488 | (xy 0.635 -1.905) 489 | ) 490 | (stroke (width 0.508) (type default) (color 0 0 0 0)) 491 | (fill (type none)) 492 | ) 493 | (polyline 494 | (pts 495 | (xy 1.27 -1.778) 496 | (xy 1.778 -1.27) 497 | (xy 2.286 -2.286) 498 | (xy 1.27 -1.778) 499 | (xy 1.27 -1.778) 500 | ) 501 | (stroke (width 0) (type default) (color 0 0 0 0)) 502 | (fill (type outline)) 503 | ) 504 | (circle (center 1.27 0) (radius 2.8194) 505 | (stroke (width 0.254) (type default) (color 0 0 0 0)) 506 | (fill (type none)) 507 | ) 508 | ) 509 | (symbol "BC547_1_1" 510 | (pin passive line (at 2.54 5.08 270) (length 2.54) 511 | (name "C" (effects (font (size 1.27 1.27)))) 512 | (number "1" (effects (font (size 1.27 1.27)))) 513 | ) 514 | (pin input line (at -5.08 0 0) (length 5.08) 515 | (name "B" (effects (font (size 1.27 1.27)))) 516 | (number "2" (effects (font (size 1.27 1.27)))) 517 | ) 518 | (pin passive line (at 2.54 -5.08 90) (length 2.54) 519 | (name "E" (effects (font (size 1.27 1.27)))) 520 | (number "3" (effects (font (size 1.27 1.27)))) 521 | ) 522 | ) 523 | ) 524 | (symbol "audiojack4p-5pin-connector-pixie-rescue:AudioJack4P-5pin-Connector-Pixie-rescue" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 525 | (property "Reference" "J?" (id 0) (at 5.715 8.5285 0) 526 | (effects (font (size 1.27 1.27)) (justify right)) 527 | ) 528 | (property "Value" "AudioJack4P-5pin-Connector-Pixie-rescue" (id 1) (at 5.715 5.7534 0) 529 | (effects (font (size 1.27 1.27)) (justify right)) 530 | ) 531 | (property "Footprint" "" (id 2) (at 0 0 0) 532 | (effects (font (size 1.27 1.27)) hide) 533 | ) 534 | (property "Datasheet" "" (id 3) (at 0 0 0) 535 | (effects (font (size 1.27 1.27)) hide) 536 | ) 537 | (symbol "AudioJack4P-5pin-Connector-Pixie-rescue_0_1" 538 | (polyline 539 | (pts 540 | (xy 2.54 -12.7) 541 | (xy -5.08 -12.7) 542 | (xy -5.08 -8.89) 543 | (xy -4.826 -9.398) 544 | ) 545 | (stroke (width 0) (type default) (color 0 0 0 0)) 546 | (fill (type none)) 547 | ) 548 | (polyline 549 | (pts 550 | (xy 2.54 -10.16) 551 | (xy -0.381 -10.16) 552 | (xy -1.016 -10.795) 553 | (xy -1.905 -10.16) 554 | ) 555 | (stroke (width 0) (type default) (color 0 0 0 0)) 556 | (fill (type none)) 557 | ) 558 | (polyline 559 | (pts 560 | (xy 2.54 -7.62) 561 | (xy -1.905 -7.62) 562 | (xy -2.54 -8.255) 563 | (xy -3.302 -7.62) 564 | ) 565 | (stroke (width 0) (type default) (color 0 0 0 0)) 566 | (fill (type none)) 567 | ) 568 | (polyline 569 | (pts 570 | (xy 2.54 -5.08) 571 | (xy -3.048 -5.08) 572 | (xy -3.556 -5.715) 573 | (xy -4.191 -5.08) 574 | ) 575 | (stroke (width 0) (type default) (color 0 0 0 0)) 576 | (fill (type none)) 577 | ) 578 | (polyline 579 | (pts 580 | (xy 2.54 -2.54) 581 | (xy -5.08 -2.54) 582 | (xy -5.08 -6.35) 583 | (xy -4.826 -5.715) 584 | ) 585 | (stroke (width 0) (type default) (color 0 0 0 0)) 586 | (fill (type none)) 587 | ) 588 | ) 589 | (symbol "AudioJack4P-5pin-Connector-Pixie-rescue_1_1" 590 | (pin passive line (at 5.08 -12.7 180) (length 2.54) 591 | (name "S" (effects (font (size 1.27 1.27)))) 592 | (number "1" (effects (font (size 1.27 1.27)))) 593 | ) 594 | (pin passive line (at 5.08 -5.08 180) (length 2.54) 595 | (name "R" (effects (font (size 1.27 1.27)))) 596 | (number "2" (effects (font (size 1.27 1.27)))) 597 | ) 598 | (pin passive line (at 5.08 -7.62 180) (length 2.54) 599 | (name "R" (effects (font (size 1.27 1.27)))) 600 | (number "3" (effects (font (size 1.27 1.27)))) 601 | ) 602 | (pin passive line (at 5.08 -10.16 180) (length 2.54) 603 | (name "T" (effects (font (size 1.27 1.27)))) 604 | (number "4" (effects (font (size 1.27 1.27)))) 605 | ) 606 | (pin passive line (at 5.08 -2.54 180) (length 2.54) 607 | (name "Sense" (effects (font (size 1.27 1.27)))) 608 | (number "5" (effects (font (size 1.27 1.27)))) 609 | ) 610 | ) 611 | ) 612 | (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) 613 | (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) 614 | (effects (font (size 1.27 1.27)) hide) 615 | ) 616 | (property "Value" "+5V" (id 1) (at 0 3.556 0) 617 | (effects (font (size 1.27 1.27))) 618 | ) 619 | (property "Footprint" "" (id 2) (at 0 0 0) 620 | (effects (font (size 1.27 1.27)) hide) 621 | ) 622 | (property "Datasheet" "" (id 3) (at 0 0 0) 623 | (effects (font (size 1.27 1.27)) hide) 624 | ) 625 | (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) 626 | (effects (font (size 1.27 1.27)) hide) 627 | ) 628 | (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0) 629 | (effects (font (size 1.27 1.27)) hide) 630 | ) 631 | (symbol "+5V_0_1" 632 | (polyline 633 | (pts 634 | (xy -0.762 1.27) 635 | (xy 0 2.54) 636 | ) 637 | (stroke (width 0) (type default) (color 0 0 0 0)) 638 | (fill (type none)) 639 | ) 640 | (polyline 641 | (pts 642 | (xy 0 0) 643 | (xy 0 2.54) 644 | ) 645 | (stroke (width 0) (type default) (color 0 0 0 0)) 646 | (fill (type none)) 647 | ) 648 | (polyline 649 | (pts 650 | (xy 0 2.54) 651 | (xy 0.762 1.27) 652 | ) 653 | (stroke (width 0) (type default) (color 0 0 0 0)) 654 | (fill (type none)) 655 | ) 656 | ) 657 | (symbol "+5V_1_1" 658 | (pin power_in line (at 0 0 90) (length 0) hide 659 | (name "+5V" (effects (font (size 1.27 1.27)))) 660 | (number "1" (effects (font (size 1.27 1.27)))) 661 | ) 662 | ) 663 | ) 664 | (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) 665 | (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) 666 | (effects (font (size 1.27 1.27)) hide) 667 | ) 668 | (property "Value" "GND" (id 1) (at 0 -3.81 0) 669 | (effects (font (size 1.27 1.27))) 670 | ) 671 | (property "Footprint" "" (id 2) (at 0 0 0) 672 | (effects (font (size 1.27 1.27)) hide) 673 | ) 674 | (property "Datasheet" "" (id 3) (at 0 0 0) 675 | (effects (font (size 1.27 1.27)) hide) 676 | ) 677 | (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) 678 | (effects (font (size 1.27 1.27)) hide) 679 | ) 680 | (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) 681 | (effects (font (size 1.27 1.27)) hide) 682 | ) 683 | (symbol "GND_0_1" 684 | (polyline 685 | (pts 686 | (xy 0 0) 687 | (xy 0 -1.27) 688 | (xy 1.27 -1.27) 689 | (xy 0 -2.54) 690 | (xy -1.27 -1.27) 691 | (xy 0 -1.27) 692 | ) 693 | (stroke (width 0) (type default) (color 0 0 0 0)) 694 | (fill (type none)) 695 | ) 696 | ) 697 | (symbol "GND_1_1" 698 | (pin power_in line (at 0 0 270) (length 0) hide 699 | (name "GND" (effects (font (size 1.27 1.27)))) 700 | (number "1" (effects (font (size 1.27 1.27)))) 701 | ) 702 | ) 703 | ) 704 | ) 705 | 706 | (junction (at 100.965 40.64) (diameter 0) (color 0 0 0 0) 707 | (uuid 0329264a-95a9-4fb3-bc16-d2064258d59b) 708 | ) 709 | (junction (at 116.84 68.58) (diameter 0) (color 0 0 0 0) 710 | (uuid 060b9eeb-c3fa-46aa-960e-c4117d3135e2) 711 | ) 712 | (junction (at 67.31 63.5) (diameter 0) (color 0 0 0 0) 713 | (uuid 08a4d475-f8fb-4849-a62d-1d90c96574e6) 714 | ) 715 | (junction (at 78.74 40.64) (diameter 0) (color 0 0 0 0) 716 | (uuid 08d66a46-3e1d-4340-8815-44c5257830da) 717 | ) 718 | (junction (at 109.22 40.64) (diameter 0) (color 0 0 0 0) 719 | (uuid 09461456-f653-42e8-8fe4-ee55caddf25b) 720 | ) 721 | (junction (at 116.84 46.99) (diameter 0) (color 0 0 0 0) 722 | (uuid 1295ec4f-2cda-4075-8546-7a2cd99aee71) 723 | ) 724 | (junction (at 67.31 72.39) (diameter 0) (color 0 0 0 0) 725 | (uuid 2ddd5e45-e36d-4258-882e-bc4cc831dfb3) 726 | ) 727 | (junction (at 36.195 122.555) (diameter 0) (color 0 0 0 0) 728 | (uuid 46ab2a14-30a1-4a32-b325-03ad28637fe2) 729 | ) 730 | (junction (at 136.525 68.58) (diameter 0) (color 0 0 0 0) 731 | (uuid 4e56e982-b432-4723-8f5f-e5be647362ea) 732 | ) 733 | (junction (at 133.35 46.99) (diameter 0) (color 0 0 0 0) 734 | (uuid 57366592-dd34-408c-9eac-ffcc77f2a1a6) 735 | ) 736 | (junction (at 136.525 83.82) (diameter 0) (color 0 0 0 0) 737 | (uuid 6b66616d-248b-4ecd-8d15-41059c7cdae2) 738 | ) 739 | (junction (at 36.195 120.015) (diameter 0) (color 0 0 0 0) 740 | (uuid 7f51d26e-a9ed-4828-b9c8-2d1129f59e74) 741 | ) 742 | (junction (at 56.515 77.47) (diameter 0) (color 0 0 0 0) 743 | (uuid 83f52612-e4c7-4d1a-abe9-9b9adae639d8) 744 | ) 745 | (junction (at 66.04 40.64) (diameter 0) (color 0 0 0 0) 746 | (uuid 97375b65-9bda-4866-9b84-296dde346267) 747 | ) 748 | (junction (at 52.07 40.64) (diameter 0) (color 0 0 0 0) 749 | (uuid a639dc69-bfbc-4805-9587-4226fdc55948) 750 | ) 751 | (junction (at 91.44 40.64) (diameter 0) (color 0 0 0 0) 752 | (uuid b05c0657-5a37-485e-adea-fa0ebfc933b9) 753 | ) 754 | (junction (at 116.84 83.82) (diameter 0) (color 0 0 0 0) 755 | (uuid b332c631-72d1-491a-8068-9d53376740b1) 756 | ) 757 | (junction (at 116.84 35.56) (diameter 0) (color 0 0 0 0) 758 | (uuid bf725b67-cdb7-4d5a-ade0-9b30a590404a) 759 | ) 760 | (junction (at 69.85 72.39) (diameter 0) (color 0 0 0 0) 761 | (uuid cea9964c-9a40-4e1f-9d61-70c19c7dece5) 762 | ) 763 | (junction (at 88.9 74.93) (diameter 0) (color 0 0 0 0) 764 | (uuid f06c89df-7e0f-4a8d-b83d-ed4038451465) 765 | ) 766 | (junction (at 86.36 74.93) (diameter 0) (color 0 0 0 0) 767 | (uuid ff553f31-1684-4de2-8b1b-396c089a5cc2) 768 | ) 769 | 770 | (no_connect (at 101.6 130.81) (uuid f7edc770-044a-48d3-8b5f-42de15a004ec)) 771 | 772 | (wire (pts (xy 146.05 83.82) (xy 136.525 83.82)) 773 | (stroke (width 0) (type default) (color 0 0 0 0)) 774 | (uuid 03910e46-ed28-4827-a4d0-60b4820d6194) 775 | ) 776 | (wire (pts (xy 83.82 131.445) (xy 83.82 133.985)) 777 | (stroke (width 0) (type default) (color 0 0 0 0)) 778 | (uuid 03c88bda-1a57-44c7-886d-3f9ac8d12aa8) 779 | ) 780 | (wire (pts (xy 88.9 67.31) (xy 88.9 63.5)) 781 | (stroke (width 0) (type default) (color 0 0 0 0)) 782 | (uuid 05860250-c22c-41e4-99ab-64741be259da) 783 | ) 784 | (wire (pts (xy 66.04 40.64) (xy 66.04 41.91)) 785 | (stroke (width 0) (type default) (color 0 0 0 0)) 786 | (uuid 0ba21edd-e1bb-459b-882e-da5e540e6037) 787 | ) 788 | (wire (pts (xy 68.58 116.84) (xy 68.58 118.745)) 789 | (stroke (width 0) (type default) (color 0 0 0 0)) 790 | (uuid 0cacfe56-dedf-4f6a-9a1c-13a53024c604) 791 | ) 792 | (wire (pts (xy 69.85 64.77) (xy 77.47 64.77)) 793 | (stroke (width 0) (type default) (color 0 0 0 0)) 794 | (uuid 104d9ffb-982c-46fb-a3e1-3345fee464d3) 795 | ) 796 | (wire (pts (xy 87.63 128.27) (xy 87.63 125.095)) 797 | (stroke (width 0) (type default) (color 0 0 0 0)) 798 | (uuid 1e9e56f0-5800-43e0-b2ea-815bea2171da) 799 | ) 800 | (wire (pts (xy 116.84 52.07) (xy 116.84 54.61)) 801 | (stroke (width 0) (type default) (color 0 0 0 0)) 802 | (uuid 24739389-81cb-4c9a-8193-5e039012950b) 803 | ) 804 | (wire (pts (xy 33.655 122.555) (xy 36.195 122.555)) 805 | (stroke (width 0) (type default) (color 0 0 0 0)) 806 | (uuid 25f0d140-4b90-4240-b43a-0e068f3c0a22) 807 | ) 808 | (wire (pts (xy 56.515 77.47) (xy 69.85 77.47)) 809 | (stroke (width 0) (type default) (color 0 0 0 0)) 810 | (uuid 288bf7dd-4bba-4670-b543-f7417a89f07c) 811 | ) 812 | (wire (pts (xy 88.9 40.64) (xy 91.44 40.64)) 813 | (stroke (width 0) (type default) (color 0 0 0 0)) 814 | (uuid 2e2c9110-3a13-4382-aeed-5e3daca3bd56) 815 | ) 816 | (wire (pts (xy 90.805 131.445) (xy 90.805 133.985)) 817 | (stroke (width 0) (type default) (color 0 0 0 0)) 818 | (uuid 31790835-f119-4a7d-b7ce-90a099f681e0) 819 | ) 820 | (wire (pts (xy 36.195 122.555) (xy 48.895 122.555)) 821 | (stroke (width 0) (type default) (color 0 0 0 0)) 822 | (uuid 31a31ff3-9e30-49d4-8c88-d1870bce8593) 823 | ) 824 | (wire (pts (xy 82.55 64.77) (xy 86.36 64.77)) 825 | (stroke (width 0) (type default) (color 0 0 0 0)) 826 | (uuid 336f2536-4765-4347-9560-1e16de4dd2b4) 827 | ) 828 | (wire (pts (xy 72.39 123.19) (xy 72.39 125.095)) 829 | (stroke (width 0) (type default) (color 0 0 0 0)) 830 | (uuid 35d88b64-57f0-44ca-a105-7b67925ec503) 831 | ) 832 | (wire (pts (xy 88.9 74.93) (xy 88.9 72.39)) 833 | (stroke (width 0) (type default) (color 0 0 0 0)) 834 | (uuid 406b585f-c740-49e2-b68f-571bf2178a6e) 835 | ) 836 | (wire (pts (xy 78.74 40.64) (xy 83.82 40.64)) 837 | (stroke (width 0) (type default) (color 0 0 0 0)) 838 | (uuid 4ae81040-987a-4dab-b194-ee6d7f0aa9d1) 839 | ) 840 | (wire (pts (xy 101.6 125.73) (xy 80.645 125.73)) 841 | (stroke (width 0) (type default) (color 0 0 0 0)) 842 | (uuid 4b2ea116-c955-411c-9cfb-4706038c6691) 843 | ) 844 | (wire (pts (xy 83.82 116.84) (xy 83.82 118.745)) 845 | (stroke (width 0) (type default) (color 0 0 0 0)) 846 | (uuid 4c81b301-2870-4613-90bf-9e921c634255) 847 | ) 848 | (wire (pts (xy 48.895 127.635) (xy 52.705 127.635)) 849 | (stroke (width 0) (type default) (color 0 0 0 0)) 850 | (uuid 4d94155c-74f4-4271-afa9-71cf986c4d61) 851 | ) 852 | (wire (pts (xy 107.95 40.64) (xy 109.22 40.64)) 853 | (stroke (width 0) (type default) (color 0 0 0 0)) 854 | (uuid 51117602-2283-49de-8321-27998107852f) 855 | ) 856 | (wire (pts (xy 56.515 83.82) (xy 56.515 84.455)) 857 | (stroke (width 0) (type default) (color 0 0 0 0)) 858 | (uuid 51b7c265-622e-4c76-85e5-2aaf1ef4f312) 859 | ) 860 | (wire (pts (xy 101.6 123.19) (xy 72.39 123.19)) 861 | (stroke (width 0) (type default) (color 0 0 0 0)) 862 | (uuid 52569f31-6425-4e5e-bb6d-69d13b8e2420) 863 | ) 864 | (wire (pts (xy 56.515 63.5) (xy 67.31 63.5)) 865 | (stroke (width 0) (type default) (color 0 0 0 0)) 866 | (uuid 571d9d59-a278-48ef-b9e4-13b2724d3f45) 867 | ) 868 | (wire (pts (xy 88.9 74.93) (xy 97.79 74.93)) 869 | (stroke (width 0) (type default) (color 0 0 0 0)) 870 | (uuid 5caa5150-9ea2-456f-acb4-4bb542a7cb19) 871 | ) 872 | (wire (pts (xy 78.74 40.64) (xy 78.74 41.91)) 873 | (stroke (width 0) (type default) (color 0 0 0 0)) 874 | (uuid 5d322100-f3c3-4da6-89cb-8d9ad15f126b) 875 | ) 876 | (wire (pts (xy 146.05 79.375) (xy 146.05 83.82)) 877 | (stroke (width 0) (type default) (color 0 0 0 0)) 878 | (uuid 5d4a3ea1-1798-4305-a1a9-fc82f7587034) 879 | ) 880 | (wire (pts (xy 136.525 68.58) (xy 136.525 74.295)) 881 | (stroke (width 0) (type default) (color 0 0 0 0)) 882 | (uuid 6087e539-0bcd-46be-9aff-d7dbe04434bb) 883 | ) 884 | (wire (pts (xy 66.04 40.64) (xy 71.12 40.64)) 885 | (stroke (width 0) (type default) (color 0 0 0 0)) 886 | (uuid 610ab281-8c76-4b26-972f-112347175dd9) 887 | ) 888 | (wire (pts (xy 76.2 40.64) (xy 78.74 40.64)) 889 | (stroke (width 0) (type default) (color 0 0 0 0)) 890 | (uuid 61591a23-089d-4fb6-8fb1-d750dfc6af8c) 891 | ) 892 | (wire (pts (xy 86.36 74.93) (xy 86.36 64.77)) 893 | (stroke (width 0) (type default) (color 0 0 0 0)) 894 | (uuid 618c4514-f5c1-4d57-be79-18aef368a581) 895 | ) 896 | (wire (pts (xy 100.965 40.64) (xy 100.965 41.91)) 897 | (stroke (width 0) (type default) (color 0 0 0 0)) 898 | (uuid 63668c87-9893-464d-be0f-d113889a1a4e) 899 | ) 900 | (wire (pts (xy 48.895 125.095) (xy 52.705 125.095)) 901 | (stroke (width 0) (type default) (color 0 0 0 0)) 902 | (uuid 6615f020-9797-47ac-9d29-36a7d6c045ad) 903 | ) 904 | (wire (pts (xy 146.05 74.295) (xy 146.05 68.58)) 905 | (stroke (width 0) (type default) (color 0 0 0 0)) 906 | (uuid 6dc06640-556a-4a64-906d-38fd3cf38cee) 907 | ) 908 | (wire (pts (xy 63.5 40.64) (xy 66.04 40.64)) 909 | (stroke (width 0) (type default) (color 0 0 0 0)) 910 | (uuid 6e6e7dad-68e1-4054-8c55-8c73b107214f) 911 | ) 912 | (wire (pts (xy 126.365 79.375) (xy 126.365 83.82)) 913 | (stroke (width 0) (type default) (color 0 0 0 0)) 914 | (uuid 74355dba-af08-4973-9f0c-ae8b2639e9a0) 915 | ) 916 | (wire (pts (xy 88.9 63.5) (xy 67.31 63.5)) 917 | (stroke (width 0) (type default) (color 0 0 0 0)) 918 | (uuid 74974dbc-b6ea-4a15-9cc5-0ceb21339f1d) 919 | ) 920 | (wire (pts (xy 39.37 40.64) (xy 44.45 40.64)) 921 | (stroke (width 0) (type default) (color 0 0 0 0)) 922 | (uuid 74b54d23-f8cd-415b-8db4-f7ece9163606) 923 | ) 924 | (wire (pts (xy 98.425 40.64) (xy 100.965 40.64)) 925 | (stroke (width 0) (type default) (color 0 0 0 0)) 926 | (uuid 786e3a0e-5463-48bd-9df0-97520e91ffb3) 927 | ) 928 | (wire (pts (xy 93.345 40.64) (xy 91.44 40.64)) 929 | (stroke (width 0) (type default) (color 0 0 0 0)) 930 | (uuid 78d01add-b19e-4772-a6b0-02e950c4da42) 931 | ) 932 | (wire (pts (xy 116.84 45.72) (xy 116.84 46.99)) 933 | (stroke (width 0) (type default) (color 0 0 0 0)) 934 | (uuid 7c0ae01c-7037-4a7f-8874-f4e5445abeec) 935 | ) 936 | (wire (pts (xy 56.515 73.66) (xy 56.515 77.47)) 937 | (stroke (width 0) (type default) (color 0 0 0 0)) 938 | (uuid 7defa13e-450e-4783-baea-1c219a2e3420) 939 | ) 940 | (wire (pts (xy 36.195 120.015) (xy 48.895 120.015)) 941 | (stroke (width 0) (type default) (color 0 0 0 0)) 942 | (uuid 7e86baac-a04f-428e-83f4-60e6f1a5bbb6) 943 | ) 944 | (wire (pts (xy 69.85 64.77) (xy 69.85 72.39)) 945 | (stroke (width 0) (type default) (color 0 0 0 0)) 946 | (uuid 7fac555a-f518-46a0-a3cb-62dd013605d8) 947 | ) 948 | (wire (pts (xy 126.365 83.82) (xy 116.84 83.82)) 949 | (stroke (width 0) (type default) (color 0 0 0 0)) 950 | (uuid 8608037f-5ff6-4bbc-9e1d-de94bc17670c) 951 | ) 952 | (wire (pts (xy 100.965 40.64) (xy 102.87 40.64)) 953 | (stroke (width 0) (type default) (color 0 0 0 0)) 954 | (uuid 86b59f8b-a8db-4256-897d-fd658fb4f2ae) 955 | ) 956 | (wire (pts (xy 76.835 131.445) (xy 76.835 133.985)) 957 | (stroke (width 0) (type default) (color 0 0 0 0)) 958 | (uuid 88079a4c-4b24-4938-a1d8-007530117bff) 959 | ) 960 | (wire (pts (xy 52.07 40.64) (xy 52.07 41.91)) 961 | (stroke (width 0) (type default) (color 0 0 0 0)) 962 | (uuid 89b6ac70-e850-4784-8ba0-3a0b2e61c916) 963 | ) 964 | (wire (pts (xy 56.515 77.47) (xy 56.515 78.74)) 965 | (stroke (width 0) (type default) (color 0 0 0 0)) 966 | (uuid 89fbeeaa-1245-4082-a630-b68b08abcf06) 967 | ) 968 | (wire (pts (xy 126.365 74.295) (xy 126.365 68.58)) 969 | (stroke (width 0) (type default) (color 0 0 0 0)) 970 | (uuid 8b308d60-5fd4-4942-9e4d-bbb83449a1a4) 971 | ) 972 | (wire (pts (xy 100.965 46.99) (xy 100.965 48.26)) 973 | (stroke (width 0) (type default) (color 0 0 0 0)) 974 | (uuid 8dfcc66e-e86b-425b-a651-f0726deab5a4) 975 | ) 976 | (wire (pts (xy 91.44 46.99) (xy 91.44 48.26)) 977 | (stroke (width 0) (type default) (color 0 0 0 0)) 978 | (uuid 8f873842-f7db-4b02-8530-8a5d531e45eb) 979 | ) 980 | (wire (pts (xy 146.05 68.58) (xy 136.525 68.58)) 981 | (stroke (width 0) (type default) (color 0 0 0 0)) 982 | (uuid 8fde10f7-8c29-4bde-a11b-b457199dda6a) 983 | ) 984 | (wire (pts (xy 90.805 116.84) (xy 90.805 118.745)) 985 | (stroke (width 0) (type default) (color 0 0 0 0)) 986 | (uuid 90b3252e-d736-4719-92d4-5a02e4f175a4) 987 | ) 988 | (wire (pts (xy 76.835 116.84) (xy 76.835 118.745)) 989 | (stroke (width 0) (type default) (color 0 0 0 0)) 990 | (uuid 91d34d2d-7a16-4d41-bf15-59d4b02d23f3) 991 | ) 992 | (wire (pts (xy 78.74 46.99) (xy 78.74 48.26)) 993 | (stroke (width 0) (type default) (color 0 0 0 0)) 994 | (uuid 9c790675-d65b-4eb7-abd9-d1ee41b25096) 995 | ) 996 | (wire (pts (xy 52.07 40.64) (xy 58.42 40.64)) 997 | (stroke (width 0) (type default) (color 0 0 0 0)) 998 | (uuid 9cea99bc-1afb-47d3-8486-b8048d94bee5) 999 | ) 1000 | (wire (pts (xy 133.35 46.99) (xy 134.62 46.99)) 1001 | (stroke (width 0) (type default) (color 0 0 0 0)) 1002 | (uuid 9dfb4af3-45e1-47e4-8bd7-b7c6c5ea9973) 1003 | ) 1004 | (wire (pts (xy 126.365 68.58) (xy 116.84 68.58)) 1005 | (stroke (width 0) (type default) (color 0 0 0 0)) 1006 | (uuid 9f6d3caa-c020-41a1-aa1c-50544354e76c) 1007 | ) 1008 | (wire (pts (xy 94.615 120.65) (xy 94.615 125.095)) 1009 | (stroke (width 0) (type default) (color 0 0 0 0)) 1010 | (uuid a3303cde-d9d7-4a4e-911c-20190d583151) 1011 | ) 1012 | (wire (pts (xy 33.655 130.175) (xy 33.655 122.555)) 1013 | (stroke (width 0) (type default) (color 0 0 0 0)) 1014 | (uuid aa986ba1-b17d-49ea-8d41-bb358c29b7c5) 1015 | ) 1016 | (wire (pts (xy 109.22 35.56) (xy 109.22 40.64)) 1017 | (stroke (width 0) (type default) (color 0 0 0 0)) 1018 | (uuid ae9654d1-dcea-4e73-8c5d-00e010deb8d7) 1019 | ) 1020 | (wire (pts (xy 67.31 63.5) (xy 67.31 66.04)) 1021 | (stroke (width 0) (type default) (color 0 0 0 0)) 1022 | (uuid b2106863-ef1d-405e-a6c6-51666ac0a54a) 1023 | ) 1024 | (wire (pts (xy 114.3 35.56) (xy 116.84 35.56)) 1025 | (stroke (width 0) (type default) (color 0 0 0 0)) 1026 | (uuid b3f32c20-aac4-432c-904c-faebcaf96a53) 1027 | ) 1028 | (wire (pts (xy 132.08 46.99) (xy 133.35 46.99)) 1029 | (stroke (width 0) (type default) (color 0 0 0 0)) 1030 | (uuid b411317a-a518-4c90-8412-6ff131acb8df) 1031 | ) 1032 | (wire (pts (xy 67.31 72.39) (xy 69.85 72.39)) 1033 | (stroke (width 0) (type default) (color 0 0 0 0)) 1034 | (uuid b4d928c1-87ff-4a85-9e76-28181ca2c54d) 1035 | ) 1036 | (wire (pts (xy 133.35 52.07) (xy 133.35 54.61)) 1037 | (stroke (width 0) (type default) (color 0 0 0 0)) 1038 | (uuid bf2ca21f-b697-4328-a1a3-63e651ab277b) 1039 | ) 1040 | (wire (pts (xy 30.48 125.095) (xy 36.195 125.095)) 1041 | (stroke (width 0) (type default) (color 0 0 0 0)) 1042 | (uuid c0e58be5-c047-46de-b92c-2e521ee49bba) 1043 | ) 1044 | (wire (pts (xy 116.84 46.99) (xy 127 46.99)) 1045 | (stroke (width 0) (type default) (color 0 0 0 0)) 1046 | (uuid c115d0da-098f-45a5-b1e2-a3efce1f0ff0) 1047 | ) 1048 | (wire (pts (xy 116.84 33.02) (xy 116.84 35.56)) 1049 | (stroke (width 0) (type default) (color 0 0 0 0)) 1050 | (uuid c156a4d9-97cc-422d-bd91-8e3e52f21d08) 1051 | ) 1052 | (wire (pts (xy 101.6 120.65) (xy 94.615 120.65)) 1053 | (stroke (width 0) (type default) (color 0 0 0 0)) 1054 | (uuid c86ca65a-0419-4c64-b10f-9e955ffb63ba) 1055 | ) 1056 | (wire (pts (xy 48.895 77.47) (xy 56.515 77.47)) 1057 | (stroke (width 0) (type default) (color 0 0 0 0)) 1058 | (uuid c90a3d0c-0258-48cf-8ab5-72f50bef2de1) 1059 | ) 1060 | (wire (pts (xy 80.645 125.73) (xy 80.645 125.095)) 1061 | (stroke (width 0) (type default) (color 0 0 0 0)) 1062 | (uuid cbb91c3e-889c-44d1-b58e-9e4a2f69fa74) 1063 | ) 1064 | (wire (pts (xy 52.07 46.99) (xy 52.07 48.26)) 1065 | (stroke (width 0) (type default) (color 0 0 0 0)) 1066 | (uuid d13528b2-c7af-4a7b-9b45-c928089586de) 1067 | ) 1068 | (wire (pts (xy 31.115 40.64) (xy 34.29 40.64)) 1069 | (stroke (width 0) (type default) (color 0 0 0 0)) 1070 | (uuid de7924fa-f6ac-4f22-9197-ace4217c0396) 1071 | ) 1072 | (wire (pts (xy 68.58 131.445) (xy 68.58 133.985)) 1073 | (stroke (width 0) (type default) (color 0 0 0 0)) 1074 | (uuid e061da77-5a6b-47d5-9063-69ea11e8af7a) 1075 | ) 1076 | (wire (pts (xy 91.44 40.64) (xy 91.44 41.91)) 1077 | (stroke (width 0) (type default) (color 0 0 0 0)) 1078 | (uuid e17465c6-a825-4c8f-975d-3c2371e1e92a) 1079 | ) 1080 | (wire (pts (xy 66.04 46.99) (xy 66.04 48.26)) 1081 | (stroke (width 0) (type default) (color 0 0 0 0)) 1082 | (uuid e2242c7d-1da4-4288-af41-f64fe1250ee3) 1083 | ) 1084 | (wire (pts (xy 67.31 71.12) (xy 67.31 72.39)) 1085 | (stroke (width 0) (type default) (color 0 0 0 0)) 1086 | (uuid e78bc777-4b80-4be8-8582-8d7cb58f80a4) 1087 | ) 1088 | (wire (pts (xy 86.36 74.93) (xy 88.9 74.93)) 1089 | (stroke (width 0) (type default) (color 0 0 0 0)) 1090 | (uuid e984dd63-dded-42ab-867e-e921360d4fcc) 1091 | ) 1092 | (wire (pts (xy 56.515 63.5) (xy 56.515 68.58)) 1093 | (stroke (width 0) (type default) (color 0 0 0 0)) 1094 | (uuid e9fe734b-9d8a-47f4-b98f-7232d74fb7d4) 1095 | ) 1096 | (wire (pts (xy 136.525 79.375) (xy 136.525 83.82)) 1097 | (stroke (width 0) (type default) (color 0 0 0 0)) 1098 | (uuid ea2d7950-3c51-476a-9a28-9347cba6d4fa) 1099 | ) 1100 | (wire (pts (xy 85.09 74.93) (xy 86.36 74.93)) 1101 | (stroke (width 0) (type default) (color 0 0 0 0)) 1102 | (uuid eaa9e0b6-b098-4c0a-ad7a-02e4002b7aec) 1103 | ) 1104 | (wire (pts (xy 67.31 83.82) (xy 67.31 84.455)) 1105 | (stroke (width 0) (type default) (color 0 0 0 0)) 1106 | (uuid ed7ff2fd-1e17-4f49-a568-ae506c6ed15e) 1107 | ) 1108 | (wire (pts (xy 49.53 40.64) (xy 52.07 40.64)) 1109 | (stroke (width 0) (type default) (color 0 0 0 0)) 1110 | (uuid ed891b90-261c-42eb-b6cc-79d4baf3b42b) 1111 | ) 1112 | (wire (pts (xy 30.48 127.635) (xy 36.195 127.635)) 1113 | (stroke (width 0) (type default) (color 0 0 0 0)) 1114 | (uuid f18780a1-0c79-480f-9757-0eca35bcaf68) 1115 | ) 1116 | (wire (pts (xy 36.195 116.205) (xy 36.195 120.015)) 1117 | (stroke (width 0) (type default) (color 0 0 0 0)) 1118 | (uuid f649fe5d-3760-46aa-9be0-f9f85999b9da) 1119 | ) 1120 | (wire (pts (xy 67.31 78.74) (xy 67.31 72.39)) 1121 | (stroke (width 0) (type default) (color 0 0 0 0)) 1122 | (uuid f939ce90-ae96-4871-9ee1-547569408573) 1123 | ) 1124 | (wire (pts (xy 41.275 77.47) (xy 43.815 77.47)) 1125 | (stroke (width 0) (type default) (color 0 0 0 0)) 1126 | (uuid fc55ae03-f2e9-4552-9f44-67d812d3ff24) 1127 | ) 1128 | (wire (pts (xy 87.63 128.27) (xy 101.6 128.27)) 1129 | (stroke (width 0) (type default) (color 0 0 0 0)) 1130 | (uuid fc5e31d9-d9ae-404b-9afd-cfd0bcb590f5) 1131 | ) 1132 | 1133 | (global_label "ModOut" (shape input) (at 52.705 125.095 0) (fields_autoplaced) 1134 | (effects (font (size 1.27 1.27)) (justify left)) 1135 | (uuid 23b754f4-b61d-4e67-bb2b-98b1dbe9222b) 1136 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 62.0729 125.0156 0) 1137 | (effects (font (size 1.27 1.27)) (justify left) hide) 1138 | ) 1139 | ) 1140 | (global_label "DataIn" (shape input) (at 30.48 127.635 180) (fields_autoplaced) 1141 | (effects (font (size 1.27 1.27)) (justify right)) 1142 | (uuid 49b4ad5c-737a-4d18-a71a-49d15bcea871) 1143 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 22.0193 127.7144 0) 1144 | (effects (font (size 1.27 1.27)) (justify right) hide) 1145 | ) 1146 | ) 1147 | (global_label "DataIn" (shape input) (at 97.79 74.93 0) (fields_autoplaced) 1148 | (effects (font (size 1.27 1.27)) (justify left)) 1149 | (uuid 4a27c973-9c48-4689-a144-2e7c51406bca) 1150 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 106.2507 74.8506 0) 1151 | (effects (font (size 1.27 1.27)) (justify left) hide) 1152 | ) 1153 | ) 1154 | (global_label "ModOut" (shape input) (at 68.58 116.84 90) (fields_autoplaced) 1155 | (effects (font (size 1.27 1.27)) (justify left)) 1156 | (uuid 4a61e774-60fe-4acd-b59b-ad7ce89dd271) 1157 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 68.5006 107.4721 90) 1158 | (effects (font (size 1.27 1.27)) (justify left) hide) 1159 | ) 1160 | ) 1161 | (global_label "DataOut" (shape input) (at 31.115 40.64 180) (fields_autoplaced) 1162 | (effects (font (size 1.27 1.27)) (justify right)) 1163 | (uuid 4e7a7d7e-3530-4b22-af90-8d5f3fc07b47) 1164 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 21.2029 40.5606 0) 1165 | (effects (font (size 1.27 1.27)) (justify right) hide) 1166 | ) 1167 | ) 1168 | (global_label "ModOut" (shape input) (at 90.805 116.84 90) (fields_autoplaced) 1169 | (effects (font (size 1.27 1.27)) (justify left)) 1170 | (uuid 63b9cdd3-3a4f-4fa2-80f4-7896550c0b7b) 1171 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 90.7256 107.4721 90) 1172 | (effects (font (size 1.27 1.27)) (justify left) hide) 1173 | ) 1174 | ) 1175 | (global_label "ModOut" (shape input) (at 134.62 46.99 0) (fields_autoplaced) 1176 | (effects (font (size 1.27 1.27)) (justify left)) 1177 | (uuid 732669c4-65c5-45ed-b407-6a6af9ff1877) 1178 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 143.9879 46.9106 0) 1179 | (effects (font (size 1.27 1.27)) (justify left) hide) 1180 | ) 1181 | ) 1182 | (global_label "DataOut" (shape input) (at 30.48 125.095 180) (fields_autoplaced) 1183 | (effects (font (size 1.27 1.27)) (justify right)) 1184 | (uuid 7bbd820f-3da8-4e6c-a23c-cffa440823e9) 1185 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 20.5679 125.0156 0) 1186 | (effects (font (size 1.27 1.27)) (justify right) hide) 1187 | ) 1188 | ) 1189 | (global_label "ModIn" (shape input) (at 68.58 133.985 270) (fields_autoplaced) 1190 | (effects (font (size 1.27 1.27)) (justify right)) 1191 | (uuid 8a7deba1-409f-4a88-aff5-c4abe0131784) 1192 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 68.5006 141.9014 90) 1193 | (effects (font (size 1.27 1.27)) (justify right) hide) 1194 | ) 1195 | ) 1196 | (global_label "ModIn" (shape input) (at 76.835 133.985 270) (fields_autoplaced) 1197 | (effects (font (size 1.27 1.27)) (justify right)) 1198 | (uuid 8da79af3-6787-4d47-b1c7-1cada221fc2d) 1199 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 76.7556 141.9014 90) 1200 | (effects (font (size 1.27 1.27)) (justify right) hide) 1201 | ) 1202 | ) 1203 | (global_label "ModOut" (shape input) (at 83.82 116.84 90) (fields_autoplaced) 1204 | (effects (font (size 1.27 1.27)) (justify left)) 1205 | (uuid aa3ca2b6-53c4-4e27-b8d8-7889016b627b) 1206 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 83.7406 107.4721 90) 1207 | (effects (font (size 1.27 1.27)) (justify left) hide) 1208 | ) 1209 | ) 1210 | (global_label "ModIn" (shape input) (at 41.275 77.47 180) (fields_autoplaced) 1211 | (effects (font (size 1.27 1.27)) (justify right)) 1212 | (uuid b90b5a4d-d822-4b49-94de-dca9bde026d0) 1213 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 33.3586 77.3906 0) 1214 | (effects (font (size 1.27 1.27)) (justify right) hide) 1215 | ) 1216 | ) 1217 | (global_label "ModIn" (shape input) (at 52.705 127.635 0) (fields_autoplaced) 1218 | (effects (font (size 1.27 1.27)) (justify left)) 1219 | (uuid f2825ec8-d839-437a-b20e-808d0a78903d) 1220 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 60.6214 127.7144 0) 1221 | (effects (font (size 1.27 1.27)) (justify left) hide) 1222 | ) 1223 | ) 1224 | (global_label "ModOut" (shape input) (at 76.835 116.84 90) (fields_autoplaced) 1225 | (effects (font (size 1.27 1.27)) (justify left)) 1226 | (uuid f6a006d5-2f8d-4126-ae43-1de72f8a2323) 1227 | (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 76.7556 107.4721 90) 1228 | (effects (font (size 1.27 1.27)) (justify left) hide) 1229 | ) 1230 | ) 1231 | 1232 | (symbol (lib_id "power:GND") (at 91.44 48.26 0) (unit 1) 1233 | (in_bom yes) (on_board yes) (fields_autoplaced) 1234 | (uuid 0a0fec09-7fea-4522-91ad-f2043de81d91) 1235 | (property "Reference" "#PWR0108" (id 0) (at 91.44 54.61 0) 1236 | (effects (font (size 1.27 1.27)) hide) 1237 | ) 1238 | (property "Value" "GND" (id 1) (at 91.44 53.34 0)) 1239 | (property "Footprint" "" (id 2) (at 91.44 48.26 0) 1240 | (effects (font (size 1.27 1.27)) hide) 1241 | ) 1242 | (property "Datasheet" "" (id 3) (at 91.44 48.26 0) 1243 | (effects (font (size 1.27 1.27)) hide) 1244 | ) 1245 | (pin "1" (uuid 1ebbadd6-9453-4082-98f6-0b9ffa02ce27)) 1246 | ) 1247 | 1248 | (symbol (lib_id "Device:C_Small") (at 91.44 44.45 0) (unit 1) 1249 | (in_bom yes) (on_board yes) (fields_autoplaced) 1250 | (uuid 0a8d39d9-97c7-485e-a220-ad29edf350c9) 1251 | (property "Reference" "C6" (id 0) (at 93.7641 43.5478 0) 1252 | (effects (font (size 1.27 1.27)) (justify left)) 1253 | ) 1254 | (property "Value" "1nF" (id 1) (at 93.7641 46.3229 0) 1255 | (effects (font (size 1.27 1.27)) (justify left)) 1256 | ) 1257 | (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (id 2) (at 91.44 44.45 0) 1258 | (effects (font (size 1.27 1.27)) hide) 1259 | ) 1260 | (property "Datasheet" "~" (id 3) (at 91.44 44.45 0) 1261 | (effects (font (size 1.27 1.27)) hide) 1262 | ) 1263 | (pin "1" (uuid 1fa9c39b-3678-431f-b2c8-f6c367ef3991)) 1264 | (pin "2" (uuid 02841ce2-921c-429d-8e3c-14f4d5b3ee27)) 1265 | ) 1266 | 1267 | (symbol (lib_id "Device:R_Small") (at 116.84 49.53 180) (unit 1) 1268 | (in_bom yes) (on_board yes) (fields_autoplaced) 1269 | (uuid 0b4059ea-13d5-419a-b98a-bb5c6f1a8f83) 1270 | (property "Reference" "R13" (id 0) (at 118.3386 48.6215 0) 1271 | (effects (font (size 1.27 1.27)) (justify right)) 1272 | ) 1273 | (property "Value" "6k8" (id 1) (at 118.3386 51.3966 0) 1274 | (effects (font (size 1.27 1.27)) (justify right)) 1275 | ) 1276 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 116.84 49.53 0) 1277 | (effects (font (size 1.27 1.27)) hide) 1278 | ) 1279 | (property "Datasheet" "~" (id 3) (at 116.84 49.53 0) 1280 | (effects (font (size 1.27 1.27)) hide) 1281 | ) 1282 | (pin "1" (uuid b2027f57-f664-4502-a9ba-5fb86ba2a8fa)) 1283 | (pin "2" (uuid e4807c5d-8efd-4569-af8f-f71a98eed4b8)) 1284 | ) 1285 | 1286 | (symbol (lib_id "audiojack4p-5pin-connector-pixie-rescue:AudioJack4P-5pin-Connector-Pixie-rescue") (at 106.68 133.35 180) (unit 1) 1287 | (in_bom yes) (on_board yes) (fields_autoplaced) 1288 | (uuid 1097b209-7916-40d7-a30c-2c81420f7825) 1289 | (property "Reference" "J2" (id 0) (at 113.03 124.4599 0) 1290 | (effects (font (size 1.27 1.27)) (justify right)) 1291 | ) 1292 | (property "Value" "TRRS jack" (id 1) (at 113.03 126.9999 0) 1293 | (effects (font (size 1.27 1.27)) (justify right)) 1294 | ) 1295 | (property "Footprint" "SimpleModem:Jack_3.5mm_4Poles_5pins_SMD_ABN" (id 2) (at 106.68 133.35 0) 1296 | (effects (font (size 1.27 1.27)) hide) 1297 | ) 1298 | (property "Datasheet" "" (id 3) (at 106.68 133.35 0) 1299 | (effects (font (size 1.27 1.27)) hide) 1300 | ) 1301 | (pin "1" (uuid c542931d-b855-471b-b785-7db4179d0950)) 1302 | (pin "2" (uuid 529c4a60-d716-4a67-8e2e-a577896a23e9)) 1303 | (pin "3" (uuid 05481ec6-70f7-4fd6-8e4d-b68484ff2148)) 1304 | (pin "4" (uuid d5b818cc-f6a0-416e-af19-7acb522db510)) 1305 | (pin "5" (uuid 60274d07-c5dd-4c13-8b99-3972a06881f2)) 1306 | ) 1307 | 1308 | (symbol (lib_id "Device:R_Small") (at 56.515 81.28 180) (unit 1) 1309 | (in_bom yes) (on_board yes) (fields_autoplaced) 1310 | (uuid 160fe9b6-737e-43a5-8415-21cdebd36ad4) 1311 | (property "Reference" "R3" (id 0) (at 61.2181 81.28 90)) 1312 | (property "Value" "680k" (id 1) (at 58.443 81.28 90)) 1313 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 56.515 81.28 0) 1314 | (effects (font (size 1.27 1.27)) hide) 1315 | ) 1316 | (property "Datasheet" "~" (id 3) (at 56.515 81.28 0) 1317 | (effects (font (size 1.27 1.27)) hide) 1318 | ) 1319 | (pin "1" (uuid c0bfe341-0704-4ff2-8859-063ac6ebe620)) 1320 | (pin "2" (uuid dbab6e43-2e15-4276-9cd4-f0b55e77ee1f)) 1321 | ) 1322 | 1323 | (symbol (lib_id "Transistor_BJT:BC547") (at 114.3 40.64 0) (unit 1) 1324 | (in_bom yes) (on_board yes) (fields_autoplaced) 1325 | (uuid 16979199-616b-4a45-9c58-042a19a9f936) 1326 | (property "Reference" "Q1" (id 0) (at 119.38 39.3699 0) 1327 | (effects (font (size 1.27 1.27)) (justify left)) 1328 | ) 1329 | (property "Value" "BC547" (id 1) (at 119.38 41.9099 0) 1330 | (effects (font (size 1.27 1.27)) (justify left)) 1331 | ) 1332 | (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" (id 2) (at 119.38 42.545 0) 1333 | (effects (font (size 1.27 1.27) italic) (justify left) hide) 1334 | ) 1335 | (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" (id 3) (at 114.3 40.64 0) 1336 | (effects (font (size 1.27 1.27)) (justify left) hide) 1337 | ) 1338 | (pin "1" (uuid f9b490dc-eece-4009-8f42-ef6bac4ed47e)) 1339 | (pin "2" (uuid 6aa34c17-2c1c-4e9d-bf7f-035ced718d86)) 1340 | (pin "3" (uuid aacdee9c-f151-4e81-ad8a-27f9bd858e36)) 1341 | ) 1342 | 1343 | (symbol (lib_id "Device:C_Small") (at 36.83 40.64 90) (unit 1) 1344 | (in_bom yes) (on_board yes) (fields_autoplaced) 1345 | (uuid 1e76e978-f957-40c0-bfb3-aaa084b976c8) 1346 | (property "Reference" "C1" (id 0) (at 36.8363 34.29 90)) 1347 | (property "Value" "100nF" (id 1) (at 36.8363 36.83 90)) 1348 | (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 36.83 40.64 0) 1349 | (effects (font (size 1.27 1.27)) hide) 1350 | ) 1351 | (property "Datasheet" "~" (id 3) (at 36.83 40.64 0) 1352 | (effects (font (size 1.27 1.27)) hide) 1353 | ) 1354 | (pin "1" (uuid 7292e485-cd8b-404c-8e78-324b9d4fecad)) 1355 | (pin "2" (uuid f51b7765-f49d-4cd3-a76e-eb38908d7c9e)) 1356 | ) 1357 | 1358 | (symbol (lib_id "Device:R_Small") (at 111.76 35.56 90) (unit 1) 1359 | (in_bom yes) (on_board yes) (fields_autoplaced) 1360 | (uuid 2988613d-36db-4f8c-8a97-be9d0448ebeb) 1361 | (property "Reference" "R12" (id 0) (at 111.76 30.8569 90)) 1362 | (property "Value" "470k" (id 1) (at 111.76 33.632 90)) 1363 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 111.76 35.56 0) 1364 | (effects (font (size 1.27 1.27)) hide) 1365 | ) 1366 | (property "Datasheet" "~" (id 3) (at 111.76 35.56 0) 1367 | (effects (font (size 1.27 1.27)) hide) 1368 | ) 1369 | (pin "1" (uuid 76fb5afa-7c71-46bf-a061-4c960cf9f35e)) 1370 | (pin "2" (uuid 3bdc61c9-6306-4262-bbda-3b7e2edb219f)) 1371 | ) 1372 | 1373 | (symbol (lib_id "power:+5V") (at 116.84 68.58 0) (unit 1) 1374 | (in_bom yes) (on_board yes) (fields_autoplaced) 1375 | (uuid 2b08dbbe-e366-4c45-9b1d-bc09a6e0864c) 1376 | (property "Reference" "#PWR0118" (id 0) (at 116.84 72.39 0) 1377 | (effects (font (size 1.27 1.27)) hide) 1378 | ) 1379 | (property "Value" "+5V" (id 1) (at 116.84 63.5 0)) 1380 | (property "Footprint" "" (id 2) (at 116.84 68.58 0) 1381 | (effects (font (size 1.27 1.27)) hide) 1382 | ) 1383 | (property "Datasheet" "" (id 3) (at 116.84 68.58 0) 1384 | (effects (font (size 1.27 1.27)) hide) 1385 | ) 1386 | (pin "1" (uuid 22082857-5437-4b47-9c96-5d63e699669d)) 1387 | ) 1388 | 1389 | (symbol (lib_id "power:GND") (at 116.84 54.61 0) (unit 1) 1390 | (in_bom yes) (on_board yes) (fields_autoplaced) 1391 | (uuid 2e40a9d8-e9bb-4e17-85a5-e1298446d33f) 1392 | (property "Reference" "#PWR0102" (id 0) (at 116.84 60.96 0) 1393 | (effects (font (size 1.27 1.27)) hide) 1394 | ) 1395 | (property "Value" "GND" (id 1) (at 116.84 59.69 0)) 1396 | (property "Footprint" "" (id 2) (at 116.84 54.61 0) 1397 | (effects (font (size 1.27 1.27)) hide) 1398 | ) 1399 | (property "Datasheet" "" (id 3) (at 116.84 54.61 0) 1400 | (effects (font (size 1.27 1.27)) hide) 1401 | ) 1402 | (pin "1" (uuid 4d0e4e83-f522-42b3-bbfb-acd6de32dd11)) 1403 | ) 1404 | 1405 | (symbol (lib_id "power:GND") (at 136.525 83.82 0) (unit 1) 1406 | (in_bom yes) (on_board yes) (fields_autoplaced) 1407 | (uuid 3262f5d2-0ac6-453b-84b7-8f9c991b8fa5) 1408 | (property "Reference" "#PWR0116" (id 0) (at 136.525 90.17 0) 1409 | (effects (font (size 1.27 1.27)) hide) 1410 | ) 1411 | (property "Value" "GND" (id 1) (at 136.525 88.9 0)) 1412 | (property "Footprint" "" (id 2) (at 136.525 83.82 0) 1413 | (effects (font (size 1.27 1.27)) hide) 1414 | ) 1415 | (property "Datasheet" "" (id 3) (at 136.525 83.82 0) 1416 | (effects (font (size 1.27 1.27)) hide) 1417 | ) 1418 | (pin "1" (uuid c3f55e4b-c979-4059-8873-cee1f4afdb4d)) 1419 | ) 1420 | 1421 | (symbol (lib_id "Comparator:LM393") (at 77.47 74.93 0) (unit 1) 1422 | (in_bom yes) (on_board yes) 1423 | (uuid 372c225d-37cc-48df-929d-0b34a1bc55d2) 1424 | (property "Reference" "U1" (id 0) (at 77.47 67.31 0)) 1425 | (property "Value" "LM393" (id 1) (at 77.47 69.85 0)) 1426 | (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (id 2) (at 77.47 74.93 0) 1427 | (effects (font (size 1.27 1.27)) hide) 1428 | ) 1429 | (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm393.pdf" (id 3) (at 77.47 74.93 0) 1430 | (effects (font (size 1.27 1.27)) hide) 1431 | ) 1432 | (pin "1" (uuid 01c9a128-6441-4727-a1a2-785f0d9419f8)) 1433 | (pin "2" (uuid 0a23f118-02ac-474b-a1c5-18bf5ac561f4)) 1434 | (pin "3" (uuid b07b82b7-00aa-4daa-862a-70c941a5dcbe)) 1435 | (pin "5" (uuid da55a746-6e1d-4651-8bd5-ba738f767bca)) 1436 | (pin "6" (uuid 4c4a97ee-9768-4953-b88d-f98f833dfb2d)) 1437 | (pin "7" (uuid fa511a09-7722-42a7-a0e1-5e71ec785019)) 1438 | (pin "4" (uuid 37ee0f55-b6dd-48b8-babb-993455af470a)) 1439 | (pin "8" (uuid 4a8a5d03-f270-4581-956a-6b76f60a0be4)) 1440 | ) 1441 | 1442 | (symbol (lib_id "power:GND") (at 90.805 133.985 0) (unit 1) 1443 | (in_bom yes) (on_board yes) (fields_autoplaced) 1444 | (uuid 3ab48abd-1881-452a-b8d7-1c29c7d13e67) 1445 | (property "Reference" "#PWR0112" (id 0) (at 90.805 140.335 0) 1446 | (effects (font (size 1.27 1.27)) hide) 1447 | ) 1448 | (property "Value" "GND" (id 1) (at 90.805 139.065 0)) 1449 | (property "Footprint" "" (id 2) (at 90.805 133.985 0) 1450 | (effects (font (size 1.27 1.27)) hide) 1451 | ) 1452 | (property "Datasheet" "" (id 3) (at 90.805 133.985 0) 1453 | (effects (font (size 1.27 1.27)) hide) 1454 | ) 1455 | (pin "1" (uuid c51d5bba-f531-4a5e-a873-ef048b4a1242)) 1456 | ) 1457 | 1458 | (symbol (lib_id "power:GND") (at 33.655 130.175 0) (unit 1) 1459 | (in_bom yes) (on_board yes) (fields_autoplaced) 1460 | (uuid 42cd1862-7830-465e-93a2-d3b815b9aeef) 1461 | (property "Reference" "#PWR0111" (id 0) (at 33.655 136.525 0) 1462 | (effects (font (size 1.27 1.27)) hide) 1463 | ) 1464 | (property "Value" "GND" (id 1) (at 33.655 135.255 0)) 1465 | (property "Footprint" "" (id 2) (at 33.655 130.175 0) 1466 | (effects (font (size 1.27 1.27)) hide) 1467 | ) 1468 | (property "Datasheet" "" (id 3) (at 33.655 130.175 0) 1469 | (effects (font (size 1.27 1.27)) hide) 1470 | ) 1471 | (pin "1" (uuid bb6dd6c8-4a31-4433-827c-78ad34ffbb49)) 1472 | ) 1473 | 1474 | (symbol (lib_id "Device:C_Small") (at 100.965 44.45 0) (unit 1) 1475 | (in_bom yes) (on_board yes) (fields_autoplaced) 1476 | (uuid 477b0c19-777c-43e4-bb16-4895a5b5a81a) 1477 | (property "Reference" "C7" (id 0) (at 103.2891 43.5478 0) 1478 | (effects (font (size 1.27 1.27)) (justify left)) 1479 | ) 1480 | (property "Value" "470pf" (id 1) (at 103.2891 46.3229 0) 1481 | (effects (font (size 1.27 1.27)) (justify left)) 1482 | ) 1483 | (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (id 2) (at 100.965 44.45 0) 1484 | (effects (font (size 1.27 1.27)) hide) 1485 | ) 1486 | (property "Datasheet" "~" (id 3) (at 100.965 44.45 0) 1487 | (effects (font (size 1.27 1.27)) hide) 1488 | ) 1489 | (pin "1" (uuid 3ea83eed-5ea3-4ec3-9267-c173c6c294eb)) 1490 | (pin "2" (uuid bfbe4570-6591-4ad9-a832-be719d98184b)) 1491 | ) 1492 | 1493 | (symbol (lib_id "Device:C_Small") (at 66.04 44.45 0) (unit 1) 1494 | (in_bom yes) (on_board yes) (fields_autoplaced) 1495 | (uuid 4e16c5dc-4ace-4b5a-8504-ce76131a83f5) 1496 | (property "Reference" "C4" (id 0) (at 68.3641 43.5478 0) 1497 | (effects (font (size 1.27 1.27)) (justify left)) 1498 | ) 1499 | (property "Value" "470pf" (id 1) (at 68.3641 46.3229 0) 1500 | (effects (font (size 1.27 1.27)) (justify left)) 1501 | ) 1502 | (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (id 2) (at 66.04 44.45 0) 1503 | (effects (font (size 1.27 1.27)) hide) 1504 | ) 1505 | (property "Datasheet" "~" (id 3) (at 66.04 44.45 0) 1506 | (effects (font (size 1.27 1.27)) hide) 1507 | ) 1508 | (pin "1" (uuid 6faaa1e3-4f79-493e-848f-9a3ffa09af3a)) 1509 | (pin "2" (uuid b0c81d4f-dabb-4b87-bdf4-769d47d5639d)) 1510 | ) 1511 | 1512 | (symbol (lib_id "power:GND") (at 67.31 84.455 0) (unit 1) 1513 | (in_bom yes) (on_board yes) (fields_autoplaced) 1514 | (uuid 51b8e27d-010e-4e13-8e97-18f282a87038) 1515 | (property "Reference" "#PWR0106" (id 0) (at 67.31 90.805 0) 1516 | (effects (font (size 1.27 1.27)) hide) 1517 | ) 1518 | (property "Value" "GND" (id 1) (at 67.31 89.535 0)) 1519 | (property "Footprint" "" (id 2) (at 67.31 84.455 0) 1520 | (effects (font (size 1.27 1.27)) hide) 1521 | ) 1522 | (property "Datasheet" "" (id 3) (at 67.31 84.455 0) 1523 | (effects (font (size 1.27 1.27)) hide) 1524 | ) 1525 | (pin "1" (uuid 8e80e9a3-64a3-403b-9ae7-1dd48e6672d6)) 1526 | ) 1527 | 1528 | (symbol (lib_id "power:GND") (at 52.07 48.26 0) (unit 1) 1529 | (in_bom yes) (on_board yes) (fields_autoplaced) 1530 | (uuid 5e535689-b119-4b44-92e3-918045c3b306) 1531 | (property "Reference" "#PWR0105" (id 0) (at 52.07 54.61 0) 1532 | (effects (font (size 1.27 1.27)) hide) 1533 | ) 1534 | (property "Value" "GND" (id 1) (at 52.07 53.34 0)) 1535 | (property "Footprint" "" (id 2) (at 52.07 48.26 0) 1536 | (effects (font (size 1.27 1.27)) hide) 1537 | ) 1538 | (property "Datasheet" "" (id 3) (at 52.07 48.26 0) 1539 | (effects (font (size 1.27 1.27)) hide) 1540 | ) 1541 | (pin "1" (uuid 677e370f-8ae3-4ee3-afd7-4fdcf2659925)) 1542 | ) 1543 | 1544 | (symbol (lib_id "power:+5V") (at 36.195 116.205 0) (unit 1) 1545 | (in_bom yes) (on_board yes) (fields_autoplaced) 1546 | (uuid 62dd60e0-3343-442d-b683-d6b4ab7aa948) 1547 | (property "Reference" "#PWR0114" (id 0) (at 36.195 120.015 0) 1548 | (effects (font (size 1.27 1.27)) hide) 1549 | ) 1550 | (property "Value" "+5V" (id 1) (at 36.195 111.125 0)) 1551 | (property "Footprint" "" (id 2) (at 36.195 116.205 0) 1552 | (effects (font (size 1.27 1.27)) hide) 1553 | ) 1554 | (property "Datasheet" "" (id 3) (at 36.195 116.205 0) 1555 | (effects (font (size 1.27 1.27)) hide) 1556 | ) 1557 | (pin "1" (uuid 1dc326f4-2db7-423e-ab12-efaddd845b17)) 1558 | ) 1559 | 1560 | (symbol (lib_id "Device:R_Small") (at 80.01 64.77 270) (unit 1) 1561 | (in_bom yes) (on_board yes) (fields_autoplaced) 1562 | (uuid 6a7e04fd-c98b-4375-8fca-2710e5dfa4ca) 1563 | (property "Reference" "R8" (id 0) (at 80.01 60.0669 90)) 1564 | (property "Value" "1M" (id 1) (at 80.01 62.842 90)) 1565 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 80.01 64.77 0) 1566 | (effects (font (size 1.27 1.27)) hide) 1567 | ) 1568 | (property "Datasheet" "~" (id 3) (at 80.01 64.77 0) 1569 | (effects (font (size 1.27 1.27)) hide) 1570 | ) 1571 | (pin "1" (uuid 0400adc3-babb-47e7-91e3-0b7830b72787)) 1572 | (pin "2" (uuid 4b8c63e8-8de7-48ca-b140-ff2b56eeb3fb)) 1573 | ) 1574 | 1575 | (symbol (lib_id "Device:R_Small") (at 133.35 49.53 180) (unit 1) 1576 | (in_bom yes) (on_board yes) 1577 | (uuid 6f81078f-d044-4bed-ae8c-a2d2596ac1b4) 1578 | (property "Reference" "R14" (id 0) (at 129.54 50.8 0) 1579 | (effects (font (size 1.27 1.27)) (justify right)) 1580 | ) 1581 | (property "Value" "NC" (id 1) (at 135.89 50.7999 0) 1582 | (effects (font (size 1.27 1.27)) (justify right)) 1583 | ) 1584 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 133.35 49.53 0) 1585 | (effects (font (size 1.27 1.27)) hide) 1586 | ) 1587 | (property "Datasheet" "~" (id 3) (at 133.35 49.53 0) 1588 | (effects (font (size 1.27 1.27)) hide) 1589 | ) 1590 | (pin "1" (uuid 2d8124a8-748e-4c4f-87e3-44ac9d1a14f5)) 1591 | (pin "2" (uuid 0e47ddc3-aa66-4434-949c-8937930418e5)) 1592 | ) 1593 | 1594 | (symbol (lib_id "power:+5V") (at 67.31 63.5 0) (unit 1) 1595 | (in_bom yes) (on_board yes) (fields_autoplaced) 1596 | (uuid 779b523f-6216-4799-9bbe-74e3bc506df6) 1597 | (property "Reference" "#PWR0104" (id 0) (at 67.31 67.31 0) 1598 | (effects (font (size 1.27 1.27)) hide) 1599 | ) 1600 | (property "Value" "+5V" (id 1) (at 67.31 58.42 0)) 1601 | (property "Footprint" "" (id 2) (at 67.31 63.5 0) 1602 | (effects (font (size 1.27 1.27)) hide) 1603 | ) 1604 | (property "Datasheet" "" (id 3) (at 67.31 63.5 0) 1605 | (effects (font (size 1.27 1.27)) hide) 1606 | ) 1607 | (pin "1" (uuid cd1995ef-1348-407c-bd43-75524fc0ad24)) 1608 | ) 1609 | 1610 | (symbol (lib_id "power:GND") (at 116.84 83.82 0) (unit 1) 1611 | (in_bom yes) (on_board yes) (fields_autoplaced) 1612 | (uuid 7f2a5ce3-cf95-4057-9424-15b58af98baf) 1613 | (property "Reference" "#PWR0117" (id 0) (at 116.84 90.17 0) 1614 | (effects (font (size 1.27 1.27)) hide) 1615 | ) 1616 | (property "Value" "GND" (id 1) (at 116.84 88.9 0)) 1617 | (property "Footprint" "" (id 2) (at 116.84 83.82 0) 1618 | (effects (font (size 1.27 1.27)) hide) 1619 | ) 1620 | (property "Datasheet" "" (id 3) (at 116.84 83.82 0) 1621 | (effects (font (size 1.27 1.27)) hide) 1622 | ) 1623 | (pin "1" (uuid 45502cde-777a-43ba-a227-554bd40610d2)) 1624 | ) 1625 | 1626 | (symbol (lib_id "Device:R_Small") (at 73.66 40.64 90) (unit 1) 1627 | (in_bom yes) (on_board yes) (fields_autoplaced) 1628 | (uuid 84f894be-0163-485d-b364-c7d37fd1cfbd) 1629 | (property "Reference" "R7" (id 0) (at 73.66 35.9369 90)) 1630 | (property "Value" "47k" (id 1) (at 73.66 38.712 90)) 1631 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 73.66 40.64 0) 1632 | (effects (font (size 1.27 1.27)) hide) 1633 | ) 1634 | (property "Datasheet" "~" (id 3) (at 73.66 40.64 0) 1635 | (effects (font (size 1.27 1.27)) hide) 1636 | ) 1637 | (pin "1" (uuid 56855fb7-8d82-4dca-8a72-fa9e5c75df98)) 1638 | (pin "2" (uuid 1d5de26a-f485-4269-9e41-ad10cec1e513)) 1639 | ) 1640 | 1641 | (symbol (lib_id "Device:R_Small") (at 67.31 68.58 180) (unit 1) 1642 | (in_bom yes) (on_board yes) 1643 | (uuid 85bcd2a8-4578-4e0b-b332-6cfa6e3f8c6c) 1644 | (property "Reference" "R5" (id 0) (at 62.865 69.215 0) 1645 | (effects (font (size 1.27 1.27)) (justify right)) 1646 | ) 1647 | (property "Value" "100k" (id 1) (at 62.23 67.31 0) 1648 | (effects (font (size 1.27 1.27)) (justify right)) 1649 | ) 1650 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 67.31 68.58 0) 1651 | (effects (font (size 1.27 1.27)) hide) 1652 | ) 1653 | (property "Datasheet" "~" (id 3) (at 67.31 68.58 0) 1654 | (effects (font (size 1.27 1.27)) hide) 1655 | ) 1656 | (pin "1" (uuid c8a25b83-14c8-4e7a-b172-654ca68b5768)) 1657 | (pin "2" (uuid e52c7703-eb8f-46ac-b89b-f88f58efb308)) 1658 | ) 1659 | 1660 | (symbol (lib_id "Device:R_Small") (at 56.515 71.12 180) (unit 1) 1661 | (in_bom yes) (on_board yes) (fields_autoplaced) 1662 | (uuid 8809cedd-6252-4a35-80eb-9bfb2933d86f) 1663 | (property "Reference" "R2" (id 0) (at 61.2181 71.12 90)) 1664 | (property "Value" "680k" (id 1) (at 58.443 71.12 90)) 1665 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 56.515 71.12 0) 1666 | (effects (font (size 1.27 1.27)) hide) 1667 | ) 1668 | (property "Datasheet" "~" (id 3) (at 56.515 71.12 0) 1669 | (effects (font (size 1.27 1.27)) hide) 1670 | ) 1671 | (pin "1" (uuid 7bbbba4c-649a-4a91-9d0d-d5439f216bf5)) 1672 | (pin "2" (uuid 59433a58-31c4-4b85-999a-e4e37a037904)) 1673 | ) 1674 | 1675 | (symbol (lib_id "power:+5V") (at 116.84 33.02 0) (unit 1) 1676 | (in_bom yes) (on_board yes) (fields_autoplaced) 1677 | (uuid 8a68861e-dd16-459d-abf4-4ff15c16e45c) 1678 | (property "Reference" "#PWR0101" (id 0) (at 116.84 36.83 0) 1679 | (effects (font (size 1.27 1.27)) hide) 1680 | ) 1681 | (property "Value" "+5V" (id 1) (at 116.84 27.94 0)) 1682 | (property "Footprint" "" (id 2) (at 116.84 33.02 0) 1683 | (effects (font (size 1.27 1.27)) hide) 1684 | ) 1685 | (property "Datasheet" "" (id 3) (at 116.84 33.02 0) 1686 | (effects (font (size 1.27 1.27)) hide) 1687 | ) 1688 | (pin "1" (uuid 9c348194-f416-4852-b5ed-7ef0a6356b75)) 1689 | ) 1690 | 1691 | (symbol (lib_id "Device:C_Small") (at 105.41 40.64 90) (unit 1) 1692 | (in_bom yes) (on_board yes) (fields_autoplaced) 1693 | (uuid 8c661c6f-ddf0-4bc3-b152-cffc0931cf0c) 1694 | (property "Reference" "C8" (id 0) (at 105.4163 34.29 90)) 1695 | (property "Value" "100nF" (id 1) (at 105.4163 36.83 90)) 1696 | (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 105.41 40.64 0) 1697 | (effects (font (size 1.27 1.27)) hide) 1698 | ) 1699 | (property "Datasheet" "~" (id 3) (at 105.41 40.64 0) 1700 | (effects (font (size 1.27 1.27)) hide) 1701 | ) 1702 | (pin "1" (uuid 96169274-cb5e-4949-a3b0-98c285198d16)) 1703 | (pin "2" (uuid 9138877d-59ce-4a5c-aaff-225d24140439)) 1704 | ) 1705 | 1706 | (symbol (lib_id "Device:R_Small") (at 46.99 40.64 90) (unit 1) 1707 | (in_bom yes) (on_board yes) (fields_autoplaced) 1708 | (uuid 90bd972c-2034-4ece-80f1-699adfa6a82e) 1709 | (property "Reference" "R1" (id 0) (at 46.99 35.9369 90)) 1710 | (property "Value" "47k" (id 1) (at 46.99 38.712 90)) 1711 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 46.99 40.64 0) 1712 | (effects (font (size 1.27 1.27)) hide) 1713 | ) 1714 | (property "Datasheet" "~" (id 3) (at 46.99 40.64 0) 1715 | (effects (font (size 1.27 1.27)) hide) 1716 | ) 1717 | (pin "1" (uuid c0d68fda-03a0-49f2-9f4c-18337cb37695)) 1718 | (pin "2" (uuid 767a2da2-309f-4426-ac76-7502d96cb9c7)) 1719 | ) 1720 | 1721 | (symbol (lib_id "Device:C_Small") (at 52.07 44.45 0) (unit 1) 1722 | (in_bom yes) (on_board yes) (fields_autoplaced) 1723 | (uuid 94ff954c-8230-418c-a03b-2fc3c29e7deb) 1724 | (property "Reference" "C3" (id 0) (at 54.3941 43.5478 0) 1725 | (effects (font (size 1.27 1.27)) (justify left)) 1726 | ) 1727 | (property "Value" "470pf" (id 1) (at 54.3941 46.3229 0) 1728 | (effects (font (size 1.27 1.27)) (justify left)) 1729 | ) 1730 | (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (id 2) (at 52.07 44.45 0) 1731 | (effects (font (size 1.27 1.27)) hide) 1732 | ) 1733 | (property "Datasheet" "~" (id 3) (at 52.07 44.45 0) 1734 | (effects (font (size 1.27 1.27)) hide) 1735 | ) 1736 | (pin "1" (uuid eb15bbf2-94da-4838-9fbe-ba2881107aac)) 1737 | (pin "2" (uuid 2eaa42d2-e8ff-4990-9230-e5ba3dc3476e)) 1738 | ) 1739 | 1740 | (symbol (lib_id "Device:R_Small") (at 95.885 40.64 90) (unit 1) 1741 | (in_bom yes) (on_board yes) (fields_autoplaced) 1742 | (uuid a0cec095-4d7d-433f-9df9-3cb98c453ce8) 1743 | (property "Reference" "R11" (id 0) (at 95.885 35.9369 90)) 1744 | (property "Value" "47k" (id 1) (at 95.885 38.712 90)) 1745 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 95.885 40.64 0) 1746 | (effects (font (size 1.27 1.27)) hide) 1747 | ) 1748 | (property "Datasheet" "~" (id 3) (at 95.885 40.64 0) 1749 | (effects (font (size 1.27 1.27)) hide) 1750 | ) 1751 | (pin "1" (uuid a2525869-e841-4283-9575-0d2de6b399ba)) 1752 | (pin "2" (uuid 3f840ba8-88b8-4fc1-9c5c-292bbf94852b)) 1753 | ) 1754 | 1755 | (symbol (lib_id "Comparator:LM393") (at 119.38 76.2 0) (unit 3) 1756 | (in_bom yes) (on_board yes) (fields_autoplaced) 1757 | (uuid a1001aa0-9c2d-42e1-a7c8-8fdb2832ce2e) 1758 | (property "Reference" "U1" (id 0) (at 117.475 75.2915 0) 1759 | (effects (font (size 1.27 1.27)) (justify left)) 1760 | ) 1761 | (property "Value" "LM393" (id 1) (at 117.475 78.0666 0) 1762 | (effects (font (size 1.27 1.27)) (justify left)) 1763 | ) 1764 | (property "Footprint" "Package_DIP:DIP-8_W7.62mm" (id 2) (at 119.38 76.2 0) 1765 | (effects (font (size 1.27 1.27)) hide) 1766 | ) 1767 | (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm393.pdf" (id 3) (at 119.38 76.2 0) 1768 | (effects (font (size 1.27 1.27)) hide) 1769 | ) 1770 | (pin "1" (uuid d6820ecd-75a6-4f07-9e3d-37c4c140a50f)) 1771 | (pin "2" (uuid 94308e61-588a-4eb4-be16-688efa712b22)) 1772 | (pin "3" (uuid e4938f5d-067a-4e3e-85f4-f02d3e07cf29)) 1773 | (pin "5" (uuid 51b6f87a-6b01-4c5e-aea5-086b8c8291ff)) 1774 | (pin "6" (uuid 37f5eb06-0534-44d3-ba00-e529d9577432)) 1775 | (pin "7" (uuid 6ba0533d-f4c9-49d8-8df9-23eac4239281)) 1776 | (pin "4" (uuid f57de093-c5a7-454f-9b27-98057cee1693)) 1777 | (pin "8" (uuid fe6d57c2-7592-4408-bcd2-394953541313)) 1778 | ) 1779 | 1780 | (symbol (lib_id "Device:C_Small") (at 129.54 46.99 90) (unit 1) 1781 | (in_bom yes) (on_board yes) (fields_autoplaced) 1782 | (uuid a825573a-e3c3-47bd-84a3-8d4ad249f30f) 1783 | (property "Reference" "C10" (id 0) (at 129.5463 40.64 90)) 1784 | (property "Value" "100nF" (id 1) (at 129.5463 43.18 90)) 1785 | (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 129.54 46.99 0) 1786 | (effects (font (size 1.27 1.27)) hide) 1787 | ) 1788 | (property "Datasheet" "~" (id 3) (at 129.54 46.99 0) 1789 | (effects (font (size 1.27 1.27)) hide) 1790 | ) 1791 | (pin "1" (uuid 1e408eb9-40d5-4151-9fc7-06985be3c17d)) 1792 | (pin "2" (uuid 897db221-ff7d-4529-9888-8f38cd171e12)) 1793 | ) 1794 | 1795 | (symbol (lib_id "Device:R_Small") (at 60.96 40.64 90) (unit 1) 1796 | (in_bom yes) (on_board yes) (fields_autoplaced) 1797 | (uuid adf6a9e7-056f-4649-a91e-84014036e8ba) 1798 | (property "Reference" "R4" (id 0) (at 60.96 35.9369 90)) 1799 | (property "Value" "47k" (id 1) (at 60.96 38.712 90)) 1800 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 60.96 40.64 0) 1801 | (effects (font (size 1.27 1.27)) hide) 1802 | ) 1803 | (property "Datasheet" "~" (id 3) (at 60.96 40.64 0) 1804 | (effects (font (size 1.27 1.27)) hide) 1805 | ) 1806 | (pin "1" (uuid 77c0cffa-80f5-4abf-ba41-803949a91cd7)) 1807 | (pin "2" (uuid 282f5312-f986-4576-9620-65d861e0038d)) 1808 | ) 1809 | 1810 | (symbol (lib_id "Connector_Generic:Conn_02x04_Odd_Even") (at 41.275 122.555 0) (unit 1) 1811 | (in_bom yes) (on_board yes) (fields_autoplaced) 1812 | (uuid adf952bf-f434-4a81-ae53-db2f3b084666) 1813 | (property "Reference" "J1" (id 0) (at 42.545 114.7785 0)) 1814 | (property "Value" "Conn_02x04_Odd_Even" (id 1) (at 42.545 117.5536 0)) 1815 | (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_2x04_P2.54mm_Vertical" (id 2) (at 41.275 122.555 0) 1816 | (effects (font (size 1.27 1.27)) hide) 1817 | ) 1818 | (property "Datasheet" "~" (id 3) (at 41.275 122.555 0) 1819 | (effects (font (size 1.27 1.27)) hide) 1820 | ) 1821 | (pin "1" (uuid db961e0c-c7b1-457d-818a-1c551e73e60e)) 1822 | (pin "2" (uuid 0f6c1a23-07ee-4173-9369-17f3da51b09b)) 1823 | (pin "3" (uuid 78fa67ea-bd32-41a3-a2b6-ae9f91f4bb55)) 1824 | (pin "4" (uuid ab465c05-6c3f-4c88-bf33-82fab62f17f4)) 1825 | (pin "5" (uuid 2187daea-8d5e-4ab7-bb27-9dd29dc74ae6)) 1826 | (pin "6" (uuid 9aaa71f7-f53d-405b-a300-20b04d0a69db)) 1827 | (pin "7" (uuid 9eae9652-9546-461e-ad23-bf9c8a9474b2)) 1828 | (pin "8" (uuid 103d2637-d7e3-4b55-825c-ad1ef49c4eb3)) 1829 | ) 1830 | 1831 | (symbol (lib_id "Device:C_Small") (at 78.74 44.45 0) (unit 1) 1832 | (in_bom yes) (on_board yes) (fields_autoplaced) 1833 | (uuid b0fb88ed-9a55-4cf8-9836-9ef3141bceb0) 1834 | (property "Reference" "C5" (id 0) (at 81.0641 43.5478 0) 1835 | (effects (font (size 1.27 1.27)) (justify left)) 1836 | ) 1837 | (property "Value" "470pf" (id 1) (at 81.0641 46.3229 0) 1838 | (effects (font (size 1.27 1.27)) (justify left)) 1839 | ) 1840 | (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (id 2) (at 78.74 44.45 0) 1841 | (effects (font (size 1.27 1.27)) hide) 1842 | ) 1843 | (property "Datasheet" "~" (id 3) (at 78.74 44.45 0) 1844 | (effects (font (size 1.27 1.27)) hide) 1845 | ) 1846 | (pin "1" (uuid feb3fdf6-9696-4792-9e0e-dc1ba1396332)) 1847 | (pin "2" (uuid c5bca6fb-2b75-4c25-8f1e-653992be70a8)) 1848 | ) 1849 | 1850 | (symbol (lib_id "Device:C_Polarized_Small") (at 136.525 76.835 0) (unit 1) 1851 | (in_bom yes) (on_board yes) (fields_autoplaced) 1852 | (uuid b2fe0aba-8591-4a53-bc79-7c4e1468fc18) 1853 | (property "Reference" "C11" (id 0) (at 138.684 75.3804 0) 1854 | (effects (font (size 1.27 1.27)) (justify left)) 1855 | ) 1856 | (property "Value" "10uF" (id 1) (at 138.684 78.1555 0) 1857 | (effects (font (size 1.27 1.27)) (justify left)) 1858 | ) 1859 | (property "Footprint" "Capacitor_SMD:CP_Elec_4x5.3" (id 2) (at 136.525 76.835 0) 1860 | (effects (font (size 1.27 1.27)) hide) 1861 | ) 1862 | (property "Datasheet" "~" (id 3) (at 136.525 76.835 0) 1863 | (effects (font (size 1.27 1.27)) hide) 1864 | ) 1865 | (pin "1" (uuid dce41940-a7ae-4f0f-b6ac-98e1cff9195a)) 1866 | (pin "2" (uuid 64da0069-0c0c-4369-8dbb-628b8be78412)) 1867 | ) 1868 | 1869 | (symbol (lib_id "power:GND") (at 83.82 133.985 0) (unit 1) 1870 | (in_bom yes) (on_board yes) (fields_autoplaced) 1871 | (uuid b467fa90-61fe-479b-ba3a-5c542bb54780) 1872 | (property "Reference" "#PWR0113" (id 0) (at 83.82 140.335 0) 1873 | (effects (font (size 1.27 1.27)) hide) 1874 | ) 1875 | (property "Value" "GND" (id 1) (at 83.82 139.065 0)) 1876 | (property "Footprint" "" (id 2) (at 83.82 133.985 0) 1877 | (effects (font (size 1.27 1.27)) hide) 1878 | ) 1879 | (property "Datasheet" "" (id 3) (at 83.82 133.985 0) 1880 | (effects (font (size 1.27 1.27)) hide) 1881 | ) 1882 | (pin "1" (uuid 22ae7684-40ee-4a36-8bf0-aae7ad69bb67)) 1883 | ) 1884 | 1885 | (symbol (lib_id "Device:C_Small") (at 126.365 76.835 180) (unit 1) 1886 | (in_bom yes) (on_board yes) (fields_autoplaced) 1887 | (uuid bd16ffa5-3af3-4e99-b601-47c15af48110) 1888 | (property "Reference" "C9" (id 0) (at 128.6891 75.9201 0) 1889 | (effects (font (size 1.27 1.27)) (justify right)) 1890 | ) 1891 | (property "Value" "100nF" (id 1) (at 128.6891 78.6952 0) 1892 | (effects (font (size 1.27 1.27)) (justify right)) 1893 | ) 1894 | (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 126.365 76.835 0) 1895 | (effects (font (size 1.27 1.27)) hide) 1896 | ) 1897 | (property "Datasheet" "~" (id 3) (at 126.365 76.835 0) 1898 | (effects (font (size 1.27 1.27)) hide) 1899 | ) 1900 | (pin "1" (uuid 78e68e64-ac9b-4370-aa89-6119cdff9125)) 1901 | (pin "2" (uuid e924e4db-5e99-4329-8d01-8e570f019c13)) 1902 | ) 1903 | 1904 | (symbol (lib_id "Jumper:Jumper_3_Open") (at 76.835 125.095 90) (unit 1) 1905 | (in_bom yes) (on_board yes) 1906 | (uuid c65bb7f1-2924-4edd-a22d-3d10b687e4f4) 1907 | (property "Reference" "JP2" (id 0) (at 76.2 130.175 90) 1908 | (effects (font (size 1.27 1.27)) (justify left)) 1909 | ) 1910 | (property "Value" "R" (id 1) (at 74.295 127 0) 1911 | (effects (font (size 1.27 1.27)) (justify left)) 1912 | ) 1913 | (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (id 2) (at 76.835 125.095 0) 1914 | (effects (font (size 1.27 1.27)) hide) 1915 | ) 1916 | (property "Datasheet" "~" (id 3) (at 76.835 125.095 0) 1917 | (effects (font (size 1.27 1.27)) hide) 1918 | ) 1919 | (pin "1" (uuid 3a9c1919-6e4c-48e7-b209-98c313562677)) 1920 | (pin "2" (uuid bff3dcae-6f87-4321-a41c-cb0a15b6a404)) 1921 | (pin "3" (uuid 8d36482d-78c4-46ad-b53d-b40ccb2577a8)) 1922 | ) 1923 | 1924 | (symbol (lib_id "Jumper:Jumper_3_Open") (at 68.58 125.095 90) (unit 1) 1925 | (in_bom yes) (on_board yes) 1926 | (uuid c96fdf77-1f96-4efd-8120-f153d93d5313) 1927 | (property "Reference" "JP1" (id 0) (at 67.31 130.175 90) 1928 | (effects (font (size 1.27 1.27)) (justify left)) 1929 | ) 1930 | (property "Value" "T" (id 1) (at 64.77 127 0) 1931 | (effects (font (size 1.27 1.27)) (justify left)) 1932 | ) 1933 | (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (id 2) (at 68.58 125.095 0) 1934 | (effects (font (size 1.27 1.27)) hide) 1935 | ) 1936 | (property "Datasheet" "~" (id 3) (at 68.58 125.095 0) 1937 | (effects (font (size 1.27 1.27)) hide) 1938 | ) 1939 | (pin "1" (uuid 94370d7e-4d3a-46c4-944d-4b5af52f24ae)) 1940 | (pin "2" (uuid 9900bf80-6b9f-4f2a-bf28-2a8d7b27e43a)) 1941 | (pin "3" (uuid beb744f2-d283-4d99-975d-71bea96776fe)) 1942 | ) 1943 | 1944 | (symbol (lib_id "power:GND") (at 133.35 54.61 0) (unit 1) 1945 | (in_bom yes) (on_board yes) (fields_autoplaced) 1946 | (uuid cb5cf498-10bb-4a21-ab36-91b3e4c27aa4) 1947 | (property "Reference" "#PWR0119" (id 0) (at 133.35 60.96 0) 1948 | (effects (font (size 1.27 1.27)) hide) 1949 | ) 1950 | (property "Value" "GND" (id 1) (at 133.35 59.69 0)) 1951 | (property "Footprint" "" (id 2) (at 133.35 54.61 0) 1952 | (effects (font (size 1.27 1.27)) hide) 1953 | ) 1954 | (property "Datasheet" "" (id 3) (at 133.35 54.61 0) 1955 | (effects (font (size 1.27 1.27)) hide) 1956 | ) 1957 | (pin "1" (uuid e454c53d-3131-43ba-a565-fd229e65f0ea)) 1958 | ) 1959 | 1960 | (symbol (lib_id "power:+5V") (at 136.525 68.58 0) (unit 1) 1961 | (in_bom yes) (on_board yes) (fields_autoplaced) 1962 | (uuid ccf5bb7e-5652-410d-8463-a61c407f05d3) 1963 | (property "Reference" "#PWR0115" (id 0) (at 136.525 72.39 0) 1964 | (effects (font (size 1.27 1.27)) hide) 1965 | ) 1966 | (property "Value" "+5V" (id 1) (at 136.525 63.5 0)) 1967 | (property "Footprint" "" (id 2) (at 136.525 68.58 0) 1968 | (effects (font (size 1.27 1.27)) hide) 1969 | ) 1970 | (property "Datasheet" "" (id 3) (at 136.525 68.58 0) 1971 | (effects (font (size 1.27 1.27)) hide) 1972 | ) 1973 | (pin "1" (uuid be009846-8b2b-431a-ad29-8a3d4f135b7e)) 1974 | ) 1975 | 1976 | (symbol (lib_id "Jumper:Jumper_3_Open") (at 90.805 125.095 90) (unit 1) 1977 | (in_bom yes) (on_board yes) 1978 | (uuid d99fc8a7-e8f3-4fc2-a3a1-5f113c08e255) 1979 | (property "Reference" "JP4" (id 0) (at 90.17 130.175 90) 1980 | (effects (font (size 1.27 1.27)) (justify left)) 1981 | ) 1982 | (property "Value" "S" (id 1) (at 90.805 127.635 0) 1983 | (effects (font (size 1.27 1.27)) (justify left)) 1984 | ) 1985 | (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (id 2) (at 90.805 125.095 0) 1986 | (effects (font (size 1.27 1.27)) hide) 1987 | ) 1988 | (property "Datasheet" "~" (id 3) (at 90.805 125.095 0) 1989 | (effects (font (size 1.27 1.27)) hide) 1990 | ) 1991 | (pin "1" (uuid f2d74ba2-ae5b-46c9-96de-6b2be56eef32)) 1992 | (pin "2" (uuid 8b9e5662-a43c-4a32-90db-eab775399b4d)) 1993 | (pin "3" (uuid aa98967a-38a1-4d9c-85b8-18f1a64849ec)) 1994 | ) 1995 | 1996 | (symbol (lib_id "power:GND") (at 78.74 48.26 0) (unit 1) 1997 | (in_bom yes) (on_board yes) (fields_autoplaced) 1998 | (uuid deae7063-70aa-44e9-907d-f56edf403d0a) 1999 | (property "Reference" "#PWR0109" (id 0) (at 78.74 54.61 0) 2000 | (effects (font (size 1.27 1.27)) hide) 2001 | ) 2002 | (property "Value" "GND" (id 1) (at 78.74 53.34 0)) 2003 | (property "Footprint" "" (id 2) (at 78.74 48.26 0) 2004 | (effects (font (size 1.27 1.27)) hide) 2005 | ) 2006 | (property "Datasheet" "" (id 3) (at 78.74 48.26 0) 2007 | (effects (font (size 1.27 1.27)) hide) 2008 | ) 2009 | (pin "1" (uuid 45549f21-949b-4d2b-a481-06a0b0e20db7)) 2010 | ) 2011 | 2012 | (symbol (lib_id "Device:R_Small") (at 67.31 81.28 0) (unit 1) 2013 | (in_bom yes) (on_board yes) 2014 | (uuid e59d6a46-994f-498d-afa1-2bfae66cb5cb) 2015 | (property "Reference" "R6" (id 0) (at 62.865 81.915 0) 2016 | (effects (font (size 1.27 1.27)) (justify left)) 2017 | ) 2018 | (property "Value" "120k" (id 1) (at 62.23 80.01 0) 2019 | (effects (font (size 1.27 1.27)) (justify left)) 2020 | ) 2021 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 67.31 81.28 0) 2022 | (effects (font (size 1.27 1.27)) hide) 2023 | ) 2024 | (property "Datasheet" "~" (id 3) (at 67.31 81.28 0) 2025 | (effects (font (size 1.27 1.27)) hide) 2026 | ) 2027 | (pin "1" (uuid 8ff8aff5-667f-49b8-a6be-7c555b8d6501)) 2028 | (pin "2" (uuid b7f153cf-0ae5-4d7d-a739-caac6da2ea00)) 2029 | ) 2030 | 2031 | (symbol (lib_id "Device:C_Small") (at 46.355 77.47 90) (unit 1) 2032 | (in_bom yes) (on_board yes) (fields_autoplaced) 2033 | (uuid e6f1a1e0-7c25-465d-b0de-13545feb02e4) 2034 | (property "Reference" "C2" (id 0) (at 46.3613 71.12 90)) 2035 | (property "Value" "100nF" (id 1) (at 46.3613 73.66 90)) 2036 | (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 46.355 77.47 0) 2037 | (effects (font (size 1.27 1.27)) hide) 2038 | ) 2039 | (property "Datasheet" "~" (id 3) (at 46.355 77.47 0) 2040 | (effects (font (size 1.27 1.27)) hide) 2041 | ) 2042 | (pin "1" (uuid fccc234a-cca8-4e0e-ae4d-9dd4fdf4b6f9)) 2043 | (pin "2" (uuid 3f9cbed4-9508-4365-9327-0537085c21fc)) 2044 | ) 2045 | 2046 | (symbol (lib_id "power:GND") (at 100.965 48.26 0) (unit 1) 2047 | (in_bom yes) (on_board yes) (fields_autoplaced) 2048 | (uuid e7208815-3d37-4743-8c8e-a7ae7138aa80) 2049 | (property "Reference" "#PWR0103" (id 0) (at 100.965 54.61 0) 2050 | (effects (font (size 1.27 1.27)) hide) 2051 | ) 2052 | (property "Value" "GND" (id 1) (at 100.965 53.34 0)) 2053 | (property "Footprint" "" (id 2) (at 100.965 48.26 0) 2054 | (effects (font (size 1.27 1.27)) hide) 2055 | ) 2056 | (property "Datasheet" "" (id 3) (at 100.965 48.26 0) 2057 | (effects (font (size 1.27 1.27)) hide) 2058 | ) 2059 | (pin "1" (uuid 92f05c61-eb44-409b-b79b-a6c75430f576)) 2060 | ) 2061 | 2062 | (symbol (lib_id "Device:C_Small") (at 146.05 76.835 180) (unit 1) 2063 | (in_bom yes) (on_board yes) (fields_autoplaced) 2064 | (uuid ebce0d12-2d9a-474b-9a0c-132b8d5aaccc) 2065 | (property "Reference" "C12" (id 0) (at 148.3741 75.9201 0) 2066 | (effects (font (size 1.27 1.27)) (justify right)) 2067 | ) 2068 | (property "Value" "NC" (id 1) (at 148.3741 78.6952 0) 2069 | (effects (font (size 1.27 1.27)) (justify right)) 2070 | ) 2071 | (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (id 2) (at 146.05 76.835 0) 2072 | (effects (font (size 1.27 1.27)) hide) 2073 | ) 2074 | (property "Datasheet" "~" (id 3) (at 146.05 76.835 0) 2075 | (effects (font (size 1.27 1.27)) hide) 2076 | ) 2077 | (pin "1" (uuid e04e727a-0396-456d-b103-c45049c1daa2)) 2078 | (pin "2" (uuid 9b7b1dd9-6341-4e4c-8e6b-5b97723ba0b7)) 2079 | ) 2080 | 2081 | (symbol (lib_id "Device:R_Small") (at 86.36 40.64 90) (unit 1) 2082 | (in_bom yes) (on_board yes) (fields_autoplaced) 2083 | (uuid f23f22e7-0fcd-4279-81eb-64e35ddcef8f) 2084 | (property "Reference" "R9" (id 0) (at 86.36 35.9369 90)) 2085 | (property "Value" "47k" (id 1) (at 86.36 38.712 90)) 2086 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 86.36 40.64 0) 2087 | (effects (font (size 1.27 1.27)) hide) 2088 | ) 2089 | (property "Datasheet" "~" (id 3) (at 86.36 40.64 0) 2090 | (effects (font (size 1.27 1.27)) hide) 2091 | ) 2092 | (pin "1" (uuid 2b2e5fc7-a6ef-40cf-9197-f9cce17ad55a)) 2093 | (pin "2" (uuid da125cc1-151e-44f1-be3c-6174646b505a)) 2094 | ) 2095 | 2096 | (symbol (lib_id "Device:R_Small") (at 88.9 69.85 180) (unit 1) 2097 | (in_bom yes) (on_board yes) 2098 | (uuid f407b424-b9d0-4a4f-a3da-41544240b4ce) 2099 | (property "Reference" "R10" (id 0) (at 90.805 68.58 0) 2100 | (effects (font (size 1.27 1.27)) (justify right)) 2101 | ) 2102 | (property "Value" "2k2" (id 1) (at 90.805 71.12 0) 2103 | (effects (font (size 1.27 1.27)) (justify right)) 2104 | ) 2105 | (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 88.9 69.85 0) 2106 | (effects (font (size 1.27 1.27)) hide) 2107 | ) 2108 | (property "Datasheet" "~" (id 3) (at 88.9 69.85 0) 2109 | (effects (font (size 1.27 1.27)) hide) 2110 | ) 2111 | (pin "1" (uuid c8b3011b-9415-47d0-9af5-16d9f3a475c1)) 2112 | (pin "2" (uuid 5b5f313f-ede6-4619-b1b3-795598117c37)) 2113 | ) 2114 | 2115 | (symbol (lib_id "power:GND") (at 56.515 84.455 0) (unit 1) 2116 | (in_bom yes) (on_board yes) (fields_autoplaced) 2117 | (uuid f5e39e11-4e32-4d48-9bfe-5f18bf1c64e5) 2118 | (property "Reference" "#PWR0107" (id 0) (at 56.515 90.805 0) 2119 | (effects (font (size 1.27 1.27)) hide) 2120 | ) 2121 | (property "Value" "GND" (id 1) (at 56.515 89.535 0)) 2122 | (property "Footprint" "" (id 2) (at 56.515 84.455 0) 2123 | (effects (font (size 1.27 1.27)) hide) 2124 | ) 2125 | (property "Datasheet" "" (id 3) (at 56.515 84.455 0) 2126 | (effects (font (size 1.27 1.27)) hide) 2127 | ) 2128 | (pin "1" (uuid 459b036d-0fde-43a8-9bcf-7e2c885957e8)) 2129 | ) 2130 | 2131 | (symbol (lib_id "power:GND") (at 66.04 48.26 0) (unit 1) 2132 | (in_bom yes) (on_board yes) (fields_autoplaced) 2133 | (uuid f7a3a27f-84d0-453d-b0f4-88e2f63b19eb) 2134 | (property "Reference" "#PWR0110" (id 0) (at 66.04 54.61 0) 2135 | (effects (font (size 1.27 1.27)) hide) 2136 | ) 2137 | (property "Value" "GND" (id 1) (at 66.04 53.34 0)) 2138 | (property "Footprint" "" (id 2) (at 66.04 48.26 0) 2139 | (effects (font (size 1.27 1.27)) hide) 2140 | ) 2141 | (property "Datasheet" "" (id 3) (at 66.04 48.26 0) 2142 | (effects (font (size 1.27 1.27)) hide) 2143 | ) 2144 | (pin "1" (uuid bc818499-fc8e-4b32-83ce-445dc7b57f40)) 2145 | ) 2146 | 2147 | (symbol (lib_id "Jumper:Jumper_3_Open") (at 83.82 125.095 90) (unit 1) 2148 | (in_bom yes) (on_board yes) 2149 | (uuid fc8da384-4ef2-44d6-ab0c-4cba4c08ea26) 2150 | (property "Reference" "JP3" (id 0) (at 83.185 130.175 90) 2151 | (effects (font (size 1.27 1.27)) (justify left)) 2152 | ) 2153 | (property "Value" "R/S" (id 1) (at 81.28 128.27 0) 2154 | (effects (font (size 1.27 1.27)) (justify left)) 2155 | ) 2156 | (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (id 2) (at 83.82 125.095 0) 2157 | (effects (font (size 1.27 1.27)) hide) 2158 | ) 2159 | (property "Datasheet" "~" (id 3) (at 83.82 125.095 0) 2160 | (effects (font (size 1.27 1.27)) hide) 2161 | ) 2162 | (pin "1" (uuid b9e3933a-90f4-40a3-9843-238dcd3e6da8)) 2163 | (pin "2" (uuid 175ec6a2-925c-4525-bc61-f48a002ac929)) 2164 | (pin "3" (uuid ab368f5c-0428-49fd-afd6-b373b3ca43f3)) 2165 | ) 2166 | 2167 | (sheet_instances 2168 | (path "/" (page "1")) 2169 | ) 2170 | 2171 | (symbol_instances 2172 | (path "/8a68861e-dd16-459d-abf4-4ff15c16e45c" 2173 | (reference "#PWR0101") (unit 1) (value "+5V") (footprint "") 2174 | ) 2175 | (path "/2e40a9d8-e9bb-4e17-85a5-e1298446d33f" 2176 | (reference "#PWR0102") (unit 1) (value "GND") (footprint "") 2177 | ) 2178 | (path "/e7208815-3d37-4743-8c8e-a7ae7138aa80" 2179 | (reference "#PWR0103") (unit 1) (value "GND") (footprint "") 2180 | ) 2181 | (path "/779b523f-6216-4799-9bbe-74e3bc506df6" 2182 | (reference "#PWR0104") (unit 1) (value "+5V") (footprint "") 2183 | ) 2184 | (path "/5e535689-b119-4b44-92e3-918045c3b306" 2185 | (reference "#PWR0105") (unit 1) (value "GND") (footprint "") 2186 | ) 2187 | (path "/51b8e27d-010e-4e13-8e97-18f282a87038" 2188 | (reference "#PWR0106") (unit 1) (value "GND") (footprint "") 2189 | ) 2190 | (path "/f5e39e11-4e32-4d48-9bfe-5f18bf1c64e5" 2191 | (reference "#PWR0107") (unit 1) (value "GND") (footprint "") 2192 | ) 2193 | (path "/0a0fec09-7fea-4522-91ad-f2043de81d91" 2194 | (reference "#PWR0108") (unit 1) (value "GND") (footprint "") 2195 | ) 2196 | (path "/deae7063-70aa-44e9-907d-f56edf403d0a" 2197 | (reference "#PWR0109") (unit 1) (value "GND") (footprint "") 2198 | ) 2199 | (path "/f7a3a27f-84d0-453d-b0f4-88e2f63b19eb" 2200 | (reference "#PWR0110") (unit 1) (value "GND") (footprint "") 2201 | ) 2202 | (path "/42cd1862-7830-465e-93a2-d3b815b9aeef" 2203 | (reference "#PWR0111") (unit 1) (value "GND") (footprint "") 2204 | ) 2205 | (path "/3ab48abd-1881-452a-b8d7-1c29c7d13e67" 2206 | (reference "#PWR0112") (unit 1) (value "GND") (footprint "") 2207 | ) 2208 | (path "/b467fa90-61fe-479b-ba3a-5c542bb54780" 2209 | (reference "#PWR0113") (unit 1) (value "GND") (footprint "") 2210 | ) 2211 | (path "/62dd60e0-3343-442d-b683-d6b4ab7aa948" 2212 | (reference "#PWR0114") (unit 1) (value "+5V") (footprint "") 2213 | ) 2214 | (path "/ccf5bb7e-5652-410d-8463-a61c407f05d3" 2215 | (reference "#PWR0115") (unit 1) (value "+5V") (footprint "") 2216 | ) 2217 | (path "/3262f5d2-0ac6-453b-84b7-8f9c991b8fa5" 2218 | (reference "#PWR0116") (unit 1) (value "GND") (footprint "") 2219 | ) 2220 | (path "/7f2a5ce3-cf95-4057-9424-15b58af98baf" 2221 | (reference "#PWR0117") (unit 1) (value "GND") (footprint "") 2222 | ) 2223 | (path "/2b08dbbe-e366-4c45-9b1d-bc09a6e0864c" 2224 | (reference "#PWR0118") (unit 1) (value "+5V") (footprint "") 2225 | ) 2226 | (path "/cb5cf498-10bb-4a21-ab36-91b3e4c27aa4" 2227 | (reference "#PWR0119") (unit 1) (value "GND") (footprint "") 2228 | ) 2229 | (path "/1e76e978-f957-40c0-bfb3-aaa084b976c8" 2230 | (reference "C1") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0603_1608Metric") 2231 | ) 2232 | (path "/e6f1a1e0-7c25-465d-b0de-13545feb02e4" 2233 | (reference "C2") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0603_1608Metric") 2234 | ) 2235 | (path "/94ff954c-8230-418c-a03b-2fc3c29e7deb" 2236 | (reference "C3") (unit 1) (value "470pf") (footprint "Capacitor_SMD:C_0805_2012Metric") 2237 | ) 2238 | (path "/4e16c5dc-4ace-4b5a-8504-ce76131a83f5" 2239 | (reference "C4") (unit 1) (value "470pf") (footprint "Capacitor_SMD:C_0805_2012Metric") 2240 | ) 2241 | (path "/b0fb88ed-9a55-4cf8-9836-9ef3141bceb0" 2242 | (reference "C5") (unit 1) (value "470pf") (footprint "Capacitor_SMD:C_0805_2012Metric") 2243 | ) 2244 | (path "/0a8d39d9-97c7-485e-a220-ad29edf350c9" 2245 | (reference "C6") (unit 1) (value "1nF") (footprint "Capacitor_SMD:C_0805_2012Metric") 2246 | ) 2247 | (path "/477b0c19-777c-43e4-bb16-4895a5b5a81a" 2248 | (reference "C7") (unit 1) (value "470pf") (footprint "Capacitor_SMD:C_0805_2012Metric") 2249 | ) 2250 | (path "/8c661c6f-ddf0-4bc3-b152-cffc0931cf0c" 2251 | (reference "C8") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0603_1608Metric") 2252 | ) 2253 | (path "/bd16ffa5-3af3-4e99-b601-47c15af48110" 2254 | (reference "C9") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0603_1608Metric") 2255 | ) 2256 | (path "/a825573a-e3c3-47bd-84a3-8d4ad249f30f" 2257 | (reference "C10") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0603_1608Metric") 2258 | ) 2259 | (path "/b2fe0aba-8591-4a53-bc79-7c4e1468fc18" 2260 | (reference "C11") (unit 1) (value "10uF") (footprint "Capacitor_SMD:CP_Elec_4x5.3") 2261 | ) 2262 | (path "/ebce0d12-2d9a-474b-9a0c-132b8d5aaccc" 2263 | (reference "C12") (unit 1) (value "NC") (footprint "Capacitor_SMD:C_0805_2012Metric") 2264 | ) 2265 | (path "/adf952bf-f434-4a81-ae53-db2f3b084666" 2266 | (reference "J1") (unit 1) (value "Conn_02x04_Odd_Even") (footprint "Connector_PinHeader_2.54mm:PinHeader_2x04_P2.54mm_Vertical") 2267 | ) 2268 | (path "/1097b209-7916-40d7-a30c-2c81420f7825" 2269 | (reference "J2") (unit 1) (value "TRRS jack") (footprint "SimpleModem:Jack_3.5mm_4Poles_5pins_SMD_ABN") 2270 | ) 2271 | (path "/c96fdf77-1f96-4efd-8120-f153d93d5313" 2272 | (reference "JP1") (unit 1) (value "T") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical") 2273 | ) 2274 | (path "/c65bb7f1-2924-4edd-a22d-3d10b687e4f4" 2275 | (reference "JP2") (unit 1) (value "R") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical") 2276 | ) 2277 | (path "/fc8da384-4ef2-44d6-ab0c-4cba4c08ea26" 2278 | (reference "JP3") (unit 1) (value "R/S") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical") 2279 | ) 2280 | (path "/d99fc8a7-e8f3-4fc2-a3a1-5f113c08e255" 2281 | (reference "JP4") (unit 1) (value "S") (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical") 2282 | ) 2283 | (path "/16979199-616b-4a45-9c58-042a19a9f936" 2284 | (reference "Q1") (unit 1) (value "BC547") (footprint "Package_TO_SOT_THT:TO-92_Inline") 2285 | ) 2286 | (path "/90bd972c-2034-4ece-80f1-699adfa6a82e" 2287 | (reference "R1") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0805_2012Metric") 2288 | ) 2289 | (path "/8809cedd-6252-4a35-80eb-9bfb2933d86f" 2290 | (reference "R2") (unit 1) (value "680k") (footprint "Resistor_SMD:R_0805_2012Metric") 2291 | ) 2292 | (path "/160fe9b6-737e-43a5-8415-21cdebd36ad4" 2293 | (reference "R3") (unit 1) (value "680k") (footprint "Resistor_SMD:R_0805_2012Metric") 2294 | ) 2295 | (path "/adf6a9e7-056f-4649-a91e-84014036e8ba" 2296 | (reference "R4") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0805_2012Metric") 2297 | ) 2298 | (path "/85bcd2a8-4578-4e0b-b332-6cfa6e3f8c6c" 2299 | (reference "R5") (unit 1) (value "100k") (footprint "Resistor_SMD:R_0805_2012Metric") 2300 | ) 2301 | (path "/e59d6a46-994f-498d-afa1-2bfae66cb5cb" 2302 | (reference "R6") (unit 1) (value "120k") (footprint "Resistor_SMD:R_0805_2012Metric") 2303 | ) 2304 | (path "/84f894be-0163-485d-b364-c7d37fd1cfbd" 2305 | (reference "R7") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0805_2012Metric") 2306 | ) 2307 | (path "/6a7e04fd-c98b-4375-8fca-2710e5dfa4ca" 2308 | (reference "R8") (unit 1) (value "1M") (footprint "Resistor_SMD:R_0805_2012Metric") 2309 | ) 2310 | (path "/f23f22e7-0fcd-4279-81eb-64e35ddcef8f" 2311 | (reference "R9") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0805_2012Metric") 2312 | ) 2313 | (path "/f407b424-b9d0-4a4f-a3da-41544240b4ce" 2314 | (reference "R10") (unit 1) (value "2k2") (footprint "Resistor_SMD:R_0805_2012Metric") 2315 | ) 2316 | (path "/a0cec095-4d7d-433f-9df9-3cb98c453ce8" 2317 | (reference "R11") (unit 1) (value "47k") (footprint "Resistor_SMD:R_0805_2012Metric") 2318 | ) 2319 | (path "/2988613d-36db-4f8c-8a97-be9d0448ebeb" 2320 | (reference "R12") (unit 1) (value "470k") (footprint "Resistor_SMD:R_0805_2012Metric") 2321 | ) 2322 | (path "/0b4059ea-13d5-419a-b98a-bb5c6f1a8f83" 2323 | (reference "R13") (unit 1) (value "6k8") (footprint "Resistor_SMD:R_0805_2012Metric") 2324 | ) 2325 | (path "/6f81078f-d044-4bed-ae8c-a2d2596ac1b4" 2326 | (reference "R14") (unit 1) (value "NC") (footprint "Resistor_SMD:R_0805_2012Metric") 2327 | ) 2328 | (path "/372c225d-37cc-48df-929d-0b34a1bc55d2" 2329 | (reference "U1") (unit 1) (value "LM393") (footprint "Package_DIP:DIP-8_W7.62mm") 2330 | ) 2331 | (path "/a1001aa0-9c2d-42e1-a7c8-8fdb2832ce2e" 2332 | (reference "U1") (unit 3) (value "LM393") (footprint "Package_DIP:DIP-8_W7.62mm") 2333 | ) 2334 | ) 2335 | ) 2336 | -------------------------------------------------------------------------------- /SimpleModem.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndersBNielsen/SimpleModem/5508d4fea2d115bef5af78707450406756483378/SimpleModem.pdf -------------------------------------------------------------------------------- /audiojack4p-5pin-connector-pixie-fixed.kicad_sym: -------------------------------------------------------------------------------- 1 | (kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor) 2 | (symbol "AudioJack4P-5pin-Connector-Pixie-rescue" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 3 | (property "Reference" "J?" (id 0) (at 5.715 8.5285 0) 4 | (effects (font (size 1.27 1.27)) (justify right)) 5 | ) 6 | (property "Value" "AudioJack4P-5pin-Connector-Pixie-rescue" (id 1) (at 5.715 5.7534 0) 7 | (effects (font (size 1.27 1.27)) (justify right)) 8 | ) 9 | (property "Footprint" "" (id 2) (at 0 0 0) 10 | (effects (font (size 1.27 1.27)) hide) 11 | ) 12 | (property "Datasheet" "" (id 3) (at 0 0 0) 13 | (effects (font (size 1.27 1.27)) hide) 14 | ) 15 | (symbol "AudioJack4P-5pin-Connector-Pixie-rescue_0_1" 16 | (polyline 17 | (pts 18 | (xy 2.54 -12.7) 19 | (xy -5.08 -12.7) 20 | (xy -5.08 -8.89) 21 | (xy -4.826 -9.398) 22 | ) 23 | (stroke (width 0) (type default) (color 0 0 0 0)) 24 | (fill (type none)) 25 | ) 26 | (polyline 27 | (pts 28 | (xy 2.54 -10.16) 29 | (xy -0.381 -10.16) 30 | (xy -1.016 -10.795) 31 | (xy -1.905 -10.16) 32 | ) 33 | (stroke (width 0) (type default) (color 0 0 0 0)) 34 | (fill (type none)) 35 | ) 36 | (polyline 37 | (pts 38 | (xy 2.54 -7.62) 39 | (xy -1.905 -7.62) 40 | (xy -2.54 -8.255) 41 | (xy -3.302 -7.62) 42 | ) 43 | (stroke (width 0) (type default) (color 0 0 0 0)) 44 | (fill (type none)) 45 | ) 46 | (polyline 47 | (pts 48 | (xy 2.54 -5.08) 49 | (xy -3.048 -5.08) 50 | (xy -3.556 -5.715) 51 | (xy -4.191 -5.08) 52 | ) 53 | (stroke (width 0) (type default) (color 0 0 0 0)) 54 | (fill (type none)) 55 | ) 56 | (polyline 57 | (pts 58 | (xy 2.54 -2.54) 59 | (xy -5.08 -2.54) 60 | (xy -5.08 -6.35) 61 | (xy -4.826 -5.715) 62 | ) 63 | (stroke (width 0) (type default) (color 0 0 0 0)) 64 | (fill (type none)) 65 | ) 66 | ) 67 | (symbol "AudioJack4P-5pin-Connector-Pixie-rescue_1_1" 68 | (pin passive line (at 5.08 -12.7 180) (length 2.54) 69 | (name "S" (effects (font (size 1.27 1.27)))) 70 | (number "1" (effects (font (size 1.27 1.27)))) 71 | ) 72 | (pin passive line (at 5.08 -5.08 180) (length 2.54) 73 | (name "R" (effects (font (size 1.27 1.27)))) 74 | (number "2" (effects (font (size 1.27 1.27)))) 75 | ) 76 | (pin passive line (at 5.08 -7.62 180) (length 2.54) 77 | (name "R" (effects (font (size 1.27 1.27)))) 78 | (number "3" (effects (font (size 1.27 1.27)))) 79 | ) 80 | (pin passive line (at 5.08 -10.16 180) (length 2.54) 81 | (name "T" (effects (font (size 1.27 1.27)))) 82 | (number "4" (effects (font (size 1.27 1.27)))) 83 | ) 84 | (pin passive line (at 5.08 -2.54 180) (length 2.54) 85 | (name "Sense" (effects (font (size 1.27 1.27)))) 86 | (number "5" (effects (font (size 1.27 1.27)))) 87 | ) 88 | ) 89 | ) 90 | ) 91 | -------------------------------------------------------------------------------- /audiojack4p-5pin-connector-pixie-rescue.kicad_sym: -------------------------------------------------------------------------------- 1 | (kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor) 2 | (symbol "AudioJack4P-5pin-Connector-Pixie-rescue" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 3 | (property "Reference" "J?" (id 0) (at 5.715 8.5285 0) 4 | (effects (font (size 1.27 1.27)) (justify right)) 5 | ) 6 | (property "Value" "AudioJack4P-5pin-Connector-Pixie-rescue" (id 1) (at 5.715 5.7534 0) 7 | (effects (font (size 1.27 1.27)) (justify right)) 8 | ) 9 | (property "Footprint" "" (id 2) (at 0 0 0) 10 | (effects (font (size 1.27 1.27)) hide) 11 | ) 12 | (property "Datasheet" "" (id 3) (at 0 0 0) 13 | (effects (font (size 1.27 1.27)) hide) 14 | ) 15 | (symbol "AudioJack4P-5pin-Connector-Pixie-rescue_0_1" 16 | (polyline 17 | (pts 18 | (xy 2.54 -12.7) 19 | (xy -5.08 -12.7) 20 | (xy -5.08 -8.89) 21 | (xy -4.826 -9.398) 22 | ) 23 | (stroke (width 0) (type default) (color 0 0 0 0)) 24 | (fill (type none)) 25 | ) 26 | (polyline 27 | (pts 28 | (xy 2.54 -10.16) 29 | (xy -0.381 -10.16) 30 | (xy -1.016 -10.795) 31 | (xy -1.905 -10.16) 32 | ) 33 | (stroke (width 0) (type default) (color 0 0 0 0)) 34 | (fill (type none)) 35 | ) 36 | (polyline 37 | (pts 38 | (xy 2.54 -7.62) 39 | (xy -1.905 -7.62) 40 | (xy -2.54 -8.255) 41 | (xy -3.302 -7.62) 42 | ) 43 | (stroke (width 0) (type default) (color 0 0 0 0)) 44 | (fill (type none)) 45 | ) 46 | (polyline 47 | (pts 48 | (xy 2.54 -5.08) 49 | (xy -3.048 -5.08) 50 | (xy -3.556 -5.715) 51 | (xy -4.191 -5.08) 52 | ) 53 | (stroke (width 0) (type default) (color 0 0 0 0)) 54 | (fill (type none)) 55 | ) 56 | (polyline 57 | (pts 58 | (xy 2.54 -2.54) 59 | (xy -5.08 -2.54) 60 | (xy -5.08 -6.35) 61 | (xy -4.826 -5.715) 62 | ) 63 | (stroke (width 0) (type default) (color 0 0 0 0)) 64 | (fill (type none)) 65 | ) 66 | ) 67 | (symbol "AudioJack4P-5pin-Connector-Pixie-rescue_1_1" 68 | (pin passive line (at 5.08 -12.7 180) (length 2.54) 69 | (name "S" (effects (font (size 1.27 1.27)))) 70 | (number "1" (effects (font (size 1.27 1.27)))) 71 | ) 72 | (pin passive line (at 5.08 -5.08 180) (length 2.54) 73 | (name "R" (effects (font (size 1.27 1.27)))) 74 | (number "2" (effects (font (size 1.27 1.27)))) 75 | ) 76 | (pin passive line (at 5.08 -7.62 180) (length 2.54) 77 | (name "R" (effects (font (size 1.27 1.27)))) 78 | (number "3" (effects (font (size 1.27 1.27)))) 79 | ) 80 | (pin passive line (at 5.08 -10.16 180) (length 2.54) 81 | (name "T" (effects (font (size 1.27 1.27)))) 82 | (number "4" (effects (font (size 1.27 1.27)))) 83 | ) 84 | (pin passive line (at 5.08 -2.54 180) (length 2.54) 85 | (name "Sense" (effects (font (size 1.27 1.27)))) 86 | (number "5" (effects (font (size 1.27 1.27)))) 87 | ) 88 | ) 89 | ) 90 | ) 91 | -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- 1 | (fp_lib_table 2 | (lib (name "SimpleModem")(type "KiCad")(uri "${KIPRJMOD}")(options "")(descr "")) 3 | ) 4 | -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- 1 | You are free to use the material to make your own PCB(s) for personal use. 2 | 3 | License: 4 | Attribution-NonCommercial 4.0 International 5 | https://creativecommons.org/licenses/by-nc/4.0/ 6 | -------------------------------------------------------------------------------- /sym-lib-table: -------------------------------------------------------------------------------- 1 | (sym_lib_table 2 | (lib (name "audiojack4p-5pin-connector-pixie-rescue")(type "KiCad")(uri "${KIPRJMOD}/audiojack4p-5pin-connector-pixie-rescue.kicad_sym")(options "")(descr "")) 3 | ) 4 | --------------------------------------------------------------------------------