Skip to content
Snippets Groups Projects
_saved_LoRaTracker_BaseBoard_V2.sch 40.4 KiB
Newer Older
julian.quandt's avatar
julian.quandt 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 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732
	1    0    0    -1  
$EndComp
Wire Wire Line
	3700 1550 3850 1550
Wire Wire Line
	3700 1650 3850 1650
Wire Wire Line
	5250 1250 5350 1250
Wire Wire Line
	5250 1350 5350 1350
$Comp
L win:Q_PMOS_GDS Q1
U 1 1 5C39087D
P 1050 1000
F 0 "Q1" H 1241 1046 50  0000 L CNN
F 1 "Q_PMOS_GDS" H 1241 955 50  0000 L CNN
F 2 "TO_SOT_Packages_SMD:SOT-23" H 1250 1100 29  0001 C CNN
F 3 "" H 1050 1000 60  0000 C CNN
	1    1050 1000
	1    0    0    -1  
$EndComp
Text Notes 12300 2050 0    60   ~ 0
\nI desoldered Q1 + Q2 and made a wire from collector to emitter (both Q1/Q2). That directly routes the control signals to Reset/GPIO0. \n\nNow it is working ok. No more timing issues - I could even wait for 1sec between the 2 instructions.
Text Notes 12300 3300 0    60   ~ 0
The circuit is an XOR, and it exists for compatibility between the ESP8266 and the Arduino IDE Serial Monitor.\n\nIf you hold GPIO0 low while RST is low, it puts the ESP8266 in bootloader mode instead of just restarting the firmware. When communicating through a Serial connection, the ESP8266 uses GPIO0 as the RTS signal for flow control.\n\nThe Arduino IDE uses both the DTR and RTS signals to reset a chip and launch the bootloader, but its standard signals would put the ESP8266 into flash programming mode instead of just resetting the serial interface.\n\nThe XOR allows the Serial connection to use RTS for flow control while the regular firmware is running, but prevents GPIO0 from being held low during reset.
$Comp
L Transistor_BJT:MBT3946DW1T1 Q4
U 1 1 5C3D577F
P 6000 3650
F 0 "Q4" H 6191 3696 50  0000 L CNN
F 1 "MBT3946DW1T1" H 6191 3605 50  0000 L CNN
F 2 "TO_SOT_Packages_SMD:SOT-363_SC-70-6_Handsoldering" H 6200 3750 50  0001 C CNN
F 3 "http://www.onsemi.com/pub_link/Collateral/MBT3946DW1T1-D.PDF" H 6000 3650 50  0001 C CNN
	1    6000 3650
	1    0    0    -1  
$EndComp
$Comp
L Transistor_BJT:MBT3946DW1T1 Q4
U 2 1 5C3D5844
P 6000 4400
F 0 "Q4" H 6191 4446 50  0000 L CNN
F 1 "MBT3946DW1T1" H 6191 4355 50  0000 L CNN
F 2 "TO_SOT_Packages_SMD:SOT-363_SC-70-6_Handsoldering" H 6200 4500 50  0001 C CNN
F 3 "http://www.onsemi.com/pub_link/Collateral/MBT3946DW1T1-D.PDF" H 6000 4400 50  0001 C CNN
	2    6000 4400
	1    0    0    -1  
$EndComp
Wire Wire Line
	5250 3650 5350 3650
Connection ~ 5350 3650
$Comp
L Device:C C7
U 1 1 5C400C06
P 650 5300
F 0 "C7" H 765 5346 50  0000 L CNN
F 1 "0u1" H 765 5255 50  0000 L CNN
F 2 "Capacitors_SMD:C_0603_HandSoldering" H 688 5150 50  0001 C CNN
F 3 "~" H 650 5300 50  0001 C CNN
	1    650  5300
	1    0    0    -1  
$EndComp
$Comp
L power:GND #PWR01
U 1 1 5C400DC0
P 650 5500
F 0 "#PWR01" H 650 5250 50  0001 C CNN
F 1 "GND" H 655 5327 50  0000 C CNN
F 2 "" H 650 5500 50  0001 C CNN
F 3 "" H 650 5500 50  0001 C CNN
	1    650  5500
	1    0    0    -1  
$EndComp
Wire Wire Line
	650  5450 650  5500
Wire Wire Line
	650  5150 650  5100
Text Notes 550  1500 0    60   ~ 0
NSR0320MW2T1G\n
Wire Wire Line
	1550 5550 1500 5550
Wire Wire Line
	650  5000 650  5100
Connection ~ 650  5100
Wire Wire Line
	9800 850  9800 950 
Connection ~ 9800 950 
Wire Wire Line
	9800 950  9800 1000
Wire Wire Line
	5350 4150 6000 4150
Wire Notes Line
	500  2400 3150 2400
Wire Notes Line
	4150 4100 4150 7800
Wire Notes Line
	7400 4900 7400 6550
Wire Notes Line
	450  4100 4800 4100
Wire Notes Line
	3150 450  3150 4100
Wire Notes Line
	6000 450  6000 3050
Wire Wire Line
	6100 3350 6100 3450
Wire Wire Line
	5350 4050 6100 4050
Wire Wire Line
	6150 4650 6100 4650
Wire Wire Line
	6100 4650 6100 4600
Wire Wire Line
	5250 4400 5350 4400
Wire Wire Line
	5350 4150 5350 4400
Connection ~ 5350 4400
Wire Wire Line
	5350 4400 5450 4400
Wire Wire Line
	5800 4400 5750 4400
Wire Notes Line
	4800 3050 4800 4900
Wire Notes Line
	7000 4900 7000 3050
Wire Notes Line
	4800 4900 9650 4900
Wire Notes Line
	9550 4900 9550 6550
Wire Notes Line
	6950 7650 6950 7800
Wire Notes Line
	6950 7800 7000 7800
$Comp
L SparkfunConnectors:M01NOSILK-KIT JP9
U 1 1 5C4617E5
P 5050 7300
F 0 "JP9" H 4922 7254 50  0000 R CNN
F 1 "M01NOSILK-KIT" H 4922 7345 50  0000 R CNN
F 2 "Pin_Headers:Pin_Header_Straight_1x01_Pitch2.54mm" H 5080 7450 20  0001 C CNN
F 3 "" H 5050 7300 60  0000 C CNN
	1    5050 7300
	-1   0    0    1   
$EndComp
$Comp
L SparkfunConnectors:M01NOSILK-KIT JP13
U 1 1 5C46185F
P 5050 7600
F 0 "JP13" H 4922 7554 50  0000 R CNN
F 1 "M01NOSILK-KIT" H 4922 7645 50  0000 R CNN
F 2 "Pin_Headers:Pin_Header_Straight_1x01_Pitch2.54mm" H 5080 7750 20  0001 C CNN
F 3 "" H 5050 7600 60  0000 C CNN
	1    5050 7600
	-1   0    0    1   
$EndComp
Text GLabel 3450 5250 2    50   Input ~ 0
SCL
Text GLabel 3450 5150 2    50   Input ~ 0
SDA
Wire Wire Line
	3250 5150 3450 5150
Text GLabel 2050 6900 3    60   Input ~ 0
MP_BUTTON
Text GLabel 4550 7300 0    50   Input ~ 0
SDA
Wire Wire Line
	4750 7300 4550 7300
Text GLabel 4550 7600 0    50   Input ~ 0
SCL
Wire Wire Line
	4750 7600 4550 7600
Wire Wire Line
	6400 5300 6400 5200
NoConn ~ 2850 6800
NoConn ~ 2750 6800
NoConn ~ 1550 6350
Wire Wire Line
	3450 6050 3250 6050
Text GLabel 1450 5950 0    50   Input ~ 0
GPIO_25
Wire Wire Line
	1500 1300 1800 1300
Wire Wire Line
	1900 1400 1800 1400
Wire Wire Line
	2050 6800 2050 6900
Text GLabel 7700 3650 0    60   Input ~ 0
3V3_EN
$Comp
L Device:R R13
U 1 1 5C7AD980
P 7950 3500
F 0 "R13" H 8020 3546 50  0000 L CNN
F 1 "100" H 8020 3455 50  0000 L CNN
F 2 "Resistors_SMD:R_0603_HandSoldering" V 7880 3500 50  0001 C CNN
F 3 "~" H 7950 3500 50  0001 C CNN
	1    7950 3500
	0    -1   -1   0   
$EndComp
$Comp
L MBRA160T3G:MBRA160T3G D4
U 1 1 5C7B5CFB
P 8550 3750
F 0 "D4" H 8550 3967 50  0000 C CNN
F 1 "MBRA160T3G" H 8550 3876 50  0000 C CNN
F 2 "adafruit:SOD-323F" H 8550 3750 50  0001 L BNN
F 3 "MBRA160T3G" H 8550 3750 50  0001 L BNN
F 4 "Unavailable" H 8550 3750 50  0001 L BNN "Feld4"
F 5 "DO-214 ON Semiconductor" H 8550 3750 50  0001 L BNN "Feld5"
F 6 "ON Semiconductor" H 8550 3750 50  0001 L BNN "Feld6"
F 7 "None" H 8550 3750 50  0001 L BNN "Feld7"
F 8 "MBRA Series 60 V 1 A Surface Mount Schottky Power Rectifier CASE-403D" H 8550 3750 50  0001 L BNN "Feld8"
	1    8550 3750
	0    1    1    0   
$EndComp
Wire Wire Line
	8500 3500 8550 3500
Wire Wire Line
	8550 3600 8550 3500
Wire Wire Line
	8550 3900 8550 3950
Wire Wire Line
	8550 3950 8450 3950
$Comp
L Device:C C6
U 1 1 5C83EAE2
P 8450 4150
F 0 "C6" H 8565 4196 50  0000 L CNN
F 1 "47uF" H 8565 4105 50  0000 L CNN
F 2 "Capacitors_SMD:C_0805_HandSoldering" H 8488 4000 50  0001 C CNN
F 3 "~" H 8450 4150 50  0001 C CNN
	1    8450 4150
	1    0    0    -1  
$EndComp
Wire Wire Line
	8450 4000 8450 3950
Connection ~ 8450 3950
Wire Wire Line
	8450 3950 8200 3950
$Comp
L power:GND #PWR06
U 1 1 5C847DBE
P 8450 4400
F 0 "#PWR06" H 8450 4150 50  0001 C CNN
F 1 "GND" H 8455 4227 50  0000 C CNN
F 2 "" H 8450 4400 50  0001 C CNN
F 3 "" H 8450 4400 50  0001 C CNN
	1    8450 4400
	1    0    0    -1  
$EndComp
Wire Wire Line
	8450 4300 8450 4400
$Comp
L Device:R R5
U 1 1 5C876BD7
P 7950 3950
F 0 "R5" H 7700 4000 50  0000 L CNN
F 1 "10k" H 7700 3900 50  0000 L CNN
F 2 "Resistors_SMD:R_0603_HandSoldering" V 7880 3950 50  0001 C CNN
F 3 "~" H 7950 3950 50  0001 C CNN
	1    7950 3950
	0    1    1    0   
$EndComp
Wire Wire Line
	8100 3950 8200 3950
Connection ~ 8200 3950
Wire Wire Line
	1550 5950 1450 5950
$Comp
L Device:C C3
U 1 1 5C89C077
P 900 7150
F 0 "C3" H 1015 7196 50  0000 L CNN
F 1 "0u1F" H 1015 7105 50  0000 L CNN
F 2 "Capacitors_SMD:C_0805_HandSoldering" H 938 7000 50  0001 C CNN
F 3 "~" H 900 7150 50  0001 C CNN
	1    900  7150
	1    0    0    -1  
$EndComp
$Comp
L power:GND #PWR04
U 1 1 5C89C0F5
P 900 7400
F 0 "#PWR04" H 900 7150 50  0001 C CNN
F 1 "GND" H 905 7227 50  0000 C CNN
F 2 "" H 900 7400 50  0001 C CNN
F 3 "" H 900 7400 50  0001 C CNN
	1    900  7400
	1    0    0    -1  
$EndComp
$Comp
L LoRaTracker_M8Q-rescue:+3.3V- #PWR03
U 1 1 5C89C16C
P 900 6800
F 0 "#PWR03" H 900 6650 50  0001 C CNN
F 1 "+3.3V" H 900 6940 50  0000 C CNN
F 2 "" H 900 6800 50  0001 C CNN
F 3 "" H 900 6800 50  0001 C CNN
	1    900  6800
	1    0    0    -1  
$EndComp
Wire Wire Line
	900  6800 900  7000
Wire Wire Line
	900  7300 900  7400
$Comp
L power:GND #PWR07
U 1 1 5C8AEFEE
P 8350 2200
F 0 "#PWR07" H 8350 1950 50  0001 C CNN
F 1 "GND" H 8355 2027 50  0000 C CNN
F 2 "" H 8350 2200 50  0001 C CNN
F 3 "" H 8350 2200 50  0001 C CNN
	1    8350 2200
	1    0    0    -1  
$EndComp
$Comp
L Device:C C8
U 1 1 5C8AF065
P 8350 1750
F 0 "C8" H 8465 1796 50  0000 L CNN
F 1 "4u7F" H 8465 1705 50  0000 L CNN
F 2 "Capacitors_SMD:C_0603_HandSoldering" H 8388 1600 50  0001 C CNN
F 3 "~" H 8350 1750 50  0001 C CNN
	1    8350 1750
	1    0    0    -1  
$EndComp
Wire Wire Line
	8350 1900 8350 2200
NoConn ~ 3250 6150
$Comp
L LoRaTracker_M8Q-rescue:+3.3V- #PWR09
U 1 1 5C8DFD63
P 8350 1100
F 0 "#PWR09" H 8350 950 50  0001 C CNN
F 1 "+3.3V" H 8350 1240 50  0000 C CNN
F 2 "" H 8350 1100 50  0001 C CNN
F 3 "" H 8350 1100 50  0001 C CNN
	1    8350 1100
	1    0    0    -1  
$EndComp
Wire Wire Line
	8350 1100 8350 1600
$Comp
L Device:LED D2
U 1 1 5C915E3B
P 1950 3150
F 0 "D2" V 1988 3033 50  0000 R CNN
F 1 "LED" V 1897 3033 50  0000 R CNN
F 2 "LEDs:LED_0805_HandSoldering" H 1950 3150 50  0001 C CNN
F 3 "~" H 1950 3150 50  0001 C CNN
	1    1950 3150
	-1   0    0    1   
$EndComp
$Comp
L power:GND #PWR08
U 1 1 5C916095
P 2200 3150
F 0 "#PWR08" H 2200 2900 50  0001 C CNN
F 1 "GND" H 2205 2977 50  0000 C CNN
F 2 "" H 2200 3150 50  0001 C CNN
F 3 "" H 2200 3150 50  0001 C CNN
	1    2200 3150
	0    -1   -1   0   
$EndComp
NoConn ~ 1550 6050
$Comp
L Device:R R6
U 1 1 5C94880A
P 9050 3750
F 0 "R6" H 9120 3796 50  0000 L CNN
F 1 "100k" H 9120 3705 50  0000 L CNN
F 2 "Resistors_SMD:R_0603_HandSoldering" V 8980 3750 50  0001 C CNN
F 3 "~" H 9050 3750 50  0001 C CNN
	1    9050 3750
	1    0    0    -1  
$EndComp
$Comp
L power:GND #PWR010
U 1 1 5C9488C4
P 9050 4400
F 0 "#PWR010" H 9050 4150 50  0001 C CNN
F 1 "GND" H 9055 4227 50  0000 C CNN
F 2 "" H 9050 4400 50  0001 C CNN
F 3 "" H 9050 4400 50  0001 C CNN
	1    9050 4400
	1    0    0    -1  
$EndComp
Wire Wire Line
	9050 3900 9050 4400
Wire Wire Line
	9050 3600 9050 3500
Wire Wire Line
	9050 3500 9300 3500
Wire Wire Line
	10400 1800 10700 1800
Text GLabel 10700 1800 2    60   Input ~ 0
USB_DP
Wire Wire Line
	10400 1700 10700 1700
Text GLabel 10700 1700 2    60   Input ~ 0
USB_DM
Wire Wire Line
	10650 1600 10400 1600
$Comp
L power:VBUS #PWR0117
U 1 1 5C10ED2D
P 10650 1600
F 0 "#PWR0117" H 10650 1450 50  0001 C CNN
F 1 "VBUS" H 10665 1773 50  0000 C CNN
F 2 "" H 10650 1600 50  0001 C CNN
F 3 "" H 10650 1600 50  0001 C CNN
	1    10650 1600
	0    1    1    0   
$EndComp
Wire Wire Line
	10650 1500 10400 1500
$Comp
L power:GND #PWR0116
U 1 1 5C1091A8
P 10650 1500
F 0 "#PWR0116" H 10650 1250 50  0001 C CNN
F 1 "GND" H 10655 1327 50  0000 C CNN
F 2 "" H 10650 1500 50  0001 C CNN
F 3 "" H 10650 1500 50  0001 C CNN
	1    10650 1500
	0    -1   -1   0   
$EndComp
$Comp
L SparkfunConnectors:USBSMD M1
U 1 1 5C108F26
P 10300 1500
F 0 "M1" H 10344 1285 50  0000 C CNN
F 1 "USBSMD" H 10344 1376 50  0000 C CNN
F 2 "SparkFun-Connectors:USB-MICROB" H 10330 1650 20  0001 C CNN
F 3 "" H 10300 1500 60  0000 C CNN
	1    10300 1500
	-1   0    0    1   
$EndComp
Text Notes 7350 4800 0    50   ~ 0
Check C6 and R11 Value\nCheck if R5 can be replaced by shottky diode 
Text GLabel 1800 1150 1    50   Input ~ 0
V_IN
Wire Wire Line
	1800 1150 1800 1300
Connection ~ 1800 1300
Wire Wire Line
	1800 1300 1900 1300
Text GLabel 7700 3200 1    50   Input ~ 0
V_IN
Wire Wire Line
	7700 3200 7700 3500
Text GLabel 7650 3950 0    50   Input ~ 0
GPIO_25
Wire Wire Line
	7650 3950 7800 3950
Wire Wire Line
	7700 3650 8200 3650
Wire Wire Line
	8200 3650 8200 3950
Wire Wire Line
	6400 5600 6400 5700
Text GLabel 1500 5650 0    50   Input ~ 0
Batt_Mon
Wire Wire Line
	1550 5650 1500 5650
Text GLabel 6200 5700 0    50   Input ~ 0
Batt_Mon
Wire Wire Line
	6200 5700 6400 5700
Connection ~ 6400 5700
Wire Wire Line
	6400 5700 6400 5850
$Comp
L win:Q_PMOS_GDS Q2
U 1 1 5C7B0E66
P 5350 5500
F 0 "Q2" H 5541 5546 50  0000 L CNN
F 1 "Q_PMOS_GDS" H 5541 5455 50  0000 L CNN
F 2 "TO_SOT_Packages_SMD:SOT-23" H 5550 5600 29  0001 C CNN
F 3 "" H 5350 5500 60  0000 C CNN
	1    5350 5500
	1    0    0    -1  
$EndComp
$Comp
L SparkfunConnectors:M04SMD J2
U 1 1 5C7B1258
P 5500 6800
F 0 "J2" H 5272 6804 50  0000 R CNN
F 1 "M04SMD" H 5272 6895 50  0000 R CNN
F 2 "SparkFun-Connectors:1X04_SMD_STRAIGHT_COMBO" H 5530 6950 20  0001 C CNN
F 3 "" H 5500 6800 60  0000 C CNN
	1    5500 6800
	-1   0    0    1   
$EndComp
$Comp
L Device:R R7
U 1 1 5C7B14F2
P 5100 5700
F 0 "R7" H 4850 5750 50  0000 L CNN
F 1 "10k" H 4850 5650 50  0000 L CNN
F 2 "Resistors_SMD:R_0603_HandSoldering" V 5030 5700 50  0001 C CNN
F 3 "~" H 5100 5700 50  0001 C CNN
	1    5100 5700
	-1   0    0    1   
$EndComp
Text GLabel 4950 5500 0    60   Input ~ 0
GNSS_ON_OFF
$Comp
L power:GND #PWR02
U 1 1 5C7B1877
P 5100 6000
F 0 "#PWR02" H 5100 5750 50  0001 C CNN
F 1 "GND" H 5105 5827 50  0000 C CNN
F 2 "" H 5100 6000 50  0001 C CNN
F 3 "" H 5100 6000 50  0001 C CNN
	1    5100 6000
	1    0    0    -1  
$EndComp
Wire Wire Line
	4950 5500 5100 5500
Wire Wire Line
	5100 5550 5100 5500
Connection ~ 5100 5500
Wire Wire Line
	5100 5500 5150 5500
Wire Wire Line
	5100 5850 5100 6000
$Comp
L LoRaTracker_M8Q-rescue:+3.3V- #PWR012
U 1 1 5C7CB49B
P 5450 5100
F 0 "#PWR012" H 5450 4950 50  0001 C CNN
F 1 "+3.3V" H 5450 5240 50  0000 C CNN
F 2 "" H 5450 5100 50  0001 C CNN
F 3 "" H 5450 5100 50  0001 C CNN
	1    5450 5100
	1    0    0    -1  
$EndComp
Wire Wire Line
	5450 5100 5450 5300
Text GLabel 5450 5850 3    50   Input ~ 0
GNSS_VCC
Wire Wire Line
	5450 5700 5450 5850
Text GLabel 5100 7000 0    50   Input ~ 0
GNSS_VCC
Wire Wire Line
	5300 6700 5100 6700
Text GLabel 5100 6900 0    60   Input ~ 0
GNSS_RXD
Text GLabel 5100 6800 0    60   Input ~ 0
GNSS_TXD
Wire Wire Line
	5300 6800 5100 6800
Wire Wire Line
	5300 6900 5100 6900
Wire Wire Line
	5300 7000 5100 7000
$Comp
L power:GND #PWR05
U 1 1 5C813ECE
P 5100 6700
F 0 "#PWR05" H 5100 6450 50  0001 C CNN
F 1 "GND" H 5105 6527 50  0000 C CNN
F 2 "" H 5100 6700 50  0001 C CNN
F 3 "" H 5100 6700 50  0001 C CNN
	1    5100 6700
	0    1    1    0   
$EndComp
Text GLabel 3500 3600 0    60   Input ~ 0
3V3_EN
Wire Wire Line
	7700 3500 7800 3500
$Comp
L Device:R R9
U 1 1 5C884A92
P 8800 3500
F 0 "R9" H 8870 3546 50  0000 L CNN
F 1 "47k" H 8870 3455 50  0000 L CNN
F 2 "Resistors_SMD:R_0603_HandSoldering" V 8730 3500 50  0001 C CNN
F 3 "~" H 8800 3500 50  0001 C CNN
	1    8800 3500
	0    -1   -1   0   
$EndComp
Wire Wire Line
	8950 3500 9050 3500
Connection ~ 9050 3500
Wire Wire Line
	8650 3500 8550 3500
Connection ~ 8550 3500
$Comp
L SMD-BUTTON_4P-5.2X5.2X1.5MM-SKQGADE010_:SMD-BUTTON(4P-5.2X5.2X1.5MM-SKQGADE010) SW2
U 1 1 5C779A8E
P 9250 2850
F 0 "SW2" H 9250 3217 50  0000 C CNN
F 1 "SMD-BUTTON(4P-5.2X5.2X1.5MM-SKQGADE010)" H 9250 3126 50  0000 C CNN
F 2 "SMD-BUTTON_4P-5.2X5.2X1.5MM-SKQGADE010_:SW4-SMD-5.2X5.2X1.5MM" H 9250 2850 50  0001 L BNN
F 3 "FakePackage u" H 9250 2850 50  0001 L BNN
F 4 "None" H 9250 2850 50  0001 L BNN "Feld4"
F 5 "Unavailable" H 9250 2850 50  0001 L BNN "Feld5"
F 6 "Switch Tactile N.O. SPST Round Button Gull Wing 0.05A 12VDC 2.55N SMD T/R" H 9250 2850 50  0001 L BNN "Feld6"
F 7 "SKQGADE010" H 9250 2850 50  0001 L BNN "Feld7"
F 8 "ALPS" H 9250 2850 50  0001 L BNN "Feld8"
	1    9250 2850
	1    0    0    -1  
$EndComp
Wire Wire Line
	8100 3500 8100 2750
Wire Wire Line
	8100 2750 8900 2750
Wire Wire Line
	8500 3500 8500 2950
Wire Wire Line
	8500 2950 8900 2950
Text Notes 700  2700 0    50   ~ 0
https://de.rs-online.com/web/p/leds-sichtbares-licht/8399926/
Wire Wire Line
	1600 3150 1800 3150
Wire Wire Line
	2100 3150 2200 3150
Wire Wire Line
	8250 5250 8450 5250
$Comp
L LED:ASMT-YTB7-0AA02 D5
U 1 1 5C803EF6
P 10550 4150
F 0 "D5" H 10550 4517 50  0000 C CNN
F 1 "ASMT-YTB7-0AA02" H 10550 4426 50  0000 C CNN
F 2 "LED_SMD:LED_Avago_PLCC6_3x2.8mm" H 10350 3830 50  0001 L CNN
F 3 "https://docs.broadcom.com/docs/AV02-3793EN" H 10700 4150 50  0001 L CNN
	1    10550 4150
	1    0    0    -1  
$EndComp
Text GLabel 8750 6000 3    50   Input ~ 0
Stat
Wire Wire Line
	8750 6000 8750 5850
Connection ~ 8750 5850
$Comp
L Device:R R17
U 1 1 5C80D21A
P 9950 4250
F 0 "R17" H 9750 4300 50  0000 L CNN
F 1 "100" H 9750 4200 50  0000 L CNN
F 2 "Resistors_SMD:R_0603_HandSoldering" V 9880 4250 50  0001 C CNN
F 3 "~" H 9950 4250 50  0001 C CNN
	1    9950 4250
	0    -1   -1   0   
$EndComp
$Comp
L Device:R R14
U 1 1 5C80D2D8
P 9950 4150
F 0 "R14" H 9750 4200 50  0000 L CNN
F 1 "100" H 9750 4100 50  0000 L CNN
F 2 "Resistors_SMD:R_0603_HandSoldering" V 9880 4150 50  0001 C CNN
F 3 "~" H 9950 4150 50  0001 C CNN
	1    9950 4150
	0    -1   -1   0   
$EndComp
$Comp
L Device:R R11
U 1 1 5C80D352
P 9950 4050
F 0 "R11" H 9750 4100 50  0000 L CNN
F 1 "100" H 9750 4000 50  0000 L CNN
F 2 "Resistors_SMD:R_0603_HandSoldering" V 9880 4050 50  0001 C CNN
F 3 "~" H 9950 4050 50  0001 C CNN
	1    9950 4050
	0    -1   -1   0   
$EndComp
Text GLabel 10950 4250 2    50   Input ~ 0
Stat
Wire Wire Line
	10950 4250 10850 4250
Wire Wire Line
	10250 4250 10100 4250
$Comp
L power:VBUS #PWR0108
U 1 1 5C81F785
P 9700 4250
F 0 "#PWR0108" H 9700 4100 50  0001 C CNN
F 1 "VBUS" H 9715 4423 50  0000 C CNN
F 2 "" H 9700 4250 50  0001 C CNN
F 3 "" H 9700 4250 50  0001 C CNN
	1    9700 4250
	0    -1   -1   0   
$EndComp
Wire Wire Line
	9800 4250 9700 4250
Text GLabel 9650 4150 0    60   Input ~ 0
LED_GR
Wire Wire Line
	9650 4150 9800 4150
Wire Wire Line
	10100 4150 10250 4150
$Comp
L power:GND #PWR0112
U 1 1 5C83B6FD
P 10950 4150
F 0 "#PWR0112" H 10950 3900 50  0001 C CNN
F 1 "GND" H 10955 3977 50  0000 C CNN
F 2 "" H 10950 4150 50  0001 C CNN
F 3 "" H 10950 4150 50  0001 C CNN
	1    10950 4150
	0    -1   -1   0   
$EndComp
Wire Wire Line
	10950 4150 10850 4150
$Comp
L power:GND #PWR0113
U 1 1 5C844F0B
P 10950 4050
F 0 "#PWR0113" H 10950 3800 50  0001 C CNN
F 1 "GND" H 10955 3877 50  0000 C CNN
F 2 "" H 10950 4050 50  0001 C CNN
F 3 "" H 10950 4050 50  0001 C CNN
	1    10950 4050
	0    -1   -1   0   
$EndComp
Wire Wire Line
	10950 4050 10850 4050
Wire Wire Line
	10100 4050 10250 4050
Text GLabel 1450 6250 0    60   Input ~ 0
LED_RD
Wire Wire Line
	1450 6250 1550 6250
Text GLabel 9650 4050 0    60   Input ~ 0
LED_RD
Wire Wire Line
	9800 4050 9650 4050
$EndSCHEMATC