The $50 Lesson That Made My Soldering Iron Glow Orange Source
Markdown source
1---2title: "The $50 Lesson That Made My Soldering Iron Glow Orange"3date: "2026-06-22"4published: true5tags: ["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---910# The $50 Lesson That Made My Soldering Iron Glow Orange1112My electronics education has produced its first casualty.1314The 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.1516That is not one of the advertised temperature settings.1718I 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.1920As 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.21222324*The scene after everything had been switched off. The supply is showing 20.0 V and 0.00 A because the load is disconnected.*2526## What I Connected2728The 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.2930I also had a little 9V battery snap connected to a male barrel plug.3132This led to the following magnificent, MacGyvered piece of engineering:3334```text35Bench supply36 -> banana leads37 -> alligator clips38 -> 9V battery snap39 -> DC barrel plug40 -> barrel-to-USB-C cable41 -> soldering iron42```4344I 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.4546For a brief period the arrangement appeared to work. Then the tip became an orange warning light.47484950*The barrel-to-USB-C lead. A USB-C connector does not automatically mean that USB Power Delivery negotiation is taking place.*5152## The First Correction: A Power Supply Does Not Push Its Maximum Current5354My 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.5556The 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.5758The current limit is a ceiling, not a current order.5960That 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.6162At full advertised power, the iron's expected numbers are easy to calculate:6364```text65Power = Voltage x Current66100 W = 20 V x 5 A67```6869At 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.7071This 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.7273Not 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.7475## What The Four Knobs Actually Do7677My SKY TOPPOWER STP3010D has four adjustment knobs:7879- Upper-right: coarse voltage80- Upper-left: fine voltage81- Lower-right: coarse current limit82- Lower-left: fine current limit83848586*The labels were there all along. `VOLT` controls the output voltage; `CURR` controls the maximum current.*8788It operates in two modes:8990- **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.9293On 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.9495The standard way to preset its current limit is slightly strange the first time:96971. 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.104105This 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.106107For 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.108109## USB-C Is A Connector; USB PD Is A Conversation110111The 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.112113USB-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.114115USB Power Delivery adds a digital negotiation over the active CC wire. In simplified form:116117```text118Charger: 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```123124In 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.125126The 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.127128Cable 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.129130Quick 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.131132## What My Direct-DC Cable Changed133134A 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.135136The 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.137138This 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.139140I was responsible for checking:141142- Voltage143- Current limit144- Polarity145- Connector rating146- Wire rating147- The condition of the load148149The charger normally handles several of those questions before raising its output. I replaced that controlled exchange with, essentially, "Here is 20 V. Good luck."150151Twenty 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.152153## The 9V Battery Snap Was Not A Converter154155The battery snap deserves its own section because it was the weakest part of the arrangement.156157It 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.158159160161*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.*162163There were several problems with this choice:164165- **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.170171A 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.172173For 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.174175## So Why Did The Tip Glow Orange?176177Honestly, 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.178179The 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.180181There 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.182183## What I Will Do Differently184185The replacement iron will not be introduced to the same adapter sculpture.186187My new rules are:1881891. 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.197198I 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.199200## A Useful $50 Failure201202I 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.203204I 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.205206Most importantly, I learned to slow down and verify the boring assumptions before applying power.207208Nobody 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.209210The iron may be dead, but it has finally become educational equipment.211212Next up: learning what an oscilloscope actually does. Hopefully I do not break that too.213214## References215216- [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)220221## Related222223- [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