Automatic DIY Wire Stripper

Breadboards are a great way to get started with electronics, they can remove the need for soldering which saves time for beginners who are still getting to grips with the basics of electricity, and they allow quick and easy changes to be made without the risk of melting components. However, they do require the stripping of a lot of hook up wires. While these are readily available off-the-shelf, [Stuart] decided a better solution was in order.

The project starts with a set of standard hand-operated wire strippers. A lasercut acrylic frame is then built, with a series of motors and gears to handle the transport of the wire to be stripped and to open and close the jaws of the wire strippers. Wire is fed in, stripped, fed further, stripped again, and then finally cut. The process then begins anew.

The machine is quite pleasant to watch in action, with a series of motors and limit switches helping to control the mechanism. It’s a great way to populate kits that require plenty of hookup wire without having to resort to the more common pressed-on jumper terminals that dominate the post-Arduino era. For context’s sake, this build is from the distant past, circa 2009. Plans to recreate it are available on Thingiverse. Video after the break.

Given this is the future, perhaps you’d prefer your wires laser-stripped instead?

[Thanks to Nikolai for the tip!]

Continue reading “Automatic DIY Wire Stripper”

A DIY 5V-3V Switching Converter In The Space Of A TO-220 Package

We’re suckers for miniaturization projects. Stuff anything into a small enough package and you’ve probably got our attention. Make that something both tiny and useful, like this 5-volt to 3.3-volt converter in a TO-220 sized package, and that’s something to get excited about. It’s a switch mode power supply that takes the same space as a traditional linear regulator.

Granted, the heavy lifting in [Kevin Hubbard]’s diminutive buck converter is done by a PAM2305 DC-DC step-down converter chip which needs only a few supporting components. But the engineering [Kevin] put into this to squeeze everything onto a scrap of PCB 9-mm on a side is impressive. The largest passive on the board is the inductor in 0805. Everything else is in 0603, so you’ll be putting your SMD soldering skills to the test if you decide to make this. Check the video after the break for a speedrun through the hand soldering process.

The total BOM including the open-source PCB only runs a buck or two, and the end result is a supply with steady 750-mA output that can handle a 1-A surge for five seconds. We wonder if a small heatsink tab might not help that; along with some black epoxy potting, it would at least complete the TO-220 look.

[Kevin]’s Black Mesa Labs has a history of turning out interesting projects, from a legit video card for Arduino to a 100-watt hotplate for reflow work that’s the size of a silver dollar. We’re looking forward to whatever’s next — assuming we can see it.

Continue reading “A DIY 5V-3V Switching Converter In The Space Of A TO-220 Package”

Stephanie Kwolek: Saving Lives With Kevlar

Almost a really bad day in the woods.

Like most accidents, it happened in an instant that seemed to last an eternity. I had been felling trees for firewood all afternoon, and in the waning light of a cold November day, I was getting ready to call it quits. There was one tiny little white pine sapling left that I wanted to clear, no thicker than my arm. I walked over with my Stihl MS-290, with a brand new, razor sharp chain. I didn’t take this sapling seriously — my first mistake — and cut right through it rather than notching it. The tree fell safely, and I stood up with both hands on the saw. Somehow I lost my footing, swiveled, and struck my left knee hard with the still-running chainsaw. It kicked my knee back so hard that it knocked me to the ground.

In another world, that would likely have a been a fatal injury — I was alone, far from the house, and I would have had mere minutes to improvise a tourniquet before bleeding out. But as fate would have it, I was protected by my chainsaw chaps, full of long strands of the synthetic fiber Kevlar.

The chain ripped open the chaps, pulled the ultrastrong fibers out, and instantly jammed the saw. I walked away feeling very stupid, very lucky, and with not a scratch on me. Although I didn’t realize it at the time,  I owed my life to Stephanie Kwolek.

Continue reading “Stephanie Kwolek: Saving Lives With Kevlar”

Hacked 3D TV Glasses May Cure Lazy Eye

Lazy eye (technically Amblyopia) is a sight disorder that affects about 3% of the population where one eye is stronger than the other. Historically, treatment is via an eyepatch or special drops, but research shows that it may be better not to cover up the strong eye for long periods. It suggests that occluding the eye for short periods using a liquid crystal panel can yield better results. To that end, [Raninn] decided to hack some LCD glasses meant for 3D TV viewing to make a low-cost lazy eye treatment device.

This is his second version of [Raninn’s] glasses. The first one took two batteries and didn’t generate enough voltage for the LCD panels. The newer design uses a Dickson charge pump to generate a higher voltage from the battery and surface mount MOSFETs to switch voltages to the panels.

The write up is very complete with details about how to create even the PC board. He didn’t get into a lot of details about hacking the glasses. We assume that’s because your glasses may be different from his. These shutter glasses aren’t too complicated, you’ll just need to find the connections to the panel.

One of our favorite shutter glasses hacks came from [Dino] who built a set of automatic sunglasses for himself. Many of us wear glasses and for those with bifocals we keep waiting for an eyeglasses hack that makes automatic mult-focals a reality.

Review: LimeSDR Mini Software Defined Radio Transceiver

It’s fair to say that software-defined radio represents the most significant advance in affordable radio equipment that we have seen over the last decade or so. Moving signal processing from purpose-built analogue hardware into the realm of software has opened up so many exciting possibilities in terms of what can be done both with more traditional modes of radio communication and with newer ones made possible only by the new technology.

It’s also fair to say that radio enthusiasts seeking a high-performance SDR would also have to be prepared with a hefty bank balance, as some of the components required to deliver software defined radios have been rather expensive. Thus the budget end of the market has been the preserve of radios using the limited baseband bandwidth of an existing analogue interface such as a computer sound card, or of happy accidents in driver hacking such as the discovery that the cheap and now-ubiquitous RTL2832 chipset digital TV receivers could function as an SDR receiver. Transmitting has been, and still is, more expensive.

The LimeSDR Mini's chunky USB stick form factor.
The LimeSDR Mini’s chunky USB stick form factor.

A new generation of budget SDRs, as typified by today’s subject the LimeSDR Mini, have brought down the price of transmitting. This is the latest addition to the LimeSDR range of products, an SDR transceiver and FPGA development board in a USB stick format that uses the same Lime Microsystems LMS7002M at its heart as the existing LimeSDR USB, but with a lower specification. Chief among the changes are that there is only one receive and one transmit channel to the USB’s two each, the bandwidth of 30.72 MHz is halved, and the lower-end frequency range jumps from 100 kHz to 10 MHz. The most interesting lower figure associated with the Mini though is its price, with the early birds snapping it up for $99 — half that of its predecessor. (It’s now available on Kickstarter for $139.)

Continue reading “Review: LimeSDR Mini Software Defined Radio Transceiver”

Unbricking A 3D Printer The Hard Way: By Writing A Bootloader

There’s a sinking feeling when a firmware upgrade to a piece of equipment goes wrong. We’ve all likely had this happen and  bricked a device or two. If we are lucky we can simply reapply the upgrade or revert to a previous version, and if we’re unlucky we have to dive into a serial debug port to save the device from the junk pile. But what happens when both those routes fail? If you are [Arko], you reverse-engineer the device and write your own bootloader for it.

The offending bricked object was a Monoprice MP Mini Delta 3D printer to which he was foolhardy enough to apply new firmware after seeing a friend’s machine taking it without issue. Finding the relevant debug interface on its main PCB he applied the firmware upgrade again, only to realise that in doing so he had overwritten its bootloader. The machine seemed doomed, but he wasn’t ready to give up.

What follows in his write-up is a detailed examination of the boot mechanism and memory map of an ARM Cortex M0 processor as found in the Monoprice’s STM32F070CB. We learn about vector tables for mapping important addresses of interrupts and execution points, and the mechanics of a bootloader in setting up the application it launches. This section is well worth a read on its own, even for those with no interest in bricked 3D printers.

In the end he had a working bootloader to which he appended the application firmware, but sadly when he powered up the printer there was still no joy. The problem was traced to the serial connection between the ARM doing the printer’s business and the ESP8266 running its display. After a brainstorm suggestion with a friend, a piece of code was found which would set the relevant registers to allow it to run at the correct speed.

So after a lot of work that resulted in this fascinating write-up, there was a working 3D printer. He suggests that mere mortals try asking Monoprice for a replacement model if it happens to their printers, but we’re extremely glad he persevered. Without it we would never have had this fascinating write-up, and would be the poorer without the learning experience.

This isn’t the first time we’ve brought you 3D printer bootloader trickery.

3D Printed Transmission Invented Again; This Time Continuously Variable

We shouldn’t laugh, but we know the feeling very well. [Gear Down for What] invented a revolutionary transmission and fabricated it from scrap material when he was 16. Except he later found out the same design was the subject of a patent filed 14 years earlier. Dismayed he destroyed his prototype, but fast forward to today and he’s made a 3D model of a ratcheting continuously variable transmission. You can see a video of him explaining how it works below and put your own spin on the idea by grabbing the model from Thingiverse.

The model is just for demonstration purposes. We doubt it would wear well enough to use in practice but it’s great to get your hands on for a really intuitive understanding of the mechanism. Some modern automobiles use a continuously variable transmissions (CVT) and many recreational vehicles and motorcycles use them. Like any transmission, their job is to match the motor’s rotation to needed output torque and speed by offering different gearing ratios. Whereas a normal transmission provides a few fixed gears, a CVT changes seamlessly through a range of ratios.

Some of the design of the transmission is pretty tricky, like the cam adjustment. The video shows the rationale for how the design works and how it relates to tank steering (tank as in an Army tank; not like a gas tank). The model isn’t just plastic. It uses some screws and BBs, as well. However, if you have a 3D printer and wanted a good classroom demonstration, this is the ticket.

We’ve seen other geared variable transmissions for robots before. The planetary gears in the cam adjustment of this design are well understood. If you want to brush up your planetary knowledge, there’s no time like the present.

Continue reading “3D Printed Transmission Invented Again; This Time Continuously Variable”