Happy New Year, Hackaday!

[Tom Nardi] and I were talking on the podcast about 2022, and how it went from the hacker’s perspective. As the global chip shortage entered its second full year, we both thought back on the ways that we all had to adapt and work around the fact that we just couldn’t get the parts we were accustomed to picking up with ease.

What had previously been an infinite supply of knockoff Arduino clones and STM32 Blue Pill boards all of a sudden just dried up. Sometimes you just couldn’t get the DAC chip you wanted, or at least not without many weeks’ lead time, and even then, it’d cost you. Raspberry Pi single-board computers became hard to find. PCB designs had to change and new SDKs needed to be learned. I know I had to grab twice for unfamiliar microcontroller platforms this year.

We hacked around the problems. It would be absurd to say that the chip shortage wasn’t a pain in the posterior, but in the end we all managed to carry on and keep creating. We created more flexible footprints, learned to design around what we could get, and definitely had to do more planning. We pulled parts for projects out of the junk box or shelf stock. Or, as Tom noted, we did what everyone in the parts of the world who aren’t as fortunate to get free expedited shipping does – we made do.

Making do often meant learning new environments, questioning old habits, and double-checking pinouts. But if you’re like me, not all of that time was wasted. Sometimes it’s good to get shaken out of comfy workflows, even if by force. So while we wish you parts-in-stock and easy availability for 2023, don’t forget the lessons learned from 2022. Stay scrappy, Hackaday!

A small brown PCB with various components on it. There is a headphone cable and DC barrel connector cable coming out of it.

Put Your Serial Port On The Web

Today, everything from your computer to your dryer has wireless communications built in, but devices weren’t always so unencumbered by wires. What to do when you have a legacy serial device, but no serial port on the computer you want to connect? [vahidyou] designed a wireless serial dongle to solve this conundrum.

Faced with a CNC that took instructions over serial port, and not wanting to deal with the cabling involved in a serial to USB adapter, [vahidyou] turned to an ESP8266 to let his computer and device talk wirelessly. The hand-made PCB connects via a 3.5 mm headphone jack to DB9 adapter which he describes in another article. While [vahidyou] did write a small Windows program for managing the device, it is probably easier to simply access it in a web browser from any device you have handy.

Want to see another wireless serial port application? This Palm Portable Keyboard Bluetooth dongle will let you type in comfort on the go, or you can use a PiModem to get your retrocomputer online!

Printable Case For Pinecil And TS100 Soldering Irons (Mis)Uses A 608 Bearing

[PjotrStrog]’s rugged Pinecil / TS100 storage case is the perfect printable accessory to go with a hacker’s choice of either the Pine64 Pinecil, or the Miniware TS100 soldering irons. There are some thoughtful features beyond just storing the iron, too!

A standard 608 bearing makes for a handy heat-resistant stand.

Some of you may have spotted a 608 bearing in the image above, and might be wondering what it is for. In proud hacker tradition of using things for something other than their intended purpose, the bearing makes a heat-resistant stand to hold the iron while in use.

This design has a pretty deep history that illustrates the value of sharing one’s designs and allowing others to remix and refine ideas. [PjotrStrog]’s work makes use of the earlier and highly thoughtful TS100, Pinecil, TS80 & TS80p cases with options by [Termiman], which themselves are based on bearing-equipped TS100 case by [Olvin] that we covered back in 2020.

We loved the Pine64 Pinecil soldering iron, and this looks like a fantastic printable storage and carry option. There are a few pieces of hardware needed to put the rugged version together, but [PjotrStrog] also offers a less rugged design with fewer hardware needs, so check that out as well.

Salty Refrigeration Is Friendly To The Environment

Widespread use of refrigerators is a hallmark of modern society, allowing people to store food and enjoy ice and cold beverages. However, a typical refrigerator uses gasses that are not always good for the environment. Now the Berkeley National Lab says they can change that using ioncaloric cooling, a new technique that uses salt as a refrigerant.

The new technique involves using ions to drive a solid-to-liquid phase change which is endothermic. Unlike some similar proposals, the resulting liquid material would be easy to pump through a heat exchanger. In simple terms, it is the same process as salting a road to change the melting point of ice. In this case, an iodine-sodium salt and an organic solvent combine. Passing current through the material moves ions which changes the material’s melting point. When it melts, it absorbs heat. When it resolidifies, it releases heat.

Continue reading “Salty Refrigeration Is Friendly To The Environment”

Chataigne: An Open-Source Swiss Army Knife

[Ben Kuper] is a developer with a history of working on art installations, and had hit upon a common problem often cited by artists. When creating installations involving light, sound, and motion, they often spend too much time on the nuts and bolts of electronics, programming, and so on. Such matters are a huge time sink with a steep learning curve and oftentimes just a plain distraction from the actual artistic intent they’re trying to focus upon. [Ben] has been working for a few years on a software tool, Chataigne which is designed as the glue between various software tools and hardware interfaces, enabling complex control of the application using simple building blocks. Continue reading “Chataigne: An Open-Source Swiss Army Knife”

Is It A Game? Or A Calculator?

If you are a certain age, you probably remember the Mattel Football game. No LCD screen or fancy cartridges. Just some LEDs and a way to play football when you should be in class. While these might seem primitive to today’s kids, they were marvels of technology in the 1970s when they came out. [Sean Riddle] looks, well, not exactly at the games, but more like in them. As it turns out, they used chips derived from those made for calculators.

[Sean’s] post is a glimpse into this world of over four decades past. Football was actually the second electronic game from Mattel. The first one was Auto Race. There were also games called Space Alert, Baseball, and Gravity. Inside each are quad in-line packages with 42 pins, a Rockwell logo, and a custom part number.

Continue reading “Is It A Game? Or A Calculator?”

Arduino Synthesizer Uses Modified Slide Pots

There comes a point in every Arduino’s life where, if it’s lucky, it becomes a permanent fixture in a project. We can’t think of too many better forever homes for an Arduino than inside of a 3D-printed synthesizer such as this 17-key number by [ignargomez] et al.

While there are myriad ways to synthesizer, this one uses the tried-and-true method of FM synthesis courtesy of an Arduino Nano R3. In addition to the 17 keys, there are eight potentiometers here — four are used for FM synthesis control, and the other four are dedicated to attack/delay/sustain/release (ADSR) control of the sound envelope.

One of the interesting things here is that [ignargomez] and their team were short a few regular pots and modified a couple of slide pots for circular use — we wish there was more information on that. As a result, the 3D printed enclosure underwent several iterations. Be sure to check out the brief demo after the break.

Don’t have any spare Arduinos? The BBC Micro:bit likes to make noise, too.

Continue reading “Arduino Synthesizer Uses Modified Slide Pots”