Re-Creating The Unique Look Of Unobtainable Aerochrome Film

Ever heard of Aerochrome? It’s a unique type of color infrared film, originally created for the US military and designed for surveillance planes. Photos taken with Aerochrome film show trees and other vegetation in vivid reds and pinks, creating images that aren’t quite like anything else.

A modified method of trichrome photography is the key behind re-creating that unique Aerochrome look. Click to enlarge.

Sadly, Aerochrome hasn’t been made for over a decade. What’s an enterprising hacker with a fascination for this unobtainable film to do? [Joshua] resolved to recreate it as best he could, and the results look great!

Aerochrome isn’t quite the same as normal film. It is sensitive to infrared, and photos taken with it yield a kind of false color image that presents infrared as red, visible reds as greens, and greens are shown as blue. The result is a vaguely dreamy looking photo like the one you see in the header image, above. Healthy vegetation is vividly highlighted, and everything else? Well, it actually comes out pretty normal-looking, all things considered.

Why does this happen? It’s because healthy, leafy green plants strongly absorb visible light for photosynthesis, while also strongly reflecting near-infrared. This is the same principle behind the normalized difference vegetation index (NDVI), a method used since the 70s to measure live green vegetation, often from satellite imagery.

Aerochrome may be out of production, but black and white infrared film is still available. [Joshua] found that he could re-create the effect of Aerochrome with an adaptation of trichrome photography: the process of taking three identical black and white photos, each using a different color filter. When combined, the three photos (acting as three separate color channels) produce a color image.

To reproduce Aerochrome, [Joshua] takes three monochromatic photos with his infrared film, each with a different color filter chosen to match the spectral sensitivities of the original product. The result is a pretty striking reproduction of Aerochrome!

But this method does have some shortcomings. [Joshua] found it annoying to fiddle with filters between trying to take three identical photos, and the film and filters aren’t really an exact match for the spectral sensitivities of original Aerochrome. He also found it difficult to nail the right exposure; since most light meters are measuring visible light and not infrared, the exposure settings were way off. But the results look pretty authentic, so he’s counting it as a success.

We loved [Joshua]’s DIY wigglecam, and we’re delighted to see the work he put into re-creating an authentic Aerochrome. Fantastic work.

Adding Perlin Noise To 3D Printed Parts, With Python

Want to add a bit of visual flair to 3D printed parts that goes maybe a little more than skin-deep? That’s exactly what [volzo] was after, which led him to create a Python script capable of generating a chunk of Perlin noise, rendered as an STL file. What does that look like? An unpredictably-random landscape of hills and valleys.

The script can give printed parts a more appealing finish.

The idea is to modify a 3D model with the results of the script, leaving one with something a bit more interesting than a boring, flat surface. [volzo] explains how to use OpenSCAD to do exactly that, but it’s also possible to import the STL file the script creates into the CAD program of one’s choice and make the modifications there with some boolean operations.

If the effect looks a bit bit familiar, it’s likely because he used the method to design part of the 3D printed “toy” camera that we featured recently.

[volzo]’s method isn’t entirely plug and play, but it could still be a handy thing to keep in your back pocket when designing your next part. There are also other ways to modify the surfaces of prints for better aesthetics; we’ve previously covered velocity painting (also known as ‘tattooing’ in some slicers) and also fuzzy skin.

Perlin noise was created by [Ken Perlin] in the early 80s while working on the original Tron movie as a way to help generate more realistic-looking textures. It still fulfills that artistic function in a variety of ways, even today.

Building A Tube-Based Stereo Amp, In Classic Style

It’s not every day we see the results of someone putting their own spin on a vintage tube amp, but that’s exactly what [lens42] did in creating the McIntosh 217, created as a “mini” version of the McIntosh MC275, a classic piece of audio equipment. Both are pictured next to each other, above.

When it comes to vintage hi-fi stereo amplifiers, two units had particular meaning for [lens42]: the McIntosh MC275 Power Amp, and the Dynaco ST35. The Dynaco was a more budget-friendly amplifier, but looked like a plain box. The McIntosh, however, proudly showed off its tubes and transformers in all their glory. The “McIntosh 217” is design-wise basically a smaller McIntosh MC275, with the innards of a Dynaco ST35.

With so much needing to be designed from the ground up, CAD was invaluable. Component layout, enclosure design, and even wiring and labeling all had to be nailed down as much as possible before so much as heating up the soldering iron. Even so, there were a few hiccups; a vendor had incorrect measurements for a tube socket which meant that the part would not fit. A workaround involved modifying the holes and as luck would have it, the change wasn’t an eyesore. Still, [lens42] reminds us all that whenever you can, have the required parts in-hand for confirmation of dimensions before sending CAD files off for cutting or fabrication.

Many of us can relate to the fact that the whole project was a labor of love and made no real financial sense, but the end result is fantastic, and creating such a thing is something all of us — not just chasers of that elusive “tube sound” — can appreciate.

Upgraded Film Scanner Handles Bigger Formats At No Cost

Film scanners are a useful tool for digitizing slides and negatives, and the Plustek 8100 that [Christian Chapman] had was capable, but limited to small format film only. Rather than pay for a much more expensive medium format scanner that could handle 120 film, he modified his 8100 to accomplish the same thing with a combination of good old software and hardware tampering.

On the software side, [Christian] modified a driver for the Plustek 8100 so that it sweeps the scan head further than usual. At the application level, to scan medium format frames, it does a total of four scans: one for each quadrant. The results get stitched together in software with a thoughtfully-designed shell script that provides previews and handles failures and restarts gracefully.

Hardware-wise, the scanning carriage needs modification to ensure nothing interferes with the scan head as it moves further than originally designed. Some CAD and 3D printing made short work of this. Incidentally, this hardware mod is an excellent demonstration of one of the core strengths of 3D printing: the ability to make geometrically-straightforward objects that would nevertheless be troublesome or impractical to construct in any other way.

USB Drive Keeps Your Secrets… As Long As Your Fingers Are Wet?

[Walker] has a very interesting new project: a completely different take on a self-destructing USB drive. Instead of relying on encryption or other “visible” security features, this device looks and works like an utterly normal USB drive. The only difference is this: if an unauthorized person plugs it in, there’s no data. What separates authorized access from unauthorized? Wet fingers.

It sounds weird, but let’s walk through the thinking behind the concept. First, encryption is of course the technologically sound and correct solution to data security. But in some environments, the mere presence of encryption technology can be considered incriminating. In such environments, it is better for the drive to appear completely normal.

Toggling the chip enable (CE) pin will hide the drive’s contents.

The second part is the access control; the “wet fingers” part. [Walker] plans to have hidden electrodes surreptitiously measure the resistance of a user’s finger when it’s being plugged in. He says a dry finger should be around 1.5 MΩ, but wet fingers are more like 500 kΩ.

But why detect a wet finger as part of access control? Well, what’s something no normal person would do right before plugging in a USB drive? Lick their finger. And what’s something a microcontroller should be able to detect easily without a lot of extra parts? A freshly-licked finger.

Of course, detecting wet skin is only half the equation. You still need to implement a USB Mass Storage device, and that’s where things get particularly interesting. Even if you aren’t into the covert aspect of this device, the research [Walker] has done into USB storage controllers and flash chips, combined with the KiCad footprints he’s already put together means this open source project will be a great example for anyone looking to roll their own USB flash drives.

Regular readers may recall that [Walker] was previously working on a very impressive Linux “wall wart” intended for penetration testers, but the chip shortage has put that ambitious project on hold for the time being. As this build looks to utilize less exotic components, hopefully it can avoid a similar fate.

Fix Old Caps, But Keep That “Can Capacitor” Look

Vintage electronics and capacitor replacements tend to go hand-in-hand. Why? Because electrolytic capacitors just don’t last, not the way most other components do, anyway.

The metal terminal ring and the central plate are kept for re-use, and the metal case re-crimped after the internals of the capacitor are replaced with a modern equivalent.

It’s one thing to swap old caps with modern replacements, but what about electronics where the components are not hidden away, and are an important part of the equipment’s look? [lens42] shares a method for replacing antique can-style capacitors in a way that leaves them looking completely original. All it takes is some careful application of technique.

The first thing to do is carefully file away the crimp of the metal can until one can release the ring and plate that hold the terminals. Once that is off, the internals can be pulled from the metal can for disposal. Since the insides of the old cap won’t be re-used, [lens42] recommends simply drilling a hole, screwing in a lag bolt to use as a handle, and pulling everything out. There’s now plenty of space inside the old can to hold modern replacements for the capacitor, and one can even re-use the original terminals.

That leaves the job of re-crimping the old can around the terminal ring to restore a factory-made appearance. To best do this, [lens42] created a tapered collar. Gently hammering the can forces the bottom into the taper, and the opening gradually crimps around the terminal ring. It’s also possible to carefully hammer the flange directly, but the finish won’t be as nice. This new crimp job may not look exactly the same as before, but once the cap is re-installed into the original equipment, it won’t be possible to tell it has been modified in any way.

If this sounds a bit intimidating, don’t worry. [lens42] provides plenty of pictures. And if this kind of thing is up your alley, you may want to check out the Caps Wiki, an effort to centralize and share details about tech repair, especially for vintage electronics.

Custom Raspberry Pi Case Shows The Whole Workflow

If you are a process junkie and love seeing the end-to-end of how a thing is made and with what tools, then watch [Michael Klements] show off his Raspberry Pi case design. His case has quite a few cool-looking elements to it, and incorporates 3D printing as well as laser-cut and clear bent acrylic for a gorgeous three-quarter view.

[Michael]’s write-up (and accompanying video, embedded below) are partly a review of his Creality 3D printer, and partly a showcase of his Raspberry Pi case design (for which he sells the design files for a small fee on his Etsy store.) But the great part is seeing the creation of every piece that goes into the end product. Not everyone is familiar with the way these tools work, or what they can create, so it’s nice to see attention paid to that side of things.

Both the blog post and the video nicely show off what goes into every part. The video opens with unpacking and setting up the 3D printer (skip ahead to 4:58 if you aren’t interested), followed by printing the parts, laser-cutting the acrylic on a K40 laser cutter, bending the acrylic using a small hand tool, and finally, assembling everything. For the curious, there are also links to the exact parts and equipment he uses.

Like we said, it’s part 3D printer review and part showcase of a design he sells, but it’s great to see each of the parts get created, watch the tools get used, and see the results come together in the final product. And should you wish to go in the opposite direction? A one-piece minimalist case for your Raspberry Pi is only a 3D printer away.

Continue reading “Custom Raspberry Pi Case Shows The Whole Workflow”