The $50 Lesson That Made My Soldering Iron Glow Orange Source

1---
2title: "The $50 Lesson That Made My Soldering Iron Glow Orange"
3date: "2026-06-22"
4published: true
5tags: ["electronics", "soldering", "bench-power-supply", "usb-c", "usb-pd", "maker", "learning"]
6author: "Gavin Jackson"
7excerpt: "I connected a 100W USB-C soldering iron to a bench supply through a 9V battery snap, looked down, and found the tip glowing orange. The iron probably died, but the resulting lesson in voltage, current limiting, USB Power Delivery, polarity, and improvised wiring was worth writing down."
8---
9
10# The $50 Lesson That Made My Soldering Iron Glow Orange
11
12My electronics education has produced its first casualty.
13
14The victim was a FNIRSI HS-02B smart soldering iron. It cost about $50, had barely begun its working life, and is now refusing to turn its display back on. Its final performance was memorable: I looked down and found the soldering tip glowing bright orange.
15
16That is not one of the advertised temperature settings.
17
18I switched everything off immediately. Nobody was electrocuted, burned, or forced to explain a workbench fire to the insurance company (or more importantly, my wife). The damage appears limited to one inexpensive soldering iron, one thoroughly cooked tip, and a small amount of pride.
19
20As electronics lessons go, $50 is not the worst tuition fee. Better to learn this near the start of the journey than after connecting a bench supply to something rare, expensive, or attached to a lithium battery.
21
22![The FNIRSI HS-02B connected to a SKY TOPPOWER bench supply through a chain of improvised adapters](/assets/electronics/soldering-iron-lesson/hs02-bench-supply-setup.jpg)
23
24*The scene after everything had been switched off. The supply is showing 20.0 V and 0.00 A because the load is disconnected.*
25
26## What I Connected
27
28The HS-02 is powered through USB-C. FNIRSI rates it for a [working voltage of 9-20 V and a maximum power of 100 W](https://www.fnirsi.com/products/hs-02). I did not have its normal fast-charge power adapter handy, but the kit included a cable with USB-C at one end and a female DC barrel connector at the other.
29
30I also had a little 9V battery snap connected to a male barrel plug.
31
32This led to the following magnificent, MacGyvered piece of engineering:
33
34```text
35Bench supply
36  -> banana leads
37  -> alligator clips
38  -> 9V battery snap
39  -> DC barrel plug
40  -> barrel-to-USB-C cable
41  -> soldering iron
42```
43
44I set the bench supply to 20 V, connected the clips to the battery snap terminals, and turned it on. I had not set or checked the current limit. I did not even know what positions the current knobs were in.
45
46For a brief period the arrangement appeared to work. Then the tip became an orange warning light.
47
48![The supplied barrel-to-USB-C adapter used to feed direct DC into the soldering iron](/assets/electronics/soldering-iron-lesson/barrel-to-usb-c-adapter.jpg)
49
50*The barrel-to-USB-C lead. A USB-C connector does not automatically mean that USB Power Delivery negotiation is taking place.*
51
52## The First Correction: A Power Supply Does Not Push Its Maximum Current
53
54My first explanation was that I had sent 20 V and all 10 A from the bench supply straight into the iron. That is not quite how it works.
55
56The bench supply sets a voltage. The connected load draws current according to its resistance and its electronic controls, up to the limit the supply allows. A supply capable of 10 A does not force 10 A through every device connected to it.
57
58The current limit is a ceiling, not a current order.
59
60That also explains why the supply displayed `0.00 A` after I disconnected everything. The display shows current actually being drawn. With no load there is no meaningful current, regardless of where the current-limit knobs are set.
61
62At full advertised power, the iron's expected numbers are easy to calculate:
63
64```text
65Power = Voltage x Current
66100 W = 20 V x 5 A
67```
68
69At 20 V, a 100 W iron can legitimately ask for approximately 5 A. My 0-30 V, 0-10 A supply had more than enough capacity to provide it.
70
71This is an important qualification to the story: **20 V is within the manufacturer's stated range, and an unrestricted supply does not by itself explain why the tip glowed orange.** A healthy iron should regulate its heater at that input voltage.
72
73Not setting a current limit removed an important guardrail. It allowed a fault to receive as much current as the circuit demanded. But even a 5 A limit might not have stopped this particular runaway, because 5 A is inside the iron's normal full-power envelope. Current limiting protects against excessive current; it is not a replacement for temperature regulation.
74
75## What The Four Knobs Actually Do
76
77My SKY TOPPOWER STP3010D has four adjustment knobs:
78
79- Upper-right: coarse voltage
80- Upper-left: fine voltage
81- Lower-right: coarse current limit
82- Lower-left: fine current limit
83
84![The coarse and fine voltage and current controls on the STP3010D bench supply](/assets/electronics/soldering-iron-lesson/stp3010d-current-controls.jpg)
85
86*The labels were there all along. `VOLT` controls the output voltage; `CURR` controls the maximum current.*
87
88It operates in two modes:
89
90- **CV, or constant voltage:** the load is drawing less than the current limit, so the supply maintains the selected voltage.
91- **CC, or constant current:** the load wants more than the limit, so the supply reduces its output voltage to hold current at the selected maximum.
92
93On this inexpensive analogue supply there is no separate output-enable button. The terminals become live when the main rocker switch is turned on, so wiring changes should be made with the supply switched off.
94
95The standard way to preset its current limit is slightly strange the first time:
96
971. Switch the supply off and disconnect the device.
982. Turn both current controls fully anticlockwise.
993. Turn the voltage down before making connections. A modest setpoint such as 5 V is enough for the test; exactly 0 V cannot drive the requested current.
1004. Connect positive and negative with a proper shorting lead rated for the expected current.
1015. Turn the supply on. It should enter `CC` mode.
1026. Slowly raise the coarse and fine current controls until the display shows the desired limit.
1037. Switch the supply off, remove the shorting lead, set the required voltage, and connect the load.
104
105This deliberate short is only appropriate for a current-limited bench supply designed to tolerate it. It is not a general technique for batteries, wall adapters, USB chargers, mains power, or anything else that happens to have red and black wires.
106
107For an unknown or possibly damaged circuit, the safer approach is to start with a low voltage and a low current limit, watch the current display, and increase cautiously. If the supply immediately enters `CC`, something is drawing more current than expected and it is time to stop and investigate.
108
109## USB-C Is A Connector; USB PD Is A Conversation
110
111The USB-C socket gave me a false sense that the power side would take care of itself. With a proper USB-C Power Delivery charger, quite a lot does happen before 20 V appears on the cable.
112
113USB-C uses its Configuration Channel pins, `CC1` and `CC2`, to detect that a source and sink have been connected, determine cable orientation, and advertise basic current capability. A normal USB-C source begins with approximately 5 V on `VBUS`; it does not simply place 20 V there because a high-powered device might be connected.
114
115USB Power Delivery adds a digital negotiation over the active CC wire. In simplified form:
116
117```text
118Charger: Here are the voltage/current combinations I support.
119Device:  I would like this one.
120Charger: Accepted. I am changing the supply now.
121Charger: The requested power is ready.
122```
123
124In protocol terms, the source sends its capabilities, the sink requests one of them, the source accepts, changes the output, and sends `PS_RDY`. Only then does the higher-voltage contract become active.
125
126The contract does not mean the charger forces that current through the device. It means the device may draw up to the agreed amount. The same load-current rule still applies.
127
128Cable capability matters too. The original USB PD 100 W ceiling used 20 V at 5 A, and 5 A operation requires a suitable electronically marked cable. Newer USB PD revisions can reach 240 W using higher voltages and appropriately rated cables. The [USB Implementers Forum overview](https://www.usb.org/usb-charger-pd) and [USB Power Delivery specification library](https://www.usb.org/document-library/usb-power-delivery) contain the decidedly less conversational version.
129
130Quick Charge, which the HS-02 documentation also mentions, is a different fast-charging system with its own signalling. It should not be treated as another name for USB PD.
131
132## What My Direct-DC Cable Changed
133
134A bench power supply has banana terminals, not a USB PD controller. It cannot advertise power profiles, receive a request, or negotiate a safe transition from 5 V to 20 V.
135
136The barrel-to-USB-C cable supplied for direct-DC use bridges that gap mechanically and electrically. It may include simple identification components, but there is no USB PD source on the barrel side with which to negotiate. Whatever voltage the bench supply produces is already present for the adapter to deliver.
137
138This does not automatically make direct DC an unsupported hack. FNIRSI explicitly specifies a 9-20 V working range and sells configurations intended for DC power. It does mean that the human operating the bench supply becomes the power policy manager.
139
140I was responsible for checking:
141
142- Voltage
143- Current limit
144- Polarity
145- Connector rating
146- Wire rating
147- The condition of the load
148
149The charger normally handles several of those questions before raising its output. I replaced that controlled exchange with, essentially, "Here is 20 V. Good luck."
150
151Twenty volts was also the absolute top of the stated range. It was not technically over-voltage, but starting at the maximum left no margin for a poorly regulated turn-on, an accidental knob movement, contact bounce, or an adapter wired differently from my assumption.
152
153## The 9V Battery Snap Was Not A Converter
154
155The battery snap deserves its own section because it was the weakest part of the arrangement.
156
157It did not convert 20 V to 9 V. It did not regulate anything. It was just two thin wires connected to two shaped contacts and a barrel plug. The only conversion taking place was from one inconvenient connector to another.
158
159![Alligator clips attached to the exposed terminals of a 9V battery snap](/assets/electronics/soldering-iron-lesson/battery-snap-alligator-clips.jpg)
160
161*Red appears to follow the adapter's red wire and black follows black, but the exposed clips are uncomfortably close and the barrel's centre polarity still cannot be proved by colour alone.*
162
163There were several problems with this choice:
164
165- **Polarity was assumed:** the visible red and black connections appear correct in the photograph, but I had not measured whether the barrel plug was centre-positive.
166- **The clips could touch:** the exposed metal jaws were close together. A small bump could short the bench supply directly.
167- **The wire was too thin:** a cheap 9V battery snap is not a sensible path for a possible 5 A load. Thin wire and small contacts add resistance, voltage drop, and heat.
168- **The contacts were temporary:** alligator clips on battery snaps can move, arc, or make intermittent contact.
169- **Nothing was strain-relieved:** one tug on the cable could alter the circuit while it was live.
170
171A direct short between the alligator clips would not explain the glowing tip. It would bypass the iron and should force the supply into current-limit mode. The danger was still real: a 20 V supply capable of 10 A can put substantial heat into a misplaced wire or clip very quickly.
172
173For this job I should have used a properly wired, adequately rated banana-to-barrel lead, verified centre-positive with a multimeter, or simply used the intended USB-C PD charger and a 5 A-rated cable.
174
175## So Why Did The Tip Glow Orange?
176
177Honestly, I had NFI what was going on. The tip was glowing orange, the display was dead, and the iron was giving off a funny electrical-burn smell. I switched it off and asked Codex to help me make sense of what had happened.
178
179The best explanation is that the temperature control stopped controlling. The tip had gone well beyond the iron's maximum specified temperature of 450 C, with something leaving the heater continuously powered. Possible causes include reversed polarity, a bad tip-sensor connection, a failed heater-control transistor, an intermittent connection, or simply a faulty iron.
180
181There is no way I currently have the technical knowledge to open the handle, trace the board, and prove which one it was. The dead display and burnt-electronics smell strongly suggest that something inside was damaged. The missing current limit may have allowed the fault to continue at high power, but it was not necessarily what caused the original failure.
182
183## What I Will Do Differently
184
185The replacement iron will not be introduced to the same adapter sculpture.
186
187My new rules are:
188
1891. Use the intended USB-C PD charger and a properly rated cable whenever possible.
1902. Treat USB-C direct-DC adapters as electrical adapters, not magic safety devices.
1913. Verify barrel polarity with a multimeter before connecting a load.
1924. Use wiring and connectors rated for the expected current.
1935. Set the current limit before attaching an unfamiliar circuit.
1946. Start below the maximum voltage and raise it while watching both voltage and current.
1957. Stop immediately if the display is blank, the supply unexpectedly enters `CC`, or anything heats that is not meant to heat.
1968. Keep hot tools in a proper stand and never leave an energised test setup unattended.
197
198I also now understand that a current limit is not a magic number that makes every experiment safe. It is one layer of protection. Correct voltage, polarity, wire size, connector choice, temperature feedback, and a functioning load all still matter.
199
200## A Useful $50 Failure
201
202I would have preferred to learn this without turning a soldering tip into a tiny orange sun. On the other hand, the lesson is now thoroughly installed.
203
204I understand the difference between voltage setting and current limiting. I know why an unloaded supply reads zero amps. I know how constant-voltage and constant-current modes interact. I understand that USB-C Power Delivery is a negotiated contract, not merely electricity emerging from an oval connector. I know that a 9V battery snap is not a power converter and should not be carrying five amps because it happened to fit the next adapter.
205
206Most importantly, I learned to slow down and verify the boring assumptions before applying power.
207
208Nobody was shocked. Nobody was burned. Nothing caught fire. It cost about $50, and the failure happened at the beginning of an electronics education rather than near the end of an expensive project.
209
210The iron may be dead, but it has finally become educational equipment.
211
212Next up: learning what an oscilloscope actually does. Hopefully I do not break that too.
213
214## References
215
216- [FNIRSI HS-02 product specifications](https://www.fnirsi.com/products/hs-02)
217- [USB-IF: USB Charger and USB Power Delivery](https://www.usb.org/usb-charger-pd)
218- [USB-IF: USB Power Delivery specification library](https://www.usb.org/document-library/usb-power-delivery)
219- [USB-IF: USB Type-C cable and connector specification](https://www.usb.org/document-library/usb-type-cr-cable-and-connector-specification-release-25)
220
221## Related
222
223- [Phase Zero, Lesson One: Multimeter Mastery](/post/phase-zero-multimeter-mastery)
224- [I Bought an Oscilloscope and I Don't Know How to Use It](/post/i-bought-an-oscilloscope)
225- [Electronics Curriculum](/electronics.php)
226