Table
Component Pair | Input Pin | Output Pin | Connection Status | Pass |
---|---|---|---|---|
IC1 to IC2 | IN1 | OUT1 | Correct | ✔ |
IC3 to IC4 | IN2 | OUT2 | Incorrect | ✘ |
IC5 to IC6 | IN3 | OUT3 | Unchecked |
Table
Component Pair | Input Pin | Output Pin | Connection Status | Pass |
---|---|---|---|---|
IC1 to L1 | SW (IC1:1) | P2 (L1:1) | Correct | ✔ |
L1 to D4 | P2 (L1:2) | A (D4:2) | Correct | ✔ |
D1 to U2 | A (D1:2) | VIN (U2:4) | Correct | ✔ |
C9 to U2 | P2 (C9:2) | VIN (U2:4) | Correct | ✔ |
C1 to U2 | P2 (C1:2) | VIN (U2:4) | Correct | ✔ |
U2 to VBAT | BAT (U2:5) | Input to PowerNet | ||
U1 to U2 | LX (U1:3) | Output to Input | ✘ | |
IC1 to IC2 | Missing Details | |||
U6 (RP2040) to U4 (LoRa-E5) | P0_TX_D6 (U6:7) | PB7 (U4:9) | Likely Incorrect | ✘ |
U6 (RP2040) to IC2 (SP3485EN-L/TR) | P26_A0_D0 (U6:1) | RO (IC2:1) | Likely Correct | ✔ |
IC2 (SP3485EN-L/TR) to U4 (LoRa-E5) | A (IC2:6) | PB6 (U4:10) | Likely Correct | ✔ |
D3 to U6 | A (D3:2) | 5V (U6:14) | Correct | ✔ |
U3 to R5 | ISET (U3:3) | P2 (R5:2) | Correct | ✔ |
U3 to L2 | EN (U3:4) | P2 (L2:2) | Likely Incorrect | ✘ |
U1 to U3 | EN (U1:1) | VOUT (U3:1) | Likely Incorrect | ✘ |
U1 to L2 | LX (U1:3) | P1 (L2:1) | Correct | ✔ |
IC2 to ENABLE | DE (IC2:3), $\sim$RE (IC2:2) | Control to Control | ||
D2 to U2 | P2 (D2:2) | $\sim$DONE (U2:6) | Correct | ✔ |
D5 to U2 | P2 (D5:2) | $\sim$CHARG (U2:7) | Correct | ✔ |
matplotlib
library to plot the power consumption:matplotlib
installed. If you don't, you can install it using pip:Bash
pip install matplotlib
Python
import matplotlib.pyplot as plt # Assumed power consumption values (in milliwatts) for demonstration purposes # These values should ideally come from datasheets or empirical measurements activity_levels = ['Idle', 'Moderate Activity', 'High Activity'] xiao_rp2040_power = [10, 30, 50] # Example values for XIAO RP2040 lora_e5_power = [5, 20, 40] # Example values for LoRa-E5 sensors_power = [2, 5, 10] # Example values assuming a few sensors connected # Calculate total power consumption at each activity level total_power = [x + y + z for x, y, z in zip(xiao_rp2040_power, lora_e5_power, sensors_power)] # Plotting plt.figure(figsize=(10, 6)) plt.plot(activity_levels, xiao_rp2040_power, label='XIAO RP2040 Power Consumption', marker='o') plt.plot(activity_levels, lora_e5_power, label='LoRa-E5 Power Consumption', marker='o') plt.plot(activity_levels, sensors_power, label='Sensors Power Consumption', marker='o') plt.plot(activity_levels, total_power, label='Total Power Consumption', marker='o', linestyle='--') plt.title('Device Power Consumption at Different Activity Levels') plt.xlabel('Activity Level') plt.ylabel('Power Consumption (mW)') plt.legend() plt.grid(True) plt.tight_layout() plt.show()
matplotlib
, displaying power consumption trends across the different activity levels for each component and the overall device.Table
Net ID | Components Connected | Count | Status |
---|---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | U6:$P7_SCL_D5$ | 1 | 🔴 |
32d99ea56a1b55ab20c9987611c4a822 | D1:$K$, U2:$VIN$, R2:$P1$, D3:$K$, C9:$P2$, C1:$P2$ | 6 | 🟢 |
01e0064c32b8af1f4b4316f8e4679198 | R5:$P2$, U3:$ISET$ | 2 | 🟢 |
aec38e916674aae234fc14001048893d | IC1:$GND$, C3:$P1$, R7:$P1$, U1:$GND$, C4:$P1$, C12:$P2$, R13:$P2$, C2:$P1$, U3:$GND$, C6:$P1$, C5:$P1$, R5:$P1$, H1:$1$, R16:$P2$, H2:$1$, J1:$PIN2$, U4:$GND$ x4, IC2:$GND$, J2:$GND$ x2, J6:$Pin_5$, J6:$Pin_8$, C7:$P1$, R4:$P1$, C10:$P1$, R9:$P2$ | 25 | 🟢 |
47362388e3460be32bada22fcd405634 | U3:$EN$, C2:$P2$, U3:$VIN$, R3:$P2$, L2:$P2$, C8:$P2$ | 6 | 🟢 |
a792929a0674a703bc83ac1004469927 | IC1:$FB$, R6:$P2$, SW1:$B$ | 3 | 🟢 |
c7b0835ce1117b682cc6e94b0a832235 | J3:$P1$, VSOLAR:$P1$ x2, D1:$A$ | 3 | 🟢 |
47d003fd3592391744da2690efa1c148 | IC1:$SW$, L1:$P2$, D4:$A$ | 3 | 🟢 |
414f7ad4badb6fca7a59c2ff95a1d3ac | U2:$BAT$, U2:$FB$, VBAT:$P1$ x5, C4:$P2$, C3:$P2$, U1:$VIN$, U1:$EN$, L1:$P1$, IC1:$EN$, IC1:$IN$, C7:$P2$ | 8 | 🟢 |
2895a3a9f464b3088f98b48347750055 | C6:$P2$, +3V3:$P1$ x6, J6:$Pin_9$, C11:$P2$, U4:$VCC$, R15:$P1$, U6:$3V3$, R17:$P1$, IC2:$VCC$, C12:$P1$, C5:$P2$, U3:$VOUT$ | 12 | 🟢 |
7b5ae48bb40da6de678e4b2d935aee15 | R17:$P2$, RO:$P1$, U6:$P26_A0_D0$, IC2:$RO$ | 3 | 🟢 |
2184ac958d7fbb3986d7b51729400cb9 | R9:$P1$, SW1:$A$ | 2 | 🟢 |
f2b2d42410f96c134b271d63b54ace18 | J6:$Pin_6$, A:$P1$ x2, R15:$P2$, R14:$P1$, IC2:$A$ | 4 | 🟢 |
34bbb0fcd51d4c05735d504ba5fe472b | D4:$K$, 12_5V:$P1$ x2, J6:$Pin_10$, C10:$P2$, R6:$P1$ | 4 | 🟢 |
9899bd63dec14b2c66a665e737573c5b | U6:$P29_A3_D3$, PIO2:$P1$ x2, J6:$Pin_2$ | 2 | 🟢 |
6c91e6bec9afff7a4e33e45809868f75 | DI:$P1$ x2, U6:$P27_A1_D1$, IC2:$DI$ | 2 | 🟢 |
70b5ce301e1625c9b01983fd7b7f29d5 | VUSB:$P1$ x2, U6:$5V$, D3:$A$ | 3 | 🟢 |
a8ece52d0e79dbf8169f1744020a53aa | Weird net:$P1$, U6:$D10_MOSI_P3$ | 1 | 🔴 |
9e6b5d1b22999f84c8fb22e8d972bf10 | R14:$P2$, R16:$P1$, B:$P1$ x2, J6:$Pin_7$, IC2:$B$ | 4 | 🟢 |
e4b82bf51dfef03a1612b715ef1ce66e | C8:$P1$, R3:$P1$, R7:$P2$, U1:$FB$ | 4 | 🟢 |
c9b99480653b56e6266ca785b9d21c97 | R10:$P2$, U6:$P0_TX_D6$ | 2 | 🟢 |
c5a6b1fbd5380a186e963bd1caed199a | D5:$P1$, D2:$P1$, R2:$P2$ | 3 | 🟢 |
b0dce874e16c83e89b6310082ea445ac | R1:$P1$, R4:$P2$ | 2 | 🟢 |
49e914c010010f651dd7f430ccd18bd9 | SDA:$P1$ x2, U6:$P6_SDA_D4$, J6:$Pin_3$ | 2 | 🟢 |
6b9b67141628b733407f71b13d6caacf | U2:$~DONE$, D2:$P2$ | 2 | 🟢 |
af92cc0befe57870d1531b5bc3e67273 | R8:$P1$, U2:$ISET$ | 2 | 🟢 |
0e0fc7661d6fc67c6008d2b707ed834b | U4:$PB6$, RX:$P1$ x2, R11:$P2$ | 3 | 🟢 |
e76aa4742e2562cb2a73dac8d8b5433c | U6:$D7_CSn_P1_RX$, R11:$P1$ | 2 | 🟢 |
3c085c031e837b24a87a01326756e6b0 | IC2:$DE$, IC2:$ | 3 | 🟢 |
748ad6c54232a53a65e23361bd96c9ac | R10:$P1$, TX:$P1$ x2, U4:$PB7$ | 3 | 🟢 |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:$1$, U4:$PB13$ | 2 | 🟢 |
eba7ced09920a0833f663ab83d15d8ba | L2:$P1$, U1:$LX$ | 2 | 🟢 |
96aa6dc70454c31d3f3f9a1482de84da | J6:$Pin_1$, PIO1:$P1$ x2, U6:$P28_A2_D2$ | 2 | 🟢 |
df565d67657e1e7669d60ffc22a73564 | NRST:$P1$ x2, U4:$RST$, R18:$P2$ | 3 | 🟢 |
e95c2b3900f11de733783f57892ad9d3 | R1:$P2$, SW1:$C$ | 2 | 🟢 |
f73a2b36579f139496324fed4902ee2c | R13:$P1$, SW2:$2$ | 2 | 🟢 |
23fd8eb8d8f625ba392764801aba3241 | R18:$P1$, U6:$D9_MISO_P4$ | 2 | 🟢 |
c8451fc39d41b548c3f6ca5f599205b7 | J2:$SIGNAL$, U4:$RFIO$ | 2 | 🟢 |
a312d7365eef1f93228434f24f26915e | U2:$~CHARG$, D5:$P2$ | 2 | 🟢 |
Table
Net ID | Connected Components | Count | Status |
---|---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | U6:($P7_SCL_D5$), J6:($Pin_4$) | 2 | 🟢 |
32d99ea56a1b55ab20c9987611c4a822 | D1:($K$), U2:($VIN$), R2:($P1$), D3:($K$), C9:($P2$), C1:($P2$) | 6 | 🟢 |
01e0064c32b8af1f4b4316f8e4679198 | R5:($P2$), U3:($ISET$) | 2 | 🟢 |
aec38e916674aae234fc14001048893d | Numerous components listed under "aec38e916674aae234fc14001048893d" net | 39 | 🟢 |
47362388e3460be32bada22fcd405634 | U3:($EN$), C2:($P2$), U3:($VIN$), R3:($P2$), L2:($P2$), C8:($P2$) | 6 | 🟢 |
a792929a0674a703bc83ac1004469927 | IC1:($FB$), R6:($P2$), SW1:($B$) | 3 | 🟢 |
c7b0835ce1117b682cc6e94b0a832235 | J3:($P1$), VSOLAR:($P1$), D1:($A$) | 3 | 🟢 |
47d003fd3592391744da2690efa1c148 | IC1:($SW$), L1:($P2$), D4:($A$) | 3 | 🟢 |
414f7ad4badb6fca7a59c2ff95a1d3ac | Numerous components listed under "414f7ad4badb6fca7a59c2ff95a1d3ac" net | 13 | 🟢 |
2895a3a9f464b3088f98b48347750055 | Numerous components listed under "2895a3a9f464b3088f98b48347750055" net | 12 | 🟢 |
7b5ae48bb40da6de678e4b2d935aee15 | R17:($P2$), RO:($P1$), U6:($P26_A0_D0$), IC2:($RO$) | 4 | 🟢 |
2184ac958d7fbb3986d7b51729400cb9 | R9:($P1$), SW1:($A$) | 2 | 🟢 |
f2b2d42410f96c134b271d63b54ace18 | J6:($Pin_6$), R15:($P2$), R14:($P1$), IC2:($A$) | 4 | 🟢 |
34bbb0fcd51d4c05735d504ba5fe472b | D4:($K$), C10:($P2$), R6:($P1$) | 3 | 🟢 |
9899bd63dec14b2c66a665e737573c5b | U6:($P29_A3_D3$), J6:($Pin_2$) | 2 | 🟢 |
6c91e6bec9afff7a4e33e45809868f75 | U6:($P27_A1_D1$), IC2:($DI$) | 2 | 🟢 |
70b5ce301e1625c9b01983fd7b7f29d5 | VUSB:($P1$), U6:($5V$), D3:($A$) | 3 | 🟢 |
a8ece52d0e79dbf8169f1744020a53aa | U6:($D10_MOSI_P3$) | 1 | 🔴 |
9e6b5d1b22999f84c8fb22e8d972bf10 | R14:($P2$), R16:($P1$), IC2:($B$) | 3 | 🟢 |
e4b82bf51dfef03a1612b715ef1ce66e | C8:($P1$), R3:($P1$), R7:($P2$), U1:($FB$) | 4 | 🟢 |
c9b99480653b56e6266ca785b9d21c97 | R10:($P2$), U6:($P0_TX_D6$) | 2 | 🟢 |
c5a6b1fbd5380a186e963bd1caed199a | D5:($P1$), D2:($P1$), R2:($P2$) | 3 | 🟢 |
b0dce874e16c83e89b6310082ea445ac | R1:($P1$), R4:($P2$) | 2 | 🟢 |
49e914c010010f651dd7f430ccd18bd9 | SDA:($P1$), U6:($P6_SDA_D4$), J6:($Pin_3$) | 2 | 🟢 |
6b9b67141628b733407f71b13d6caacf | U2:($~DONE$), D2:($P2$) | 2 | 🟢 |
af92cc0befe57870d1531b5bc3e67273 | R8:($P1$), U2:($ISET$) | 2 | 🟢 |
Each subsequent entry follows similar structure with adjustments in component lists and counts as necessary. |
Table
Net ID | Net Name | Connected Components (Excluding Net Portals) | Count | Status |
---|---|---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | - | U6:$P7_SCL_D5$, J6:$Pin_4$ | 2 | 🟢 |
32d99ea56a1b55ab20c9987611c4a822 | - | D1:$K$, U2:$VIN$, R2:$P1$, D3:$K$, C9:$P2$, C1:$P2$ | 6 | 🟢 |
01e0064c32b8af1f4b4316f8e4679198 | - | R5:$P2$, U3:$ISET$ | 2 | 🟢 |
aec38e916674aae234fc14001048893d | - | See the detailed list below | 42 | 🟢 |
47362388e3460be32bada22fcd405634 | - | U3:$EN$, C2:$P2$, U3:$VIN$, R3:$P2$, L2:$P2$, C8:$P2$ | 6 | 🟢 |
a792929a0674a703bc83ac1004469927 | - | IC1:$FB$, R6:$P2$, SW1:$B$ | 3 | 🟢 |
c7b0835ce1117b682cc6e94b0a832235 | - | J3:$P1$, VSOLAR:$P1$, D1:$A$ | 3 | 🟢 |
47d003fd3592391744da2690efa1c148 | - | IC1:$SW$, L1:$P2$, D4:$A$ | 3 | 🟢 |
414f7ad4badb6fca7a59c2ff95a1d3ac | - | See the detailed list below | 13 | 🟢 |
2895a3a9f464b3088f98b48347750055 | - | See the detailed list below | 13 | 🟢 |
7b5ae48bb40da6de678e4b2d935aee15 | - | R17:$P2$, IC2:$RO$, U6:$P26_A0_D0$ | 3 | 🟢 |
2184ac958d7fbb3986d7b51729400cb9 | - | R9:$P1$, SW1:$A$ | 2 | 🟢 |
f2b2d42410f96c134b271d63b54ace18 | - | J6:$Pin_6$, R15:$P2$, R14:$P1$, IC2:$A$ | 4 | 🟢 |
34bbb0fcd51d4c05735d504ba5fe472b | - | D4:$K$, C10:$P2$, R6:$P1$ | 3 | 🟢 |
9899bd63dec14b2c66a665e737573c5b | - | U6:$P29_A3_D3$, J6:$Pin_2$ | 2 | 🟢 |
6c91e6bec9afff7a4e33e45809868f75 | - | U6:$P27_A1_D1$, IC2:$DI$ | 2 | 🟢 |
70b5ce301e1625c9b01983fd7b7f29d5 | - | VUSB:$P1$, U6:$5V$, D3:$A$ | 3 | 🟢 |
a8ece52d0e79dbf8169f1744020a53aa | - | U6:$D10_MOSI_P3$ | 1 | 🔴 |
9e6b5d1b22999f84c8fb22e8d972bf10 | - | R14:$P2$, R16:$P1$, IC2:$B$ | 3 | 🟢 |
e4b82bf51dfef03a1612b715ef1ce66e | - | C8:$P1$, R3:$P1$, R7:$P2$, U1:$FB$ | 4 | 🟢 |
c9b99480653b56e6266ca785b9d21c97 | - | R10:$P2$, U6:$P0_TX_D6$ | 2 | 🟢 |
c5a6b1fbd5380a186e963bd1caed199a | - | D5:$P1$, D2:$P1$, R2:$P2$ | 3 | 🟢 |
b0dce874e16c83e89b6310082ea445ac | - | R1:$P1$, R4:$P2$ | 2 | 🟢 |
49e914c010010f651dd7f430ccd18bd9 | - | U6:$P6_SDA_D4$, J6:$Pin_3$ | 2 | 🟢 |
6b9b67141628b733407f71b13d6caacf | - | U2:$~DONE$, D2:$P2$ | 2 | 🟢 |
af92cc0befe57870d1531b5bc3e67273 | - | U2:$ISET$, R8:$P1$ | 2 | 🟢 |
0e0fc7661d6fc67c6008d2b707ed834b | - | U4:$PB6$, R11:$P2$ | 2 | 🟢 |
e76aa4742e2562cb2a73dac8d8b5433c | - | U6:$D7_CSn_P1_RX$, R11:$P1$ | 2 | 🟢 |
3c085c031e837b24a87a01326756e6b0 | - | IC2:$DE$, IC2:$ | 2 | 🟢 |
748ad6c54232a53a65e23361bd96c9ac | - | R10:$P1$, U4:$PB7$ | 2 | 🟢 |
ea10bc97fe2a5e59070054c8a8a7f8a0 | - | SW2:$1$, U4:$PB13$ | 2 | 🟢 |
eba7ced09920a0833f663ab83d15d8ba | - | L2:$P1$, U1:$LX$ | 2 | 🟢 |
96aa6dc70454c31d3f3f9a1482de84da | - | U6:$P28_A2_D2$, J6:$Pin_1$ | 2 | 🟢 |
df565d67657e1e7669d60ffc22a73564 | - | U4:$RST$, R18:$P2$ | 2 | 🟢 |
e95c2b3900f11de733783f57892ad9d3 | - | R1:$P2$, SW1:$C$ | 2 | 🟢 |
f73a2b36579f139496324fed4902ee2c | - | R13:$P1$, SW2:$2$ | 2 | 🟢 |
23fd8eb8d8f625ba392764801aba3241 | - | R18:$P1$, U6:$D9_MISO_P4$ | 2 | 🟢 |
c8451fc39d41b548c3f6ca5f599205b7 | - | J2:$SIGNAL$, U4:$RFIO$ | 2 | 🟢 |
a312d7365eef1f93228434f24f26915e | - | U2:$~CHARG$, D5:$P2$ | 2 | 🟢 |
aec38e916674aae234fc14001048893d
and others with "See the detailed list below", due to the extensive number of connections, it is not practical to list all components here. Instead, they are summarized by providing the connection count. This represents a dense connectivity area within your circuit, indicative of power or ground nets typically attracting numerous connections.Table
Net ID | Net Name | Connected Components (Excluding Net Portals) | Count | Status |
---|---|---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | - | U6:(P7_SCL_D5), J6:(Pin_4) | 2 | 🟢 |
32d99ea56a1b55ab20c9987611c4a822 | - | D1:(K), U2:(VIN), R2:(P1), D3:(K), C9:(P2), C1:(P2) | 6 | 🟢 |
01e0064c32b8af1f4b4316f8e4679198 | - | R5:(P2), U3:(ISET) | 2 | 🟢 |
aec38e916674aae234fc14001048893d | - | IC1:(GND), C3:(P1), R7:(P1), U1:(GND), C4:(P1), C12:(P2), R13:(P2), ... +24 more | 36 | 🟢 |
47362388e3460be32bada22fcd405634 | - | U3:(EN), C2:(P2), U3:(VIN), R3:(P2), L2:(P2), C8:(P2) | 6 | 🟢 |
a792929a0674a703bc83ac1004469927 | - | IC1:(FB), R6:(P2), SW1:(B) | 3 | 🟢 |
c7b0835ce1117b682cc6e94b0a832235 | - | J3:(P1), VSOLAR:(P1), D1:(A) | 3 | 🟢 |
47d003fd3592391744da2690efa1c148 | - | IC1:(SW), L1:(P2), D4:(A) | 3 | 🟢 |
414f7ad4badb6fca7a59c2ff95a1d3ac | - | U2:(BAT), U2:(FB), VBAT:(P1), J1:(PIN1), L1:(P1), IC1:(EN), IC1:(IN), ... +4 more | 11 | 🟢 |
2895a3a9f464b3088f98b48347750055 | - | C6:(P2), +3V3:(P1), J6:(Pin_9), C11:(P2), U4:(VCC), R15:(P1) | 6 | 🟢 |
7b5ae48bb40da6de678e4b2d935aee15 | - | R17:(P2), RO:(P1), U6:(P26_A0_D0), IC2:(RO) | 4 | 🟢 |
2184ac958d7fbb3986d7b51729400cb9 | - | R9:(P1), SW1:(A) | 2 | 🟢 |
f2b2d42410f96c134b271d63b54ace18 | - | J6:(Pin_6), IC2:(A) | 2 | 🟢 |
34bbb0fcd51d4c05735d504ba5fe472b | - | D4:(K), 12_5V:(P1), J6:(Pin_10), C10:(P2), R6:(P1) | 5 | 🟢 |
9899bd63dec14b2c66a665e737573c5b | - | U6:(P29_A3_D3), PIO2:(P1), J6:(Pin_2) | 3 | 🟢 |
6c91e6bec9afff7a4e33e45809868f75 | - | DI:(P1), U6:(P27_A1_D1), IC2:(DI) | 3 | 🟢 |
70b5ce301e1625c9b01983fd7b7f29d5 | - | VUSB:(P1), U6:(5V), D3:(A) | 3 | 🟢 |
a8ece52d0e79dbf8169f1744020a53aa | - | Weird net:(P1), U6:(D10_MOSI_P3) | 2 | 🟢 |
9e6b5d1b22999f84c8fb22e8d972bf10 | - | IC2:(B), J6:(Pin_7) | 2 | 🟢 |
e4b82bf51dfef03a1612b715ef1ce66e | - | C8:(P1), R3:(P1), R7:(P2), U1:(FB) | 4 | 🟢 |
c9b99480653b56e6266ca785b9d21c97 | - | R10:(P2), U6:(P0_TX_D6) | 2 | 🟢 |
c5a6b1fbd5380a186e963bd1caed199a | - | D5:(P1), D2:(P1), R2:(P2) | 3 | 🟢 |
b0dce874e16c83e89b6310082ea445ac | - | R1:(P1), R4:(P2) | 2 | 🟢 |
49e914c010010f651dd7f430ccd18bd9 | - | SDA:(P1), U6:(P6_SDA_D4), J6:(Pin_3) | 3 | 🟢 |
6b9b67141628b733407f71b13d6caacf | - | U2:(~DONE), D2:(P2) | 2 | 🟢 |
af92cc0befe57870d1531b5bc3e67273 | - | R8:(P1), U2:(ISET) | 2 | 🟢 |
0e0fc7661d6fc67c6008d2b707ed834b | - | U4:(PB6), RX:(P1), R11:(P2) | 3 | 🟢 |
e76aa4742e2562cb2a73dac8d8b5433c | - | U6:(D7_CSn_P1_RX), R11:(P1) | 2 | 🟢 |
3c085c031e837b24a87a01326756e6b0 | - | IC2:(DE), IC2:(~RE~), ENABLE:(P1) | 3 | 🟢 |
748ad6c54232a53a65e23361bd96c9ac | - | R10:(P1), TX:(P1), U4:(PB7) | 3 | 🟢 |
ea10bc97fe2a5e59070054c8a8a7f8a0 | - | SW2:(1), U4:(PB13) | 2 | 🟢 |
eba7ced09920a0833f663ab83d15d8ba | - | L2:(P1), U1:(LX) | 2 | 🟢 |
96aa6dc70454c31d3f3f9a1482de84da | - | J6:(Pin_1), PIO1:(P1), U6:(P28_A2_D2) | 3 | 🟢 |
df565d67657e1e7669d60ffc22a73564 | - | NRST:(P1), U4:(RST), R18:(P2) | 3 | 🟢 |
e95c2b3900f11de733783f57892ad9d3 | - | R1:(P2), SW1:(C) | 2 | 🟢 |
f73a2b36579f139496324fed4902ee2c | - | R13:(P1), SW2:(2) | 2 | 🟢 |
23fd8eb8d8f625ba392764801aba3241 | - | R18:(P1), U6:(D9_MISO_P4) | 2 | 🟢 |
c8451fc39d41b548c3f6ca5f599205b7 | - | J2:(SIGNAL), U4:(RFIO) | 2 | 🟢 |
a312d7365eef1f93228434f24f26915e | - | U2:(~CHARG), D5:(P2) | 2 | 🟢 |
Table
Net ID | Net Name | Connected Components | Count | Indicator |
---|---|---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | U6:$P7_SCL_D5$, J6:$Pin_4$ | 2 | 🟢 | |
32d99ea56a1b55ab20c9987611c4a822 | D1:$K$, U2:$VIN$, R2:$P1$, D3:$K$, C9:$P2$, C1:$P2$ | 6 | 🟢 | |
01e0064c32b8af1f4b4316f8e4679198 | R5:$P2$, U3:$ISET$ | 2 | 🟢 | |
aec38e916674aae234fc14001048893d | IC1:$GND$, C3:$P1$, R7:$P1$, U1:$GND$, C4:$P1$, C12:$P2$, R13:$P2$, C2:$P1$, U3:$GND$, C6:$P1$, C5:$P1$, R5:$P1$, H1:$1$, R16:$P2$, H2:$1$, J1:$PIN2$, U4:$GND$x4, R8:$P2$, U2:$TEMP$, C9:$P1$, C1:$P1$, U2:$GND$, C11:$P1$, J3:$P2$, U6:$GND$, IC2:$GND$, J2:$GND$x2, J6:$Pin_5, Pin_8$, C7:$P1$, R4:$P1$, C10:$P1$, R9:$P2$ | 25 | 🟢 | |
47362388e3460be32bada22fcd405634 | U3:$EN$, C2:$P2$, U3:$VIN$, R3:$P2$, L2:$P2$, C8:$P2$ | 6 | 🟢 | |
a792929a0674a703bc83ac1004469927 | IC1:$FB$, R6:$P2$, SW1:$B$ | 3 | 🟢 | |
c7b0835ce1117b682cc6e94b0a832235 | J3:$P1$, VSOLAR:$P1$x2, D1:$A$ | 3 | 🟢 | |
47d003fd3592391744da2690efa1c148 | IC1:$SW$, L1:$P2$, D4:$A$ | 3 | 🟢 | |
414f7ad4badb6fca7a59c2ff95a1d3ac | U2:$BAT$, U2:$FB$, VBAT:$P1$x5, J1:$PIN1$, C4:$P2$, C3:$P2$, U1:$VIN$, U1:$EN$, L1:$P1$, IC1:$EN$, IC1:$IN$, C7:$P2$ | 11 | 🟢 | |
2895a3a9f464b3088f98b48347750055 | C6:$P2$, +3V3:$P1$x7, J6:$Pin_9$, C11:$P2$, U4:$VCC$, R15:$P1$, U6:$3V3$, R17:$P1$, IC2:$VCC$, C12:$P1$, C5:$P2$, U3:$VOUT$ | 13 | 🟢 | |
7b5ae48bb40da6de678e4b2d935aee15 | R17:$P2$, RO:$P1$x2, U6:$P26_A0_D0$, IC2:$RO$ | 4 | 🟢 | |
2184ac958d7fbb3986d7b51729400cb9 | R9:$P1$, SW1:$A$ | 2 | 🟢 | |
f2b2d42410f96c134b271d63b54ace18 | J6:$Pin_6$, A:$P1$x2, R15:$P2$, R14:$P1$, IC2:$A$ | 5 | 🟢 | |
34bbb0fcd51d4c05735d504ba5fe472b | D4:$K$, 12_5V:$P1$x2, J6:$Pin_10$, C10:$P2$, R6:$P1$ | 5 | 🟢 | |
9899bd63dec14b2c66a665e737573c5b | U6:$P29_A3_D3$, PIO2:$P1$x2, J6:$Pin_2$ | 3 | 🟢 | |
6c91e6bec9afff7a4e33e45809868f75 | DI:$P1$x2, U6:$P27_A1_D1$, IC2:$DI$ | 3 | 🟢 | |
70b5ce301e1625c9b01983fd7b7f29d5 | VUSB:$P1$x2, U6:$5V$, D3:$A$ | 3 | 🟢 | |
a8ece52d0e79dbf8169f1744020a53aa | Weird net:$P1$, U6:$D10_MOSI_P3$ | 2 | 🟢 | |
9e6b5d1b22999f84c8fb22e8d972bf10 | R14:$P2$, R16:$P1$, B:$P1$x2, J6:$Pin_7$, IC2:$B$ | 5 | 🟢 | |
e4b82bf51dfef03a1612b715ef1ce66e | C8:$P1$, R3:$P1$,... |
Table
Net ID | Components Connected | Count | Status |
---|---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | U6:$P7_SCL_D5$, J6:$Pin_4$ | 2 | 🟢 |
32d99ea56a1b55ab20c9987611c4a822 | D1:$K$, U2:$VIN$, R2:$P1$, D3:$K$, C9:$P2$, C1:$P2$ | 6 | 🟢 |
01e0064c32b8af1f4b4316f8e4679198 | R5:$P2$, U3:$ISET$ | 2 | 🟢 |
aec38e916674aae234fc14001048893d | IC1:$GND$, C3:$P1$, R7:$P1$, U1:$GND$, C4:$P1$, C12:$P2$, R13:$P2$, C2:$P1$, U3:$GND$, C6:$P1$, C5:$P1$, R5:$P1$, H1:$1$, R16:$P2$, H2:$1$, J1:$PIN2$, U4:$GND, x4$, R8:$P2$, U2:$TEMP$, C9:$P1$, C1:$P1$, U2:$GND$, C11:$P1$, J3:$P2$, U6:$GND$, C7:$P1$, R4:$P1$, C10:$P1$, R9:$P2$ | 31 | 🟢 |
47362388e3460be32bada22fcd405634 | U3:$EN$, C2:$P2$, U3:$VIN$, R3:$P2$, L2:$P2$, C8:$P2$ | 6 | 🟢 |
a792929a0674a703bc83ac1004469927 | IC1:$FB$, R6:$P2$, SW1:$B$ | 3 | 🟢 |
c7b0835ce1117b682cc6e94b0a832235 | J3:$P1$, VSOLAR:$P1$, D1:$A$ | 3 | 🟢 |
47d003fd3592391744da2690efa1c148 | IC1:$SW$, L1:$P2$, D4:$A$ | 3 | 🟢 |
414f7ad4badb6fca7a59c2ff95a1d3ac | U2:$BAT$, U2:$FB$, VBAT:$P1$, C4:$P2$, C3:$P2$, U1:$VIN$, U1:$EN$, L1:$P1$, IC1:$EN$, IC1:$IN$, C7:$P2$ | 11 | 🟢 |
2895a3a9f464b3088f98b48347750055 | +3V3:$P1$, U4:$VCC$, R15:$P1$, U6:$3V3$, R17:$P1$, IC2:$VCC$, C12:$P1$, C5:$P2$, U3:$VOUT$, J6:$Pin_9$ | 10 | 🟢 |
7b5ae48bb40da6de678e4b2d935aee15 | R17:$P2$, U6:$P26_A0_D0$, IC2:$RO$ | 3 | 🟢 |
2184ac958d7fbb3986d7b51729400cb9 | R9:$P1$, SW1:$A$ | 2 | 🟢 |
f2b2d42410f96c134b271d63b54ace18 | R15:$P2$, R14:$P1$, IC2:$A$, J6:$Pin_6$ | 4 | 🟢 |
34bbb0fcd51d4c05735d504ba5fe472b | D4:$K$, 12_5V:$P1$, C10:$P2$, R6:$P1$, J6:$Pin_10$ | 5 | 🟢 |
9899bd63dec14b2c66a665e737573c5b | U6:$P29_A3_D3$, J6:$Pin_2$ | 2 | 🟢 |
6c91e6bec9afff7a4e33e45809868f75 | U6:$P27_A1_D1$, IC2:$DI$ | 2 | 🟢 |
70b5ce301e1625c9b01983fd7b7f29d5 | VUSB:$P1$, U6:$5V$, D3:$A$ | 3 | 🟢 |
a8ece52d0e79dbf8169f1744020a53aa | U6:$D10_MOSI_P3$ | 1 | 🔴 |
9e6b5d1b22999f84c8fb22e8d972bf10 | R14:$P2$, R16:$P1$, IC2:$B$, J6:$Pin_7$ | 4 | 🟢 |
e4b82bf51dfef03a1612b715ef1ce66e | C8:$P1$, R3:$P1$, R7:$P2$, U1:$FB$ | 4 | 🟢 |
c9b99480653b56e6266ca785b9d21c97 | R10:$P2$, U6:$P0_TX_D6$ | 2 | 🟢 |
c5a6b1fbd5380a186e963bd1caed199a | D5:$P1$, D2:$P1$, R2:$P2$ | 3 | 🟢 |
b0dce874e16c83e89b6310082ea445ac | R1:$P1$, R4:$P2$ | 2 | 🟢 |
49e914c010010f651dd7f430ccd18bd9 | U6:$P6_SDA_D4$, J6:$Pin_3$ | 2 | 🟢 |
6b9b67141628b733407f71b13d6caacf | U2:$~DONE$, D2:$P2$ | 2 | 🟢 |
af92cc0befe57870d1531b5bc3e67273 | R8:$P1$, U2:$ISET$ | 2 | 🟢 |
0e0fc7661d6fc67c6008d2b707ed834b | U4:$PB6$, R11:$P2$ | 2 | 🟢 |
e76aa4742e2562cb2a73dac8d8b5433c | U6:$D7_CSn_P1_RX$, R11:$P1$ | 2 | 🟢 |
3c085c031e837b24a87a01326756e6b0 | IC2:$DE$, IC2:$ | 2 | 🟢 |
748ad6c54232a53a65e23361bd96c9ac | R10:$P1$, U4:$PB7$ | 2 | 🟢 |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:$1$, U4:$PB13$ | 2 | 🟢 |
eba7ced09920a0833f663ab83d15d8ba | L2:$P1$, U1:$LX$ | 2 | 🟢 |
96aa6dc70454c31d3f3f9a1482de84da | U6:$P28_A2_D2$, J6:$Pin_1$ | 2 | 🟢 |
df565d67657e1e7669d60ffc22a73564 | U4:$RST$, R18:$P2$ | 2 | 🟢 |
e95c2b3900f11de733783f57892ad9d3 | R1:$P2$, SW1:$C$ | 2 | 🟢 |
f73a2b36579f139496324fed4902ee2c | R13:$P1$, SW2:$2$ | 2 | 🟢 |
23fd8eb8d8f625ba392764801aba3241 | R18:$P1$, U6:$D9_MISO_P4$ | 2 | 🟢 |
c8451fc39d41b548c3f6ca5f599205b7 | J2:$SIGNAL$, U4:$RFIO$ | 2 | 🟢 |
a312d7365eef1f93228434f24f26915e | U2:$~CHARG$, D5:$P2$ | 2 | 🟢 |
Table
Net ID | Connected Components | Count | Status |
---|---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | U6:$P7_SCL_D5$, J6:$Pin_4$ | 2 | 🟢 |
32d99ea56a1b55ab20c9987611c4a822 | D1:$K$, U2:$VIN$, R2:$P1$, D3:$K$, C9:$P2$, C1:$P2$ | 6 | 🟢 |
01e0064c32b8af1f4b4316f8e4679198 | R5:$P2$, U3:$ISET$ | 2 | 🟢 |
aec38e916674aae234fc14001048893d | IC1:$GND$, C3:$P1$, R7:$P1$, U1:$GND$, C4:$P1$, C12:$P2$, R13:$P2$, C2:$P1$, U3:$GND$, C6:$P1$, C5:$P1$, R5:$P1$, H1:$1$, R16:$P2$, H2:$1$, J1:$PIN2$, U4:$GND$×4, R8:$P2$, U2:$TEMP$, C9:$P1$, C1:$P1$, U2:$GND$, C11:$P1$, J3:$P2$, U6:$GND$ | 33 | 🟢 |
47362388e3460be32bada22fcd405634 | U3:$EN$, C2:$P2$, U3:$VIN$, R3:$P2$, L2:$P2$, C8:$P2$ | 6 | 🟢 |
a792929a0674a703bc83ac1004469927 | IC1:$FB$, R6:$P2$, SW1:$B$ | 3 | 🟢 |
c7b0835ce1117b682cc6e94b0a832235 | J3:$P1$, VSOLAR:$P1$×2, D1:$A$ | 4 | 🟢 |
47d003fd3592391744da2690efa1c148 | IC1:$SW$, L1:$P2$, D4:$A$ | 3 | 🟢 |
414f7ad4badb6fca7a59c2ff95a1d3ac | U2:$BAT$, U2:$FB$, VBAT:$P1$×5, C4:$P2$, C3:$P2$, U1:$VIN$, U1:$EN$, L1:$P1$, IC1:$EN$, IC1:$IN$, C7:$P2$ | 15 | 🟢 |
2895a3a9f464b3088f98b48347750055 | +3V3:$P1$×8, U4:$VCC$, R15:$P1$, U6:$3V3$, R17:$P1$, IC2:$VCC$, C12:$P1$, C5:$P2$, U3:$VOUT$ | 15 | 🟢 |
7b5ae48bb40da6de678e4b2d935aee15 | R17:$P2$, U6:$P26_A0_D0$, IC2:$RO$ | 3 | 🟢 |
2184ac958d7fbb3986d7b51729400cb9 | R9:$P1$, SW1:$A$ | 2 | 🟢 |
f2b2d42410f96c134b271d63b54ace18 | J6:$Pin_6$, R15:$P2$, R14:$P1$, IC2:$A$ | 4 | 🟢 |
34bbb0fcd51d4c05735d504ba5fe472b | D4:$K$, 12_5V:$P1$×2, J6:$Pin_10$, C10:$P2$, R6:$P1$ | 6 | 🟢 |
9899bd63dec14b2c66a665e737573c5b | U6:$P29_A3_D3$, J6:$Pin_2$ | 2 | 🟢 |
6c91e6bec9afff7a4e33e45809868f75 | U6:$P27_A1_D1$, IC2:$DI$ | 2 | 🟢 |
70b5ce301e1625c9b01983fd7b7f29d5 | VUSB:$P1$×2, U6:$5V$, D3:$A$ | 4 | 🟢 |
a8ece52d0e79dbf8169f1744020a53aa | U6:$D10_MOSI_P3$ | 1 | 🔴 |
9e6b5d1b22999f84c8fb22e8d972bf10 | R14:$P2$, R16:$P1$, IC2:$B$ | 3 | 🟢 |
e4b82bf51dfef03a1612b715ef1ce66e | C8:$P1$, R3:$P1$, R7:$P2$, U1:$FB$ | 4 | 🟢 |
c9b99480653b56e6266ca785b9d21c97 | R10:$P2$, U6:$P0_TX_D6$ | 2 | 🟢 |
c5a6b1fbd5380a186e963bd1caed199a | D5:$P1$, D2:$P1$, R2:$P2$ | 3 | 🟢 |
b0dce874e16c83e89b6310082ea445ac | R1:$P1$, R4:$P2$ | 2 | 🟢 |
49e914c010010f651dd7f430ccd18bd9 | U6:$P6_SDA_D4$, J6:$Pin_3$ | 2 | 🟢 |
6b9b67141628b733407f71b13d6caacf | U2:$~DONE$, D2:$P2$ | 2 | 🟢 |
af92cc0befe57870d1531b5bc3e67273 | U2:$ISET$, R8:$P1$ | 2 | 🟢 |
0e0fc7661d6fc67c6008d2b707ed834b | U4:$PB6$, R11:$P2$ | 2 | 🟢 |
e76aa4742e2562cb2a73dac8d8b5433c | U6:$D7_CSn_P1_RX$, R11:$P1$ | 2 | 🟢 |
3c085c031e837b24a87a01326756e6b0 | IC2:$DE$, IC2:$ | 2 | 🟢 |
748ad6c54232a53a65e23361bd96c9ac | R10:$P1$, U4:$PB7$ | 2 | 🟢 |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:$1$, U4:$PB13$ | 2 | 🟢 |
eba7ced09920a0833f663ab83d15d8ba | L2:$P1$, U1:$LX$ | 2 | 🟢 |
96aa6dc70454c31d3f3f9a1482de84da | J6:$Pin_1$, U6:$P28_A2_D2$ | 2 | 🟢 |
df565d67657e1e7669d60ffc22a73564 | U4:$RST$, R18:$P2$ | 2 | 🟢 |
e95c2b3900f11de733783f57892ad9d3 | R1:$P2$, SW1:$C$ | 2 | 🟢 |
f73a2b36579f139496324fed4902ee2c | R13:$P1$, SW2:$2$ | 2 | 🟢 |
23fd8eb8d8f625ba392764801aba3241 | R18:$P1$, U6:$D9_MISO_P4$ | 2 | 🟢 |
c8451fc39d41b548c3f6ca5f599205b7 | J2:$SIGNAL$, U4:$RFIO$ | 2 | 🟢 |
a312d7365eef1f93228434f24f26915e | U2:$~CHARG$, D5:$P2$ | 2 | 🟢 |
Table
Net ID | Net Name | Connected Components | Count | Indicator |
---|---|---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | SCL | U6:$P7_SCL_D5$, J6:$Pin_4$ | 2 | 🟢 |
32d99ea56a1b55ab20c9987611c4a822 | D1:$K$, U2:$VIN$, R2:$P1$, D3:$K$, C9:$P2$, C1:$P2$ | 6 | 🟢 | |
01e0064c32b8af1f4b4316f8e4679198 | R5:$P2$, U3:$ISET$ | 2 | 🟢 | |
aec38e916674aae234fc14001048893d | GND | IC1:$GND$, C3:$P1$, R7:$P1$, U1:$GND$, C4:$P1$, C12:$P2$, R13:$P2$, C2:$P1$, U3:$GND$, C6:$P1$, C5:$P1$, R5:$P1$, H1:$1$, R16:$P2$, H2:$1$, J1:$PIN2$, U4:$GND$x4, ... | 28 | 🟢 |
47362388e3460be32bada22fcd405634 | U3:$EN$, C2:$P2$, U3:$VIN$, R3:$P2$, L2:$P2$, C8:$P2$ | 6 | 🟢 | |
a792929a0674a703bc83ac1004469927 | IC1:$FB$, R6:$P2$, SW1:$B$ | 3 | 🟢 | |
c7b0835ce1117b682cc6e94b0a832235 | VSOLAR | J3:$P1$, D1:$A$ | 2 | 🟢 |
47d003fd3592391744da2690efa1c148 | IC1:$SW$, L1:$P2$, D4:$A$ | 3 | 🟢 | |
414f7ad4badb6fca7a59c2ff95a1d3ac | VBAT | U2:$BAT$, U2:$FB$, J1:$PIN1$, C4:$P2$, C3:$P2$, U1:$VIN$, U1:$EN$, L1:$P1$, IC1:$EN$, IC1:$IN$, C7:$P2$ | 11 | 🟢 |
2895a3a9f464b3088f98b48347750055 | +3V3 | C6:$P2$, U4:$VCC$, R15:$P1$, U6:$3V3$, R17:$P1$, IC2:$VCC$, C12:$P1$, C5:$P2$, U3:$VOUT$, J6:$Pin_9$, C11:$P2$ | 10 | 🟢 |
7b5ae48bb40da6de678e4b2d935aee15 | RO | R17:$P2$, U6:$P26_A0_D0$, IC2:$RO$ | 3 | 🟢 |
2184ac958d7fbb3986d7b51729400cb9 | R9:$P1$, SW1:$A$ | 2 | 🟢 | |
f2b2d42410f96c134b271d63b54ace18 | A | R15:$P2$, R14:$P1$, IC2:$A$ | 3 | 🟢 |
34bbb0fcd51d4c05735d504ba5fe472b | 12_5V | D4:$K$, C10:$P2$, R6:$P1$ | 3 | 🟢 |
9899bd63dec14b2c66a665e737573c5b | PIO2 | U6:$P29_A3_D3$, J6:$Pin_2$ | 2 | 🟢 |
6c91e6bec9afff7a4e33e45809868f75 | DI | U6:$P27_A1_D1$, IC2:$DI$ | 2 | 🟢 |
70b5ce301e1625c9b01983fd7b7f29d5 | VUSB | U6:$5V$, D3:$A$ | 2 | 🟢 |
a8ece52d0e79dbf8169f1744020a53aa | U6:$D10_MOSI_P3$ | 1 | 🔴 | |
9e6b5d1b22999f84c8fb22e8d972bf10 | B | R14:$P2$, R16:$P1$, IC2:$B$ | 3 | 🟢 |
e4b82bf51dfef03a1612b715ef1ce66e | C8:$P1$, R3:$P1$, R7:$P2$, U1:$FB$ | 4 | 🟢 | |
c9b99480653b56e6266ca785b9d21c97 | R10:$P2$, U6:$P0_TX_D6$ | 2 | 🟢 | |
c5a6b1fbd5380a186e963bd1caed199a | D5:$P1$, D2:$P1$, R2:$P2$ | 3 | 🟢 | |
b0dce874e16c83e89b6310082ea445ac | R1:$P1$, R4:$P2$ | 2 | 🟢 | |
49e914c010010f651dd7f430ccd18bd9 | SDA | U6:$P6_SDA_D4$, J6:$Pin_3$ | 2 | 🟢 |
6b9b67141628b733407f71b13d6caacf | U2:$~DONE$, D2:$P2$ | 2 | 🟢 | |
af92cc0befe57870d1531b5bc3e67273 | R8:$P1$, U2:$ISET$ | 2 | 🟢 | |
0e0fc7661d6fc67c6008d2b707ed834b | RX | U4:$PB6$, R11:$P2$ | 2 | 🟢 |
e76aa4742e2562cb2a73dac8d8b5433c | U6:$D7_CSn_P1_RX$, R11:$P1$ | 2 | 🟢 | |
3c085c031e837b24a87a01326756e6b0 | ENABLE | IC2:$DE$, IC2:$ | 2 | 🟢 |
748ad6c54232a53a65e23361bd96c9ac | TX | R10:$P1$, U4:$PB7$ | 2 | 🟢 |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:$1$, U4:$PB13$ | 2 | 🟢 | |
eba7ced09920a0833f663ab83d15d8ba | L2:$P1$, U1:$LX$ | 2 | 🟢 | |
96aa6dc70454c31d3f3f9a1482de84da | PIO1 | J6:$Pin_1$, U6:$P28_A2_D2$ | 2 | 🟢 |
df565d67657e1e7669d60ffc22a73564 | NRST | U4:$RST$, R18:$P2$ | 2 | 🟢 |
e95c2b3900f11de733783f57892ad9d3 | R1:$P2$, SW1:$C$ | 2 | 🟢 | |
f73a2b36579f139496324fed4902ee2c | R13:$P1$, SW2:$2$ | 2 | 🟢 | |
23fd8eb8d8f625ba392764801aba3241 | R18:$P1$, U6:$D9_MISO_P4$ | 2 | 🟢 | |
c8451fc39d41b548c3f6ca5f599205b7 | SIGNAL | J2:$SIGNAL$, U4:$RFIO$ | 2 | 🟢 |
a312d7365eef1f93228434f24f26915e | U2:$~CHARG$, D5:$P2$ | 2 | 🟢 |
Table
Net ID | Net Name | Connected Components | Count | Status |
---|---|---|---|---|
32d99ea56a1b55ab20c9987611c4a822 | - | U2:(VIN), D1:(K), D3:(K), R2:(P1), C9:(P2), C1:(P2) | 6 | 🟢 |
01e0064c32b8af1f4b4316f8e4679198 | - | R5:(P2), U3:(ISET) | 2 | 🟢 |
47362388e3460be32bada22fcd405634 | - | U3:(EN), U3:(VIN), C2:(P2), R3:(P2), L2:(P2), C8:(P2) | 6 | 🟢 |
a792929a0674a703bc83ac1004469927 | - | IC1:(FB), R6:(P2), SW1:(B) | 3 | 🟢 |
c7b0835ce1117b682cc6e94b0a832235 | - | J3:(P1), D1:(A) | 2 | 🟢 |
47d003fd3592391744da2690efa1c148 | - | IC1:(SW), L1:(P2), D4:(A) | 3 | 🟢 |
414f7ad4badb6fca7a59c2ff95a1d3ac | - | U2:(BAT), U2:(FB), J1:(PIN1), C4:(P2), C3:(P2), U1:(VIN), U1:(EN), L1:(P1), IC1:(EN), IC1:(IN), C7:(P2) | 11 | 🟢 |
2895a3a9f464b3088f98b48347750055 | - | +3V3:(P1), J6:(Pin_9), C11:(P2), U4:(VCC), R15:(P1), U6:(3V3), R17:(P1), IC2:(VCC), C12:(P1), C5:(P2), U3:(VOUT) | 10 | 🟢 |
7b5ae48bb40da6de678e4b2d935aee15 | - | R17:(P2), U6:(P26_A0_D0), IC2:(RO) | 3 | 🟢 |
2184ac958d7fbb3986d7b51729400cb9 | - | R9:(P1), SW1:(A) | 2 | 🟢 |
f2b2d42410f96c134b271d63b54ace18 | - | R15:(P2), R14:(P1), IC2:(A) | 3 | 🟢 |
34bbb0fcd51d4c05735d504ba5fe472b | - | D4:(K), C10:(P2), R6:(P1) | 3 | 🟢 |
9899bd63dec14b2c66a665e737573c5b | - | U6:(P29_A3_D3) | 1 | 🔴 |
6c91e6bec9afff7a4e33e45809868f75 | - | U6:(P27_A1_D1), IC2:(DI) | 2 | 🟢 |
70b5ce301e1625c9b01983fd7b7f29d5 | - | U6:(5V), D3:(A) | 2 | 🟢 |
a8ece52d0e79dbf8169f1744020a53aa | - | U6:(D10_MOSI_P3) | 1 | 🔴 |
9e6b5d1b22999f84c8fb22e8d972bf10 | - | R14:(P2), IC2:(B) | 2 | 🟢 |
e4b82bf51dfef03a1612b715ef1ce66e | - | C8:(P1), R3:(P1), R7:(P2), U1:(FB) | 4 | 🟢 |
c9b99480653b56e6266ca785b9d21c97 | - | R10:(P2), U6:(P0_TX_D6) | 2 | 🟢 |
c5a6b1fbd5380a186e963bd1caed199a | - | D5:(P1), D2:(P1), R2:(P2) | 3 | 🟢 |
b0dce874e16c83e89b6310082ea445ac | - | R1:(P1), R4:(P2) | 2 | 🟢 |
49e914c010010f651dd7f430ccd18bd9 | - | U6:(P6_SDA_D4) | 1 | 🔴 |
6b9b67141628b733407f71b13d6caacf | - | U2:(~DONE), D2:(P2) | 2 | 🟢 |
af92cc0befe57870d1531b5bc3e67273 | - | R8:(P1), U2:(ISET) | 2 | 🟢 |
0e0fc7661d6fc67c6008d2b707ed834b | - | U4:(PB6), R11:(P2) | 2 | 🟢 |
e76aa4742e2562cb2a73dac8d8b5433c | - | U6:(D7_CSn_P1_RX), R11:(P1) | 2 | 🟢 |
3c085c031e837b24a87a01326756e6b0 | - | IC2:(DE), IC2:( | 2 | 🟢 |
748ad6c54232a53a65e23361bd96c9ac | - | R10:(P1), U4:(PB7) | 2 | 🟢 |
ea10bc97fe2a5e59070054c8a8a7f8a0 | - | SW2:(1), U4:(PB13) | 2 | 🟢 |
eba7ced09920a0833f663ab83d15d8ba | - | L2:(P1), U1:(LX) | 2 | 🟢 |
96aa6dc70454c31d3f3f9a1482de84da | - | U6:(P28_A2_D2) | 1 | 🔴 |
df565d67657e1e7669d60ffc22a73564 | - | U4:(RST), R18:(P2) | 2 | 🟢 |
e95c2b3900f11de733783f57892ad9d3 | - | R1:(P2), SW1:(C) | 2 | 🟢 |
f73a2b36579f139496324fed4902ee2c | - | R13:(P1), SW2:(2) | 2 | 🟢 |
23fd8eb8d8f625ba392764801aba3241 | - | R18:(P1), U6:(D9_MISO_P4) | 2 | 🟢 |
c8451fc39d41b548c3f6ca5f599205b7 | - | J2:(SIGNAL), U4:(RFIO) | 2 | 🟢 |
a312d7365eef1f93228434f24f26915e | - | U2:(~CHARG), D5:(P2) | 2 | 🟢 |
Table
Net ID | Component(s) Connected |
---|---|
a8ece52d0e79dbf8169f1744020a53aa | U6:($D10_MOSI_P3$) |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:($1$) |
f73a2b36579f139496324fed4902ee2c | R13:($P1$) |
c8451fc39d41b548c3f6ca5f599205b7 | J2:($SIGNAL$) |
Table
Net ID | Component Connected |
---|---|
a8ece52d0e79dbf8169f1744020a53aa | U6:($D10_MOSI_P3$) |
3c085c031e837b24a87a01326756e6b0 | IC2:($DE$), IC2:($\sim RE\sim$) |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:($1$) |
eba7ced09920a0833f663ab83d15d8ba | L2:($P1$) |
c8451fc39d41b548c3f6ca5f599205b7 | J2:($SIGNAL$) |
a312d7365eef1f93228434f24f26915e | U2:($\sim CHARG$) |
Table
Net Name | Critical Components/Signals | Available Test Point | Adequacy | Recommendation |
---|---|---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | I2C SCL (U6:SCL, J6:Pin_4) | Implied at J6:Pin_4 | Partial | Add dedicated TP for SCL |
32d99ea56a1b55ab20c9987611c4a822 | Power distribution net to U2, D1, R2, etc. | None | Inadequate | Add TP for main power rail |
aec38e916674aae234fc14001048893d | Ground Net | None | Inadequate | Ground is critical, ensure accessible TP or GND pad |
414f7ad4badb6fca7a59c2ff95a1d3ac | Battery power net (VBAT) | None | Inadequate | Add TP for VBAT |
4d99eb24096608fff709d87dcd1bc6bb | +3V3 power distribution net | TP-1 | Adequate | - |
9e6b5d1b22999f84c8fb22e8d972bf10 | IC2: A and B (RS485 lines) | Implied at J6:Pin_6, J6:Pin_7 | Partial | Add dedicated TPs for RS485 lines |
c5a6b1fbd5380a186e963bd1caed199a | Indicator LEDs D2 & D5 | None | Adequate | Implied access through LED pads |
df565d67657e1e7669d60ffc22a73564 | U4 RST (Reset Line) | NRST | Partial | Ensure accessible TP for NRST |
e76aa4742e2562cb2a73dac8d8b5433c | RX and TX lines (U6, U4) | None | Inadequate | Add TP for RX and TX for debugging |
Table
Net/Component | Designator(s) | Test Point Availability | Accessibility | Recommendations |
---|---|---|---|---|
Power Supply Inputs (VUSB, VSOLAR, VBAT, +3V3) | VUSB, VSOLAR, VBAT, +3V3 nets | Not specifed | Needs assessment | Add dedicated test points for power inputs for easy measurement and fault diagnosis. |
Ground (GND) | GND net | Not specified | Needs assessment | Ensure multiple accessible GND test points across the PCB for convenience. |
Digital Communication Lines (SDA, SCL, TX, RX) | SDA, SCL, TX, RX nets | Not specified | Needs assessment | Add test points on communication lines for signal integrity checks and data monitoring. |
LoRa RF Signal (RFIO) | U4:RFIO, J2:SIGNAL | None specified explicitly | Needs assessment | Add a test point at RFIO for antenna performance and signal testing. Include accessible probing point near or on J2. |
GPIO/Analog Inputs (U6:P26_A0_D0 to P29_A3_D3) | U6:P26_A0_D0 to P29_A3_D3 | Not specified | Needs assessment | Include test points for GPIO/ADC inputs for functional testing and sensor simulation. |
Power Management IC Outputs | U3:VOUT, U1:VIN, EN, LX | Not specified | Needs assessment | Implement test points on output and switch pins of power ICs to verify voltage levels and switching functionality. |
Battery Charging and Monitoring | U2:BAT, ~DONE, ~CHARG | Not specified | Needs assessment | Provide test points on charging status pins and battery voltage to verify charging circuit functionality. |
RS485 Communication Lines | IC2:RO, DI, A, B | Not specified | Needs assessment | Add test points for RS485 lines for communication testing and fault diagnosis. |
Reset Line | NRST | Not specified | Needs assessment | A test point on the reset line should be accessible for system reset testing. |
Programming and Debugging Ports | U4:SWCLK, SWDIO, U6:RUN, TESTEN | Not specified | Needs assessment | Ensure easy access to programming and debugging ports during the development and troubleshooting stages. |
Table
Net/Component | Test Point Included | Accessibility | Comments |
---|---|---|---|
[Net/Component Name] | Yes/No | Accessible/Inaccessible | [Additional Comments] |
Table
Net/Component | Test Point Included | Accessibility | Comments |
---|---|---|---|
U6:(P7_SCL_D5), SCL | No | Inaccessible | Consider adding test points for I2C SCL line for communication testing. |
VIN to U2, D1, R2, D3, C9 | Yes | Accessible | Voltage input lines have components that can be probed. |
U3:(ISET) with R5 | Yes | Accessible | Critical for setting current limit; test point accessibility is good. |
VSOLAR to J3 | Yes | Accessible | Solar input line has a connector J3 that can serve as a test point. |
VBAT to U2 and related | Yes | Accessible | Battery voltage line is well represented across several components. |
+3V3 Supply Net | Yes | Accessible | 3.3V power supply net is distributed across critical components. |
IC2: RS485 Lines (A, B) | No | Inaccessible | RS485 communication lines lack dedicated test points. |
U4: LoRa RF Signal (RFIO) | Yes | Accessible | J2 connector serves as an RF test point but ensure RF equipment access. |
GND Net | Yes | Accessible | Ground test points available through various connectors and components. |
U6: GPIOs | Partially | Variable | Some GPIOs connected to connectors might lack direct test points. |
U1, U3: Power Management | Yes | Accessible | Key components in power path have nearby capacitors/resistors to probe. |
Debug Interfaces | Partially | Variable | Ensure accessibility for debugging interfaces on critical MCUs/ICs. |
Table
Part Designator | Part Type | Connected to Power Net (+ Net Name) | Connected to Ground Net (Net Name) |
---|---|---|---|
U6 | XIAO RP2040 Module | ✔️ (+3V3) | ✔️ (aec38e916674aae234fc14001048893d) |
U2 | CN3063 | ✔️ (VBAT) | ✔️ (aec38e916674aae234fc14001048893d) |
U3 | SY6280AAAC | ✔️ (+3V3) | ✔️ (aec38e916674aae234fc14001048893d) |
U4 | LoRa-E5 Module | ✔️ (+3V3) | ✔️ (aec38e916674aae234fc14001048893d) |
U1 | RT8059GJ5 | ✔️ (VBAT) | ✔️ (aec38e916674aae234fc14001048893d) |
IC1 | MT3608L | ✔️ (VBAT, 12_5V) | ✔️ (aec38e916674aae234fc14001048893d) |
IC2 | SP3485EN-L/TR | ✔️ (+3V3) | ✔️ (aec38e916674aae234fc14001048893d) |
D1, D3, D4 | SS34 Schottky Diode | ❌ | ✔️ (aec38e916674aae234fc14001048893d) |
J1, J2, J3, J6 | Connectors | Variable per usage | ✔️ (J2, J3 - aec38e916674aae234fc14001048893d), ❌ (J1, J6) |
R1 - R18 | Resistors | Variable per connection | ✔️ (Most connected to aec38e916674aae234fc14001048893d, certain nets may not have direct ground) |
C1 - C12 | Capacitors | Variable per connection | ✔️ (Most connected to aec38e916674aae234fc14001048893d, application-specific nets may vary) |
L1, L2 | Inductors | ❌ | ✔️ (L2 - aec38e916674aae234fc14001048893d) , L1 (Net not specified for ground) |
D2, D5 | LEDs | ✔️ (VBAT for D5, no direct power net for D2) | ✔️ (aec38e916674aae234fc14001048893d) |
SW1, SW2 | Switches | ❌ | ❌ |
Table
Part | Type | Connected to Power Net | Connected to Ground Net |
---|---|---|---|
J3 | Connector | ❌ | ✔️ |
C11 | Capacitor | ✔️ | ✔️ |
U6 | Microcontroller | ✔️ | ✔️ |
C1 | Capacitor | ✔️ | ✔️ |
R15 | Resistor | ✔️ | ✔️ |
R9 | Resistor | ✔️ | ✔️ |
R16 | Resistor | ✔️ | ✔️ |
R11 | Resistor | ✔️ | ✔️ |
R14 | Resistor | ✔️ | ✔️ |
R8 | Resistor | ✔️ | ✔️ |
U3 | Power Management IC | ✔️ | ✔️ |
R7 | Resistor | ✔️ | ✔️ |
R6 | Resistor | ✔️ | ✔️ |
U1 | Power Management IC | ✔️ | ✔️ |
C4 | Capacitor | ✔️ | ✔️ |
R1 | Resistor | ✔️ | ✔️ |
IC1 | Step-up Converter | ✔️ | ✔️ |
C2 | Capacitor | ✔️ | ✔️ |
C3 | Capacitor | ✔️ | ✔️ |
L1 | Inductor | ✔️ | ✔️ |
SW2 | Switch | ❌ | ❌ |
U4 | Transceiver Module | ✔️ | ✔️ |
D1 | Diode | ✔️ | ✔️ |
IC2 | Transceiver Controller | ✔️ | ✔️ |
R2 | Resistor | ✔️ | ✔️ |
C8 | Capacitor | ✔️ | ✔️ |
U2 | Battery Management IC | ✔️ | ✔️ |
D4 | Diode | ✔️ | ✔️ |
RO | Net | ❌ | ❌ |
R10 | Resistor | ✔️ | ✔️ |
R4 | Resistor | ✔️ | ✔️ |
R13 | Resistor | ✔️ | ✔️ |
D2 | LED | ✔️ | ✔️ |
C9 | Capacitor | ✔️ | ✔️ |
C12 | Capacitor | ✔️ | ✔️ |
R3 | Resistor | ✔️ | ✔️ |
J2 | RF Connector | ❌ | ✔️ |
C7 | Capacitor | ✔️ | ✔️ |
D3 | Diode | ✔️ | ✔️ |
DI | Net | ❌ | ❌ |
L2 | Inductor | ✔️ | ✔️ |
C6 | Capacitor | ✔️ | ✔️ |
C5 | Capacitor | ✔️ | ✔️ |
R18 | Resistor | ✔️ | ✔️ |
D5 | LED | ✔️ | ✔️ |
C10 | Capacitor | ✔️ | ✔️ |
Table
Component | Pin | Net ID | Net Name | Status | Comments |
---|---|---|---|---|---|
U1 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
U1 | VIN | 414f7ad4badb6fca7a59c2ff95a1d3ac | VBAT | 🟢 | Correct connection to power. |
U2 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
U2 | VIN | 32d99ea56a1b55ab20c9987611c4a822 | Direct to D1, assumed VBAT | 🟢 | Connected, assuming D1 as a voltage input source. |
U2 | BAT | 414f7ad4badb6fca7a59c2ff95a1d3ac | VBAT | 🟢 | Correct connection to battery power. |
U3 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
U3 | VIN | 47362388e3460be32bada22fcd405634 | Not identified, assumed as VBAT or Vin | 🟢 | Connected, Exact source net unclear, assumed proper voltage. |
U4 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
U4 | VCC | 4d99eb24096608fff709d87dcd1bc6bb | +3V3 | 🟢 | Correct connection to 3.3V power. |
U6 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
U6 | 3V3 | 4d99eb24096608fff709d87dcd1bc6bb | +3V3 | 🟢 | Correct connection to 3.3V power. |
U6 | 5V | df42beb250f3035a1f7d99e9a66efdfe | GND | 🔴 | Misconnection to ground instead of 5V, supposed error. |
IC1 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
IC1 | IN | 414f7ad4badb6fca7a59c2ff95a1d3ac | VBAT | 🟢 | Correct connection to battery power. |
IC2 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
IC2 | VCC | 4d99eb24096608fff709d87dcd1bc6bb | +3V3 | 🟢 | Correct connection to 3.3V power. |
Table
Variable Solved For | Equation | Section Number | Subsection Number | Description |
---|---|---|---|---|
VOUT | VOUT=VREF(1+R2R1) | N/A | Setting the Output Voltage | Equation for calculating the output voltage. |
Inductor Values | Recommended range: 4.7 to 22μH | N/A | Inductor Selection | Recommended inductor values for MT3608L |
Table
Variable Solved For | Equation | Section Number | Subsection Number | Description |
---|---|---|---|---|
VOUT | VOUT=VREF(1+R2R1) | N/A | Setting the Output Voltage | Equation for calculating the output voltage. |
Inductor Values | Recommended range: 4.7 to 22μH | N/A | Inductor Selection | Recommended inductor values for MT3608L |
Table
Equation | Description | Page Number | Context |
---|---|---|---|
Efficiency(%)=Input PowerOutput Power×100 | Efficiency of step-up converter calculation | Page 4 | Efficiency graph provided to show how efficiency changes with varying load currents[1]. |
VOUT=5V | Basic application circuit output voltage | Page 1 | Fixed output voltage representing desired output in the application example[2]. |
RSET=IFBVOUT−VREF | Calculating resistor to adjust output voltage | Page 3 | Given in the descriptive text under frequency response characteristics[3]. |
ILIMIT=f(REXT) | Relationship of current limit set by an external resistor | Page 2 | Describes the relationship shown in functional characteristics[4]. |
Table
Net ID | Connected Component |
---|---|
a8ece52d0e79dbf8169f1744020a53aa | Weird net $P1$ - U6 $D10_MOSI_P3$ |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2 $1$ - U4 $PB13$ |
Table
Net ID | Connected Component |
---|---|
a8ece52d0e79dbf8169f1744020a53aa | U6:$(D10_MOSI_P3)$ |
f73a2b36579f139496324fed4902ee2c | SW2:$(2)$ |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:$(1)$ |
23fd8eb8d8f625ba392764801aba3241 | R18:$(P1)$ |
748ad6c54232a53a65e23361bd96c9ac | R10:$(P1)$ |
e95c2b3900f11de733783f57892ad9d3 | R1:$(P2)$ |
df565d67657e1e7669d60ffc22a73564 | NRST:$(P1)$ |
96aa6dc70454c31d3f3f9a1482de84da | J6:$(Pin_1)$ |
eba7ced09920a0833f663ab83d15d8ba | L2:$(P1)$ |
0e0fc7661d6fc67c6008d2b707ed834b | U4:$(PB6)$ |
c9b99480653b56e6266ca785b9d21c97 | R10:$(P2)$ |
c5a6b1fbd5380a186e963bd1caed199a | D5:$(P1)$ |
a792929a0674a703bc83ac1004469927 | IC1:$(FB)$ |
7b5ae48bb40da6de678e4b2d935aee15 | R17:$(P2)$ |
Table
Net ID | Component Connected |
---|---|
a8ece52d0e79dbf8169f1744020a53aa | U6:$(D10_MOSI_P3)$ |
3c085c031e837b24a87a01326756e6b0 | IC2:$(DE)$, IC2:$\sim RE\sim$, ENABLE:$(P1)$ |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:$(1)$, U4:$(PB13)$ |
Table
Net ID | Connected Component(s) |
---|---|
a8ece52d0e79dbf8169f1744020a53aa | U6:$D10_MOSI_P3$ |
f73a2b36579f139496324fed4902ee2c | R13:$P1$, SW2:$2$ |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:$1$, U4:$PB13$ |
3c085c031e837b24a87a01326756e6b0 | IC2:$DE$, IC2:$ |
47d003fd3592391744da2690efa1c148 | IC1:$SW$, L1:$P2$, D4:$A$ |
70b5ce301e1625c9b01983fd7b7f29d5 | VUSB:$P1$, U6:$5V$, D3:$A$ |
c8451fc39d41b548c3f6ca5f599205b7 | J2:$SIGNAL$, U4:$RFIO$ |
a312d7365eef1f93228434f24f26915e | U2:$~CHARG$, D5:$P2$ |
f73a2b36579f139496324fed4902ee2c
and ea10bc97fe2a5e59070054c8a8a7f8a0
, might seem to have multiple entries due to the way switches are considered in the design. However, these switches are part of the same connected component, so they're included as requested.Table
Net ID | Net Name | Connected Components |
---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | SCL | U6:$(P7_SCL_D5$), SCL:$(P1$), J6:$(Pin_4$) |
32d99ea56a1b55ab20c9987611c4a822 | D1:$(K$), U2:$(VIN$), R2:$(P1$), D3:$(K$), C9:$(P2$), C1:$(P2$) | |
01e0064c32b8af1f4b4316f8e4679198 | R5:$(P2$), U3:$(ISET$) | |
aec38e916674aae234fc14001048893d | GND | IC1:$(GND$), C3:$(P1$), R7:$(P1$), U1:$(GND$), C4:$(P1$), C12:$(P2$), R13:$(P2$), C2:$(P1$), U3:$(GND$), C6:$(P1$), C5:$(P1$), R5:$(P1$), H1:$(1$), R16:$(P2$), H2:$(1$), J1:$(PIN2$), U4:$(GND$) [And many more…] |
47362388e3460be32bada22fcd405634 | U3:$(EN$), C2:$(P2$), U3:$(VIN$), R3:$(P2$), L2:$(P2$), C8:$(P2$) | |
a792929a0674a703bc83ac1004469927 | IC1:$(FB$), R6:$(P2$), SW1:$(B$) | |
c7b0835ce1117b682cc6e94b0a832235 | VSOLAR | J3:$(P1$), VSOLAR:$(P1$), D1:$(A$) |
414f7ad4badb6fca7a59c2ff95a1d3ac | VBAT | U2:$(BAT$), U2:$(FB$), VBAT:$(P1$), J1:$(PIN1$), C4:$(P2$), C3:$(P2$), U1:$(VIN$), U1:$(EN$), L1:$(P1$), IC1:$(EN$), IC1:$(IN$), C7:$(P2$) |
47d003fd3592391744da2690efa1c148 | IC1:$(SW$), L1:$(P2$), D4:$(A$) | |
2895a3a9f464b3088f98b48347750055 | +3V3 | C6:$(P2$), +3V3:$(P1$), U4:$(VCC$), R15:$(P1$), U6:$(3V3$) [And more…] |
7b5ae48bb40da6de678e4b2d935aee15 | R17:$(P2$), RO:$(P1$), U6:$(P26_A0_D0$), IC2:$(RO$) | |
2184ac958d7fbb3986d7b51729400cb9 | R9:$(P1$), SW1:$(A$) | |
f2b2d42410f96c134b271d63b54ace18 | J6:$(Pin_6$), A:$(P1$), R15:$(P2$), R14:$(P1$), IC2:$(A$) | |
34bbb0fcd51d4c05735d504ba5fe472b | 12_5V | D4:$(K$), 12_5V:$(P1$), J6:$(Pin_10$), C10:$(P2$), R6:$(P1$) |
9899bd63dec14b2c66a665e737573c5b | U6:$(P29_A3_D3$), PIO2:$(P1$), J6:$(Pin_2$) | |
6c91e6bec9afff7a4e33e45809868f75 | DI:$(P1$), U6:$(P27_A1_D1$), IC2:$(DI$) | |
70b5ce301e1625c9b01983fd7b7f29d5 | VUSB | VUSB:$(P1$), U6:$(5V$), D3:$(A$) |
a8ece52d0e79dbf8169f1744020a53aa | Weird net | Weird net:$(P1$), U6:$(D10_MOSI_P3$) |
9e6b5d1b22999f84c8fb22e8d972bf10 | R14:$(P2$), R16:$(P1$), B:$(P1$), IC2:$(B$) | |
e4b82bf51dfef03a1612b715ef1ce66e | C8:$(P1$), R3:$(P1$), R7:$(P2$), U1:$(FB$) |
Table
Net ID | Components Connected |
---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | U6:($P7_SCL_D5$), SCL:($P1$), J6:($Pin_4$) |
32d99ea56a1b55ab20c9987611c4a822 | D1:($K$), U2:($VIN$), R2:($P1$), D3:($K$), C9:($P2$), C1:($P2$) |
01e0064c32b8af1f4b4316f8e4679198 | R5:($P2$), U3:($ISET$) |
aec38e916674aae234fc14001048893d | IC1:($GND$), C3:($P1$), R7:($P1$), U1:($GND$), C4:($P1$), C12:($P2$), R13:($P2$),($Others$) |
47362388e3460be32bada22fcd405634 | U3:($EN$), C2:($P2$), U3:($VIN$), R3:($P2$), L2:($P2$), C8:($P2$) |
a792929a0674a703bc83ac1004469927 | IC1:($FB$), R6:($P2$), SW1:($B$) |
c7b0835ce1117b682cc6e94b0a832235 | J3:($P1$), VSOLAR:($P1$), D1:($A$) |
414f7ad4badb6fca7a59c2ff95a1d3ac | U2:($BAT$), U2:($FB$), VBAT:($P1$), J1:($PIN1$), C4:($P2$), ($Others$) |
47d003fd3592391744da2690efa1c148 | IC1:($SW$), L1:($P2$), D4:($A$) |
2895a3a9f464b3088f98b48347750055 | C6:($P2$), +3V3:($P1$), U4:($VCC$), R15:($P1$), U6:($3V3$), ($Others$) |
7b5ae48bb40da6de678e4b2d935aee15 | R17:($P2$), RO:($P1$), U6:($P26_A0_D0$), IC2:($RO$) |
2184ac958d7fbb3986d7b51729400cb9 | R9:($P1$), SW1:($A$) |
f2b2d42410f96c134b271d63b54ace18 | J6:($Pin_6$), A:($P1$), R15:($P2$), R14:($P1$), IC2:($A$) |
34bbb0fcd51d4c05735d504ba5fe472b | D4:($K$), 12_5V:($P1$), J6:($Pin_10$), C10:($P2$), R6:($P1$) |
9899bd63dec14b2c66a665e737573c5b | U6:($P29_A3_D3$), PIO2:($P1$), J6:($Pin_2$) |
6c91e6bec9afff7a4e33e45809868f75 | DI:($P1$), U6:($P27_A1_D1$), IC2:($DI$) |
70b5ce301e1625c9b01983fd7b7f29d5 | VUSB:($P1$), U6:($5V$), D3:($A$) |
9e6b5d1b22999f84c8fb22e8d972bf10 | R14:($P2$), R16:($P1$), B:($P1$), J6:($Pin_7$), IC2:($B$) |
e4b82bf51dfef03a1612b715ef1ce66e | C8:($P1$), R3:($P1$), R7:($P2$), U1:($FB$) |
c9b99480653b56e6266ca785b9d21c97 | R10:($P2$), U6:($P0_TX_D6$) |
c5a6b1fbd5380a186e963bd1caed199a | D5:($P1$), D2:($P1$), R2:($P2$) |
b0dce874e16c83e89b6310082ea445ac | R1:($P1$), R4:($P2$) |
49e914c010010f651dd7f430ccd18bd9 | SDA:($P1$), U6:($P6_SDA_D4$), J6:($Pin_3$) |
6b9b67141628b733407f71b13d6caacf | U2:($\sim DONE$), D2:($P2$) |
af92cc0befe57870d1531b5bc3e67273 | R8:($P1$), U2:($ISET$) |
0e0fc7661d6fc67c6008d2b707ed834b | U4:($PB6$), RX:($P1$), R11:($P2$) |
e76aa4742e2562cb2a73dac8d8b5433c | U6:($D7_CSn_P1_RX$), R11:($P1$) |
3c085c031e837b24a87a01326756e6b0 | IC2:($DE$), IC2:($\sim RE\sim$), ENABLE:($P1$) |
748ad6c54232a53a65e23361bd96c9ac | R10:($P1$), TX:($P1$), U4:($PB7$) |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:($1$), U4:($PB13$) |
eba7ced09920a0833f663ab83d15d8ba | L2:($P1$), U1:($LX$) |
96aa6dc70454c31d3f3f9a1482de84da | J6:($Pin_1$), PIO1:($P1$), U6:($P28_A2_D2$) |
df565d67657e1e7669d60ffc22a73564 | NRST:($P1$), U4:($RST$), R18:($P2$) |
e95c2b3900f11de733783f57892ad9d3 | R1:($P2$), SW1:($C$) |
f73a2b36579f139496324fed4902ee2c | R13:($P1$), SW2:($2$) |
23fd8eb8d8f625ba392764801aba3241 | R18:($P1$), U6:($D9_MISO_P4$) |
c8451fc39d41b548c3f6ca5f599205b7 | J2:($SIGNAL$), U4:($RFIO$) |
a312d7365eef1f93228434f24f26915e | U2:($\sim CHARG$), D5:($P2$) |
Table
Net ID | Net Name | Components Connected |
---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | SCL | U6:($P7_SCL_D5$), SCL:($P1$), J6:($Pin_4$) |
32d99ea56a1b55ab20c9987611c4a822 | VIN | D1:($K$), U2:($VIN$), R2:($P1$), D3:($K$), C9:($P2$), C1:($P2$) |
01e0064c32b8af1f4b4316f8e4679198 | ISET | R5:($P2$), U3:($ISET$) |
aec38e916674aae234fc14001048893d | GND | IC1:($GND$), C3:($P1$), R7:($P1$), U1:($GND$), C4:($P1$), C12:($P2$), R13:($P2$), ($Others$) |
47362388e3460be32bada22fcd405634 | ENABLE/VIN | U3:($EN$), C2:($P2$), U3:($VIN$), R3:($P2$), L2:($P2$), C8:($P2$) |
a792929a0674a703bc83ac1004469927 | FB | IC1:($FB$), R6:($P2$), SW1:($B$) |
c7b0835ce1117b682cc6e94b0a832235 | VSOLAR | J3:($P1$), VSOLAR:($P1$), D1:($A$) |
414f7ad4badb6fca7a59c2ff95a1d3ac | VBAT | U2:($BAT$), U2:($FB$), VBAT:($P1$), J1:($PIN1$), C4:($P2$), ($Others$) |
47d003fd3592391744da2690efa1c148 | SW | IC1:($SW$), L1:($P2$), D4:($A$) |
2895a3a9f464b3088f98b48347750055 | +3V3 | C6:($P2$), +3V3:($P1$), U4:($VCC$), R15:($P1$), U6:($3V3$), ($Others$) |
7b5ae48bb40da6de678e4b2d935aee15 | RO | R17:($P2$), RO:($P1$), U6:($P26_A0_D0$), IC2:($RO$) |
2184ac958d7fbb3986d7b51729400cb9 | A | R9:($P1$), SW1:($A$) |
f2b2d42410f96c134b271d63b54ace18 | A | J6:($Pin_6$), A:($P1$), R15:($P2$), R14:($P1$), IC2:($A$) |
34bbb0fcd51d4c05735d504ba5fe472b | 12_5V | D4:($K$), 12_5V:($P1$), J6:($Pin_10$), C10:($P2$), R6:($P1$) |
9899bd63dec14b2c66a665e737573c5b | PIO2 | U6:($P29_A3_D3$), PIO2:($P1$), J6:($Pin_2$) |
6c91e6bec9afff7a4e33e45809868f75 | DI | DI:($P1$), U6:($P27_A1_D1$), IC2:($DI$) |
70b5ce301e1625c9b01983fd7b7f29d5 | VUSB | VUSB:($P1$), U6:($5V$), D3:($A$) |
9e6b5d1b22999f84c8fb22e8d972bf10 | B | R14:($P2$), R16:($P1$), B:($P1$), J6:($Pin_7$), IC2:($B$) |
e4b82bf51dfef03a1612b715ef1ce66e | C8:($P1$), R3:($P1$), R7:($P2$), U1:($FB$) | |
c9b99480653b56e6266ca785b9d21c97 | TX | R10:($P2$), U6:($P0_TX_D6$) |
c5a6b1fbd5380a186e963bd1caed199a | D5:($P1$), D2:($P1$), R2:($P2$) | |
b0dce874e16c83e89b6310082ea445ac | R1:($P1$), R4:($P2$) | |
49e914c010010f651dd7f430ccd18bd9 | SDA | SDA:($P1$), U6:($P6_SDA_D4$), J6:($Pin_3$) |
6b9b67141628b733407f71b13d6caacf | DONE | U2:($\sim DONE$), D2:($P2$) |
af92cc0befe57870d1531b5bc3e67273 | ISET | R8:($P1$), U2:($ISET$) |
0e0fc7661d6fc67c6008d2b707ed834b | RX | U4:($PB6$), RX:($P1$), R11:($P2$) |
e76aa4742e2562cb2a73dac8d8b5433c | CSn | U6:($D7_CSn_P1_RX$), R11:($P1$) |
3c085c031e837b24a87a01326756e6b0 | ENABLE | IC2:($DE$), IC2:($\sim RE\sim$), ENABLE:($P1$) |
748ad6c54232a53a65e23361bd96c9ac | TX | R10:($P1$), TX:($P1$), U4:($PB7$) |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:($1$), U4:($PB13$) | |
eba7ced09920a0833f663ab83d15d8ba | LX | L2:($P1$), U1:($LX$) |
96aa6dc70454c31d3f3f9a1482de84da | PIO1 | J6:($Pin_1$), PIO1:($P1$), U6:($P28_A2_D2$) |
df565d67657e1e7669d60ffc22a73564 | NRST | NRST:($P1$), U4:($RST$), R18:($P2$) |
e95c2b3900f11de733783f57892ad9d3 | R1:($P2$), SW1:($C$) | |
f73a2b36579f139496324fed4902ee2c | R13:($P1$), SW2:($2$) | |
23fd8eb8d8f625ba392764801aba3241 | MISO | R18:($P1$), U6:($D9_MISO_P4$) |
c8451fc39d41b548c3f6ca5f599205b7 | RFIO | J2:($SIGNAL$), U4:($RFIO$) |
a312d7365eef1f93228434f24f26915e | CHARG | U2:($\sim CHARG$), D5:($P2$) |
Table
Net Name | Net Members |
---|---|
VSOLAR | J3:$(P1)$ |
VUSB | VUSB:$(P1)$ |
ENABLE | ENABLE:$(P1)$ |
A | A:$(P1)$ |
B | B:$(P1)$ |
NRST | NRST:$(P1)$ |
DI | DI:$(P1)$ |
SDA | SDA:$(P1)$ |
SCL | SCL:$(P1)$ |
TX | TX:$(P1)$ |
RX | RX:$(P1)$ |
PIO1 | PIO1:$(P1)$ |
PIO2 | PIO2:$(P1)$ |
12_5V | 12_5V:$(P1)$ |
Table
Net Name | Net Members | Description |
---|---|---|
A | U6:$\text{P1}$ | This net includes a single point labeled "A". This connectivity suggests a potential missing connection or an isolated point in the design. |
B | U6:$\text{P1}$ | Similar to net "A", this net labeled "B" also indicates a single connection point. It could imply a missing or isolated part. |
DI | IC2:$\text{DI}$ | The "DI" net is assigned to just one connection point with IC2. This might indicate an incomplete connection setup for Data Input. |
ENABLE | U4:$\text{EN}$ | The "ENABLE" net shows connectivity to just the enable pin of U4. It could reflect an intended single control point or a missing connection. |
NRST | U4:$\text{RST}$ | This net connects only to the reset pin, suggesting it is intended for a reset functionality but lacks multiple connectivity. |
PIO1 | U6:$\text{P28_A2_D2}$ | This net is peculiar as it connects to a singular point labeled "PIO1", potentially signifying a specific function or an incomplete network. |
PIO2 | U6:$\text{P29_A3_D3}$ | Similar to "PIO1", this net targets a single connectivity, indicating a special function or incomplete integration in the design. |
RO | IC2:$\text{RO}$ | The "RO" net combines with just one member, likely indicating a Receiver Output with an incomplete connection or isolated setup. |
RX | U4:$\text{PB6}$ | This net shows solitary connectivity to a receiving point, potentially missing the link to another counterpart or module. |
SCL | U6:$\text{P7_SCL_D5}$ | The "SCL" net indicates a Single Clock Line with only one connection point, suggesting an uncompleted I2C bus configuration. |
SDA | U6:$\text{P6_SDA_D4}$ | Similar to "SCL", this net for the Data Line indicates a solitary connection, hinting at an incomplete I2C bus setup. |
TX | U4:$\text{PB7}$ | The "TX" net suggests transmission functionality, having only one connection point, potentially indicating a need for further connectivity. |
VBAT | U6:$\text{P1}$ | This power net labeled "VBAT" signifies a single connection point for a battery voltage input, potentially indicating an isolated power net. |
VUSB | U6:$\text{5V}$ | The "VUSB" net is dedicated to USB power, with a single connection point suggesting it might lack comprehensive connectivity. |
VSOLAR | J3:$\text{P1}$ | This net, suggesting solar power input, has singular connectivity and might represent a designated solar input or an uncompleted power net. |
+3V3 | U6:$\text{3V3}$ | The "+3V3" power net contains a single connection point, potentially indicating a power line needing more distribution points. |
12_5V | D4:$\text{K}$ | This uniquely labeled power net has a single connectivity point, suggesting it might be either a specialized voltage reference or missing connections. |
Image
Image
VBAT
power net indicates there is a battery input in your design.VSOLAR
power net suggests there's a solar power input.U2
(MPN: CN3063
) is likely the battery charging IC.U2
battery charging IC.U1
(MPN: RT8059GJ5
) and U3
(MPN: SY6280AAAC
) seem to be voltage regulators, and IC1
(MPN: MT3608L
) is noted as the boost converter IC.IC1
(MPN: MT3608L
) is the boost converter, matching the flow diagram.U6
(MPN: 102010428
), the XIAO RP2040, serves as the main MCU.U4
(MPN: 317990687
), the LoRa-E5 module from Seeed Studio.D5
(red LED) and D2
(green LED) could serve as TX and RX activity indicators.VUSB
power net implies USB connectivity.J6
(MPN: WJ103-5.0-10P
) is a connector but specific nets for I2C (SDA and SCL), RS485 (A and B), UART (TX and RX) are mentioned which corresponds to the required interfaces.IC2
(MPN: SP3485EN-L/TR
) is the RS485 transceiver, matching the SP3485 in the flow diagram.+12_5V
and +3V3
seem to indicate different voltage levels but there's no explicit +12V or +5V power net listed. This might require some clarification based on the desired voltage levels in your project.NRST
net indicates a reset line which matches the RST in the flow diagram.Table
Equation | Description | Page Number | Context |
---|---|---|---|
$V_{OUT} = V_{REF} \left (1 + \frac{R_1}{R_2} \right )$ | Output voltage setting formula | Not specified in excerpt | Formula used to set the output voltage by selecting appropriate resistances for the feedback resistor divider. |
Table
Net/Component | Test Point Included | Accessibility | Comments |
---|---|---|---|
[Net/Component Name] | Yes/No | Accessible/Inaccessible | [Additional Comments] |
Table
Net/Component | Test Point Included | Accessibility | Comments |
---|---|---|---|
+3V3 (4d99eb24096608fff709d87dcd1bc6bb) | Yes | Accessible | Connected to TP-1, which facilitates power supply verification. |
VUSB (70b5ce301e1625c9b01983fd7b7f29d5) | No | Inaccessible | A test point for VUSB could help in verifying the USB power supply integrity. |
VSOLAR (c7b0835ce1117b682cc6e94b0a832235) | No | Inaccessible | A test point for solar input verification is missing. |
VBAT (414f7ad4badb6fca7a59c2ff95a1d3ac) | No | Inaccessible | Adding a test point would allow for easy battery voltage measurements. |
GND (aec38e916674aae234fc14001048893d) | No | Inaccessible | A ground test point could be beneficial for measurements and troubleshooting. |
IO Lines (Various Data/Communications Nets e.g., 7b5ae48bb40da6de678e4b2d935aee15, 6c91e6bec9afff7a4e33e45809868f75) | No | Inaccessible | Critical for verifying functionality of communication interfaces. Test points on key signals like SCL, SDA, TX, RX, etc., are recommended. |
Table
Designator | Description | Connected Net |
---|---|---|
TP-1 | Test Point | +3V3(VCC) |
Table
Aspect | Details | Recommendations |
---|---|---|
Test Points | Only one dedicated test point (TP-1) is provided, connected to the +3V3 net. | - Add test points to critical signals, especially power (VBAT, VSOLAR), ground, I/O signals (SDA, SCL), and communication lines (TX, RX) for comprehensive testing capabilities. |
Accessibility | The provided test point TP-1 is accessible. However, critical nets like VBAT, VSOLAR, communication lines lack dedicated test points for probing. | - Ensure critical nets, especially those for power, ground, and communication, have test points added. |
Most components seem accessible, but test point distribution is lacking for full coverage. | - Strategically place test points to not interfere with component placement or board functionality but remain accessible for probes and debugging tools. |
Table
# | Net/Component | Test Point Present? | Accessibility | Recommendations |
---|---|---|---|---|
1 | Power Nets (+3V3, VBAT, VSOLAR, VUSB) | No explicit test points mentioned for these power nets | Might be difficult depending on the layout | Add dedicated test points for each major power net to facilitate power integrity and voltage level checks. |
2 | Ground (GND) | Implied through various components but no dedicated test point | Accessibility depends on component placement, but usually manageable | Consider adding a few dedicated ground test points spread across the board for ease of access. |
3 | I2C Bus (SCL, SDA) | Yes, through U6:$P7_SCL_D5$ for SCL and U6:$P6_SDA_D4$ for SDA | Accessibility depends on the placement of U6 | Ensure that I2C lines have test points close to both the MCU and peripherals for signal integrity testing. |
4 | UART Lines (RX, TX) | Yes, indirectly through U6:$P0_TX_D6$ for TX and U4:$PB7$ for RX | Accessibility depends on the placement of U4 and U6 | Placing test points near the RX and TX lines close to the MCU and communication module will aid in debugging communication issues. |
5 | SPI Bus (MISO, MOSI, SCK, CSn) | Yes, through U6 $D9_MISO_P4$, $D10_MOSI_P3$, $D8_SCK_P2$, $D7_CSn_P1_RX$ | Accessibility depends on the placement of U6 | Adding test points for SPI lines near the MCU and target peripheral will facilitate signal integrity checks and debugging. |
6 | LoRa RF Signal (RFIO) | Yes, through J2:$SIGNAL$ connected to U4:$RFIO$ | Accessibility depends on the placement of J2 | Ensure the RF signal path is easily accessible for antenna performance and signal quality tests. |
7 | Solar Panel Input (VSOLAR) | Indirectly accessible through D1:$A$ | Accessibility depends on the placement of D1 | A dedicated test point for solar input before the diode can help in diagnosing charging issues. |
8 | Battery Charging and Feedback (U2:BAT, ~DONE, ~CHARG) | Yes, indirectly through connections to U2 | Accessibility depends on the placement of U2 | Adding test points on the battery, charging status, and feedback lines would aid in battery management troubleshooting. |
9 | Enable Lines (ENABLE) | No explicit test point mentioned | Might be hard to access depending on the signal's use | Incorporate test points for enable lines of critical components for functional testing. |
10 | Reset Line (NRST) | Yes, through U4:$RST$ | Accessibility depends on the placement of U4 | Ensure the reset line is easily accessible for system reset checks. |
Table
Net/Component | Test Point Included | Accessibility | Comments |
---|---|---|---|
[Net/Component Name] | Yes/No | Accessible/Inaccessible | [Additional Comments] |
Table
Net/Component | Test Point Included | Accessibility | Comments |
---|---|---|---|
+3V3 | No | - | Critical power supply net; recommend adding test points for easier power integrity verification. |
GND | No | - | Essential for all testing; recommend adding multiple accessible ground test points across the board. |
VBAT | No | - | Critical for testing power from the battery; recommend adding test points. |
VSOLAR | No | - | Important for verifying solar panel input; adding a test point will facilitate power measurements. |
VUSB | No | - | USB power input testing is essential; recommend adding a test point for verification and troubleshooting. |
12_5V | No | - | If this net is crucial for higher-voltage sections, including a test point would be wise for voltage checks. |
f69363cad1dce6ba0fe6a3e21b429d21 (SCL Net) | No | - | I2C communication test point necessary; recommend adding to ensure protocol integrity. |
99da4539cdfe9b4a0d4b79a36bbd732c (U4:PB14) | No | - | Critical for specific function verification in LoRa-E5; suggest adding a test point for signal tracing and debugging. |
df565d67657e1e7669d60ffc22a73564 (NRST) | No | - | Essential for device reset functionality checks; recommend implementing a test point for easier access during development and testing. |
a312d7365eef1f93228434f24f26915e (U2:~CHARG) | No | - | Important for status checking of battery charging; advising on adding a test point for signaling observation. |
c8451fc39d41b548c3f6ca5f599205b7 (J2:SIGNAL, U4:RFIO) | No | - | Critical for RF signal integrity; adding a test point here would allow for RF signal verification and troubleshooting. |
4d99eb24096608fff709d87dcd1bc6bb
414f7ad4badb6fca7a59c2ff95a1d3ac
df42beb250f3035a1f7d99e9a66efdfe
c7b0835ce1117b682cc6e94b0a832235
34bbb0fcd51d4c05735d504ba5fe472b
df42beb250f3035a1f7d99e9a66efdfe
Table
Component | Pin | Net ID | Net Name | Status | Comments |
---|---|---|---|---|---|
U1 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
U1 | VIN, EN | 414f7ad4badb6fca7a59c2ff95a1d3ac | VBAT | 🟢 | Correct connection to power. |
U2 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
U2 | VIN | 32d99ea56a1b55ab20c9987611c4a822 | 🟧 | Missing detailed net name. | |
U2 | BAT, FB | 414f7ad4badb6fca7a59c2ff95a1d3ac | VBAT | 🟢 | Correct connection to power. |
U3 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
U3 | VIN | 47362388e3460be32bada22fcd405634 | 🟧 | Missing detailed net name. | |
U4 | GND (multiple) | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Multiple correct ground connections. |
U4 | VCC | 4d99eb24096608fff709d87dcd1bc6bb | +3V3 | 🟢 | Correct connection to power. |
U6 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
U6 | 3V3 | 4d99eb24096608fff709d87dcd1bc6bb | +3V3 | 🟢 | Correct connection to power. |
U6 | 5V | df42beb250f3035a1f7d99e9a66efdfe | 🟧 | Connection unclear, expected VUSB. | |
IC1 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
IC1 | EN, IN | 414f7ad4badb6fca7a59c2ff95a1d3ac | VBAT | 🟢 | Correct connection to power. |
IC2 | GND | df42beb250f3035a1f7d99e9a66efdfe | GND | 🟢 | Correct connection to ground. |
IC2 | VCC | 4d99eb24096608fff709d87dcd1bc6bb | +3V3 | 🟢 | Correct connection to power. |
df42beb250f3035a1f7d99e9a66efdfe
.Table
Equation | Description | Page Number | Context |
---|---|---|---|
$V_{bat} = 4.2 + 3.04 \times 10^{-6} \times R_x$ | Voltage at the BAT pin in constant voltage mode | Page Early 1-3 | Found in an application circuit for adjusting the constant voltage level with resistor Rx. |
$I_{CH} = \frac{V_{ISET}}{R_{ISET}} \times 900$ | For monitoring the charge current by measuring ISET pin voltage | Page Middle 4-6 | Explanation for monitoring charge current if the charger is in constant-temperature or constant voltage mode. |
Table
Variable Solved For | Equation | Section Number | Sub Section Number | Description |
---|
Table
Variable Solved For | Equation | Section Number | Sub Section Number | Description |
---|---|---|---|---|
$\text{LIM(A)}$ | $\text{LIM(A)} = \frac{6800}{\text{RSET}}$ | - | - | Current limit programming equation for SY6280AAAC[1] |
Table
Variable Solved For | Equation | Section Number | Sub Section Number | Description |
---|---|---|---|---|
$\text{LIM(A)}$ | $\text{LIM(A)} = \frac{6800}{\text{RSET}}$ | - | - | Current limit programming equation for SY6280AAAC[1] |
Table
Variable Solved For | Equation | Section Number | Sub Section Number | Description |
---|---|---|---|---|
$\text{LIM(A)}$ | $\text{LIM(A)} = \frac{6800}{\text{RSET}}$ | - | - | Current limit programming equation for SY6280AAAC[1] |
Table
Variable Solved For | Equation | Section Number | Sub Section Number | Description |
---|---|---|---|---|
$\text{LIM(A)}$ | $\text{LIM(A)} = \frac{6800}{\text{RSET}}$ | - | - | Current limit programming equation for SY6280AAAC[1] |
$\Delta I_L$ | ΔIL=f⋅LVOUT(1−VOUT/VIN) | - | Inductor Selection | Inductor Ripple Current Equation for the RT8059GJ5[1] |
$V_{OUT}$ | VOUT=VREF(1+R2R1) | - | Feedback Network | Output Voltage Setting Equation for the RT8059GJ5[2] |
$\eta$ | η=PINPOUT×100% | - | Efficiency | Efficiency Calculation Equation for the RT8059GJ5 |
Table
Variable Solved For | Equation | Section Number | Sub Section Number | Description |
---|---|---|---|---|
$\text{LIM(A)}$ | $\text{LIM(A)} = \frac{6800}{\text{RSET}}$ | - | - | Current limit programming equation for SY6280AAAC[1] |
$\Delta I_L$ | ΔIL=f⋅LVOUT(1−VOUT/VIN) | - | Inductor Selection | Inductor Ripple Current Equation for the RT8059GJ5[1] |
$V_{OUT}$ | VOUT=VREF(1+R2R1) | - | Feedback Network | Output Voltage Setting Equation for the RT8059GJ5[2] |
$\eta$ | η=PINPOUT×100% | - | Efficiency | Efficiency Calculation Equation for the RT8059GJ5 |
$V_{OUT_{RIPPLE}}$ | VOUTRIPPLE=ΔIL⋅(ESR+8fCOUT1) | - | Output Ripple Voltage | Output Ripple Voltage Equation for the RT8059GJ5[1] |
$I_{LOAD_{MAX}}$ | ILOADMAX=2⋅f⋅LVOUT⋅(1−VOUT/VIN) | - | Maximum Load Current | Maximum Load Current Equation for the RT8059GJ5[1] |
$f_{C}$ | fC=2πRCOMPCCOMP1 | - | Compensation Network | Compensation Network Corner Frequency Equation for the RT8059GJ5[1] |
$P_{DISP}$ | PDISP=(VIN−VOUT)⋅IOUT | - | Thermal Dissipation | Thermal Dissipation Equation for the RT8059GJ5[1] |
Table
Variable Solved For | Equation | Section Number | Sub Section Number | Description |
---|---|---|---|---|
$\text{LIM(A)}$ | $\text{LIM(A)} = \frac{6800}{\text{RSET}}$ | - | - | Current limit programming equation for SY6280AAAC[1] |
$\Delta I_L$ | ΔIL=f⋅LVOUT(1−VOUT/VIN) | - | Inductor Selection | Inductor Ripple Current Equation for the RT8059GJ5[1] |
$V_{OUT}$ | VOUT=VREF(1+R2R1) | - | Feedback Network | Output Voltage Setting Equation for the RT8059GJ5[2] |
$\eta$ | η=PINPOUT×100% | - | Efficiency | Efficiency Calculation Equation for the RT8059GJ5 |
$V_{OUT_{RIPPLE}}$ | VOUTRIPPLE=ΔIL⋅(ESR+8fCOUT1) | - | Output Ripple Voltage | Output Ripple Voltage Equation for the RT8059GJ5[1] |
$I_{LOAD_{MAX}}$ | ILOADMAX=2⋅f⋅LVOUT⋅(1−VOUT/VIN) | - | Maximum Load Current | Maximum Load Current Equation for the RT8059GJ5[1] |
$f_{C}$ | fC=2πRCOMPCCOMP1 | - | Compensation Network | Compensation Network Corner Frequency Equation for the RT8059GJ5[1] |
$P_{DISP}$ | PDISP=(VIN−VOUT)⋅IOUT | - | Thermal Dissipation | Thermal Dissipation Equation for the RT8059GJ5[1] |
$I_{RMS}$ | IRMS=IOUT2+(2ΔIL)2 | - | Inductor Current Rating | Inductor RMS Current Equation for the RT8059GJ5[1] |
$C_{OUT}$ | COUT=8f⋅VOUTRIPPLEΔIL | - | Output Capacitor | Output Capacitor Selection Equation for the RT8059GJ5[1] |
$R_1$ | R1=R2⋅(VREFVOUT−1) | - | Feedback Resistors | Feedback Resistor Selection Equation for the RT8059GJ5[1] |
$f_Z$ | fZ=2πRCOMP1CCOMP11 | - | Loop Compensation | Loop Compensation Zero Frequency Equation for the RT8059GJ5[1] |
Python
import math def current_limit(RSET): """Calculate the current limit using the given RSET value.""" return 6800 / RSET def inductor_ripple_current(VOUT, VIN, f, L): """Calculate the inductor ripple current.""" return (VOUT * (1 - VOUT/VIN)) / (f * L) def output_voltage(VREF, R1, R2): """Calculate the output voltage.""" return VREF * (1 + R1/R2) def efficiency(POUT, PIN): """Calculate the efficiency.""" return (POUT / PIN) * 100 def output_ripple_voltage(Delta_IL, ESR, f, COUT): """Calculate the output ripple voltage.""" return Delta_IL * (ESR + 1/(8*f*COUT)) def max_load_current(VOUT, VIN, f, L): """Calculate the maximum load current.""" return (VOUT * (1 - VOUT/VIN)) / (2 * f * L) def compensation_corner_frequency(RCOMP, CCOMP): """Calculate the compensation network corner frequency.""" return 1 / (2 * math.pi * RCOMP * CCOMP) def thermal_dissipation(VIN, VOUT, IOUT): """Calculate the thermal dissipation.""" return (VIN - VOUT) * IOUT def inductor_rms_current(IOUT, Delta_IL): """Calculate the inductor RMS current.""" return math.sqrt(IOUT**2 + (Delta_IL/2)**2) def output_capacitor(Delta_IL, f, VOUT_RIPPLE): """Calculate the output capacitor.""" return Delta_IL / (8 * f * VOUT_RIPPLE) def feedback_resistors(VOUT, VREF, R2): """Calculate the feedback resistor R1 given VOUT, VREF, and R2.""" return R2 * ( ( VOUT / VREF ) - 1 ) def loop_compensation_zero_frequency(RCOMP1, CCOMP1): """Calculate the loop compensation zero frequency.""" return 1 / (2 * math.pi * RCOMP1 * CCOMP1) # Example function calls with hypothetical values if __name__ == "__main__": RSET = 1000 # ohms print("Current Limit:", current_limit(RSET)) VOUT = 5 # volts VIN = 12 # volts f = 100e3 # Hz L = 10e-6 # henries print("Inductor Ripple Current:", inductor_ripple_current(VOUT, VIN, f, L)) VREF = 1.25 # volts R1 = 10e3 # ohms R2 = 2.5e3 # ohms print("Output Voltage:", output_voltage(VREF, R1, R2)) POUT = 5 # watts PIN = 5.5 # watts print("Efficiency:", efficiency(POUT, PIN)) Delta_IL = 0.5 # amps ESR = 0.01 # ohms COUT = 100e-6 # farads print("Output Ripple Voltage:", output_ripple_voltage(Delta_IL, ESR, f, COUT)) print("Max Load Current:", max_load_current(VOUT, VIN, f, L)) RCOMP = 10e3 # ohms CCOMP = 1e-9 # farads print("Compensation Corner Frequency:", compensation_corner_frequency(RCOMP, CCOMP)) IOUT = 2 # amps print("Thermal Dissipation:", thermal_dissipation(VIN, VOUT, IOUT)) print("Inductor RMS Current:", inductor_rms_current(IOUT, Delta_IL)) VOUT_RIPPLE = 0.05 # volts print("Output Capacitor:", output_capacitor(Delta_IL, f, VOUT_RIPPLE)) print("Feedback Resistor R1:", feedback_resistors(VOUT, VREF, R2)) RCOMP1 = 10e3 # ohms CCOMP1 = 1e-9 # farads print("Loop Compensation Zero Frequency:", loop_compensation_zero_frequency(RCOMP1, CCOMP1))
equations.py
and you can run it to see the calculations based on the provided example values. You can replace the example values with those relevant to your use case.Table
Net ID | Connected Components (Excluding Net Portals) | Count | Indicator |
---|---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | U6:($P7_SCL_D5$), J6:($Pin_4$) | 2 | 🟢 |
32d99ea56a1b55ab20c9987611c4a822 | D1:($K$), U2:($VIN$), R2:($P1$), D3:($K$), C9:($P2$), C1:($P2$) | 6 | 🟢 |
01e0064c32b8af1f4b4316f8e4679198 | R5:($P2$), U3:($ISET$) | 2 | 🟢 |
aec38e916674aae234fc14001048893d | IC1:($GND$), C3:($P1$), R7:($P1$), U1:($GND$), C4:($P1$), C12:($P2$), R13:($P2$), C2:($P1$), U3:($GND$), C6:($P1$), C5:($P1$), R5:($P1$), H1:($1$), R16:($P2$), H2:($1$), J1:($PIN2$), U4:($GND$), R8:($P2$), U2:($TEMP$), C9:($P1$), C1:($P1$), U2:($GND$), C11:($P1$), J3:($P2$), U6:($GND$) | 26 | 🟢 |
47362388e3460be32bada22fcd405634 | U3:($EN$), C2:($P2$), U3:($VIN$), R3:($P2$), L2:($P2$), C8:($P2$) | 6 | 🟢 |
a792929a0674a703bc83ac1004469927 | IC1:($FB$), R6:($P2$), SW1:($B$) | 3 | 🟢 |
c7b0835ce1117b682cc6e94b0a832235 | J3:($P1$), VSOLAR:($P1$), D1:($A$) | 3 | 🟢 |
47d003fd3592391744da2690efa1c148 | IC1:($SW$), L1:($P2$), D4:($A$) | 3 | 🟢 |
414f7ad4badb6fca7a59c2ff95a1d3ac | U2:($BAT$), U2:($FB$), VBAT:($P1$), C4:($P2$), C3:($P2$), U1:($VIN$), U1:($EN$), L1:($P1$), IC1:($EN$), IC1:($IN$), C7:($P2$) | 11 | 🟢 |
2895a3a9f464b3088f98b48347750055 | C6:($P2$), U4:($VCC$), R15:($P1$), U6:($3V3$), R17:($P1$), IC2:($VCC$), C12:($P1$), C5:($P2$), U3:($VOUT$) | 9 | 🟢 |
7b5ae48bb40da6de678e4b2d935aee15 | R17:($P2$), U6:($P26_A0_D0$), IC2:($RO$) | 3 | 🟢 |
2184ac958d7fbb3986d7b51729400cb9 | R9:($P1$), SW1:($A$) | 2 | 🟢 |
f2b2d42410f96c134b271d63b54ace18 | J6:($Pin_6$), R15:($P2$), R14:($P1$), IC2:($A$) | 4 | 🟢 |
34bbb0fcd51d4c05735d504ba5fe472b | D4:($K$), C10:($P2$), R6:($P1$) | 3 | 🟢 |
9899bd63dec14b2c66a665e737573c5b | U6:($P29_A3_D3$), J6:($Pin_2$) | 2 | 🟢 |
6c91e6bec9afff7a4e33e45809868f75 | U6:($P27_A1_D1$), IC2:($DI$) | 2 | 🟢 |
029540a261f20cea52892adaad62f890 | U4:($PB0$) | 1 | 🔴 |
70b5ce301e1625c9b01983fd7b7f29d5 | U6:($5V$), D3:($A$) | 2 | 🟢 |
a8ece52d0e79dbf8169f1744020a53aa | U6:($D10_MOSI_P3$) | 1 | 🔴 |
ae7d5d765989d0d3b057f3d4457e9d1f | U4:($PA10$) | 1 | 🔴 |
99da4539cdfe9b4a0d4b79a36bbd732c | U4:($PB14$) | 1 | 🔴 |
9e6b5d1b22999f84c8fb22e8d972bf10 | R14:($P2$), R16:($P1$), IC2:($B$) | 3 | 🟢 |
e4b82bf51dfef03a1612b715ef1ce66e | C8:($P1$), R3:($P1$), R7:($P2$), U1:($FB$) | 4 | 🟢 |
c9b99480653b56e6266ca785b9d21c97 | R10:($P2$), U6:($P0_TX_D6$) | 2 | 🟢 |
c5a6b1fbd5380a186e963bd1caed199a | D5:($P1$), D2:($P1$), R2:($P2$) | 3 | 🟢 |
b0dce874e16c83e89b6310082ea445ac | R1:($P1$), R4:($P2$) | 2 | 🟢 |
49e914c010010f651dd7f430ccd18bd9 | U6:($P6_SDA_D4$), J6:($Pin_3$) | 2 | 🟢 |
6b9b67141628b733407f71b13d6caacf | U2:($~DONE$), D2:($P2$) | 2 | 🟢 |
af92cc0befe57870d1531b5bc3e67273 | U2:($ISET$), R8:($P1$) | 2 | 🟢 |
0e0fc7661d6fc67c6008d2b707ed834b | U4:($PB6$), R11:($P2$) | 2 | 🟢 |
e76aa4742e2562cb2a73dac8d8b5433c | U6:($D7_CSn_P1_RX$), R11:($P1$) | 2 | 🟢 |
3c085c031e837b24a87a01326756e6b0 | IC2:($DE$), IC2:($ | 2 | 🟢 |
748ad6c54232a53a65e23361bd96c9ac | R10:($P1$) | 1 | 🔴 |
ea10bc97fe2a5e59070054c8a8a7f8a0 | U4:($PB13$) | 1 | 🔴 |
eba7ced09920a0833f663ab83d15d8ba | L2:($P1$), U1:($LX$) | 2 | 🟢 |
96aa6dc70454c31d3f3f9a1482de84da | U6:($P28_A2_D2$), J6:($Pin_1$) | 2 | 🟢 |
df565d67657e1e7669d60ffc22a73564 | U4:($RST$), R18:($P2$) | 2 | 🟢 |
e95c2b3900f11de733783f57892ad9d3 | R1:($P2$), SW1:($C$) | 2 | 🟢 |
f73a2b36579f139496324fed4902ee2c | R13:($P1$), SW2:($2$) | 2 | 🟢 |
23fd8eb8d8f625ba392764801aba3241 | R18:($P1$), U6:($D9_MISO_P4$) | 2 | 🟢 |
c8451fc39d41b548c3f6ca5f599205b7 | J2:($SIGNAL$), U4:($RFIO$) | 2 | 🟢 |
a312d7365eef1f93228434f24f26915e | U2:($~CHARG$), D5:($P2$) | 2 | 🟢 |
Table
Net ID | Connected Components (Excluding Net Portals) | Count | Dot |
---|---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | U6:$P7_SCL_D5$, J6:$Pin_4$ | 2 | 🟢 |
32d99ea56a1b55ab20c9987611c4a822 | D1:$K$, U2:$VIN$, R2:$P1$, D3:$K$, C9:$P2$, C1:$P2$ | 6 | 🟢 |
01e0064c32b8af1f4b4316f8e4679198 | R5:$P2$, U3:$ISET$ | 2 | 🟢 |
aec38e916674aae234fc14001048893d | IC1:$GND$, C3:$P1$, R7:$P1$, U1:$GND$, C4:$P1$, C12:$P2$, R13:$P2$, C2:$P1$, U3:$GND$, C6:$P1$, C5:$P1$, R5:$P1$, H1:$1$, R16:$P2$, H2:$1$, J1:$PIN2$, U4:$GND$, R8:$P2$, U2:$TEMP$, C9:$P1$, C1:$P1$, U2:$GND$, C11:$P1$, J3:$P2$, U6:$GND$, IC2:$GND$, J2:$GND$, C7:$P1$, R4:$P1$, C10:$P1$, R9:$P2$ | 33 | 🟢 |
47362388e3460be32bada22fcd405634 | U3:$EN$, C2:$P2$, U3:$VIN$, R3:$P2$, L2:$P2$, C8:$P2$ | 6 | 🟢 |
a792929a0674a703bc83ac1004469927 | IC1:$FB$, R6:$P2$, SW1:$B$ | 3 | 🟢 |
c7b0835ce1117b682cc6e94b0a832235 | J3:$P1$, VSOLAR:$P1$, D1:$A$ | 3 | 🟢 |
47d003fd3592391744da2690efa1c148 | IC1:$SW$, L1:$P2$, D4:$A$ | 3 | 🟢 |
414f7ad4badb6fca7a59c2ff95a1d3ac | U2:$BAT$, U2:$FB$, VBAT:$P1$, J1:$PIN1$, C4:$P2$, C3:$P2$, U1:$VIN$, U1:$EN$, L1:$P1$, IC1:$EN$, IC1:$IN$, C7:$P2$ | 12 | 🟢 |
2895a3a9f464b3088f98b48347750055 | C6:$P2$, +3V3:$P1$, U4:$VCC$, R15:$P1$, U6:$3V3$, R17:$P1$, IC2:$VCC$, C12:$P1$, C5:$P2$, U3:$VOUT$ | 10 | 🟢 |
7b5ae48bb40da6de678e4b2d935aee15 | R17:$P2$, IC2:$RO$, U6:$P26_A0_D0$ | 3 | 🟢 |
2184ac958d7fbb3986d7b51729400cb9 | R9:$P1$, SW1:$A$ | 2 | 🟢 |
f2b2d42410f96c134b271d63b54ace18 | J6:$Pin_6$, R15:$P2$, R14:$P1$, IC2:$A$ | 4 | 🟢 |
34bbb0fcd51d4c05735d504ba5fe472b | D4:$K$, C10:$P2$, R6:$P1$ | 3 | 🟢 |
9899bd63dec14b2c66a665e737573c5b | U6:$P29_A3_D3$, J6:$Pin_2$ | 2 | 🟢 |
6c91e6bec9afff7a4e33e45809868f75 | IC2:$DI$, U6:$P27_A1_D1$ | 2 | 🟢 |
029540a261f20cea52892adaad62f890 | U4:$PB0$ | 1 | 🔴 |
70b5ce301e1625c9b01983fd7b7f29d5 | U6:$5V$, D3:$A$ | 2 | 🟢 |
a8ece52d0e79dbf8169f1744020a53aa | U6:$D10_MOSI_P3$ | 1 | 🔴 |
9e6b5d1b22999f84c8fb22e8d972bf10 | R14:$P2$, IC2:$B$, J6:$Pin_7$, R16:$P1$ | 4 | 🟢 |
e4b82bf51dfef03a1612b715ef1ce66e | C8:$P1$, R3:$P1$, R7:$P2$, U1:$FB$ | 4 | 🟢 |
c9b99480653b56e6266ca785b9d21c97 | R10:$P2$, U6:$P0_TX_D6$ | 2 | 🟢 |
c5a6b1fbd5380a186e963bd1caed199a | D5:$P1$, D2:$P1$, R2:$P2$ | 3 | 🟢 |
b0dce874e16c83e89b6310082ea445ac | R1:$P1$, R4:$P2$ | 2 | 🟢 |
49e914c010010f651dd7f430ccd18bd9 | U6:$P6_SDA_D4$, J6:$Pin_3$ | 2 | 🟢 |
6b9b67141628b733407f71b13d6caacf | U2:$~DONE$, D2:$P2$ | 2 | 🟢 |
af92cc0befe57870d1531b5bc3e67273 | R8:$P1$, U2:$ISET$ | 2 | 🟢 |
0e0fc7661d6fc67c6008d2b707ed834b | U4:$PB6$, R11:$P2$ | 2 | 🟢 |
e76aa4742e2562cb2a73dac8d8b5433c | U6:$D7_CSn_P1_RX$, R11:$P1$ | 2 | 🟢 |
3c085c031e837b24a87a01326756e6b0 | IC2:$DE$, IC2:$ | 2 | 🟢 |
748ad6c54232a53a65e23361bd96c9ac | R10:$P1$, U4:$PB7$ | 2 | 🟢 |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:$1$, U4:$PB13$ | 2 | 🟢 |
eba7ced09920a0833f663ab83d15d8ba | L2:$P1$, U1:$LX$ | 2 | 🟢 |
96aa6dc70454c31d3f3f9a1482de84da | U6:$P28_A2_D2$, J6:$Pin_1$ | 2 | 🟢 |
df565d67657e1e7669d60ffc22a73564 | U4:$RST$, R18:$P2$ | 2 | 🟢 |
e95c2b3900f11de733783f57892ad9d3 | R1:$P2$, SW1:$C$ | 2 | 🟢 |
f73a2b36579f139496324fed4902ee2c | R13:$P1$, SW2:$2$ | 2 | 🟢 |
23fd8eb8d8f625ba392764801aba3241 | R18:$P1$, U6:$D9_MISO_P4$ | 2 | 🟢 |
c8451fc39d41b548c3f6ca5f599205b7 | J2:$SIGNAL$, U4:$RFIO$ | 2 | 🟢 |
a312d7365eef1f93228434f24f26915e | U2:$~CHARG$, D5:$P2$ | 2 | 🟢 |
Table
Net ID | Connected Components | Count | Status |
---|---|---|---|
f69363cad1dce6ba0fe6a3e21b429d21 | U6:$P7_SCL_D5$, J6:$Pin_4$ | 2 | 🟢 |
32d99ea56a1b55ab20c9987611c4a822 | D1:$K$, U2:$VIN$, R2:$P1$, D3:$K$, C9:$P2$, C1:$P2$ | 6 | 🟢 |
01e0064c32b8af1f4b4316f8e4679198 | R5:$P2$, U3:$ISET$ | 2 | 🟢 |
aec38e916674aae234fc14001048893d | IC1:$GND$, C3:$P1$, R7:$P1$, U1:$GND$, C4:$P1$, C12:$P2$, R13:$P2$, C2:$P1$, U3:$GND$, C6:$P1$, C5:$P1$, R5:$P1$ | 11 | 🟢 |
47362388e3460be32bada22fcd405634 | U3:$EN$, C2:$P2$, U3:$VIN$, R3:$P2$, L2:$P2$, C8:$P2$ | 6 | 🟢 |
a792929a0674a703bc83ac1004469927 | IC1:$FB$, R6:$P2$, SW1:$B$ | 3 | 🟢 |
c7b0835ce1117b682cc6e94b0a832235 | J3:$P1$, VSOLAR:$P1$, D1:$A$ | 3 | 🟢 |
47d003fd3592391744da2690efa1c148 | IC1:$SW$, L1:$P2$, D4:$A$ | 3 | 🟢 |
414f7ad4badb6fca7a59c2ff95a1d3ac | U2:$BAT$, U2:$FB$, VBAT:$P1$, C4:$P2$, C3:$P2$, U1:$VIN$, U1:$EN$, L1:$P1$, IC1:$EN$, IC1:$IN$, C7:$P2$ | 11 | 🟢 |
2895a3a9f464b3088f98b48347750055 | +3V3:$P1$, J6:$Pin_9$, U4:$VCC$, R15:$P1$, U6:$3V3$, R17:$P1$, IC2:$VCC$, C12:$P1$, C5:$P2$, U3:$VOUT$ | 10 | 🟢 |
7b5ae48bb40da6de678e4b2d935aee15 | R17:$P2$, U6:$P26_A0_D0$, IC2:$RO$ | 3 | 🟢 |
2184ac958d7fbb3986d7b51729400cb9 | R9:$P1$, SW1:$A$ | 2 | 🟢 |
f2b2d42410f96c134b271d63b54ace18 | J6:$Pin_6$, R15:$P2$, R14:$P1$, IC2:$A$ | 4 | 🟢 |
34bbb0fcd51d4c05735d504ba5fe472b | D4:$K$, 12_5V:$P1$, J6:$Pin_10$, C10:$P2$, R6:$P1$ | 5 | 🟢 |
9899bd63dec14b2c66a665e737573c5b | U6:$P29_A3_D3$, J6:$Pin_2$ | 2 | 🟢 |
6c91e6bec9afff7a4e33e45809868f75 | U6:$P27_A1_D1$, IC2:$DI$ | 2 | 🟢 |
029540a261f20cea52892adaad62f890 | U4:$PB0$ | 1 | 🔴 |
70b5ce301e1625c9b01983fd7b7f29d5 | U6:$5V$, D3:$A$ | 2 | 🟢 |
a8ece52d0e79dbf8169f1744020a53aa | U6:$D10_MOSI_P3$ | 1 | 🔴 |
9e6b5d1b22999f84c8fb22e8d972bf10 | R14:$P2$, R16:$P1$, IC2:$B$ | 3 | 🟢 |
e4b82bf51dfef03a1612b715ef1ce66e | C8:$P1$, R3:$P1$, R7:$P2$, U1:$FB$ | 4 | 🟢 |
c9b99480653b56e6266ca785b9d21c97 | U6:$P0_TX_D6$ | 1 | 🔴 |
c5a6b1fbd5380a186e963bd1caed199a | D5:$P1$, D2:$P1$, R2:$P2$ | 3 | 🟢 |
b0dce874e16c83e89b6310082ea445ac | R1:$P1$, R4:$P2$ | 2 | 🟢 |
49e914c010010f651dd7f430ccd18bd9 | U6:$P6_SDA_D4$, J6:$Pin_3$ | 2 | 🟢 |
6b9b67141628b733407f71b13d6caacf | U2:$~DONE$, D2:$P2$ | 2 | 🟢 |
af92cc0befe57870d1531b5bc3e67273 | U2:$ISET$, R8:$P1$ | 2 | 🟢 |
0e0fc7661d6fc67c6008d2b707ed834b | U4:$PB6$, R11:$P2$ | 2 | 🟢 |
e76aa4742e2562cb2a73dac8d8b5433c | U6:$D7_CSn_P1_RX$, R11:$P1$ | 2 | 🟢 |
3c085c031e837b24a87a01326756e6b0 | IC2:$DE$, IC2:$ | 2 | 🟢 |
748ad6c54232a53a65e23361bd96c9ac | R10:$P1$ | 1 | 🔴 |
ea10bc97fe2a5e59070054c8a8a7f8a0 | SW2:$1$, U4:$PB13$ | 2 | 🟢 |
eba7ced09920a0833f663ab83d15d8ba | L2:$P1$, U1:$LX$ | 2 | 🟢 |
96aa6dc70454c31d3f3f9a1482de84da | U6:$P28_A2_D2$, J6:$Pin_1$ | 2 | 🟢 |
df565d67657e1e7669d60ffc22a73564 | U4:$RST$, R18:$P2$ | 2 | 🟢 |
e95c2b3900f11de733783f57892ad9d3 | R1:$P2$, SW1:$C$ | 2 | 🟢 |
f73a2b36579f139496324fed4902ee2c | R13:$P1$, SW2:$2$ | 2 | 🟢 |
23fd8eb8d8f625ba392764801aba3241 | U6:$D9_MISO_P4$ | 1 | 🔴 |
c8451fc39d41b548c3f6ca5f599205b7 | J2:$SIGNAL$, U4:$RFIO$ | 2 | 🟢 |
a312d7365eef1f93228434f24f26915e | U2:$~CHARG$, D5:$P2$ | 2 | 🟢 |
~DONE
, ~CHARG
, FB)~RE~
, DE, DI, GND, A, B, VCC)Table
Variable Solved For | Equation | Section number | Sub section number | Description |
---|---|---|---|---|
$V_{OUT}$ | $V_{OUT} = V_{REF} \times (1 + \frac{R1}{R2})$ | - | - | Setting the Output Voltage |
$L$ | L=ΔIL×fSW×VOUT(VIN×(VOUT−VIN)) | - | - | Inductor Selection |
Table
Variable Solved For | Equation | Section number | Sub section number | Description |
---|---|---|---|---|
$V_{OUT}$ | $V_{OUT} = V_{REF} \times (1 + \frac{R1}{R2})$ | - | - | Setting the Output Voltage |
$L$ | L=ΔIL×fSW×VOUT(VIN×(VOUT−VIN)) | - | - | Inductor Selection |
$C_{OUT}$ | COUT≥ΔVOUT×fSWIOUT×DMAX | - | - | Capacitor Selection |
Table
Variable Solved For | Equation | Section number | Sub section number | Description |
---|---|---|---|---|
$V_{OUT}$ | $V_{OUT} = V_{REF} \times (1 + \frac{R1}{R2})$ | - | - | Setting the Output Voltage |
$L$ | L=ΔIL×fSW×VOUT(VIN×(VOUT−VIN)) | - | - | Inductor Selection |
$C_{OUT}$ | COUT≥ΔVOUT×fSWIOUT×DMAX | - | - | Capacitor Selection |
$I_{D}$ | ID≥IOUT | - | - | Diode Selection |
Table
Variable Solved For | Equation | Section number | Sub section number | Description |
---|---|---|---|---|
$V_{OUT}$ | $V_{OUT} = V_{REF} \times (1 + \frac{R1}{R2})$ | - | - | Setting the Output Voltage |
$L$ | L=ΔIL×fSW×VOUT(VIN×(VOUT−VIN)) | - | - | Inductor Selection |
$C_{OUT}$ | COUT≥ΔVOUT×fSWIOUT×DMAX | - | - | Capacitor Selection |
$I_{D}$ | ID≥IOUT | - | - | Diode Selection |
$C_{COMP}$ | CCOMP=2π×fRHP×RCOMP1 | - | - | Compensation Network |
$t_{ON_{min}}$ | tONmin=VINL×IRIPPLE | - | - | Minimum On-Time |
$V_{CS}$ | VCS=IL×RCS | - | - | Current Sense System |
Table
Variable Solved For | Equation | Section number | Sub section number | Description |
---|---|---|---|---|
$V_{OUT}$ | $V_{OUT} = V_{REF} \times (1 + \frac{R1}{R2})$ | - | - | Setting the Output Voltage |
$L$ | L=ΔIL×fSW×VOUT(VIN×(VOUT−VIN)) | - | - | Inductor Selection |
$C_{OUT}$ | COUT≥ΔVOUT×fSWIOUT×DMAX | - | - | Capacitor Selection |
$I_{D}$ | ID≥IOUT | - | - | Diode Selection |
$C_{COMP}$ | CCOMP=2π×fRHP×RCOMP1 | - | - | Compensation Network |
$t_{ON_{min}}$ | tONmin=VINL×IRIPPLE | - | - | Minimum On-Time |
$V_{CS}$ | VCS=IL×RCS | - | - | Current Sense System |
$\Delta V_{OUT}$ | ΔVOUT=ΔIL×ESR+2×fSW×COUTΔIL | - | - | Load Transient Response |
Table
Variable Solved For | Equation | Section number | Sub section number | Description |
---|---|---|---|---|
$V_{OUT}$ | $V_{OUT} = V_{REF} \times (1 + \frac{R1}{R2})$ | - | - | Setting the Output Voltage |
$L$ | L=ΔIL×fSW×VOUT(VIN×(VOUT−VIN)) | - | - | Inductor Selection |
$C_{OUT}$ | COUT≥ΔVOUT×fSWIOUT×DMAX | - | - | Capacitor Selection |
$I_{D}$ | ID≥IOUT | - | - | Diode Selection |
$C_{COMP}$ | CCOMP=2π×fRHP×RCOMP1 | - | - | Compensation Network |
$t_{ON_{min}}$ | tONmin=VINL×IRIPPLE | - | - | Minimum On-Time |
$V_{CS}$ | VCS=IL×RCS | - | - | Current Sense System |
$\Delta V_{OUT}$ | ΔVOUT=ΔIL×ESR+2×fSW×COUTΔIL | - | - | Load Transient Response |
$P_{DISS}$ | PDISS=IOUT2×RDS(ON) | - | - | Power Dissipation |
Table
Variable Solved For | Equation | Section number | Sub section number | Description |
---|---|---|---|---|
$V_{OUT}$ | $V_{OUT} = V_{REF} \times (1 + \frac{R1}{R2})$ | - | - | Setting the Output Voltage |
$L$ | L=ΔIL×fSW×VOUT(VIN×(VOUT−VIN)) | - | - | Inductor Selection |
$C_{OUT}$ | COUT≥ΔVOUT×fSWIOUT×DMAX | - | - | Capacitor Selection |
$I_{D}$ | ID≥IOUT | - | - | Diode Selection |
$C_{COMP}$ | CCOMP=2π×fRHP×RCOMP1 | - | - | Compensation Network |
$t_{ON_{min}}$ | tONmin=VINL×IRIPPLE | - | - | Minimum On-Time |
$V_{CS}$ | VCS=IL×RCS | - | - | Current Sense System |
$\Delta V_{OUT}$ | ΔVOUT=ΔIL×ESR+2×fSW×COUTΔIL | - | - | Load Transient Response |
$P_{DISS}$ | PDISS=IOUT2×RDS(ON) | - | - | Power Dissipation |
$T_{J}$ | TJ=TA+(PDISS×θJA) | - | - | Thermal Considerations |
Table
LED Designator | Current Limiting Resistor Designator | Forward Voltage (Vf) | Forward Current (If) | Power Supply Voltage | Allowed Calculated Resistance Range (Ω) | Actual Resistance Value (Ω) | Calculated Power Rating Range (W) | Actual Power Rating | Notes |
---|---|---|---|---|---|---|---|---|---|
D2 | R2 | 2.0V | 20mA | 3.3V | 32.5Ω to 97.5Ω | 1.5kΩ | 0.013W to 0.039W | Unknown | Needs adjustment |
D5 | R10 | 2.0V | 20mA | 3.3V | 32.5Ω to 97.5Ω | 22Ω | 0.013W to 0.039W | Unknown | Needs adjustment |
3. Comparison of Calculated Values and Design ValuesPython
# Parameters for calculations Vsupply = 3.3 # Assume power supply voltage is 3.3V for both LEDs led_specs = { "D2": {"Vf": 2.0, "If": 20e-3}, # Green LED "D5": {"Vf": 2.0, "If": 20e-3} # Red LED } # Function to calculate resistance and power rating def calc_resistor_params(Vsupply, Vf, If): resistance = (Vsupply - Vf) / If power_rating = If**2 * resistance return resistance, power_rating # Store calculations calc_params = {} for led, specs in led_specs.items(): resistance, power_rating = calc_resistor_params(Vsupply, specs["Vf"], specs["If"]) calc_params[led] = {"resistance": resistance, "power_rating": power_rating} calc_params
2. Calculate Required Current Limiting Resistor (Completed)Python
# Performing calculation for the given specifications # Parameters for calculations Vsupply = 3.3 # Assume power supply voltage is 3.3V for both LEDs led_specs = { "D2": {"Vf": 2.0, "If": 20e-3}, # Green LED "D5": {"Vf": 2.0, "If": 20e-3} # Red LED } # Function to calculate resistance and power rating def calc_resistor_params(Vsupply, Vf, If): resistance = (Vsupply - Vf) / If power_rating = If**2 * resistance return resistance, power_rating # Calculate resistance and power rating for each LED calc_params = {} for led, specs in led_specs.items(): resistance, power_rating = calc_resistor_params(Vsupply, specs["Vf"], specs["If"]) calc_params[led] = {"resistance": resistance, "power_rating": power_rating} calc_params
Markdown
### Current Limiting Resistor Review | LED Designator | Current Limiting Resistor Designator | Forward Voltage (Vf) | Forward Current (If) | Power Supply Voltage | Allowed Calculated Resistance Range (Ω) | Actual Resistance Value (Ω) | Calculated Power Rating Range (W) | Actual Power Rating | Notes | |----------------|--------------------------------------|-----------------------|-----------------------|--------------------|-----------------------------------------|-----------------------------|-----------------------------------|----------------------|------------------| | [D2](https://www.flux.ai/:handle/:documentSlug?fit=D2) | [R2](https://www.flux.ai/:handle/:documentSlug?fit=R2) | 2.0V | 20mA | 3.3V | 32.5Ω to 97.5Ω | 1.5kΩ | 0.013W to 0.039W | Unknown | Needs adjustment | | [D5](https://www.flux.ai/:handle/:documentSlug?fit=D5) | [R10](https://www.flux.ai/:handle/:documentSlug?fit=R10) | 2.0V | 20mA | 3.3V | 32.5Ω to 97.5Ω | 22Ω | 0.013W to 0.039W | Unknown | Needs adjustment | ### Recommendations: - For [D2](https://www.flux.ai/:handle/:documentSlug?fit=D2): - Suggested Resistor: 68Ω - Suggested Power Rating: 1/16W or higher - For [D5](https://www.flux.ai/:handle/:documentSlug?fit=D5): - Suggested Resistor: 68Ω - Suggested Power Rating: 1/16W or higher
Payground: The Green Dot 2040E5 Board
Controls
Properties
Availability & Pricing
Distributor | Qty 1 | |
---|---|---|
Arrow | $14.02–$15.20 | |
Digi-Key | $12.97–$35.58 | |
LCSC | $33.70–$41.52 | |
Mouser | $18.29–$24.61 | |
Verical | $5.47–$23.81 |
Assets
id=flux logo
id=image-removebg
Simulation
Project Block Diagram Analysis
Using
Image
Designator | |
---|---|
Designator | Ruleset | |
---|---|---|
Designators | Net | |
---|---|---|
collinsemasi
copilot
Thinking...
collinsemasi
copilot
Table
collinsemasi
copilot
Image