Nanoparticles Make Mega Difference For “Unweldable” Aluminum

Though much of it is hidden from view, welding is a vital part of society. It’s the glue that holds together the framework of the cars we drive, the buildings we occupy, the appliances we use, and the heavy machinery that keeps us moving forward. Every year, the tireless search continues for stronger and lighter materials to streamline our journey into the future of transportation and space exploration.

Some of these futuristic materials have been around for decades, but the technology needed to weld them lagged behind. A group of researchers at UCLA’s Samueli School of Engineering recently found the key to unlocking the weldability of aluminium alloy 7075, which was developed in the 1940s. By adding titanium carbide nanoparticles to the mix, they were able to create a bond that proved to be stronger than the pieces themselves.

Continue reading “Nanoparticles Make Mega Difference For “Unweldable” Aluminum”

2019 Hackaday Prize Hack Chat

Join us Wednesday, April 17 at noon Pacific time for the 2019 Hackaday Prize Hack Chat!

The 2019 Hackaday Prize was just announced, and this year the theme is designing for manufacturing. The hacker community has come a long, long way in the last few years in terms of the quality of projects we turn out. Things that were unthinkable just a few short years ago are now reduced to practice, and our benches and breadboards are always stuffed with the latest and greatest components and modules, all teaming up to do wondrous things. But what about the next step? Do you have what it takes to turn that mess o’ wires into a product? What skills do you need to add to your repertoire to make sure you can actually capitalize on your prototype — or more importantly, to get your ideas into someone else’s hands where they can actually do some good? That’s what the Hackaday Prize is all about this year, and we want you taking your projects to the next level!

Majenta Strongheart will be hosting the Hack Chat as we discuss:

  • The importance of designing for manufacturing;
  • What tools we have available to turn prototypes into projects;
  • How the Hackaday Prize is set up this year, and why the theme was selected; and
  • Why you should participate in the 2019 Hackaday Prize

You are, of course, encouraged to add your own questions to the discussion. You can do that by leaving a comment on the 2019 Hackaday Prize Hack Chat and we’ll put that in the queue for the Hack Chat discussion.

join-hack-chatOur Hack Chats are live community events on the Hackaday.io Hack Chat group messaging. This week we’ll be sitting down on Wednesday, April 17, at noon, Pacific time. If time zones have got you down, we have a handy time zone converter.

Click that speech bubble to the right, and you’ll be taken directly to the Hack Chat group on Hackaday.io. You don’t have to wait until Wednesday; join whenever you want and you can see what the community is talking about.

Home-Brew CNC Router Mills A Wooden Mouse

First off, we’ll admit that there no real practical reason for wanting a wooden mouse – unless of course the cellulose rodent in question is the one that kicked it all off in “The Mother of All Demos” fifty years ago. Simply putting a shell around the guts of a standard wireless optical mouse is just flexing, but we’re OK with that.

That said, [Jim Krum]’s design shows some impressive skills, both in the design of the mouse and the build quality of his machine. Starting with what looks like a block of white oak, [Jim] hogs out the rough shape of the upper shell and then refines it with a small ball-end mill before flipping it over to carve the other side. His registration seems spot on, because everything matches up well and the shell comes out to be only a few millimeters thick. The bottom plate gets the same treatment to create the complex shape needed to support the mouse guts and a battery holder. He even milled a little battery compartment cover. He used a contrasting dark wood for the scroll wheel and a decorative band to hold the top and bottom together and finished it with a light coat of sealer.

It’s a great look, and functional too as the video below reveals. We’ve seen a few other fancy mice before, like this wood and aluminum model or even one that would look at home on [Charles Babbage]’s desk.

Continue reading “Home-Brew CNC Router Mills A Wooden Mouse”

Teardown: Nihon Kenko Magnetic Wave Tester

You never know what kind of wonders you’ll find on eBay, especially when you have a bunch of alerts configured to go off when weird electronic devices pop up. You may even find yourself bidding on something despite not being entirely sure what it is. Perhaps you’re a collector of unusual gadgets, or maybe it’s because you’ve committed to doing monthly teardowns for the hacker blog you work for. In any event, you sometimes find yourself in possession of an oddball device that requires closer inspection.

Case in point, this “Magnetic Wave Tester” from everyone’s favorite purveyor of high-end electronics, Nihon Kenko Zoushin Kenkyukai Corporation. The eBay listing said the device came from an estate sale and the seller didn’t know much about it, but with just a visual inspection we can make some educated guesses. When a strong enough magnetic field is present, the top section on the device will presumably blink or light up. As it has no obvious method of sensitivity adjustment or even a display to show specific values, it appears the unit must operate like an electromagnetic canary in a coal mine: if it goes off, assume the worst.

If you’re wondering what the possible use for such a gadget is, you’re not the only one. I wasn’t able to find much information about this device online, but the few mentions I found didn’t exactly fill me with confidence. It seems two groups of people are interested in this type of “Magnetic Wave Tester”: people who believe strong magnetic fields have some homeopathic properties, or those who think it will allow them to converse with ghosts. In both cases, these aren’t the kind of users who want to see a microtesla readout; they want a bright blinking light to show their friends.

So without further ado, let’s align our chakras, consult with the spirits, and see what your money gets you when you purchase a pocket-sized hokum detector.

Continue reading “Teardown: Nihon Kenko Magnetic Wave Tester”

A Robust ESP8266 RFID Access Control System

By now we’ve seen plenty of projects that use an ESP8266 as a form of rudimentary access control: tap a button on your smartphone, and the door to your apartment unlocks. With the power and flexibility of the ESP, it’s a very easy project to pull off with minimal additional hardware. But what about if you want to get a little more serious, and need to support many users?

Rather than reinvent the wheel, you might want to check out the extremely impressive ESP-RFID project. It’s still based on the ESP8266 we all know and love, but it combines the diminutive WiFi-enabled microcontroller with a nice custom PCB and some exceptionally slick software to create a very professional access control system without breaking the bank. As the name implies, the system is geared towards RFID authentication and supports readers such as the MFRC522, PN532 RFID, or RDM6300. Add in a stack of Mifare Classic 1KB cards, and your hackerspace is well on the way to getting a new door control system.

The official hardware for ESP-RFID can be purchased through Tindie with or without an installed ESP-12F module, but as it’s a fully open source project, you’re also free to build your own version if you’d like. In either event, the board allows you to easily connect the ESP up to your RFID reader of choice, as well as door sensors and of course the door locks themselves.

On the software side of things, ESP-RFID should be able to handle about 1000 unique users and their RFID cards before the relatively limited RAM and storage of the ESP catches up with it. But if you’ve got that many people coming and going in your hackerspace, it might be time to update your systems to begin with. Incidentally, the project makes no guarantees about the security of the ESP-RFID code, and says that the system shouldn’t be used for secure locations. That said, you can run ESP-RFID without an Internet connection to reduce your attack surface, at the cost of losing NTP time synchronization.

If you’re not managing a few hundred users and their RFID cards, one of the more simplistic ESP8266 door locks might be more your speed. We’ve also seen similar tricks pulled off with the Particle Photon, in case you’ve got one of those rattling around the parts bin.

Mini Flickering Torch Effect Uses Neither Wires Nor Solder

Cross section of pillar model.

[ROBAGON] makes miniature, 3D-printable gaming terrain and features like these stone pillars with flickering torch. His model isn’t free to download (though it’s under $2 at the time of writing), but the part that impressed us was his clever way of using electric tea lights to create a flickering torch effect without needing any soldering or wiring whatsoever.

His solution was to make the base of the pillar large enough to fit an electric tea light, which uses a flickering LED to simulate a candle flame. The molded plastic “flame” is removed from the tea light and placed in the torch sconce, while the tea light itself goes into the base. A short segment of clear acrylic rod is used as a light pipe, running from the tea light’s LED to the base of the torch.

It’s a simple, effective, and economical solution that doesn’t require running or soldering a single wire and you can see it work in the brief video embedded below. Now all that’s missing for those Dungeons & Dragons sessions is this custom calculator.

Continue reading “Mini Flickering Torch Effect Uses Neither Wires Nor Solder”

Replicating 1970s LED Displays

In 1971, Texas Instruments released something no one else had ever seen before. The TIL305 was an alphanumeric display, powered by LEDs. Sure, the technology of the early 70s meant the LEDs weren’t very bright, and the displays were expensive, but if you want a display that’s simply classic, and relatively low-power, you won’t be able to do better than a vintage alphanumeric LED display.

As you would expect, new old stock TIL305s are still pricey, and now everybody has access to cheap PCB manufacturing capabilities and really small LEDs. The DIYTIL305 is an attempt to replicate the vintage stuff, and it looks great.

The vintage, TI-made TIL305 is a printed circuit board that clips into a DIP-14 socket. The LED array is 5×7 pixels, with an extra dot for a decimal point, set on a 0.05″ grid, and a translucent red diffuser. A PCB is easy, and with 0201 LEDs you can get the LED pitch you need. Turning a PCB into a DIP-14 only requires a few machine pin headers, and for the diffuser, this project is using laser cut cast acrylic. It’s simple if you have a pick and place machine or a steady hand, and assembly is a snap.

The final DIYTIL305 boards are being tested right now, but so far the results are great. With the right code on a microcontroller, these displays will blink through the digits 0 through 9, and the alphabet is just a little more code. Since this project is using 0201 LEDs, it also means green, white, blue, orange, and yellow displays are possible, something no one could have dreamed of in 1971.