3bfe0b9e29c7e2b897819e24fb0bc02e69f9cd08
Chip-cn-dat/HLW-dat/HLW8032-dat/HLW8032-ISO-Version-dat/HLW8032-ISO-Version-dat.md
| ... | ... | @@ -36,4 +36,6 @@ Then, use the coefficients K1, K2, and K3 as constants for calculating power, vo |
| 36 | 36 | |
| 37 | 37 | - [[zeming-dat]] |
| 38 | 38 | |
| 39 | -- [[HLW8032-dat]] - [[HLW-dat]] |
|
| ... | ... | \ No newline at end of file |
| 0 | +- [[HLW8032-dat]] - [[HLW-dat]] |
|
| 1 | + |
|
| 2 | +- [[HLW8032-ISO-version]] - [[HLW]] |
|
| ... | ... | \ No newline at end of file |
Chip-cn-dat/HLW-dat/hlw-dat.md
| ... | ... | @@ -5,15 +5,15 @@ |
| 5 | 5 | |
| 6 | 6 | | ! chip | Sensing | Size | Calibration | COMM | Other | |
| 7 | 7 | | ------- | ----------------------- | ------- | ----------- | -------- | ---------------------------- | |
| 8 | -| HLW8112 | 2x current / 1x voltage | SSOP16 | No need | SPI/UART | OV / LV / Zeor-crossing / OC | |
|
| 9 | -| HLW8032 | Example | Example | | | | |
|
| 10 | -| HLW8012 | Example | Example | | | | |
|
| 8 | +| [[HLW8112-dat]] | 2x current / 1x voltage | SSOP16 | No need | SPI/UART | OV / LV / Zeor-crossing / OC | |
|
| 9 | +| [[HLW8032-dat]] | Example | Example | | | | |
|
| 10 | +| [[HLW8012-dat]] | Example | Example | | | | |
|
| 11 | 11 | |
| 12 | 12 | - http://www.hiliwi.com |
| 13 | 13 | |
| 14 | 14 | * [[HLW8012-dat]] - [[HLW8032-dat]] |
| 15 | 15 | |
| 16 | - |
|
| 16 | +- [[SVC1031-dat]] - [[SVC1035-dat]] - [[OPM1126-dat]] |
|
| 17 | 17 | |
| 18 | 18 | ## code repo |
| 19 | 19 | |
| ... | ... | @@ -22,4 +22,4 @@ |
| 22 | 22 | |
| 23 | 23 | ## ref |
| 24 | 24 | |
| 25 | -- [[HLW]] |
|
| ... | ... | \ No newline at end of file |
| 0 | +- [[HLW]] - [[HLW8032]] |
|
| ... | ... | \ No newline at end of file |
Chip-dat/toshiba-dat/PC817-dat/PC817-dat.md
| ... | ... | @@ -1,4 +1,61 @@ |
| 1 | 1 | |
| 2 | 2 | # PC817-dat |
| 3 | 3 | |
| 4 | -- [[PC817]] |
|
| ... | ... | \ No newline at end of file |
| 0 | + |
|
| 1 | + |
|
| 2 | + |
|
| 3 | +## PIN 4 current-limit resistor |
|
| 4 | + |
|
| 5 | +### 🔌 Understanding Pin 4 |
|
| 6 | +- **Pin 4** is the **collector** of the phototransistor inside the PC817. |
|
| 7 | +- Typically connected to **Vcc** through a **pull-up resistor**. |
|
| 8 | +- **Pin 3** (emitter) is usually connected to **ground**. |
|
| 9 | +- When the internal LED is ON, the transistor conducts and pulls Pin 4 low. |
|
| 10 | + |
|
| 11 | +--- |
|
| 12 | + |
|
| 13 | +### 📐 Key Factors to Consider |
|
| 14 | +1. **Vcc voltage level** (e.g., 3.3V or 5V) |
|
| 15 | +2. **Desired output current** from the transistor (1–20 mA typical) |
|
| 16 | +3. **Speed requirement** (lower resistance = faster switching) |
|
| 17 | +4. **Input requirements** of the following stage (e.g., microcontroller) |
|
| 18 | + |
|
| 19 | +--- |
|
| 20 | + |
|
| 21 | +### ⚙️ General Pull-Up Resistor Range |
|
| 22 | +| Vcc | Recommended Pull-Up Resistor | |
|
| 23 | +|------|------------------------------| |
|
| 24 | +| 5V | 2.2kΩ – 10kΩ (default: 4.7kΩ) | |
|
| 25 | +| 3.3V | 1kΩ – 4.7kΩ (default: 2.2kΩ) | |
|
| 26 | + |
|
| 27 | +--- |
|
| 28 | + |
|
| 29 | +### 🧮 Optional Calculation (Ohm’s Law) |
|
| 30 | + |
|
| 31 | +```text |
|
| 32 | +R = (Vcc - Vce(sat)) / Ic |
|
| 33 | +``` |
|
| 34 | + |
|
| 35 | +- Vce(sat) ≈ 0.2V (when transistor is ON) |
|
| 36 | +- Ic = desired collector current (e.g., 1 mA) |
|
| 37 | + |
|
| 38 | +**Example for 5V system:** |
|
| 39 | + |
|
| 40 | +```text |
|
| 41 | +R = (5V - 0.2V) / 0.001A = 4.8kΩ → Use 4.7kΩ standard value |
|
| 42 | +``` |
|
| 43 | + |
|
| 44 | +--- |
|
| 45 | + |
|
| 46 | +### ✅ Summary |
|
| 47 | +- **Use 4.7kΩ** for 5V as a safe default. |
|
| 48 | +- Choose **lower resistance** for faster switching. |
|
| 49 | +- Choose **higher resistance** for lower power consumption. |
|
| 50 | + |
|
| 51 | + |
|
| 52 | + |
|
| 53 | +## ref |
|
| 54 | + |
|
| 55 | +- [[PC817]] |
|
| 56 | + |
|
| 57 | +- [[optical-coupler-dat]] |
|
| ... | ... | \ No newline at end of file |
Tech-dat/Optical-Coupler-DAT/Optical-Coupler-DAT.md
| ... | ... | @@ -37,6 +37,8 @@ The EL357 has a **wider operating temperature range**, which may be beneficial i |
| 37 | 37 |  |
| 38 | 38 | |
| 39 | 39 | |
| 40 | + |
|
| 41 | + |
|
| 40 | 42 | ## ref |
| 41 | 43 | |
| 42 | 44 | - [[tech-dat]] |
| ... | ... | \ No newline at end of file |