Bus Pirate 5 Now Shipping

It’s happened to all of us at one time or another. There’s some component sitting on the bench, say an I2C sensor, a new display, or maybe a flash chip, and you want to poke around with it. So you get out the breadboard, wire it to a microcontroller, write some code, flash it…you get the idea. Frankly, it’s all kind of a hassle. Which is why [Ian Lesnet] created the Bus Pirate: a USB multi-tool designed to get you up and running with a new piece of hardware as quickly as possible.

Now, after years of development, the Bus Pirate 5 is available for purchase. Completely redesigned to take advantage of the impressive I/O capabilities of the RP2040, the new Bus Pirate also features a 240 x 320 IPS LCD that can show real-time voltage data and pin assignments. But despite the new display, and the bevy of RGB LEDs lurking under the injection molded enclosure, the primary interface for the device remains the VT100 terminal interface — now with the addition of a color status bar running along the bottom.

Continue reading “Bus Pirate 5 Now Shipping”

A Dim Bulb Tester Is For Testing Other Equipment, Not Bulbs

If you’re testing old stereo equipment, a dim bulb tester can really come in handy. It’s not for testing bulbs, though, it’s a tester that uses a dim bulb to test other things. [Nicholas Morganti] explains it all in his guide to making your own example of such a tool. Just be wary — you need to know what you’re doing with mains voltages to do this safely!

The dim bulb is a deceptively simple tool that nonetheless often proves useful in diagnostics. It normally just consists of a bulb connected in series with the equipment under test. The bulb is intended to be a similar wattage to the power draw of the equipment itself. Take for example, an amplifier. If the bulb glows brightly when the amp is under no load, it suggests there may be a short circuit somewhere. That’s because the glowing bulb indicates that plenty of current is being drawn under a condition when very little should be flowing. The bulb protects the equipment by essentially acting as a bit of a current limiting device. It’s a soft-start tool for a piece of vulnerable equipment.

Building one is usually as simple as gathering an enclosure, a plug receptacle, a bulb socket, and some other ancillary parts to lace everything together. [Nicholas] explains it all with clear diagrams and tells you how to follow along. It’s easy enough, but you really need to know what you’re doing to use one safely, as mains voltages are involved.

It’s a great tool to have if you’re getting into amplifier repair or similar work on old gear. If you’ve been whipping up your own must-have tools, don’t hesitate to let us know!

Android-Powered Rigol Scopes Go Wireless

The Rigol DHO800 and DHO900 series use Android underneath, and as you might expect, this makes them easier to hack. A case in point: [VoltLog] demonstrates that you can add WiFi to the scope using a cheap USB WiFi adapter. This might seem like a no-brainer on the surface, but because the software doesn’t know about WiFi, there are a few minor hoops to jump through.

The first issue is that you need a WiFi adapter the built-in OS already knows how to handle. The community has identified at least one RTL chipset that works and it happens to be in the TP-Link TL-WN725N. These are old 2.4 GHz only units, so they are widely available for $10 or less.

But even with the correct hardware, the scope doesn’t have any menus to configure the WiFi interface. To solve that, you need to temporarily use a USB hub and a USB keyboard. Once you have everything plugged in, you can use the Super + N keyboard shortcut to open up the Android notification bar, which is normally hidden. Once you’ve setup the network connection, you won’t need the keyboard anymore.

Or maybe not — it turns out the keyboard does allow you to change a few other things. For example, [VoltLog] used it to increase the screen brightness more than the default maximum setting.

The only other issue appears to be that the scope shows it is disconnected even when connected to WiFi. That doesn’t seem to impact operation, though. Of course, you could use a WiFi to Ethernet bridge or even an old router, but now you have a cable, a box, and another power cord to deal with. This solution is neat and clean. You bet we’ve already ordered a TP-Link adapter!

WiFi scopes are nothing new. We suspect Rigol didn’t want to worry about interference and regulatory acceptance, but who knows? Besides, it is fun to add WiFi to wired devices.

Continue reading “Android-Powered Rigol Scopes Go Wireless”

Wiring Harness? That’s A Wrap!

[Mr Innovative] likes to keep his wire harnesses tidy, but it is a pain to neatly wrap cables. So, he automated the process using a combination of milled acrylic and 3D printing. We hope the design files will be up on his website soon, although the mechanism is similar to another wrapping machine he made a few years ago. However, it can still be a source of inspiration if you want to do a unique take on it.

To use the machine, you feed the wires through the center hole and mount tape on the spool. A motor spins the spool and you only need to slowly advance the tool to get a nice close wrap. Naturally, you can wrap tape around wires by hand, so this is a bit of a luxury item. However, we could see modifying it to move the cable through at a constant rate with another motor, which might do a better job than you can do by hand.

We couldn’t help but wonder if you could start with a ping pong paddle instead of cutting the frame out of acrylic.

Continue reading “Wiring Harness? That’s A Wrap!”

In Praise Of Old Meters

We are spoiled with multimeters today. Even the cheapest meter you will get these days is almost surely digital with a tremendous input impedance. But a few decades ago, meters were almost always analog affairs. To make a precise measurement, you needed a mirror under the meter to ensure you read the needle correctly. Moreover, a common meter wouldn’t have that high of an input impedance. If you spent more, you could get a VTVM and, later, one that used FETs to provide high input impedance. [Peter AA2VG] just picked up a vintage Micronta FET volt-ohm meter to join some of the other new and old meters in his shack. You can check it out in the video below.

[Peter] already has a Simpson and a more modern Fluke meter. The Simpson, however, doesn’t have a tube or FET amplifier. The Fluke is nice, but there is something about the needle on an analog meter. If you aren’t old enough to remember, the Micronta brand was a Radio Shack label.

Continue reading “In Praise Of Old Meters”

A Compact SMD Reflow Hotplate Powered By USB-PD

When it comes to home-lab reflow work, there are a lot of ways to get the job done. The easiest thing to do perhaps is to slap a PID controller on an old toaster oven and call it a day. But if your bench space is limited, you might want to put this compact reflow hotplate to work for you.

There are a lot of nice features in [Toby Chui]’s build, not least of which is the heating element. Many DIY reflow hotplates use a PCB heater, where long, thin traces in the board are used as resistive heating elements. This seems like a great idea, but as [Toby] explains in the project video below, even high-temperature FR4 substrate isn’t rated for the kinds of temperatures needed for some reflow profiles. His search for alternatives led him to metal ceramic heaters (MCH), which are commonly found in medical and laboratory applications. The MCH he chose was rated for 20 VDC at 50 watts — perfect for powering with USB-PD.

The heater sits above the main PCB on a Kapton-wrapped MDF frame with a thermistor to close the loop. While it’s not the biggest work surface we’ve seen, it’s a good size for small projects. The microcontroller is a CH552, which we’ve talked about before; aside from that and the IP2721 PD trigger chip needed to get the full 60 watts out of the USB-PD supply, there’s not much else on the main board.

This looks like a nice design, and [Toby] has made all the design files available if you’d like to give it a crack. Of course, you might want to freshen up on USB-PD before diving in, in which case we recommend [Arya]’s USB-PD primer.

Continue reading “A Compact SMD Reflow Hotplate Powered By USB-PD”

Half Power Bank, Half Spot Welder

There was a time when every gizmo on AliExpress also had a big white LED so it could also work as a flashlight, but maybe the power bank is the new flashlight. [Aaron Christophel] has a battery spot welder that costs a not unreasonable 30 euros and can also be used as a novelty power bank. He subjects it to a test and teardown in the video below the break.

First of all, he conducts a few weld tests, and we have to say it seems capable of some reasonable results if its parameters are correctly adjusted. Then the end comes off the extruded aluminium case, and the guts of the device are slid out for a teardown.

The power comes from a pair of Li-Po pouch cells, while on the board, there’s an STM32 clone providing the timing for a set of MOSFETs that do the heavy lifting. There’s a colour display for tweaking the settings. Alongside all this, there’s also a small chip for that power bank functionality. Charging is via USB-C, though, of course, it’s not really proper USB-C but a USB-C socket that expects 5 volts. This is a disappointing trend in cheap electronics that sullys the promise of USB-C.

It seems this spot welder is capable of doing the job, which is pleasing after our previous disappointing look at battery welders.

Continue reading “Half Power Bank, Half Spot Welder”