Just What Is Tone, In A Microphone?

As long-time Hackaday readers will know, there is much rubbish spouted in the world of audio about perceived tone and performance of different hi-fi components. Usually this comes from audiophiles with, we’d dare to suggest, more money than sense. But oddly there’s an arena in which the elusive tone has less of the rubbish about it and it in fact, quite important. [Jim Lill] is a musician, and like all musicians he knows that different combinations of microphones impart a different sound to the recording. But as it’s such a difficult property to quantify, he’s set out to learn all he can about where the tone comes from in a microphone.

He’s coming to this from the viewpoint of a musician rather than an engineer, but his methodology is not diminished by this. He’s putting each mic on test in front of the same speaker at the same position, and playing a standard piece of music and a tone sweep through each. He doesn’t have an audio analyser, reference speaker and microphone, or anechoic chamber, so he’s come up with a real-world standard instead. He’s comparing every mic he can find with a Shure SM57, the go-to general purpose standard in the world of microphones for as long as anyone can remember, being a 1960s development of their earlier Unidyne series. His reasoning is that while its response is not flat the sound of the SM57 is what most people are used to hearing from a microphone, so it makes sense to measure the others against its performance.

Along the way he tests a huge number of microphones including famous and expensive ones from exclusive studios and finally one he made himself by mounting a cartridge atop a soda can. You’ll have to watch the video below the break for his conclusions, we can promise it’s worth it.

Continue reading “Just What Is Tone, In A Microphone?”

Neat Soldering Station Design Has Workshop & Portable Versions

The warm and rather stinky heart of any hacker’s lair is the soldering station, where the PCB meets the metal (solder). A good soldering station lets you get on with the business of building stuff without worrying about piffling details like temperature and remembering to turn the thing off. The AxxSolder is a neat design from [AxxAxx] that fulfills these criteria, as it includes full PID control of the iron and an auto sleep feature. It will run from any DC power source from 9 to 26 Volts, so you can run it off your bench power supply and have one less thing to plug in. There is even a portable version for those on-the-go hackathons.

Continue reading “Neat Soldering Station Design Has Workshop & Portable Versions”

Audacity Runs Surprisingly Well In Your Browser

Audacity is an extremely popular open source audio editor, with hundreds of millions of downloads on the books. But due to some controversy over changes the Muse Group wanted to implement when they took ownership of the project back in 2021, the userbase has fractured somewhat. Some users simply stick with an older version of the program, while others have switched over to one of the forks that have popped up in the last couple of years.

The Wavacity project by [Adam Hilss] is a bit of both. It looks and feels just like an older version of Audacity (specifically, 3.0.0). But the trick here is that he’s managed to get it working with WebAssembly (WASM) so you can run it in your browser. Impressively, it even works on mobile devices. Though the Audacity UI, which already carries the sort of baggage you’d expect from a program that’s more than 20 years old, is hardly suited to a touch screen. Continue reading “Audacity Runs Surprisingly Well In Your Browser”

Hackaday Superconference 2023: First Round Of Speakers Announced!

Hackaday Supercon 2023 is almost upon us, and looking over the roster of fantastic talks gets us in the mood already.  We hope that it has the same effect on you too.

Supercon is the Ultimate Hardware Conference and you need to be there! We’ll announce the rest of the speakers, the workshops, and give you a peek at the badge over the next couple weeks. Supercon will sell out so get your tickets now before it’s too late. And stay tuned for the next round of reveals on Tuesday! Continue reading “Hackaday Superconference 2023: First Round Of Speakers Announced!”

Spuds Lend A Hand In The Darkroom

If film photography’s your thing, the chances are you may have developed a roll or two yourself, and if you’ve read around on the subject it’s likely you’ll have read about using coffee, beer, or vegetable extracts as developer. There’s a new one to us though, from [cm.kelsall], who has put the tater in the darkroom, by making a working developer with potatoes as the active ingredient.

The recipe follows a fairly standard one, with the plant extract joined by some washing soda and vitamin C. The spuds are liquidised and something of a watery smoothie produced, which is filtered and diluted for the final product. It’s evidently not the strongest of developers though, because at 20 Celcius it’s left for two hours to gain an acceptable result.

The chemistry behind these developers usually comes from naturally occurring phenols in the plant, with the effectiveness varying with their concentration. They’re supposed to be better for the environment than synthetic developers, but sadly those credentails are let down somewhat by there not being a similar green replacement for the fixer, and the matter of a load of silver ions in the resulting solutions. Still, it’s interesting to know that spuds could be used this way, and it’s something we might even try ourselves one day.

We’ve even had a look at the coffee process before.

2023 Halloween Hackfest: Flickering Pumpkin Pin Is Solidly Built

Now first of all, [Steph] grants that you can already take your pick of several LED pumpkin badges out there on IO. That’s not the point. The point is that this flickering pumpkin pin is nicely-built as well as being open source.

Even though it’s fully featured — it flickers, it’s wearable, and it’s lightweight — the build couldn’t be more simple. It’s fancy through-hole LEDs and a coin cell holder, plus a tack pin to stick it through your shirt. But the final result is quite elegant thanks to clever use of PCB layering.

The first version was to get all the layers right to let the light through and embellish the jack-o-lantern’s lines with manufacturer-applied silver solder, but as [Steph] points out, it looked ‘like something a disturbed child might carve into their desk in detention’. So [Steph] enlisted [Mx. Jack Nelson], who improved the artwork.

Pretty much every component does double duty here, including the tack pin — it serves as a switch because it can hold the battery in place. The battery’s edges reflect the glowing light quite nicely around the edge of the pin. And the LEDs beneath the battery prevent it from slipping out. You can see how it goes together in the video after the break.

Continue reading “2023 Halloween Hackfest: Flickering Pumpkin Pin Is Solidly Built”

LittleFS: The Emphasis Is On Little

It used to be that developing for microcontrollers was relatively relaxing. These days, even a cheap micro like the Raspberry Pi Pico has multiple cores, networking (for the W, at least), and file systems. Just like desktop computers. Sort of. I found out about the “sort of” part a few weeks ago when I decided to embark on a little historical project. I wanted a file system with a large file that emulates a disk drive. The Pico supports LittleFS, and I figured that would be the easy thing to do. Turns out the Little in LittleFS might be more literal than you think. On the plus side, I did manage to get things working, but it took a… well — dare I say hack? — to make it all work.

History

I’m an unabashed fan of the RCA 1802 CPU, which is, of course, distinctly retro. The problem is, I keep losing my old computers to moves, natural disasters, and whatnot. I’ve had several machines over the years, but they seem to be a favorite target of Murphy’s law for me. I do currently have a small piece of hardware called an Elf Membership Card (by [Lee Hart]), but it lacks fancy features like disk drives, and while it could be expanded, there’s something charming about its current small size. So that led me to repurpose a 6502 emulator for the KIM-1 to act like an 1802 instead. This is even less capable than the membership card, so it was sort of a toy. But I always thought I should upgrade the Arduino inside the emulator to a processor with more memory, and that’s what I did.

I started out with a Blackpill STM32F board and called the project 1802Black. The code is a little messy since it started out as [Oscar’s] KimUNO code, and then my updates layered with new updates. Also, for now, I shut off the hardware parts so it won’t use the KimUNO hardware — you only need a Blackpill (or a Pico, see below) and nothing else, although I may reenable the hardware integration later.

It wasn’t that hard to get it running with just more memory. Still, I wanted to run [Mike Riley’s] Elf/OS operating system and I also had a pair of Raspberry Pi Picos mocking me for not using them in a project yet. The chip has excellent Arduino board support. But what sealed the deal was noticing that you can partition the Pico’s flash drive to use some of it for your program and the rest for a file system. You can get other RP2040 dev boards with 16 MB of flash, which would let me have a nearly 15 MB “hard drive,” which would have been huge in the 1802’s day. Sounds simple. If it were, though, we wouldn’t be talking.

Continue reading “LittleFS: The Emphasis Is On Little”