Ancient Instrument Goes Digital: The Digi-Gurdy

The hurdy-gurdy is a fascinating string instrument dating from sometime around the 10th century. There is an active community of modern enthusiasts, but one can’t simply walk into a music shop and buy one. That’s where [XenonJohn] and the Digi-Gurdy come in, bringing some nice features while maintaining all the important elements of the original.

The mechanical keys and crank of the Hurdy-Gurdy are preserved in this modern digital incarnation.

The hurdy-gurdy works by droning strings with a rotating wheel, and the player applies pressure to those strings via keys to play combinations of notes. Here’s a video demonstrating what it sounds like to play one, and one can see a conceptual resemblance to bagpipes, among other things.

The Digi-Gurdy is a modern electronic version that maintains the mechanical elements while sending MIDI signals over USB. It has options for line-out or headphone output. A thriving online community has shaped its development since its inception years ago.

We hope this leaves you wanting to know more because [XenonJohn] has loads of details to share. The main website at digigurdy.com is jam-packed with information about this instrument and its construction, and the project page on Hackaday.io has more nitty-gritty design details and source files for those who crave hardware specifics.

If [XenonJohn]’s name sounds familiar, it’s because we’ve admired his work on DIY self-balancing vehicles over the years. He also submitted an earlier version as an entry into the Hackaday Prize. His careful attention to detail shines through. Check out the two videos (embedded just below the page break): the first demonstrates the Digi-Gurdy, and the second shows off the construction and insides. You’d think a MIDI hurdy-gurdy would be unique, but, actually, we’ve seen more than one.

Continue reading “Ancient Instrument Goes Digital: The Digi-Gurdy”

A portable digital radio transceiver in a 3d printed case

RNODE: A Portable Unrestricted Digital Radio

RNode is an open source, unrestricted digital radio transceiver based on — but not limited to — the Reticulum cryptographic networking stack. It is another interesting project in what we might call the “Federated application” space in that it is intended to be used with no central controlling body. It can be used in a LAN or WAN context with the Reticulum network when operating in network adaptor mode, but it also has other use cases.

Essentially, RNode is a software project running on a LilyGO LoRa32 board wrapped up in a snazzy-looking 3D-printed case. Just make sure to grab a version of the board with an u.FL connector in place or somewhere to solder one. If it comes with an SMA connector, you will want to remove that. The device can be standalone, perhaps attached to a mobile device via Wi-Fi, but it needs to be hooked up to a laptop for the really interesting applications. When set to TNC mode, it can act as an APRS gateway, which allows you to access packet radio BBSs and all that fun stuff.

Continue reading “RNODE: A Portable Unrestricted Digital Radio”

Thrift Store CD Rack Turns Into Small Parts Storage Playground

What in the world could an accessory for an obsolete audio medium possibly have to do with keeping all your unruly bits and pieces in order? First of all, we’re not sure the CD is quite dead yet; we’ve got about a thousand of them packed away somewhere, and we’re pretty sure they’ll be back in style again one of these days. Until then, though, the lowly CD rack might be just what you need to get your shop under control.

As [Chris Borge] relates the story, he stumbled over this CD rack at a thrift sale and quickly realized its potential. All it took was some quick design work and a bit of 3D printing. Okay, a lot of 3D printing, including some large, flat expanses for the drawer bottoms, which can be a problem to print reliably. His solution was simple but clever: pause the print and insert a piece of stiff card stock to act as the drawer bottom before continuing to print the sides. This worked well but presented an adhesion problem later when he tried to print some drawer dividers, so those were printed as a separate job and inserted later.

Sadly, [Chris] notes that the CD format is not quite Gridfinity compatible, but that’s not a deal breaker. He also doesn’t provide any build files, but none are really necessary. Once you’ve got the basic footprint, what you do with your drawers is largely dependent on what you’ve got to store. The video below has a lot of ideas for what’s possible, but honestly, we’re looking at all those little parts assortment kits from Bojack and Hilitchi piled up in a drawer and just dreaming about the possibilities here. Add a voice-activated, LED inventory locator, and you’d really have something. Off to the thrift store!

Continue reading “Thrift Store CD Rack Turns Into Small Parts Storage Playground”

Shôtarô Kaneda’s Motorcycle, For Real

For fans of the iconic anime Akira, there’s only one way to traverse the mean streets of post-apocalyptic neo-Tokyo, and that’s the futuristic mount of motorcycle gang leader Shôtarô Kaneda. It’s a low-down feet-forward machine with, we’re told, “Ceramic double-rotor two-wheel drive,” which we’re guessing is some kind of hybrid electric drive with what sounds like a gas-turbine motor. Over the years, there have been a few different attempts to create a real version of Kaneda’s bike, and we’re pleased to see the latest from ヲタ工房「ポンちゃンネル」(Ota Kobo “Ponchanner”). It uses a twin-cylinder Kawasaki motor in an entirely custom-made frame, with dual single-sided swingarms front and rear and hub-centre steering.

The full build in the video below the break is pretty long but well worth a watch, and it includes a lot of very highly skilled metalwork. It’s an interesting choice not to attempt to make a direct replica of Kaneda’s bike. Still, we think some of the differences are dictated by this being very much a roadworthy and everyday-rideable machine.

Continue reading “Shôtarô Kaneda’s Motorcycle, For Real”

Hackaday Links Column Banner

Hackaday Links: March 17, 2024

A friend of ours once described computers as “high-speed idiots.” It was true in the 80s, and it appears that even with the recent explosion in AI, all computers have managed to do is become faster. Proof of that can be found in a story about using ASCII art to trick a chatbot into giving away the store. As anyone who has played with ChatGPT or its moral equivalent for more than five minutes has learned, there are certain boundary conditions that the LLM’s creators lawyers have put in place to prevent discussion surrounding sensitive topics. Ask a chatbot to deliver specific instructions on building a nuclear bomb, for instance, and you’ll be rebuffed. Same with asking for help counterfeiting currency, and wisely so. But, by minimally obfuscating your question by rendering the word “COUNTERFEIT” in ASCII art and asking the chatbot to first decode the word, you can slip the verboten word into a how-to question and get pretty explicit instructions. Yes, you have to give painfully detailed instructions on parsing the ASCII art characters, but that’s a small price to pay for forbidden knowledge that you could easily find out yourself by other means.

Continue reading “Hackaday Links: March 17, 2024”

RP2040 Boot Loader Is A Worm

[Hunter Adams] has written a secondary bootloader for the RP2040 that uses an IR link and can be extended to behave like a polite worm virus. This allows the easy updating of a large cluster of co-located RP2040-based controllers. This could be handy in applications like swarm robotics or virtual cattle fencing. The project he demonstrates in the two videos ( below the break ) uses a pair of IR transmitters/receivers. But he purposely wrote the boot loader to be independent of the serial link, which could be infrared, radio, audio, or just wires.

Not only did [Hunter] make a boot loader, but he documented the entire boot process of the RP2040 chip. Whether or not you need a secondary bootloader, this is an excellent resource for understanding how the RP2040 responds to power cycling and resets. The boot loader code is available at his GitHub repository.

You may recall that [Hunter] is the lecturer of Cornell University’s Designing with Microcontroller classes, whom we’ve mentioned before. We’ve also covered some of his students’ projects as well, like these air drums and this CoreXY pen plotter.

Continue reading “RP2040 Boot Loader Is A Worm”

Simple NTP Clock Uses Custom RGB 7-Segment Displays

A great majority of hackers build a clock at some point. It’s a great way to get familiar with electronics and (often) microcontrollers, and you get to express some creativity along the way. Plus, you get something useful when you’re done! [Tadas Ustinavičius] recently trod this well-worn path and built a neat little NTP clock of their own.

The build uses an ESP 12F as the core of the operation. It’s charged with querying an NTP time server via its WiFi connection in order to maintain accurate timekeeping around the clock. For display, it drives a series of custom 7-segment displays that [Tadas] built using 3D-printed housings. They use WS2812B addressable LEDs and thus can display a rainbow of colors.

For initial configuration, the phone creates its own WiFi hotspot with a web interface for changing settings. Once configured, it connects to the Internet over WiFi to query an NTP server at regular intervals.

It’s a simple build that does a simple job well. Projects like these can be very valuable, as they teach you all kinds of useful skills. If you’ve been working on your own clock design, don’t hesitate to let us know. You can use a microcontroller, relays, or even a ball.