Spooky Noise Box Plays War Drums

What do you have cooked up to scare trick-or-treaters this Halloween? We humbly suggest adding in some type of noise box, especially one like this offering from [Paisley Computer] that uses reverb and other effects to achieve chilling, thrilling sounds.

As you can see, this instrument is essentially a bunch of doodads affixed to and through a cigar box. And as you’ll hear in the first video after the break, the various rubber bands make great drum sounds. The springs are nice, too, but our personal favorite has to be the head massager thing. Shhhing!

Inside the box you’ll find a guitar jack and some piezos glued to the underside of the top surface, but you’ll also find springs mounted across the inside that add to the resonance of the cigar box.

You can use either an interface and DAW or an effects pedal chain to really make things freaky, and [Paisley Computer] does a showdown between Focusrite interface versus various stomp pedals in the second video. In the third video, we learn how to make one of our own.

Do you like the idea of a spring reverb? How about a really big one that sounds sort of Satanic?

Continue reading “Spooky Noise Box Plays War Drums”

Cold Metal Fusion For 3D Printing

When you see the term cold fusion, you probably think about energy generation, but the Cold Metal Fusion Alliance is an industry group all about 3D printing metal using Selective Laser Sintering (SLS) printers. The technology promoted by Headmade Materials typically involves using a mix of metal and plastic powder. The resulting part is tougher than you might expect, allowing you to perform mechanical operations on it before it is oven-sintered to remove the plastic.

The key appears to be the patented powder, where each metal particle has a thin polymer coating. The low temperature of the laser in the SLS machine melts the polymer, binding the metal particles together. After printing, a chemical debinding system prepares the part — which takes twelve hours. Then, you need another twelve hours in the oven to get the actual metal part.

You might wonder why we are interested in this. After all, SLS printers are unusual — but not unheard of — in home labs. But we were looking at the latest offerings from Nexa3D and realized that the lasers in their low-end machines are not far from the lasers we have in our shops today. The QLS230, for example, operates at 30 watts. There’s plenty of people reading this that have cutters in that range or beyond out in the garage or basement.

We aren’t sure what a hobby setup would look like for the debinding and the oven steps, but it can’t be that hard. Maybe it is time to look at homebrew SLS printers again. Of course, the powder isn’t cheap and is probably hard to replace. We saw a 20 kg tub of it for the low price of €5,000. On the other hand, that’s a lot of powder, and it looks like whatever doesn’t go into your part can be reused so the price isn’t as bad as it sounds. We’d love to see someone get some of this and try it with a hacked printer.

We have seen homebrew SLS printers. There’s also OpenSLS that, coincidentally, uses a laser cutter. It wouldn’t be cheap or easy, but being able to turn out metal parts in your garage would be quite the payoff. Be sure to keep us posted on your progress.

Button, Button, Who’s Got The (Pico) Button?

There is an episode of Ren and Stimpy with a big red “history eraser’ button that must not be pressed. Of course, who can resist the temptation of pressing the unpressable button? The same goes for development boards. If there is a button on there, you want to read it in your code, right? The Raspberry Pi Pico is a bit strange in that regard. The standard one lacks a reset button, but there is a big tantalizing button to reset in bootloader mode. You only use it when you power up, so why not read it in your code? Why not, indeed?

Turns out, that button isn’t what you think it is. It isn’t connected to a normal CPU pin at all. Instead, it connects to the flash memory chip. So does that mean you can’t read it at all? Not exactly. There’s good news, and then there’s bad news.

The Good News

The official Raspberry Pi examples show how to read the button (you have read all the examples, right?). You can convert the flash’s chip-select into an input temporarily and try to figure out if the pin is low, meaning that the button is pushed. Sounds easy, right?

Continue reading “Button, Button, Who’s Got The (Pico) Button?”

Salad Spinner Busts Some New Moves

Can you believe that [Tom Tilley]’s wife was just going to pawn off this perfectly good salad spinner on the thrift store when it’s so ripe for hacking? We couldn’t, either. Fortunately, he caught it just in time, right before dinner.

One of the coolest things a person can do that also tends to aid gameplay is to make a custom controller. [Tom] decided to make one for Bust-A-Move, a simple game where one shoots balls at bubbles in order to pop them. It looks like quite the fun little stress reducer. Anyway, a simple game deserves a simple controller, no? Yes.

As you’ll see in the build/demo video below, [Tom] started with a standard wireless mouse and hot-glued a cardboard origami creation to it. This goes upside-down inside the salad spinner and gets connected to the spinner part so that the entire origami moves in a circle. [Tom] then extended the left mouse button to a switch, which he affixed to the outside.

This controller re-uses a slightly modified mouse that [Tom] used in a previous Bust-A-Move controller. He is using a FreePIE script and vJoy in order to map mouse movements to the joystick inputs expected by the game. Watch [Tom] bust some moves after the break.

Continue reading “Salad Spinner Busts Some New Moves”

You’ve Got Mail: Reading Addresses With OCR

Last time I delivered on this column, I told you about the USPS’ attempts to fully automate a post office. Of course, that’s a bit of a misnomer, since it took 1,500 employees to actually operate the place on a daily basis. Although Project Turnkey in Rhode Island and Project Gateway in California were proving grounds for all kinds of mail sorting and processing equipment, the act of actually reading addresses and routing mail to its final destination still required human intervention and hand coding.

Today, the post office processes hundreds of millions of mail pieces each day using various pieces of equipment. One of those important pieces of equipment is the OCR address reader, which manages to make sense of all kinds of chicken scratch.

Continue reading “You’ve Got Mail: Reading Addresses With OCR”

TMD-3: Clever Hall Sensor Hack Leads To Better Turing Demo

We’ll beat everyone to the punch: yes, actually building a working Turing machine, especially one that uses a Raspberry Pi, is probably something that would have pushed [Alan Turing]’s buttons, and not in a good way. The Turing machine is, above all else, a thought experiment, an abstraction of how a mechanical computing machine could work. Building a working one seems to be missing the point.

Thankfully, [Michael Gardi] has ignored that message three times now, and with good reason: some people just grok abstract concepts better when they can lay their hands on something and manipulate it. His TMD-1 was based on 3D printed tiles with embedded magnets — arranging the tiles on a matrix containing Hall effect sensors programmed the finite state machine, with the “tape” concept represented by a strip of eight servo-controlled flip cards. While TMD-1 worked fine, it had some limitations, which [Mike] quickly remedied with TMD-2, a decidedly more complicated affair that used a Raspberry Pi, a camera, and OpenCV to read an expanded state machine with six symbols and six states, without breaking the budget on all the Hall sensors required.

TMD-3 refines the previous design, eschewing the machine vision approach and returning to the Hall effect roots of the original. But instead of using three sensors per tile, [Mike] determined that one sensor would suffice as long as he could mount the magnet at different depths within each tile. That way, the magnetic field for each symbol could be discerned by a single Hall sensor, greatly reducing complexity and expense. An LCD screen and a Raspberry Pi run a console app that shows the tape status, the state machine, and the state transitions.

[Mike] put a ton of work into this one — there are nineteen project logs — and he includes a lot of useful tips and tricks, like designing PCBs directly in KiCAD before even having a schematic. Of course, with a track record like his, we’d expect nothing less.

Continue reading “TMD-3: Clever Hall Sensor Hack Leads To Better Turing Demo”

Scaled-Up Matches Are Hilarious And Moderately Effective

Regular matches are fine for lighting candles and the like, but they’re a bit small and fiddly to use. After seeing some giant prop matches used in a stage play, [Handy Bear] decided to see if they could build some functional extra-large matches at home.

The build starts with a square wooden dowel, cut into lengths to serve as the main body of the matches. Regular tiny matches were then harvested for their flammable matchheads, made of potassium chlorate. Sourcing the material this way is far simpler than attempting a chemical synthesis from raw materials. Once roughly ground, the material was glued on to the end of the wooden rod to finish the match. [Handy Bear] then whipped up a giant matchbox to suit, using the ignition strips from multiple smaller matchboxes in the process.

Impressively, the monster matches work, and work well. They readily ignite when struck, and are able to keep a strong flame burning for some time.  However they’re not quite potent enough to fully ignite the wood, so they don’t burn down like the real thing. We could see these being a great way to light a campfire with less hassle than regular matches, even if they are a bulky solution to the problem.

Continue reading “Scaled-Up Matches Are Hilarious And Moderately Effective”