Keeping Watch Over The Oceans With Data Buoys

When viewed from just the right position in space, you’d be hard-pressed to think that our home planet is anything but a water world. And in all the ways that count, you’d be right; there’s almost nothing that goes on on dry land that isn’t influenced by the oceans. No matter how far you are away from an ocean, what’s going on there really matters.

But how do we know what’s going on out there? The oceans are trackless voids, after all, and are deeply inhospitable to land mammals such as us. They also have a well-deserved reputation for eating anything that ventures into them at the wrong time and without the proper degree of seafarer’s luck, and they also tend to be places where the resources that run our modern technological society are in short supply.

Gathering data about the oceans is neither cheap nor easy, but it’s critically important to everything from predicting what the weather will be next week to understanding the big picture of what’s going on with the climate. And that requires a fleet of data buoys, outnumbering the largest of the world’s navies and operating around the clock, keeping track of wind, weather, and currents for us.

Continue reading “Keeping Watch Over The Oceans With Data Buoys”

CoreXY On The Pi Pico

There are enough off-the-shelf CoreXY mechanisms out there that for the cost of an AliExpress order it’s possible to quickly and cheaply make yourself a plotter. But [Koushani Das], [Mahathi Andavolu] and [Dengyu Tu] are completing their project for Cornell University’s ECE 5730 course, so of course they have designed one from the ground up. Happily for us it seems to be fairly easy to replicate, so you can build one too if it takes your fancy.

The write-up makes for an interesting dive into the nitty-gritty of design, for which we hope they managed to secure a decent grade. The hardware itself seems pretty straightforward as does the pair of stepper controllers and RP2040 they use to run the thing, and their explanation of the math behind the CoreXY coordinate system is genuinely interesting for those of us who’ve never taken the time to consider it.

All the good stuff can be found in a GitHub repository if you’d like to take this further, and meanwhile they’ve also put up a demo video which you can see below the break. We like this little plotter, and we hope others will take its design and run with it.

Want more CoreXY explanation? We’re happy to oblige.

Continue reading “CoreXY On The Pi Pico”

A Guide For Heat-Treating Steel At Home

A lot of colloquial words that we might use when describing something’s durability take on extremely specific meanings when a materials scientist or blacksmith uses them. Things like “strength”, “toughness”, “hardness”, and “resilience” all have different meanings when working in a laboratory or industrial setting than most people might otherwise think.

For the beginner metalworker, this can be a little bit confusing at first but some hands-on practice will help. To that end, this beginner lesson in heat-treating steel from [Blondihacks] demonstrates why it can be beneficial to trade some of the metal’s toughness for improved hardness and just how to accomplish it on your own.

The first part of the lesson is to make sure the steel is high-carbon steel, since most other steels aren’t able to be heat treated. It will also have a specific method for its quenching, either in oil, water, or some other medium. But beyond that the only other thing required for this process is a torch of some sort. [Blondihacks] is using a MAP-Pro torch to get the steel up to temperature, which is recognizable when it turns a specific orange color. From there all that’s needed is to quench the hot metal in whatever fluid is called for. At this point the metal can also be tempered, which restores some of its toughness while maintaining a certain amount of hardness.

While the process doesn’t require specialized tools, [Blondihacks] does have a hardness tester, a fairly expensive piece of instrumentation that measures how deeply the metal can be indented by a force. By measuring the size of the indentation made by the tool, the hardness can be determined. As it’s many thousands of dollars this is mostly for demonstration and not necessary for most of us, but does go a long way to demonstrate the effectiveness of heat treating and tempering in an otherwise simple environment. If you’re looking for excuses to start heat treating and tempering metal, here’s a great project which creates a knife nearly from scratch.

Continue reading “A Guide For Heat-Treating Steel At Home”

A High-End Studio Multiplexer Surrenders To An Arduino

The equipment used in professional radio and TV studios is both extremely high quality and very expensive indeed, and thus out of the reach of an experimenter. Happily as studios are refurbished there’s a steady supply of second-hand equipment which can be surprisingly cheap, but as [Nathan] found out with a Quartz audio router, comes with no control software. What’s to be done with what’s essentially a piece of junk? Remove its brain and replace it with one that can be controlled, of course!

On the PCB alongside a bank of switch matrices is an FPGA which does the heavy lifting. That’s “heavy” in a limited sense, because all it does is handle the chip select lines for the matrices and write data to their registers. This is a task that can be handled by a microcontroller, so in goes an Arduino Nano, which along with a few other board modifications delivers a serial-controlled studio router.

The interesting part for us in this project comes from a look at the date codes on the board, they’re from the early 2000s. This is (roughly) contemporary with the ATmega chip on the Arduino, so we’re curious as to why the designers saw fit to use an FPGA when the microcontrollers of the day were clearly up to the task for much less outlay. We suspect a touch of millennium-era price inflation, but we can’t be sure.

Meanwhile, old broadcast kit has featured here before.

An Insulin Injection That Lasts For Days: A New Hope For Diabetics

A major challenge for people who have a form of diabetes is the need to regulate the glucose levels in their body. Normally this is where the body’s insulin-producing cells would respond to glucose with a matching amount of insulin, but in absence of this response it is up to the patient to manually inject insulin. Yet recent research offers the hope that these daily injections might be replaced with weekly injections, using insulin-binding substances that provide a glucose-response rather like the natural one. One such approach was tested by Juan Zhang and colleagues, with the results detailed in Nature Biomedical Engineering.

In this study, the researchers injected a group of diabetic (type 1) mice and minipigs with the formulation, consisting out of gluconic acid-modified recombinant human insulin bound to a glucose-responsive phenylboronic acid-diol complex. The phenylboronic acid element binds more easily to glucose, which results in the insulin being released, with no significant hypoglycemia observed in this small non-human test group. A major advantage of this mechanism is that it is fully self-regulating through the amount of glucose present in the blood.

This study is similar to work by Sijie Xian and colleagues published in Advanced Materials (ChemRxiv preprint) where a similar complex of glucose-sensitive, bound insulin complex was studied, albeit in vitro. With non-human animal testing showing good results for this method, human trials may not be far off, which could mean the end to daily glucose and insulin management for millions in the US alone.

(Top image: Chemical structures of the insulin-DiPBA complex and its functioning. Credit: Sijie Xian et al., 2023)

FLOSS Weekly Episode 763: Fedora Fixes Everything

This week Jonathan Bennett and Dan Lynch talk once again with Neal Gompa of Fedora, CentOS, openSUSE and more. This time the focus is Fedora, with sprinklings of Immutable Linux, KDE 6, and the new Linux stack of Pipewire, Portals, and Wayland. Neal gives us a rundown of what exactly makes Fedora Atomic so interesting, and why you probably don’t want it running on your desktop. But in a computer lab, or on a public machine? Fedora Atomic might be exactly what you need.

Up next there’s Pipewire, the userspace sound server that replaces Pulseaudio and Jack. Should we think of Pipewire as Jack 3.0? And what’s the secret to getting really reliable low-latency performance for Pipewire in Fedora? It might not be what you expect.

There’s a popular rant online, that Wayland breaks everything. And for years, that’s been a relatively accurate statement, in that Wayland hasn’t been ready for prime-time. Fedora 40 has gone all in on the belief that Wayland’s time has come, with KDE and Gnome no longer having an X11 native option. It’s Wayland all the way. And as one that has run Rawhide, I can say that the future there is bright. Literally, if you have an HDR capable monitor.

Continue reading “FLOSS Weekly Episode 763: Fedora Fixes Everything”

Modern Control Of A Logic Analyzer

When you think of a logic analyzer today, you might think of a little USB probe that can measure a few signals and decoding for various serial buses. But actual logic analyzers were high-speed multichannel hardware with sophisticated ways to clock and trigger. [Tom] picked up an HP1670G on the surplus market and was impressed that it could sample 136 channels at 500 MHz. The circa-2000 machine has a front panel, but if you really wanted to use it, you wanted to use an X terminal. [Tom] shows us how that works with modern Linux software.

Continue reading “Modern Control Of A Logic Analyzer”