3D Printing Electronics Direct To Body

Some argue that the original Star Trek series predicted the flip phone. Later installments of the franchise used little badges. But Babylon 5 had people talking into a link that stuck mysteriously to the back of their hand. This might turn out to be true if researchers at the University of Minnesota have their way. They’ve modified a common 3D printer to print electronic circuits directly to the skin, including the back of the hand, as you can see in the video below. There’s also a preview of an academic paper available, but you’ll have to pay for access to that, for now, unless you can find it on the gray market.

In addition, the techniques also allowed printing biologically compatible material directly on the skin wound of a mouse. The base printer was inexpensive, an Anycubic Delta Rostock that sells for about $300.

Continue reading “3D Printing Electronics Direct To Body”

Core Memory Upgrade For Arduino

Linux programs, when they misbehave, produce core dumps. The reason they have that name is that magnetic core memory was the primary storage for computers back in the old days and many of us still refer to a computer’s main memory as “core.” If you ever wanted to have a computer with real core memory you can get a board that plugs into an Arduino and provides it with a 32-bit core storage. Of course, the Arduino can’t directly run programs out of the memory and as designer [Jussi Kilpeläinen] mentions, it is “hilariously impractical.” The board has been around a little while, but a recent video shined a spotlight on this retro design.

Impractical or not, there’s something charming about having real magnetic core memory on a modern CPU. The core plane isn’t as dense as the old commercial offerings that could fit 32 kilobits (not bytes) into only a cubic foot. We’ll leave the math about how much your 8-gigabyte laptop would have to grow to use core memory to you.

Continue reading “Core Memory Upgrade For Arduino”

The Cake Robot Is No Lie

[52 Skillz] didn’t know anything about building robots. So he decided to not just read about it or make a simple robot. He jumped right in and wanted to build a robot that could make a cake. It took about a year and a half but it now — mostly — works, as you can see in the video below.

Granted it isn’t perfect and it isn’t really all that practical. But as a learning exercise, it was certainly ambitious and successful. Apparently, you still have to scrape the bowl a little by hand to get some of the flour off the bowl walls. Also, loading the ingredients might be more work than just making it by hand, but that really isn’t the point.

Continue reading “The Cake Robot Is No Lie”

Homebrew Not A Hakko

We don’t know if [Marius Taciuc] was thinking about how all Jedi make their own lightsabers as a rite of passage, but he decided that it was time to build his own soldering iron. He used a Hakko T12 tip which has a built-in thermocouple. However, he found that the information on the Internet about the tips was either incomplete or incorrect. Naturally, he figured it out and you can see the completed iron in the video, below.

The problem stems from the thermocouple type. Some sites he found identified it as a type K device. Others said it wasn’t, but didn’t say what kind it was. He took a container of oil and heated it to various temperatures and then measured it with both a commercial soldering iron and the T12 tip. By plotting the data against known thermocouple curves, he concluded the device was actually type C.

Continue reading “Homebrew Not A Hakko”

Circuit VR: Oscillating Bridges

Circuit VR is where we talk about a circuit and examine how it works in simulation with LT Spice. This time we are looking at a common low-frequency oscillator known as the Wien bridge oscillator.

What makes an oscillator oscillate? A circuit with amplification that gets the same amount of the output signal fed back into its input, in phase, will oscillate. This is the Barkhausen criterion. Here, we’re going to look into what makes an oscillator work in simulation, and gain some insight into what happens when there’s too much feedback and too little.

In particular, we’ll look at the Wien bridge oscillator, a very simple design that originated as a way to measure impedance back in 1891. Modern versions add some additional features, but let’s start with the most simple implementation and work our way up.

Continue reading “Circuit VR: Oscillating Bridges”

Catch A Rising Star With Arduino

Space is big. Really big. Yet on TV and movies, enemy spacecraft routinely wind up meeting at roughly the same spot and, miraculously, in the same orientation. If you’ve ever tried to find something smaller than the moon in a telescope, you’ll appreciate that it isn’t that easy. There are plenty of tricks for locating objects ranging from expensive computerized scopes with motors to mounting a phone with Google Sky or a similar program to your telescope. [DentDentArthurDent] didn’t use a phone. He used an Arduino with an outboard GPS module.

You still have to move the scope yourself, but the GPS means you know your location and the time to a high degree of accuracy. Before you start an observing session, you simply point the telescope at Polaris to calibrate the algorithm, a process which in the northern hemisphere is pretty easy.

Continue reading “Catch A Rising Star With Arduino”

Retrotechtacular: Synchros Go To War (and Peace)

Rotation. Motors rotate. Potentiometers and variable capacitors often rotate. It is a common task to have to rotate something remotely or measure the rotation of something. If I asked you today to rotate a volume control remotely, for example, you might offer up an open loop stepper motor or an RC-style servo. If you wanted to measure a rotation, you’d likely use some sort of optical or mechanical encoder. However, there’s a much older way to do those same tasks and one that still sees use in some equipment: a synchro.

The synchro dates back to the early 1900s when the Panama Canal used them to read and control valves and gates. These devices were very common in World War II equipment, too. In particular, they were often part of the mechanisms that set and read gun azimuth and elevation or — like the picture to the left — a position indication of a radar antenna. Even movie cameras used these devices for many years. Today, with more options, you don’t see them as much except in applications where their simplicity and ruggedness is necessary.

Continue reading “Retrotechtacular: Synchros Go To War (and Peace)”