mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Merge pull request #1970 from Ralim/discip-patch-1
Some checks failed
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_readme (push) Has been cancelled
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
Some checks failed
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_readme (push) Has been cancelled
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
formatting fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user