A Pair Of Steppers Are Put To Work In This Automatic Instrument Pickup Winder

For something that’s basically a coil of wire around some magnetic pole pieces, an electric guitar pickup is a complicated bit of tech. So much about the tone of the instrument is dictated by how the pickup is wound that controlling the winding process is something best accomplished with a machine. This automatic pickup winder isn’t exactly a high-end machine, but it’s enough for the job at hand, and has some interesting possibilities for refinements.

First off, as [The Mixed Signal] points out, his pickups aren’t intended for use on a guitar. As we’ve seen before, the musical projects he has tackled are somewhat offbeat, and this single-pole pickup is destined for another unusual instrument. That’s not to say a guitar pickup couldn’t be wound on this machine, of course, as could inductors, solenoids, or Tesla coils. The running gear is built around two NEMA-17 stepper motors, one for the coil spindle and one for the winding carriage. The carriage runs on a short Acme lead screw and linear bearings, moving back and forth to wind the coil more or less evenly. An Arduino topped with a CNC shield runs the show, allowing for walk-away coil winding.

We do notice that the coil wire seems to bunch up at the ends of the coil form. We wonder if that could be cured by speeding up the carriage motor as it nears the end of the spool to spread the wire spacing out a bit. The nice thing about builds like these is the ease with which changes can be made — at the end of the day, it’s just code.

Continue reading “A Pair Of Steppers Are Put To Work In This Automatic Instrument Pickup Winder”

Automatic Winder Takes The Drudgery Out Of Tesla Coil Builds

What is it about coil winding automation projects that’s just so captivating? Maybe it’s knowing what a labor saver they can be once you’ve got a few manually wound coils under your belt. Or perhaps it’s just the generally satisfying nature of any machine that does an exacting task smoothly and precisely. Whatever it is, this automatic Tesla coil winder has it in abundance.

According to [aa-epilectrik]’s account, the back story of this build is that while musical Tesla coils are a big part of the performance of musical group ArcAttack, they’re also cool enough in their own right to offer DIY kits for sale. This rig takes on the job of producing the coils, which at least takes some of the drudgery out of the build. There’s no build log, but there are enough details on reddit and Instagram to work out the basics. The main spindle is driven by a gearmotor while the winding carriage translates along a linear slide thanks to a stepper-driven lead screw. The spool holding the fine magnet wire needs to hold proper tension to prevent tangling; this is achieved through by applying some torque to the spool with a small DC motor.

There are some great design elements in this one, not least being the way tension is controlled by measuring the movement of an idler pulley using a linear pot. At top speed, the machine looks like it complete a coil in just about three minutes, which seems pretty reasonable with such neat results. Another interesting point: ArcAttack numbers [Anouk Wipprecht], whom we’ve featured a couple of times on these pages, among its collaborators. Small world.

Continue reading “Automatic Winder Takes The Drudgery Out Of Tesla Coil Builds”

Flexible Actuators Spring Into Action

Most experiments in flexible robot actuators are based around pneumatics, but [Ayato Kanada] and [Tomoaki Mashimo] has been working on using a coiled spring as the moving component of a linear actuator. Named the flexible ultrasonic motor (FUSM), [Yunosuke Sato] built on top of their work and assembled a pair of FUSM into a closed-loop actuator with motion control in two dimensions.

A single FUSM is pretty interesting by itself, its coiled spring is the only mechanical moving part. An earlier paper published by [Kanada] and [Mashimo] laid out how to push the spring through a hole in a metal block acting as the stator of this motor. Piezoelectric devices attached to that block minutely distorts it in a controlled manner resulting in linear motion of the spring.

For closed-loop feedback, electrical resistance from the free end of the spring to the stator block can be measured and converted to linear distance to within a few millimeters. However, the acting end of the spring might be deformed via stretching or bending, which made calculating its actual position difficult. Accounting for such deformation is a future topic for this group of researchers.

This work was presented at IROS2020 which like many other conferences this year, moved online and became IROS On-Demand. After a no-cost online registration we can watch the 12-minute recorded presentation on this project or any other at the conference. The video includes gems such as an exaggerated animation of stator block deformation to illustrate how a FUSM works, and an example of the position calculation challenge where the intended circular motion actually resulted in an oval.

Speaking of conferences that have moved online, we have our own Hackaday Remoticon coming up soon!

Continue reading “Flexible Actuators Spring Into Action”

Arduino And Wire Detects Metal

Our old math teacher famously said, “You have to take what you know and use it find what you don’t know.” The same holds true for a lot of microcontroller designs including [rgco’s] clever metal detector that uses very little other than an Arduino. The principle of operation is simple. An Arduino can measure time, a coil and a resistor will create a delay proportional to the circuit values, and metal around the coil will change the coil’s inductance. As the inductance changes, so does the delay and, thus, the Arduino can sense metal, as you can see in the video below.

The simple principle is also simple in practice. Besides the Arduino and the coil, there’s a single resistor. You want a small coil since larger coils won’t detect smaller objects. If you don’t want to wind your own coil, [rgco] suggests using a roll of hookup wire as long as the resistance is under 10 ohms.

Continue reading “Arduino And Wire Detects Metal”

Let KiCad And Python Make Your Coils

We like to pretend that our circuits are as perfect as our schematics. But in truth, PCB traces have unwanted resistance, capacitance, and inductance. On the other hand, that means you can use those traces to build components. For example, it isn’t uncommon to see a very small value current sense resistor be nothing more than a long PC board trace. Using PC layers for decoupling capacitance and creating precise transmission lines are other examples. [IndoorGeek] takes us through his process of creating coils on the PCB using KiCad. To help, he used a Python script that works out the circles, something KiCAD has trouble with.

The idea is simple. A coil of wire has inductance even if it is a flat copper trace on a PCB. In this case, the coils are more for the electromagnetic properties, but the same idea applies if you wanted to build tuned circuits. The project took inspiration from FlexAR, an open-source flexible PCB magnet.

Continue reading “Let KiCad And Python Make Your Coils”

Hackaday Links Column Banner

Hackaday Links: October 11, 2020

If you’re interested in SDR and digital signal processing but don’t know where to start, you’re in luck. Ben Hillburn, president of the GNU Radio Project, recently tweeted about an online curriculum for learning SDR and DSP using Python. The course was developed by Dr. Mark Lichtman, who was a lead on GNU Radio, and from the look of it, this is the place to go to learn about putting SDRs to use doing cool things. The course is chock full of animations that make the concepts clear, and explain what all the equations mean in a way that’s sure to appeal to practical learners.

It’s not much of a secret that the Hackaday community loves clocks. We build clocks out of everything and anything, and any unique way of telling time is rightly applauded and celebrated on our pages. But does the clock motif make a good basis for a video game? Perhaps not, but that didn’t stop Clock Simulator from becoming a thing. To “play” Clock Simulator, you advance the hands of an on-screen clock by pressing a button once per second. Now, thanks to Michael Dwyer, you don’t even have to do that one simple thing. He developed a hardware cheat for Clock Simulator that takes the 1PPS output from a GPS module and wires it into a mouse. The pulse stream clicks the mouse once per second with atomic precision, rendering the player irrelevant and making the whole thing even more pointless. Or perhaps that is the point.

Maybe we were a little hard on Clock Simulator, though — we can see how it would help achieve a Zen-like state with its requirement for steady rhythm, at least when not cheating. Another source of Zen for some is watching precision machining, and more precise, the better. We ran into this mesmerizing video of a CNC micro-coil winder and found it fascinating to watch, despite the vertical format. The winder is built from a CNC lathe, to the carriage of which a wire dispenser and tensioning attachment have been added. The wire is hair-fine and passes through a ruby nozzle with a 0.6 mm bore, and LinuxCNC controls the tiny back and forth motion of the wire as it winds onto the form. We don’t know what the coil will be used for, but we respect the precision of winding something smaller than a matchhead.

Dave Jones over at EEVblog posted a teardown video this week that goes to a place few of us have ever seen: inside a processor module for an IBM System/390 server. These servers earned the name “Big Iron” for a reason, as everything about them was engineered to perform. The processor module Dave found in his mailbag was worth $250,000 in 1991, and from the look of it was worth every penny. From the 64-layer ceramic substrate supporting up to 121 individual dies to the stout oil-filled aluminum enclosure, everything about this module is impressive. We were particularly intrigued by the spring-loaded copper pistons used to transfer heat away from each die; the 2,772 pins on the other side were pretty neat too.

Here’s an interesting question: what happens if an earthquake occurs in the middle of a 3D printing run? It’s probably not something you’ve given much thought, but it’s something that regular reader Marius Taciuc experienced recently. As he relates, the magnitude 6.7 quake that struck near Kainatu in Papua New Guinea (later adjusted to a 6.3 magnitude) resulted in a solid 15 seconds of shaking at his location, where he was printing a part on his modified Mendel/Prusa i2. The shaking showed up clearly in the part as the machine started swaying with the room. It’s probably not a practical way to make a seismograph, but it’s still an interesting artifact.

Experimenting With Vibratory Wind Generators

We’ve all got a pretty good mental image of the traditional wind-powered generator: essentially a big propeller on a stick. Some might also be familiar with vertical wind turbines, which can operate no matter which way the wind is blowing. In either case, they use some form of rotating structure to harness the wind’s energy.

But as demonstrated by [Robert Murray-Smith], it’s possible to generate electrical power from wind without any moving parts. With simple components, he shows how you can build a device capable of harnessing the wind with nothing more than vibrations. Alright, so we suppose that means the parts are technically moving, but you get the idea.

In the video after the break, [Robert] shows two different devices that operate under the same basic principle. For the first, he cuts the cone out of a standard speaker and glues a flat stick to the voice coil. As the stick moves back and forth in the wind, the coil inside of the magnet’s field and produces a measurable voltage. This proves the idea has merit and can be thrown together easily, but isn’t terribly elegant.

For the revised version, he glues a coil to a small piece of neoprene rubber, which in turn is glued to a slat taken from a Venetian blind. On the opposite side of the coil, he glues a magnet. When the blind slat starts vibrating in the wind, the oscillation of the magnet relative to the coil is enough to produce a current. It’s tiny, of course. But if you had hundreds or even thousands of these electric “blades of grass”, you could potentially build up quite a bit of energy.

If this all sounds a bit too theoretical for your tastes, you can always 3D print yourself a more traditional wind turbine. We’ve even seen them in vertical form, if you want to get fancy.

Continue reading “Experimenting With Vibratory Wind Generators”