Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

formatting fix #1970

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Documentation/Power.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down