Skip to content
boitarire.kicad_sch 62.1 KiB
Newer Older
unknown's avatar
unknown committed
1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 73151e92-9ad5-403a-aee8-3a9c3c148b7e)
  )
  (wire (pts (xy 134.62 67.31) (xy 146.685 67.31))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid d689df2e-8fcc-483f-a71f-3ad56e9ceec3)
  )
  (wire (pts (xy 144.78 64.77) (xy 146.685 64.77))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 1712a581-0146-4594-a1ab-92b63bcd3613)
  )
  (wire (pts (xy 144.78 69.85) (xy 146.685 69.85))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid cc9d5905-6d13-4c96-92e0-32935b7934d4)
  )
  (wire (pts (xy 144.78 72.39) (xy 146.685 72.39))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 3001e2ae-73ed-4671-abad-102d1c828c87)
  )
  (wire (pts (xy 167.005 64.77) (xy 171.45 64.77))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 811f129c-08de-47ee-bd77-f411da9e077d)
  )
  (wire (pts (xy 167.005 67.31) (xy 171.45 67.31))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 449e02c7-b4b3-4f4d-8de3-eef3454fb5a2)
  )
  (wire (pts (xy 167.64 97.79) (xy 180.34 97.79))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid c143599f-1475-4582-a57f-ded3c9094ab5)
  )
  (wire (pts (xy 167.64 100.33) (xy 180.34 100.33))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid a54acedf-4f60-4098-97c7-527a0d079d46)
  )
  (wire (pts (xy 222.25 24.13) (xy 234.95 24.13))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid b4cf0067-af1d-4339-87b1-3f20de891c55)
  )
  (wire (pts (xy 222.25 26.67) (xy 234.95 26.67))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid a0da9c1d-f5d2-43cf-b4d8-537c51315e8e)
  )
  (wire (pts (xy 222.25 36.83) (xy 234.95 36.83))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid def8bb27-94ef-45cf-be33-a559f960e0fd)
  )
  (wire (pts (xy 222.25 39.37) (xy 234.95 39.37))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid 46c2fe4e-9496-4b8f-a7c8-254596b1b63b)
  )
  (wire (pts (xy 222.25 53.34) (xy 234.95 53.34))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid c3959664-66a6-42ba-a118-c5702a8b7c46)
  )
  (wire (pts (xy 222.25 55.88) (xy 222.25 57.15))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid f3fb479b-b2e7-47e3-aa89-6aea9d899837)
  )
  (wire (pts (xy 222.25 55.88) (xy 234.95 55.88))
    (stroke (width 0) (type solid) (color 0 0 0 0))
    (uuid a9a15295-ca27-464a-8f13-a3e145c63593)
  )

  (label "GND_AUDIO_SW" (at 67.31 114.3 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid e4e4779d-2ecb-49c0-9534-68ab6095c199)
  )
  (label "GND_AUDIO_SW" (at 71.12 59.69 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 3b4d8709-7368-4f7f-9c7b-4bc486f0c536)
  )
  (label "GND_AUDIO" (at 95.25 107.315 90)
    (effects (font (size 1.27 1.27)) (justify left bottom))
    (uuid 568b9c6b-88a8-40d5-b1e9-229929cd0097)
  )
  (label "GND_AUDIO" (at 144.145 105.41 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 2beb0dbc-c210-425d-8713-8c6ff7afd3dd)
  )
  (label "SP-" (at 173.99 97.79 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 6c2e17ab-7660-49d0-aae1-b63d3f6b391e)
  )
  (label "SP+" (at 173.99 100.33 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 9424edde-1dad-4a63-9d6c-f258463a9c42)
  )
  (label "SP-" (at 228.6 36.83 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 9569abb0-9ded-430d-8126-9e7980c4a76a)
  )
  (label "SP+" (at 228.6 39.37 180)
    (effects (font (size 1.27 1.27)) (justify right bottom))
    (uuid 37b1f89e-8e5d-456c-a03d-cf4eff0c6483)
  )

  (symbol (lib_id "power:VCC") (at 90.805 31.115 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid aa4491af-1b52-4a57-b83b-8ab80ef85eca)
    (property "Reference" "#PWR?" (id 0) (at 90.805 34.925 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "VCC" (id 1) (at 93.345 30.0354 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 90.805 31.115 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 90.805 31.115 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid ab29bb66-4d1f-46f6-956b-bdb5f170cd4c))
  )

  (symbol (lib_id "power:+5V") (at 144.78 64.77 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 5276f17e-650a-4095-8a04-cbb03f0c4530)
    (property "Reference" "#PWR?" (id 0) (at 148.59 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "+5V" (id 1) (at 141.605 64.7699 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 144.78 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 144.78 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 1d18dae8-e2e5-4f63-bcdb-2d44e6ccc18c))
  )

  (symbol (lib_id "power:+BATT") (at 144.78 69.85 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid d4593aea-7e5d-47e6-bb3f-1a6f8c5a9076)
    (property "Reference" "#PWR?" (id 0) (at 148.59 69.85 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "+BATT" (id 1) (at 140.97 69.8499 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 144.78 69.85 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 144.78 69.85 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 1fe29a00-2959-4127-be3b-d580a75ce055))
  )

  (symbol (lib_id "power:-BATT") (at 144.78 72.39 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid e1483d82-5791-45ff-9f45-668a41e6b630)
    (property "Reference" "#PWR?" (id 0) (at 148.59 72.39 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "-BATT" (id 1) (at 140.97 72.3899 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 144.78 72.39 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 144.78 72.39 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 48d75374-838a-4d81-bb36-28560367b1f7))
  )

  (symbol (lib_id "power:VCC") (at 171.45 64.77 270) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid e038da98-b43d-4f87-aad4-90809784c1d3)
    (property "Reference" "#PWR?" (id 0) (at 167.64 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "VCC" (id 1) (at 175.26 64.7699 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 171.45 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 171.45 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 6536ed76-0d2d-4f6f-a2ca-c388ee8789d1))
  )

  (symbol (lib_id "power:-BATT") (at 222.25 24.13 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid a636b1e8-3441-4680-8492-0ed04a1fb160)
    (property "Reference" "#PWR?" (id 0) (at 226.06 24.13 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "-BATT" (id 1) (at 218.44 24.1299 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 222.25 24.13 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 222.25 24.13 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid a9ea3460-9374-4a8d-9e33-b44fb19e5fd9))
  )

  (symbol (lib_id "power:+BATT") (at 222.25 26.67 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 655c6b62-3960-4c66-bfbd-d29a99c30d16)
    (property "Reference" "#PWR?" (id 0) (at 226.06 26.67 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "+BATT" (id 1) (at 218.44 26.6699 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 222.25 26.67 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 222.25 26.67 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 104a8c93-eab6-45f2-afbd-22377a26c0c1))
  )

  (symbol (lib_id "power:+5V") (at 222.25 53.34 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid a9f835c5-2635-454a-bb0e-8eaf10729810)
    (property "Reference" "#PWR?" (id 0) (at 226.06 53.34 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "+5V" (id 1) (at 219.075 53.3399 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 222.25 53.34 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 222.25 53.34 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 4ef33f9a-7ee6-4072-9fef-ee3604f1641e))
  )

  (symbol (lib_id "power:GNDPWR") (at 134.62 67.31 270) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 7a25be51-6188-4b3e-aab2-1dfc692ee3dc)
    (property "Reference" "#PWR?" (id 0) (at 129.54 67.31 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GNDPWR" (id 1) (at 135.89 67.1829 90)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 133.35 67.31 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 133.35 67.31 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 412a50ca-b19f-401e-b4ac-16191cff02c1))
  )

  (symbol (lib_id "power:GNDPWR") (at 222.25 57.15 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 5edd39db-c5b8-4cfa-beb6-b5b8b7ff37ac)
    (property "Reference" "#PWR?" (id 0) (at 222.25 62.23 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GNDPWR" (id 1) (at 222.123 62.23 0))
    (property "Footprint" "" (id 2) (at 222.25 58.42 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 222.25 58.42 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid a3ec0f20-3006-4ab4-9e54-4f98adff03a7))
  )

  (symbol (lib_id "power:GND") (at 85.725 87.63 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 631d6022-ff7e-4d40-bc83-56f7d4236b41)
    (property "Reference" "#PWR?" (id 0) (at 85.725 93.98 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GND" (id 1) (at 85.725 92.71 0))
    (property "Footprint" "" (id 2) (at 85.725 87.63 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 85.725 87.63 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 8802e80c-5d59-4a4f-88a2-0d3272e3a32f))
  )

  (symbol (lib_id "power:GND") (at 95.25 124.46 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid d171d58a-54b1-4d18-b169-8ab17ff59415)
    (property "Reference" "#PWR?" (id 0) (at 95.25 130.81 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GND" (id 1) (at 95.25 129.54 0))
    (property "Footprint" "" (id 2) (at 95.25 124.46 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 95.25 124.46 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid f063b287-772a-48b1-8fa9-4632cd517fd7))
  )

  (symbol (lib_id "power:GND") (at 171.45 67.31 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid d5c25b02-839b-43c9-a7ca-50e1df71d3f4)
    (property "Reference" "#PWR?" (id 0) (at 177.8 67.31 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Value" "GND" (id 1) (at 175.895 67.3099 90)
      (effects (font (size 1.27 1.27)) (justify right))
    )
    (property "Footprint" "" (id 2) (at 171.45 67.31 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 171.45 67.31 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid bbf2d776-a7f3-4611-aa05-203661222900))
  )

  (symbol (lib_id "Device:R") (at 73.66 114.3 90) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid b9e3a6a9-9d89-4301-af63-6b50da779861)
    (property "Reference" "R?" (id 0) (at 73.66 108.585 90))
    (property "Value" "4k7" (id 1) (at 73.66 111.125 90))
    (property "Footprint" "" (id 2) (at 73.66 116.078 90)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 73.66 114.3 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 5e6602d1-f60e-46a2-9e92-d99ce74591ab))
    (pin "2" (uuid 03140393-8244-4287-be60-b42fd035c996))
  )

  (symbol (lib_id "Switch:SW_Reed") (at 227.33 73.025 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 9f8e7c5b-5ae5-4ef7-bf3e-df087c734c45)
    (property "Reference" "SW?" (id 0) (at 227.33 66.675 0))
    (property "Value" "SW_Position_Sensor" (id 1) (at 227.33 69.215 0))
    (property "Footprint" "" (id 2) (at 227.33 73.025 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 227.33 73.025 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 71223540-584b-47a1-9def-41563b6acaba))
    (pin "2" (uuid 44420728-bda2-4ec9-9d4b-d441d90a1c8a))
  )

  (symbol (lib_id "Connector_Generic:Conn_01x02") (at 240.03 24.13 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 501188d5-7e4e-4430-b6f3-b6ff5712afbd)
    (property "Reference" "J?" (id 0) (at 243.205 24.1299 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Value" "Conn battery" (id 1) (at 243.205 26.6699 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 240.03 24.13 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 240.03 24.13 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 3e27b61d-5851-4753-bcc1-0ea839885197))
    (pin "2" (uuid 1be366b8-008d-4146-b76a-dddb3c7219c0))
  )

  (symbol (lib_id "Connector_Generic:Conn_01x02") (at 240.03 53.34 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid d62ce3b6-8656-4f66-8e0d-61a310466a8c)
    (property "Reference" "J?" (id 0) (at 242.57 53.3399 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Value" "Conn jack DC" (id 1) (at 242.57 55.8799 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 240.03 53.34 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 240.03 53.34 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid f3090d48-5a64-4cad-860c-0fb9e95a6057))
    (pin "2" (uuid 345a2abd-3d4b-4ef0-8a49-1f6d2f660676))
  )

  (symbol (lib_id "Connector_Generic:Conn_01x03") (at 240.03 39.37 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 3a51076c-38ec-4b03-b8e7-271f7a4bcfe0)
    (property "Reference" "J?" (id 0) (at 242.57 38.0999 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Value" "Conn speaker" (id 1) (at 242.57 40.6399 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 240.03 39.37 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 240.03 39.37 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid f7887fca-cc66-40de-84e1-bac0032773a2))
    (pin "2" (uuid 789402dc-51ee-49ba-81fa-20c70941e3fb))
    (pin "3" (uuid 0d514dd6-3157-4ff8-8eca-c4e8bb32ce80))
  )

  (symbol (lib_id "Connector_Generic:Conn_01x03") (at 240.03 84.455 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 68766b1d-dab7-48c0-b5d6-43f702c4395a)
    (property "Reference" "J?" (id 0) (at 242.57 83.1849 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Value" "Conn cap sensor 1" (id 1) (at 242.57 85.7249 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 240.03 84.455 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 240.03 84.455 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 8813246a-913c-46c6-89fa-ca64c5036ce0))
    (pin "2" (uuid fae601f1-d5af-41a5-b939-db44ed828e9c))
    (pin "3" (uuid 0ab40844-8e5b-480f-a0e7-e1c1f18e1005))
  )

  (symbol (lib_id "Connector_Generic:Conn_01x03") (at 240.03 97.155 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid acfa0a7d-d1f6-4c82-878d-ec47dc0c2997)
    (property "Reference" "J?" (id 0) (at 242.57 95.8849 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Value" "Conn cap sensor 2" (id 1) (at 242.57 98.4249 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 240.03 97.155 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "~" (id 3) (at 240.03 97.155 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 273ed99f-1586-4ba2-9a9b-751510ca2a49))
    (pin "2" (uuid ec4fd929-7e53-4f3c-a00d-d0dee570ceda))
    (pin "3" (uuid cbad774b-cb92-4cb9-8e15-42892b565d24))
  )

  (symbol (lib_id "Transistor_FET:DMN2050L") (at 92.71 114.3 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 2bd96160-8068-4094-8685-80727cd0e66c)
    (property "Reference" "Q?" (id 0) (at 99.06 113.0299 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Value" "DMN2050L" (id 1) (at 99.06 115.5699 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 97.79 116.205 0)
      (effects (font (size 1.27 1.27) italic) (justify left) hide)
    )
    (property "Datasheet" "http://www.diodes.com/assets/Datasheets/ds31502.pdf" (id 3) (at 92.71 114.3 0)
      (effects (font (size 1.27 1.27)) (justify left) hide)
    )
    (pin "1" (uuid 13088a45-e031-4bd0-b930-126cb7ed9e6d))
    (pin "2" (uuid a5fba804-84dc-4721-a448-5218c74f7c68))
    (pin "3" (uuid d5a21389-9420-44f9-8b6a-3ff645c84c1d))
  )

  (symbol (lib_id "boitarire_lib:HW-107") (at 156.845 64.77 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid dfb787c8-3942-4d00-8847-691d5108dccb)
    (property "Reference" "U?" (id 0) (at 156.845 58.42 0))
    (property "Value" "HW-107" (id 1) (at 156.845 60.96 0))
    (property "Footprint" "" (id 2) (at 156.845 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 156.845 64.77 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid d58dea8c-7c4f-49bd-903a-777e1695c7ad))
    (pin "2" (uuid 32195c7e-8ed9-4fb1-9451-b20faebb8f6c))
    (pin "3" (uuid 890ceb8d-4545-4259-8350-9dccdf3589f0))
    (pin "4" (uuid 419dbbcc-5c4b-4933-911e-7430b53bd7bb))
    (pin "5" (uuid 00fc11ce-fa36-4426-a9b6-482e5fd5f938))
    (pin "6" (uuid 07fc00f5-14a3-4bf1-9a64-d8a088e21796))
  )

  (symbol (lib_id "boitarire_lib:GY-521") (at 154.94 28.575 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 6aa1302d-76d5-4825-8ce0-d0f6a864a07f)
    (property "Reference" "U?" (id 0) (at 161.29 36.1949 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Value" "GY-521" (id 1) (at 161.29 38.7349 0)
      (effects (font (size 1.27 1.27)) (justify left))
    )
    (property "Footprint" "" (id 2) (at 147.32 28.575 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 147.32 28.575 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 84c45327-7d26-4ebd-af06-a5d1f8699a92))
    (pin "2" (uuid c54f1751-a578-4f21-ae71-acf3d996e9ad))
    (pin "3" (uuid 090a6bd3-55f1-4514-a680-25d9c8dd5ef3))
    (pin "4" (uuid 3233bcde-6cc8-4f38-8888-c9d2705701d0))
    (pin "5" (uuid 8d1ad5a2-f83d-4065-bd2b-06fb9bafdc2f))
    (pin "6" (uuid cff2face-a869-48c1-be29-d62e8e0991ee))
    (pin "7" (uuid 9092aa31-fa6d-4279-9ada-90bd10f0f47a))
    (pin "8" (uuid 51731b7d-c478-4969-837e-eac2d33a3cd1))
  )

  (symbol (lib_id "boitarire_lib:DFR0534") (at 157.48 97.79 0) (unit 1)
    (in_bom yes) (on_board yes) (fields_autoplaced)
    (uuid 8bc63e92-5606-466f-9669-2f550a0c456d)
    (property "Reference" "U?" (id 0) (at 157.48 91.44 0))
    (property "Value" "DFR0534" (id 1) (at 157.48 93.98 0))
    (property "Footprint" "" (id 2) (at 157.48 97.79 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (property "Datasheet" "" (id 3) (at 157.48 97.79 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 000b6c68-af5e-4de9-9692-a10a40fe01eb))
    (pin "10" (uuid 238783f3-0ae0-482e-9f45-b968c08793c6))
    (pin "2" (uuid dc1ddf0c-2391-4feb-861a-b1c5fa9fba4c))
    (pin "3" (uuid 28116d0f-82a9-4873-8674-b177972e3b02))
    (pin "4" (uuid 79a15da9-83af-420c-af39-600ecb4e0267))
    (pin "5" (uuid 98380234-1148-407c-97fc-92488624e554))
    (pin "6" (uuid d885ce07-8987-45b2-a6ba-3f08dc0a9bc8))
    (pin "7" (uuid ca5c4d39-6ae5-4640-be7b-a0e22fba53db))
    (pin "8" (uuid 31a7a803-d7e7-4363-9299-b35829b696a9))
    (pin "9" (uuid 3e19788e-2d9d-4df2-89ca-221a449a6142))
    (pin "S1" (uuid 4fdd660e-e4d5-4edc-b816-24d52950a19e))
    (pin "S2" (uuid 7efd054c-df5f-4445-9489-b9cf0f2aa7d8))
  )

  (symbol (lib_id "MCU_Module:Arduino_Nano_Every") (at 85.725 59.69 0) (unit 1)
    (in_bom yes) (on_board yes)
    (uuid 3e7a3d2a-d071-48f6-afad-482138a4fe77)
    (property "Reference" "A?" (id 0) (at 90.17 83.82 0))
    (property "Value" "Arduino_Nano_Every" (id 1) (at 101.6 34.925 0))
    (property "Footprint" "Module:Arduino_Nano" (id 2) (at 85.725 59.69 0)
      (effects (font (size 1.27 1.27) italic) hide)
    )
    (property "Datasheet" "https://content.arduino.cc/assets/NANOEveryV3.0_sch.pdf" (id 3) (at 85.725 59.69 0)
      (effects (font (size 1.27 1.27)) hide)
    )
    (pin "1" (uuid 01e44d75-6029-449a-8ab5-364ea9a1288d))
    (pin "10" (uuid c2379599-29e8-4cdc-b1eb-6526a3eea6a9))
    (pin "11" (uuid 61344d30-7e0e-48e5-ad5d-4048e19188bb))
    (pin "12" (uuid d829b636-a950-4f95-9993-99e172d4b72b))
    (pin "13" (uuid ab154e1c-4c03-487d-ab70-7f41db2e1531))
    (pin "14" (uuid 85e5c79a-680d-452a-aebe-8d6396604860))
    (pin "15" (uuid 01ac505c-891b-4f54-9afb-4a0864b4ce86))
    (pin "16" (uuid 7e2eefe3-4c71-4af7-a8bc-69ba34dbd505))
    (pin "17" (uuid ba9adfdc-7e9c-4020-92fd-8411460648aa))
    (pin "18" (uuid 9f3e64eb-2ee0-46a7-b560-ef531230fa49))
    (pin "19" (uuid 6d0dedc9-58e0-442e-b1b6-af0fec8b6808))
    (pin "2" (uuid b4355fee-1566-4f48-aa04-a5f5790d1ac6))
    (pin "20" (uuid 82309dd1-2bd0-4805-882a-74a1e0ee4027))
    (pin "21" (uuid a8c06abb-12a2-43b2-8d10-a30ebd43b78d))
    (pin "22" (uuid 06d26724-1dd1-4f94-b9dc-db9fdcff24e5))
    (pin "23" (uuid 7867b14c-a35e-4344-97b4-f8d0f239251b))
    (pin "24" (uuid e02f1a27-f46c-464b-baeb-b7cd435df891))
    (pin "25" (uuid 468ae3a2-a722-4f07-8f47-928d1fdc2fa1))
    (pin "26" (uuid 44bad744-7e3b-4346-8518-178d19d22124))
    (pin "27" (uuid 5106e391-4b07-49be-b5cc-2dbd59807711))
    (pin "28" (uuid 73f51b5a-509b-4463-874a-a693db375c14))
    (pin "29" (uuid 5ac6b6f1-1f62-4d70-8a96-e759a8491cda))
    (pin "3" (uuid d568e4ab-5967-42aa-b736-52f72404d8c2))
    (pin "30" (uuid b657591f-8069-4779-9299-d06e9ab9aae3))
    (pin "4" (uuid 8b9ad6ec-7f33-43d7-86a4-e9eb15a4034c))
    (pin "5" (uuid 5b6357f0-4006-4367-8fc6-4586842479f6))
    (pin "6" (uuid 94cde6d9-8bb6-4ec8-8236-8f9e41ae6677))
    (pin "7" (uuid 89971d6b-1fe3-4954-88c6-69dc39d13f4d))
    (pin "8" (uuid 6c78e699-f104-4168-a1c1-6e07568deccf))
    (pin "9" (uuid f5c12503-af08-42d8-894b-a90ce09d1c95))
  )

  (sheet_instances
    (path "/" (page "1"))
  )

  (symbol_instances
    (path "/5276f17e-650a-4095-8a04-cbb03f0c4530"
      (reference "#PWR?") (unit 1) (value "+5V") (footprint "")
    )
    (path "/5edd39db-c5b8-4cfa-beb6-b5b8b7ff37ac"
      (reference "#PWR?") (unit 1) (value "GNDPWR") (footprint "")
    )
    (path "/631d6022-ff7e-4d40-bc83-56f7d4236b41"
      (reference "#PWR?") (unit 1) (value "GND") (footprint "")
    )
    (path "/655c6b62-3960-4c66-bfbd-d29a99c30d16"
      (reference "#PWR?") (unit 1) (value "+BATT") (footprint "")
    )
    (path "/7a25be51-6188-4b3e-aab2-1dfc692ee3dc"
      (reference "#PWR?") (unit 1) (value "GNDPWR") (footprint "")
    )
    (path "/a636b1e8-3441-4680-8492-0ed04a1fb160"
      (reference "#PWR?") (unit 1) (value "-BATT") (footprint "")
    )
    (path "/a9f835c5-2635-454a-bb0e-8eaf10729810"
      (reference "#PWR?") (unit 1) (value "+5V") (footprint "")
    )
    (path "/aa4491af-1b52-4a57-b83b-8ab80ef85eca"
      (reference "#PWR?") (unit 1) (value "VCC") (footprint "")
    )
    (path "/d171d58a-54b1-4d18-b169-8ab17ff59415"
      (reference "#PWR?") (unit 1) (value "GND") (footprint "")
    )
    (path "/d4593aea-7e5d-47e6-bb3f-1a6f8c5a9076"
      (reference "#PWR?") (unit 1) (value "+BATT") (footprint "")
    )
    (path "/d5c25b02-839b-43c9-a7ca-50e1df71d3f4"
      (reference "#PWR?") (unit 1) (value "GND") (footprint "")
    )
    (path "/e038da98-b43d-4f87-aad4-90809784c1d3"
      (reference "#PWR?") (unit 1) (value "VCC") (footprint "")
    )
    (path "/e1483d82-5791-45ff-9f45-668a41e6b630"
      (reference "#PWR?") (unit 1) (value "-BATT") (footprint "")
    )
    (path "/3e7a3d2a-d071-48f6-afad-482138a4fe77"
      (reference "A?") (unit 1) (value "Arduino_Nano_Every") (footprint "Module:Arduino_Nano")
    )
    (path "/3a51076c-38ec-4b03-b8e7-271f7a4bcfe0"
      (reference "J?") (unit 1) (value "Conn speaker") (footprint "")
    )
    (path "/501188d5-7e4e-4430-b6f3-b6ff5712afbd"
      (reference "J?") (unit 1) (value "Conn battery") (footprint "")
    )
    (path "/68766b1d-dab7-48c0-b5d6-43f702c4395a"
      (reference "J?") (unit 1) (value "Conn cap sensor 1") (footprint "")
    )
    (path "/acfa0a7d-d1f6-4c82-878d-ec47dc0c2997"
      (reference "J?") (unit 1) (value "Conn cap sensor 2") (footprint "")
    )
    (path "/d62ce3b6-8656-4f66-8e0d-61a310466a8c"
      (reference "J?") (unit 1) (value "Conn jack DC") (footprint "")
    )
    (path "/2bd96160-8068-4094-8685-80727cd0e66c"
      (reference "Q?") (unit 1) (value "DMN2050L") (footprint "Package_TO_SOT_SMD:SOT-23")
    )
    (path "/b9e3a6a9-9d89-4301-af63-6b50da779861"
      (reference "R?") (unit 1) (value "4k7") (footprint "")
    )
    (path "/9f8e7c5b-5ae5-4ef7-bf3e-df087c734c45"
      (reference "SW?") (unit 1) (value "SW_Position_Sensor") (footprint "")
    )
    (path "/6aa1302d-76d5-4825-8ce0-d0f6a864a07f"
      (reference "U?") (unit 1) (value "GY-521") (footprint "")
    )
    (path "/8bc63e92-5606-466f-9669-2f550a0c456d"
      (reference "U?") (unit 1) (value "DFR0534") (footprint "")
    )
    (path "/dfb787c8-3942-4d00-8847-691d5108dccb"
      (reference "U?") (unit 1) (value "HW-107") (footprint "")
    )
  )
)