Knitting Machine Rebuild Takes It To The Next Level

Those of us who to textile work may own a sewing machine and even if we’re really into it and have the funds, an overlocker. But there’s another machine in that field that few of us will have, and that’s a knitting machine. These machines have a sliding carriage over a long array of needles, and even the cheaper ones are way more expensive than for example a pretty decent oscilloscope. [Irene Wolf] has a Passap E6000 computerised knitting machine that is by no means an inexpensive one, and she’s made significant improvement to it by giving it new brains, a new motor controller, and replacing the mechanical rear needle bed with a set of computerised ones from the front of another machine.

In her write-up she goes in depth into the arrangement of sensors and electromagnets that operate the machine. She started with a lot of inspiration from a project at Hackerspace Bamberg, but used all the available Passap sensors as inputs where they had used only one. She has two Arduino M0 boards handling the inputs and a Raspberry Pi with control and user interface, and has posted some videos of the system in action one of which we’ve placed below the break.

We probably wouldn’t have had the courage to fearlessly hack such a high-value machine, and we’re particularly impressed by the result. The write-up is particularly interesting not only for the work itself, but for the detailed insight it gives to the workings of these machines. The best news – she’s not finished and there will be more installments.

While you’re waiting for more, remember this is by no means the first hacked knitting machine we’ve brought you.

Continue reading “Knitting Machine Rebuild Takes It To The Next Level”

Quantum Computing And The End Of Encryption

Quantum computers stand a good chance of changing the face computing, and that goes double for encryption. For encryption methods that rely on the fact that brute-forcing the key takes too long with classical computers, quantum computing seems like its logical nemesis.

For instance, the mathematical problem that lies at the heart of RSA and other public-key encryption schemes is factoring a product of two prime numbers. Searching for the right pair using classical methods takes approximately forever, but Shor’s algorithm can be used on a suitable quantum computer to do the required factorization of integers in almost no time.

When quantum computers become capable enough, the threat to a lot of our encrypted communication is a real one. If one can no longer rely on simply making the brute-forcing of a decryption computationally heavy, all of today’s public-key encryption algorithms are essentially useless. This is the doomsday scenario, but how close are we to this actually happening, and what can be done?

Continue reading “Quantum Computing And The End Of Encryption”

Dexter The Companion Bot Wants To Give You Five

The main character of Dexter’s Laboratory is a genius child inventor who inspired a lot of fans to become makers and inventors in their own right. [Jorvon Moss] a.k.a. [Odd_Jayy] counts himself as one of them. A serial companion bot builder, his projects are constantly evolving. But every once in a while he pauses long enough to share construction details. Like how we can build our own monkey companion bot Dexter named after the cartoon.

A slightly earlier iteration of Dexter attended Hackaday Superconference 2019. Perched on [Odd_Jayy]’s back, Dexter joined in a presentation on companion bots. We’ve been a fan of his work since Asi the robot spider and several more robots have been posted online since. Recently at Virtually Maker Faire 2020, he joined [Alex Glow] and [Angela Sheehan] to talk about their respective experiences Making Companion Bots.

Sketchbook pages with Dexter concept drawings[Odd_Jayy] starts with sketches to explore how a project will look and act, striving to do something new and interesting every time. One of Dexter’s novelties is adding interactivity to companion bots. Historically people couldn’t do much more than just look at a companion bot, but Dexter can high five their fans! Sometimes the excited robot monkey ends up slapping [Odd_Jayy] instead, but they’re working through issues in their relationship. Everyone is invited to see rapid cycles of iterative improvements on Twitter and Instagram. As of this writing, a mini Dexter is underway with design elements similar to the “Doc Eyes” goggle project running in parallel. It’s always fun to watch these creations evolve. And by openly sharing his projects both online and off, [Odd_Jayy] is certainly doing his part to inspire the next wave of makers and inventors.

The Sound Of Silence: Speed Up Your Video Consumption

There’s a lot of interesting content produced on video these days. Invariably, though, when we post something some comments will appear lamenting that a video isn’t the most efficient way to disseminate technical information. We have mixed feelings. Some things benefit from being able to see, for example, a screencast. Some people like the human connection of seeing an instructor interact with a class instead of just reading. But we will admit that sometimes a video takes longer to watch, especially if it is full of pauses. Unsilence is a tool from [labmoellertim] that can fix that. The command line tool takes a video and strips out the parts that are silent. You can also use it as a Python library if you want to build your own tools using the technique.

If you’ve ever taken a class online, it isn’t uncommon to speed up a video so you can get through class faster. This works to a point, but removing or speeding up silent gaps means you don’t have to “listen faster.” Of course, you could still speed up the video, too.

Continue reading “The Sound Of Silence: Speed Up Your Video Consumption”

Dremel Workstation’s New Job: Applying Threaded Inserts With Cheap Soldering Iron

Dremel has been helping people fit square pegs into round holes for years, and [concretedog] saw that the Dremel 220 Workstation — a piece of hardware similar to a drill press — could be convinced to hold a cheap soldering iron just as easily as it holds a rotary tool. A soldering iron makes an effective thermal insert tool, and the job of heating and pressing the threaded metal rings into plastic is made much easier when it can be done similar to operating a drill press. With a few modifications and a 3D-printed adapter, the thermal insert rig was born.

Whenever one is working around a design that already exists, it pays to be flexible and adjust to the unexpected. The Dremel 220 has a holder intended to clamp a rotary tool, and the original plan was to simply design and print an adapter so a soldering iron could sit in place of the rotary tool. That plan changed upon realizing that the entire rotary tool holder disconnected from the tool’s frame with a single bolt. It made much more sense to make the soldering iron replace the rotary tool holder, instead.

The resulting modified soldering iron is mounted via standoffs to a 3D-printed adapter with a copper foil heat shield. [concretedog] admits it’s not ideal from a heat management perspective, but it makes a fine prototype that seems to work well for light duty. The next step would be a metal version.

If you’re intrigued by threaded heat-set inserts, you can learn all about how to use them from Joshua Vasquez’s guide to the handy things. And should you prefer to make your own DIY press from 3D printed parts and off-the-shelf hardware, we have that covered as well.

Light Up The Night With A Tetrahedral LED Hat

People get into electronics for all kinds of reasons, but we would guess that the ability to blink the blinkenlights is probably pretty high on the survey results. [Kuchbert] has been going to Deichkind shows for the last decade and has wanted to build one of the German techno-rap band’s signature tetrahedral LED hats for about as long.

Up inside the hat is an Arduino Nano driving WS2812B LEDs and a portable battery to power everything. Thanks to an HC-05 Bluetooth module, the show can be controlled with an Android app. The many, many holes in the acrylic panels were milled out, but they could just as easily be laser-cut, or if you have infinite patience, drilled by hand. The code is coming once it has been cleaned up a bit. Everything else you’d need is already there waiting. This helmet even has its own lil’ music video, which we’ve carefully beat-matched in after the break.

Naturally, this makes us think of all the Daft Punk helms that have blinked by on this blog over the years. This hand-soldered one might be the most meticulously made.

Continue reading “Light Up The Night With A Tetrahedral LED Hat”

A Levitating Lamp Without Magnets

If you think of levitating objects you probably think about magnets but this is not what [Aaron Hung] used to build his levitating LED lamp. To be fair, his lamp is not really levitating but merely generates the illusion through the principles of tensegrity. We have featured a number of tensegrity structures over the last months but this is maybe the first time somebody has used it to build a daily-use item.

In his instructable [Aaron Hung] points out that according to Earnshaw’s theorem magnetic levitation using static magnetic fields like those of permanent magnets is actually impossible. If you are interested, the Wikipedia article also explains why floating superconductors and the Levitron toy do not contradict this theorem. (TL;DR: they’re dynamic.)

Coming back to [Aaron Hung]’s tensegrity lamp, the construction is rather simple and only requires an Arduino Nano, a Neopixel ring, a 9 V battery some wood or cardboard, and fishing line. The tensegrity part of the lamp consists of two similar pieces of laser-cut wood which are held together by fishing line so that the top part seems to float in mid-air. Normally, tensegrity structures are very fragile so [Aaron Hung] added some extra lines for stability which allowed him to hang the lamp from the top section without collapsing the whole structure. After coding some animations for the Neopixel ring and adding a paper lampshade the project was finished.

We would like to see more tensegrity versions of classic DIY projects and it was fun to see that similar objects were already built from Lego.

[Video after the break].

Continue reading “A Levitating Lamp Without Magnets”