Bringing A Current Dumping Amplifier Back To Life

Over the years there have been many different audio amplifier designs which have found favour for a while and then been supplanted by newer ideas. One of them has crossed the bench of [Jazzy Jane], it’s a current dumping amplifier from the mid-1980s. A nicely-done home-made project on stripboard mounted on a wooden base board, it sports a power supply, RIAA pre-amp board, and the amplifier itself.

The current dumping amplifier is one that combines a small class A amplifier with a hefty class B one, and through feedback trickery uses the combination to remove the crossover distortion of the class B stage. It’s a simple yet elegant circuit with fewer parts than an equivalent class AB amplifier, and there was a time back in the day when it was all the rage. This one has an op-amp providing the class A part and a complimentary pair of Darlington pairs as the class B.

The video below the break shows the process of bringing the amp back to life, a process mostly concerned with the power supply. There are a set of tantalum capacitors which have failed, and the replacements she’s using turn out to have problems too. They’re a period part for a project of this age, but we might have been tempted to go for another capacitor type here.

The result is an unusual amplifier, brought back to life. You may have seen [Jane] feature here before, with her 1950s signal generator.

Continue reading “Bringing A Current Dumping Amplifier Back To Life”

A blue-gloved hand holds a glass plate with a small off-white rectangular prism approximately one quarter the area of a fingernail in cross-section.

AI Helps Researchers Discover New Structural Materials

Nanostructured metamaterials have shown a lot of promise in what they can do in the lab, but often have fatal stress concentration factors that limit their applications. Researchers have now found a strong, lightweight nanostructured carbon. [via BGR]

Using a multi-objective Bayesian optimization (MBO) algorithm trained on finite element analysis (FEA) datasets to identify the best candidate nanostructures, the researchers then brought the theoretical material to life with 2 photon polymerization (2PP) photolithography. The resulting “carbon nanolattices achieve the compressive strength of carbon steels (180–360 MPa) with the density of Styrofoam (125–215 kg m−3) which exceeds the specific strengths of equivalent low-density materials by over an order of magnitude.”

While you probably shouldn’t start getting investors for your space elevator startup just yet, lighter materials like this are promising for a lot of applications, most notably more conventional aviation where fuel (or energy) prices are a big constraint on operations. As with any lab results, more work is needed until we see this in the real world, but it is nice to know that superalloys and composites aren’t the end of the road for strong and lightweight materials.

We’ve seen AI help identify battery materials already and this seems to be one avenue where generative AI isn’t just about making embarrassing photos or making us less intelligent.

Convert A Cheap Tube Preamp Into A Headphone Amp With Jenny

Big-name tube amplifiers often don’t come cheap. Being the preserve of dedicated audiophiles, those delicate hi-fis put their glass components on show to tell you just how pricy they really ought to be. If you just want to dip your toe in the tube world, though, there’s a cheaper and more accessible way to get started. [Jenny List] shows us the way with her neat headphone amp build.

The build starts with an off-the-shelf preamp kit based around two common 6J1 tubes. These Chinese pentode valves come cheap and you can usually get yours hands on this kit for $10 or so. You can use the kit as-is if you just want a pre-amp, but it’s not suitable for headphone use out of the box due to its high-impedance output. That’s where [Jenny] steps in.

You can turn these kits into a pleasing headphone amp with the addition of a few choice components. As per the schematic on Github, a cheap transformer and a handful of passives will get it in the “good enough” range to work. The transformer isn’t perfect, and bass response is a compromise, but it’s a place to start your tinkering journey. Future work from [Jenny] will demonstrate using a MOSFET follower to achieve much the same result.

We’ve seen a great number of headphone amplifiers over the years, including one particularly attractive resin-encased example. Video after the break.

Continue reading “Convert A Cheap Tube Preamp Into A Headphone Amp With Jenny”

A blue and white, 3D printed rose sits on a black surface with a fuzzy tan background behind it.

Thermorphs: Self-Folding 3D Prints

Prints separating from the build plate or warping when you don’t want them to is a headache for the additive manufacturer. [CNC Kitchen] walks us through a technique to use that warping to our advantage.

Based on a paper by researchers at the Morphing Matter Lab at UC Berkeley, [CNC Kitchen] wanted to try making 3D printed objects that could self-assemble when placed in hot water. Similar to a bimetal strip that you find in simple thermostats, the technique takes advantage of the stresses baked into the print and how they can relax when reaching the glass transition temperature of the polymer. By printing joints with PLA and TPU layers, you can guide the deformation in the direction you wish, and further tune the amount of stress in the part by changing the print speed of different sections.

[CNC Kitchen] found that Hilbert curve infill slows the printer down sufficiently to create relatively stress-free sections of a print to create flat sections which is an improvement over the original researchers’ all TPU flat sections with respect to rigidity. We’ve covered how to reduce warping in 3D prints, but now we can use those techniques in reverse to design self-assembling structures. These parts, being thermoplastic, can also be heated, reformed, and then exhibit shape memory when placed back into hot water. It’s very experimental, but we’re curious to see what sort of practical or artistic projects could be unlocked with this technique.

We’ve seen a few other interesting techniques with folded objects like laser cutter origami, some flat-to-folded 3D prints that might be interesting to try with this technique, and also folded hybrid mechanisms made with laser cutting and 3D printing.

Continue reading “Thermorphs: Self-Folding 3D Prints”

The rust language logo being branded onto a microcontroller housing

Esp-hal, A Stable-API ESP32 HAL Gift For Your Rust Code

Looking to write Rust on the ESP32? You’re in luck, a new challenger has entered the scene, looking to help you write code that lasts – [Scott Mabin] and the team from Espressif have brought us the esp-hal 1.0.0-beta. From a personal project to an Espressif-sponsored one to an effort under Espressif’s wing, [Scott] tells us about the arduous journey of bringing first-class Rust support to ESP32 chips, Xtensa and RISC-V alike.

In particular, esp-hal, with the hal part standing for Hardware Abstraction Layer, focuses on providing you with a stable API to access hardware, making sure your code can remain stable for years to come. For now, you get drivers for GPIO, UART, SPI and I2C, as well as a number of auxiliary features like time and SoC reset, more than enough for a large amount of projects we hackers build with a generic MCU in mind.

Next stop? WiFi and BLE support, of course, an ESP32 just doesn’t feel the same without these two. Rust is a fun and seriously promising language, and it’s a joy to use! So, if you have a wireless-less project in mind and you’re looking for a HAL, try out the esp-hal, it might just be exactly what you need.

If you’re looking for examples, here’s an STM32 touchpad project with Rust firmware, a PIC32 Rust blinky demo, and we’ve even featured larger projects like this ESP32 open-source (reverse-engineered) WiFi MAC stack being written in Rust. In case you missed it, we’ve introduced Rust to you a couple of times, even as far as 2015!

Linux Fu: USB Everywhere

It is a common problem: I have a USB device on a computer out in the shop, and I want to use it from the comfort of my office. What to do? Well, you could remote desktop into the distant machine. But, honestly, I always find any remote desktop more than ssh clunky and somewhat undesirable. Fortunately, Linux can do virtually anything if you only know how to do it. So, this time, I’ll show you how to transport a USB device over your network. Of course, I have a network that reaches out to the shop. It should be a simple matter to tell my desktop machine that one of its USB devices lives across the network. Well, it wasn’t that simple, but it is doable.

The Tools

The whole thing involves a program called usbip. That should be the end of it, but of course, it isn’t. In order for this to work, both machines on the network will need some kernel modules and a daemon on the server: the machine with the USB devices to share.

You may be able to install usbip from your package manager. On Ubuntu, it is in the linux-tools-common package, so a simple apt-get might give you everything you need. I wasn’t so lucky. Continue reading “Linux Fu: USB Everywhere”

A man in a t-shirt and sport coat sits behind a table upon which are a small, black air fryer and a larger pale green model that looks more futuristic. Behind him is a black set of cube shelves (possibly IKEA Kallax) with different colored interiors lit and holding various bits of vintage technology equipment like landline phones and HiFi setups.

How Do Air Fryers Work?

Air fryers are the new hotness in the kitchen, but are they actually any different than a convection oven? [Technology Connections] walks us through the design of these countertop appliances to find out.

If you like your fries and chicken crispy instead of soggy, you traditionally had to eat out or spend the better part of an hour waiting on your food to cook to a crisp in the oven. Convection ovens significantly speed up this process by moving the air about and keeping the food from sucking most of the heat out of the stagnant layer just next to it.

It turns out that most air fryers are just a coil stove element and a fan placed above a basket which is just a fancy re-arrangement of the parts of a toaster or convection oven. The magic sauce here is the small size and the fact you don’t have to futz with pulling a hot wire basket out of your toaster or larger convection oven. The small size does give you a pretty big advantage in preheating and precise application of heat to the food for smaller batch sizes, but if you already have a convection oven, the advantages might not outweigh the additional space and cost of yet another kitchen gadget. We appreciate the sacrifice of eating “a lot of french fries” to test the differences between brands and conventional convection ovens for our edification.

If you’re looking for a way to make cookies faster instead of fries, how about this hack using a microwave and a heat gun? Or maybe it’s better to redesign the food instead of the appliance like this ramen in an edible package or these origami noodles.

Continue reading “How Do Air Fryers Work?”