DSP PAW Hardware Platform

Hackaday Prize 2023: Learn DSP With The Portable All-in-One Workstation

Learning Digital Signal Processing (DSP) techniques traditionally involves working through a good bit of mathematics and signal theory. To promote a hands-on approach, [Clyne] developed the DSP PAW (Portable All-in-one Workstation). DSP PAW hardware and software provide a complete learning environment for any computer where DSP algorithms can be entered as C++ code through an Arduino-like IDE.

Continue reading “Hackaday Prize 2023: Learn DSP With The Portable All-in-One Workstation”

Microbubbles And Ultrasound: Getting Drugs Through The Blood-Brain Barrier

The brain is a rather important organ, and as such, nature has gone to great lengths to protect it. The skull provides physical protection against knocks and bumps, but there’s a lesser-known defense mechanism at work too: the blood-brain barrier. It’s responsible for keeping all the nasty stuff – like bacteria, viruses, and weird chemicals – from messing up your head.

The blood-brain barrier effectively acts as a filter between the body’s circulatory system and the brain. However, it also frustrates efforts to deliver drugs directly to the brain for treating conditions like brain tumors. Now, scientists have developed a new technique that may allow critical life saving drugs to get through the barrier with the help of ultrasound technology. 

Continue reading “Microbubbles And Ultrasound: Getting Drugs Through The Blood-Brain Barrier”

Two Stage Refrigerator Is Chill

Every time we check in with [Hyperspace Pirate] he’s trying to make things cold. Really cold. His recent two-part video shows a propane vapor compression system that can go down to -37° C as well as a two-stage system using homemade ethylene that can get to -83° C. He’s trying to get to -100°, so he’s close, and we have no doubt he’ll get there.

The video explains that using two different refrigerants makes the design more practical. At the low temperatures involved, you have to deal with compressor oil freezing. There is a lot of theory required to design an efficient cooler and a lot of know-how required to make gas-tight connections with all the different materials involved.

Using propane in both stages did provide a little additional cooling. But using ethylene in the second stage didn’t work as expected. There were two issues to work through. Part of it was the average temperature of the system, and also, the homemade ethylene needed purification. The ethylene purification setup was almost as complex as the main system and also reminded us, for some reason, of the movie Darkstar. It didn’t work as well as he wanted, which means we have to wait for part two to see it all actually working.

We’ve seen this same guy make dry ice. He’s also tried to make liquid nitrogen, too.

Continue reading “Two Stage Refrigerator Is Chill”

Astronaut Tracy Caldwell in the International Space Station. (Credit: NASA)

Making The Case For All-Female Exploration Missions To Mars And Beyond

A recent study in Nature Scientific Reports by Jonathan P. R. Scott and colleagues makes the case for sending exclusively all-female crews on long-duration missions. The reasoning here is simple: women have significant less body mass, with in the US the 50th percentile for women being 59.2 kg and 81.8 kg for men. This directly translates into a low total energy expenditure (TEE), along with a lower need for everything from food to water to oxygen. On a long-duration mission, this could conceivably save a lot of resources, thus increasing the likelihood of success.

With this in mind, it does raise the question of why female astronauts aren’t more commonly seen throughout Western space history, with Sally Ride being the first US astronaut to fly in 1983. This happened decades after the first female Soviet cosmonaut, when Valentina Tereshkova made history in 1963 on Vostok 6, followed by Svetlana Savitskaya in 1982 and again in 1984, when she became the first woman to perform a spacewalk.

With women becoming an increasingly more common sight in space, it does bear looking at what blocked Western women for so long, despite efforts to change this. It all starts with the unofficial parallel female astronaut selection program of the 1950s.

Continue reading “Making The Case For All-Female Exploration Missions To Mars And Beyond”

DIY Programmable Guitar Pedal Rocks The Studio & Stage

Ever wondered how to approach making your own digital guitar effects pedal? [Steven Hazel] and a friend have done exactly that, using an Adafruit Feather M4 Express board and a Teensy Audio Adapter board together to create a DIY programmable digital unit that looks ready to drop into an enclosure and get put right to work in the studio or on the stage.

The bulk of the work is done with two parts, and can be prototyped easily on a breadboard.

[Steven] also made a custom PCB to mount everything, including all the right connectors, but the device can be up and running with not much more than the two main parts and a breadboard.

On the inside, the Adafruit Feather M4 Express board works with the audio board over I2S, a standard for sending serial digital audio between chips. Working with the audio itself is done with the Teensy Audio Library, providing a fantastic array of easy-to-use functions for processing and manipulating digital audio streams.

Together, all the right pieces are in place and [Steven] provides the code for a simple tremolo effect as a glimpse of what’s possible with the unit. Interested in going a bit further? [Steven] shares additional details about what’s involved in writing a custom effect from scratch using the Teensy Audio Library.

As mentioned, I2S is where it’s at when it comes to working with digital audio at the chip level, and our own Jenny List can tell you everything you need to know about I2S, a useful protocol that has actually been around since 1982!

The MOS CIA Lives On, In 74HCT

It’s always pleasing to see a project we covered in its early stages reach maturity, so were very happy to bring you an update on [Daniel Molina]’s 74HCT6526. It’s a long-running effort to produce in 74 logic a faithful replica of the MOS Technologies CIA, the integrated I/O and timer chip found in so many of the 1980s Commodore machines. When we first covered it there was only one PCB, now the project has grown to a stack of three, with the remaining functions intended to fit on two more boards.

It was very common at the time for chips such as the CIA to integrate a set of common 8-bit peripherals onto one piece of silicon, both in general purpose with almost all functions of the original now implemented. hips and in more manufacturer specific parts such as this one. A project like this one is valuable because it provides a dive into the now less-common  world of interfacing directly to a microprocessor data and address line. It’s unlikely that many Commodore 64s will end up with this stack of boards inside them, but it’s not impossible the design may help a few old machines when put on an FPGA.

Meanwhile, remember it’s not the only custom 1980s home computer chip replaced with 74 logic.

A Paste Extruder For Normal Printers

In the bright sunshine of a warm spring afternoon at Delft Maker Faire, were a row of 3D printers converted with paste extruders. They were the work of [Nedji Yusufova], and though while were being shown printing with biodegradable pastes made from waste materials, we were also interested in their potential to print using edible media.

The extruder follows a path set by similar ones we’ve seen before in that it uses a disposable syringe at its heart, this time in a laser-cut ply enclosure and a lead screw driven by a stepper motor. It’s part of a kit suitable for run-of-the-mill FDM printers that’s available for sale if you have the extra cash, but happily they’ve also made all the files available.

We’ve seen quite a few syringe extruders and at least one food printer, so there’s nothing particularly new about this one. What it does give you is a relatively straightforward build and a ready integration with some mass market printers you might be familiar with. Perhaps the most interesting part of this project isn’t even the extruder itself but the materials, after all having a paste extruder gives you the opportunity to experiment with new recipes. We like it.