diff options
author | discip <[email protected]> | 2024-08-24 13:11:51 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-24 13:11:51 +0200 |
commit | 785a6a01ca939dccbe992281040875fe725ebb35 (patch) | |
tree | 3459f77fbc2bf4d0c56feb1df3bad435be76c6c1 /Documentation | |
parent | 03e2ba19ab00ab7d87027b1cc71ac99a71f72532 (diff) | |
download | IronOS-785a6a01ca939dccbe992281040875fe725ebb35.tar.gz IronOS-785a6a01ca939dccbe992281040875fe725ebb35.zip |
Update Power.md
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Power.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/Power.md b/Documentation/Power.md index a6532adf..3152d13d 100644 --- a/Documentation/Power.md +++ b/Documentation/Power.md @@ -6,13 +6,14 @@ This *means* that the power provided in the tip is 100% controlled by the supply Irons at their simplest are just a resistor (Ω) connected to your power source via a switch. -- When the switch is on, the power in the resistor is: $P(watts) = V(volts) \times\ I(current=amps)$ -- Current through the resistor is: $I(amps) = V(volts) ÷ Ω (resistance)$ +- When the switch is on, the power in the resistor is: *`P(watts) = V(volts) \times\ I(current=amps)`* +- Current through the resistor is: *`I(amps) = V(volts) ÷ Ω (resistance)`* - Combining these gives some common equations for Power - $P(watts) = V(volts) * I(amps)$ or $P = V^2 ÷ Ω$ + *`P(watts) = V(volts) * I(amps)`* or *`P = V^2 ÷ Ω`* The resistance of the tip is a fixed constant in ohms (Ω): + - 6.2 Ω Pine64 short tip - 8.0 Ω TS100/Pinecil long tip - 4.5 Ω TS80(P) |