Fixing a dead Sigma lens with a fifty-cent fuse

6 min read Tiếng Việt
Featured image for Fixing a dead Sigma lens with a fifty-cent fuse

I have a minor camera gear addiction, and as a form of self-imposed rehab, I only buy lenses that are broken. It sounds stupid, and it probably is, but there is a specific, quiet joy in bidding on eBay listings marked “for parts or not working.” You get beautiful, high-end aluminum barrels for less than a quarter of their retail value. If you fix them, you feel like a genius. If you fail, well, you bought a very pretty paperweight.

So when Anthony Kouttron spotted a non-responsive Sigma 45mm f/2.8 DG DN lens on eBay for $58.65, he did what any self-respecting hardware hacker would do: he bought it immediately.

The story in one sentence

Anthony bought a dead Sigma mirrorless lens, traced its internal power rails down to a Texas Instruments buck converter, and fixed the entire device by replacing a single blown 2A surface-mount fuse.

Why this hit the front page

If you ask someone what’s inside a camera lens, they will probably tell you about glass elements, helicoids, brass mounts, and zoom rings. That was true in 1990. Today, a modern mirrorless lens is a tiny, highly dense embedded computer. It has a 32-bit microcontroller, dedicated motor drivers running over SPI, power regulators, flash memory, and sometimes even a USB-C port for firmware updates.

The HN community upvoted this because Kouttron treated a complex, proprietary piece of consumer electronics not as a black box to be sent to a service center, but as a board that could be diagnosed with a multimeter and a schematic.

When he mounted the lens to his Lumix S5, it clicked in place, but nothing worked. No autofocus, no electronic aperture control, no dials registering. The glass was pristine, which suggested the problem was purely electrical.

So he took it apart.

Tracing the Electrons

Modern electronics are intimidating to debug because there are no schematics. But Kouttron shares a great rule of thumb: always start with the input power lines.

Using a multimeter in continuity mode, he traced the thick power lines from the lens’s 10-pin L-mount contact block. They led through vias to the opposite side of a C-shaped PCB, straight into a Texas Instruments TPS62140RGTR Buck converter.

Beside the buck converter was a large inductor marked “2R2” (2.2 µH) and a tiny 0603-sized component labeled “N”. In camera electronics, small two-terminal packages with a single letter on top are almost always surface-mount (SMT) fuses. A quick tap with the multimeter probes confirmed the diagnosis: the fuse was open. It had sacrificed itself to protect the rest of the board.

Kouttron desoldered the dead fuse and swapped in a Panasonic 2A 32V fast-blow fuse (part number ERB-RE2R00V).

He booted the camera. The lens focused. The aperture ring clicked. It worked perfectly.

Going down the rabbit hole

What makes Kouttron’s write-up so satisfying is the “what if” section. Had the fuse been intact, he was ready to go much deeper. He detailed a diagnostic path that reads like an embedded systems engineering checklist:

  1. Powering the Microcontroller: The board uses a Toshiba TMPM341FYXBG microcontroller (a 32-bit ARM Cortex-M3). Probing it is hard because it’s a BGA package. Kouttron’s solution? He found that Sigma uploaded their 3D CAD files to GrabCAD for free. He could 3D print a fake lens body as a jig, mount the PCB to the camera, and probe the active 3.3V lines live.
  2. Sniffing the Bus: He located unlabelled test pads near the micro, likely used for a bed-of-nails test jig at the factory. He planned to hook up a logic analyzer to search for UART signals and read the boot sequence.
  3. Dumping Flash: There is an 8-pin GigaDevice SPI flash package (GD V4CE 2030) holding the firmware. He was ready to desolder and dump it to inspect for corruption.
  4. Motor Control: The autofocus motor is driven by a Rohm BU24020GU motor controller. He showed how to identify the decoupling capacitors to verify if the driver was receiving power.
FeatureVintage Lens RepairModern Lens Repair
Core MechanicsHelicoil brass threads, manual glassBGA microcontrollers, flex cables, motors
Main FailuresDried grease, fungal growth, dustBlown fuses, torn flex ribbons, dead ICs
Key ToolsLens spanners, glass cleaners, greaseSoldering tweezers, logic analyzers, multimeters
DiagnosisOptical inspection, turning ringsLive voltage probing, sniffing UART lines
Best ResourceCamera repair manuals (1970s)GrabCAD models from Sigma, TI datasheets

What the comments are arguing about

The Hacker News thread jumped straight into the physics of fuses and screws:

  • Fuses don’t save silicon: User exmadscientist pointed out a classic engineering misconception. Kouttron wondered if the propagation delay of the TI buck converter caused a spike that blew the fuse. The commenter corrected this: “The first rule of fuses… is that fuses are not there to save your parts… Fuses exist to prevent fires. Even a fast fuse is very, very slow compared to semiconductors. I’ve seen transistors blow up to ‘protect’ fuses.”
  • The JIS Screw Trap: User CarVac warned readers about Japanese Industrial Standard (JIS) screws. While they look like Phillips screws, using a Phillips driver will strip them almost every time. In Japanese camera gear, using proper JIS drivers is mandatory.
  • Lenses as Computers: User makeitdouble observed that we’ve moved far from the days of “metal and glass.” Lenses now have firmware updates, customization apps, and even USB-C ports, turning them into fully adjustable computers.

A Quiet Win

In the end, Kouttron’s repair took less than an hour, though he admits the write-up took ten times longer.

But it’s a beautiful reminder of what the internet used to be: a place where people solved tiny, specific engineering problems, drew diagrams, documented their findings, and shared them for free without trying to sell you a course or a SaaS subscription.

It makes you want to go on eBay, buy a broken lens, and dust off your multimeter.


Discussion on Hacker News · Source: salvagedcircuitry.com · Submitted by transistor-man

Hoang Yell

A software developer and technical storyteller. I read Hacker News every day and retell the best stories here — in English and Vietnamese — for curious people who don't have time to scroll.