Friday, January 26, 2018

Tool Review -- Weller SP25N Soldering Iron


I've been resurrecting my interest in electronics lately, and that's led me to shop around for a soldering iron suitable for kit assembly work and the like. I was looking for something affordable -- industrial quality soldering gear is pretty pricey.

At the Home Depot, I found a Weller item that looked promising. It's Weller's SP25NCN. (I think the 'CN' suffix indicates that it's the Canadian market version. The basic model number is SP25N.) Here's a view of the iron plugged in with its 'headlights' on.


(I'll reserve judgement on the efficacy of the LED lighting.)

The tool is well thought out and comfortable to use. The 25 watt heater is entirely adequate for most electronics work. (The screw-in tip, P/N MT1, has a 10-24 thread.)

Something that surprised and disappointed me, though, was the life span of the conical tip. After only a few hours of use, tip erosion was severe. It doesn't photograph all that well, but here's a view of the eroded tip.


It's as though the tip has been evaporating. That really surprised me, because I have long experience with Weller's industrial soldering tools, and I'm accustomed to Weller's soldering tips being robust, long-lasting items. I certainly wasn't expecting short tip life from a Weller product.

Anyway, I wrote to Weller about it, and they've promised to send me a replacement tip. I'll see how that one holds up. Maybe the tip that came with my SP25N was just a fluke defective one.

- - -

An Observation On Tip Configuration

I find that the conical tip shape is less than ideal for fine work. It seems to me that molten solder wants to migrate up away from the fine, conical point of the tip, which kind of defeats the purpose. A better configuration in my experience is a chisel shape, like on this ancient Ungar miniature 'tiplet', photographed next to the SP25N's tip.


The chisel-shaped tiplet tends to accumulate molten solder right where it's needed.

The Ungar firm is no longer with us. I think it was acquired by Weller, and its excellent low-end line of soldering irons and tips was discontinued. That's a shame, because Ungar's low-end product line was good, affordable gear. I still have a very few of their 1/8" screw-in tiplets, and that led me to ponder how I might put them to good use. I came up with a way to do it.

Modifying The Weller SP25N For Undersize Tips

I drilled and tapped the barrel of the SP25N to accept a 6-32 setscrew, and that gave me a soldering iron that takes the old Ungar 1/8" tips, like so.


I've certainly voided the soldering iron's warranty, and I doubt that Weller would approve, but the arrangement works nicely. One could even use a piece of 12 or 14 AWG solid copper wire as a tip.

So now I can have the use of my old Ungar tiplets, and whatever other undersize tips I might come across.

* * *

Update -- THURSDAY, FEBRUARY 8, 2018

UPS brought me two MT1 tips today, graciously provided by Weller as warranty replacements. It will be interesting to see how they hold up.

* * *

Update -- SUNDAY, MAY 6,2018

The antique Ungar tiplet has seen quite a bit of use to date, and it's holding up remarkably well.


'Makes me miss Ungar's products all the more.

- - -

I sent the Weller representative whom I'd been in email contact with a link to this blog post, hoping that I might get some response -- good, bad or indifferent -- to my review of the SP25N and my modification. I've gotten nothing back. No surprise there. In my experience, trying to converse with corporate types is futile. All you ever get from them is corporate boilerplate; all they want to hear is how fabulous their corporation's products are. You may as well talk to a potted plant, or the cat.

# # #


# # #

Tuesday, January 23, 2018

Arduino Impressions


I had mentioned to my son a while back that I might look into the Arduino, as a way to relaunch my decrepit electronics technologist's career. My son responded to that by getting me an Arduino starter kit for Christmas. Here's a view of that opened up on the workbench.


It's quite an array of stuff. (That little arrangement on the breadboard is an RGB LED wired up for a demonstration.)

The quality of the hardware is superb; everything is beautifully made. One little feature is almost too much of a good thing -- the resistors are all one percent tolerance, instead of five percent. The colour codes on one percent resistors are a bit difficult to read. Five percent tolerance resistors would be entirely adequate for the kit's purposes, and the colour coding on those is much easier to make out. One wonders what the kit's creators were thinking on that point.

Anyway, my son installed the software for the kit on my laptop, and left it with me to have at the array of exercises. As an old electronics hardware guy, the hardware aspects were all no-brainers, and I had no trouble getting the programs ('sketches', as Arduino likes to call them) to run.

All well and good, but there's a fly in the ointment. As one with minimal background in computer code and programming, I find the Arduino software impenetrable. I've had some exposure to microprocessor instruction sets back in the day, and that sort of thing made reasonable sense to me. I was able to actually work with it and manipulate it. The Arduino stuff is clear as mud, and leaves me baffled. I'd like to be able to do original, creative work with the Arduino, but I fear that it would be my life's work to fathom its software. The documentation is not terribly helpful -- nowhere can I find the sort of clear, concise presentation of an instruction set that I was accustomed to seeing way back when.

The literature that I have seen seems to imply that the software is fairly intuitive and readily learned. I'm calling 'hogwash' on that. The software looks to me like an arcane, opaque mass of syntactical booby traps -- the province of those who are adept at the C and C++ languages that it's supposedly based on.

I'm still hopeful that I'll find some interesting applications for the Arduino that will motivate me to keep at it, but they'll likely have to be things for which the software code already exists. I've found a metal detector project that looks promising, but I don't expect that I'll be writing original code for the Arduino anytime soon.

* * *

Update -- WEDNESDAY, APRIL 18, 2018

I've found something useful to do with this thing -- a temperature/humidity monitor.

* * *

Update -- FRIDAY, APRIL 27, 2018

The metal detector turned out to be a flaky bust. I've tried a couple of tachometers here, and here, and I couldn't get either one to work.

I'm not impressed. Arduino is looking to me like an over-hyped load of noise -- a lot of poorly executed, poorly explained, poorly documented 'projects' that could only be unravelled by one who is fully conversant with the C and C++ languages.

I'll keep at it. I'd love to make a go of being able to do original, creative work with the Arduino, but I can see that it's a project for the long haul. Arduino is not easy, it's not intuitive, it's not what its promoters make it out to be. And if anyone thinks that that assertion is wrong-headed and ignorant, I'd like to hear from them. I don't claim to be the sharpest knife in the drawer, and I'm open to having it explained to me how I'm wrong about Arduino.

* * *

Update -- MONDAY, APRIL 30, 2018

I got this sketch to work. I may be able to make it into a small engine tachometer that picks up its input signal from the spark plug wire. I'll do a post about it should I succeed.

* * *

The Elephant In The Room -- THURSDAY, MAY 3, 2018

Here's a little gem from the book 'Arduino: A Technical Reference" by J. M. Hughes. It appears in the book's preface, under the heading "Intended Audience":

"Ideally you should have a basic knowledge of C or C++,..."

You've got that right, J. M. Hughes. I have no such basic knowledge, and that's why I'm at a loss to make head or tail of Arduino 'sketches'. I'm inclined to paraphrase, 'Necessarily you must have a basic knowledge of C or C++,...'

And there you have it -- the Arduino hype is an egregious load of hogwash. Prove me wrong

- - -

Small Engine Tachometer Update -- TUESDAY, MAY 15, 2018

I got the tachometer to more-or-less work.

- - -

One More Gripe -- THURSDAY, MAY 17, 2018

None of the little hardware accessories come with schematics. I just received an infrared ROS (reflective object sensor) that I'd ordered from Amazon. It's a lovely piece of gear, but no schematic accompanies it. As an old electronics hardware guy, that really irritates me; I like to know what's going on with circuitry, down to the last detail.

Schematic? Not a chance.


Arduino is supposed to be, among other things, a way for a novice to get an introduction to electronics, yet every hardware bit is treated as a 'black box', with unknowable innards. As for getting a legible, printable schematic of any of the Arduino modules, good luck. Alleged 'schematics' are all over the place on the internet, they're just not readable.

Again, I call 'hogwash' on the whole Arduino enterprise. It's for tinkers who like to make LEDs blink, and for software adepts who can actually understand and write useful code. For the likes of me, it's largely a futile exercise in frustration.

# # #


# # #