7b1ac074586583878b40dc70b365201c189479e7
BOM-DAT/transistor-dat/S8050-dat/S8050-dat.md
| ... | ... | @@ -0,0 +1,14 @@ |
| 1 | + |
|
| 2 | +# S8050-dat |
|
| 3 | + |
|
| 4 | +## S8050 NPN Transistor Truth Table |
|
| 5 | + |
|
| 6 | +| Base (B) | Collector (C) | Emitter (E) | Transistor State | Collector-Emitter Current | |
|
| 7 | +|:--------:|:-------------:|:-----------:|:----------------:|:------------------------:| |
|
| 8 | +| LOW | HIGH | LOW | OFF (Cutoff) | 0 | |
|
| 9 | +| HIGH | HIGH | LOW | ON (Saturation)| Flows (ON) | |
|
| 10 | + |
|
| 11 | +**Notes:** |
|
| 12 | +- **Base HIGH**: A small current applied to the base (typically >0.7V above emitter) turns the transistor ON, allowing current to flow from collector to emitter. |
|
| 13 | +- **Base LOW**: No base current keeps the transistor OFF, and no current flows from collector to emitter. |
|
| 14 | +- **Collector is usually connected to a positive voltage, emitter to ground.** |
Tech-dat/Interface-dat/Serial-dat/serial-circuits-dat/auto-serial-dat/2025-07-10-13-01-09.png
| ... | ... | Binary files /dev/null and b/Tech-dat/Interface-dat/Serial-dat/serial-circuits-dat/auto-serial-dat/2025-07-10-13-01-09.png differ |
Tech-dat/Interface-dat/Serial-dat/serial-circuits-dat/auto-serial-dat/auto-serial-dat.md
| ... | ... | @@ -1,4 +1,3 @@ |
| 1 | - |
|
| 2 | 1 | # auto-serial-dat |
| 3 | 2 | |
| 4 | 3 |  |
| ... | ... | @@ -10,10 +9,13 @@ by 2x SS8050 |
| 10 | 9 | |
| 11 | 10 | - [[dual-mosfet-dat]] |
| 12 | 11 | |
| 12 | +when RTS enable, DTR == IO0, when DTR enable, RTS == EN |
|
| 13 | + |
|
| 13 | 14 | | DTR | RTS | EN | IO0 | |
| 14 | 15 | | --- | --- | --- | --- | |
| 15 | 16 | | 1 | 1 | 1 | 1 | |
| 16 | 17 | | 0 | 0 | 1 | 1 | |
| 18 | +| 1 | 0 | 0 | 1 | |
|
| 17 | 19 | | 0 | 1 | 1 | 0 | |
| 18 | 20 | |
| 19 | 21 | |
| ... | ... | @@ -24,6 +26,28 @@ by 2x SS8050 |
| 24 | 26 | | 1 | 1 | 1 | 1 | 1 | 1 | |
| 25 | 27 | | 0 | 0 | 1 | 0 | 0 | 1 | |
| 26 | 28 | | 0 | 1 | 1 | 1 | 0 | 0 | |
| 29 | +| 1 | 0 | 0 | 0 | 1 | 1 | |
|
| 30 | + |
|
| 31 | + |
|
| 32 | +## auto serial for [[STM32-HDK-dat]] |
|
| 33 | + |
|
| 34 | + |
|
| 35 | + |
|
| 36 | + |
|
| 37 | +| DTR | Q1 | NRST | RTS | Q2 | BOOT0 | |
|
| 38 | +| --- | --- | ---- | --- | --- | ----- | |
|
| 39 | +| 0 | OFF | 1 | 0 | ON | 1 | |
|
| 40 | +| 0 | OFF | 1 | 1 | OFF | 0 | |
|
| 41 | +| 1 | ON | 0 | 0 | ON | 1 | |
|
| 42 | +| 1 | ON | 1 | 1 | OFF | 0 | |
|
| 43 | + |
|
| 44 | + |
|
| 45 | + |
|
| 46 | + |
|
| 47 | +- [[S8050-dat]] - [[transistor-dat]] |
|
| 48 | + |
|
| 49 | + |
|
| 50 | + |
|
| 27 | 51 | |
| 28 | 52 | ## ref |
| 29 | 53 |
Tech-dat/Network-dat/RF-dat/LORA-DAT/lora-hdk-dat/lora-hdk-dat.md
| ... | ... | @@ -13,6 +13,8 @@ |
| 13 | 13 | |
| 14 | 14 |  |
| 15 | 15 | |
| 16 | +- [[auto-serial-dat]] |
|
| 17 | + |
|
| 16 | 18 | def in UserConfig.h |
| 17 | 19 | |
| 18 | 20 | //spi |