Two circuit boards with bright seven segment displays

Retro Stereo SID Synth Looks And Sounds Sensational

Over the years, plenty of work has gone into emulating the Commodore 64 6581 SID chip, but as [SlipperySeal] puts it, nothing beats the real thing. His take on the MIDI SID-based synth not only sounds fantastic, but looks the business.

The 6581 SID arguably blessed the Commodore 64 with some of the best sound capabilities of any home computer in the 8-bit era (make sure to ‘sound off’ in the comments if you disagree). The 6581 was a three-voice analog synth with a dizzying array of settings. This was at a time when most home computers could just about manage a ‘beep’ of varying lengths and frequencies.

When you mix MIDI with the capabilities of the SID, you get something like [SlipperySeal]’s awesome looking synth, known as ‘Monty’. While the road to this point unfortunately resulted in several blown-up SID chips, the sacrifice seems to have paid off.

Realizing the limitations of having ‘just’ three voices, Monty is designed to use two SID chips in parallel, for a total of six voices in pleasing stereo sound. MIDI commands are transferred to the dual SIDs by way of an ATmega1284p microcontroller. The SID is well understood by this point, and [SlipperySeal] goes into great detail explaining the fundamentals of SID programming over on GitHub.

This isn’t the first MIDI synth that is based around the C64 SID chip, but [SlipperySeal] made sure that his stood out from the crowd. The seven-segment display centered on the board makes for a delightfully simple visualizer, an effect that looks even better when running two Monty boards at once, each responding to alternate MIDI channels (check out the video below). Naturally, we’re also fans of projects that include ominous, cryptic keyswitches.

Continue reading “Retro Stereo SID Synth Looks And Sounds Sensational”

A Raspberry Pi next to a small circuit board

An Inexpensive FM Receiver For The Raspberry Pi

At this point, there are no shortage of impressive hacks for the Raspberry Pi. [Dilshan Jayakody] recently documented his experience in designing and building an inexpensive FM Stereo Receiver for the Pi platform, and the results are impressive.

Quite a few FM receiver projects center around the RDA5807 or TEA5767 ICs, however [Dilshan] has used the QN8035 by Quintic Corporation in his build. A handful of discrete components on a pleasing single-sided PCB is all that is needed to interface the QN8035 with the Pi’s I2C bus.

After demonstrating that the FM tuner could be, well, tuned at the command line, [Dilshan] then coded a smart looking GUI application that makes tuning a breeze. The software allows the listener to manually and automatically scan through FM stations, decode program service data, control the volume, and display the RSSI and SNR readings from the tuner.

As we reported earlier, FM radio is on a slow decline into obsolescence. This latest project isn’t aiming to break new ground, however its simplicity and inexpensive components are the perfect combination for beginner hackers and radio enthusiasts alike. More details can be found over on Hackaday.io. The schematic, source code and bill of materials can be found on GitHub.

Continue reading “An Inexpensive FM Receiver For The Raspberry Pi”

A computer green screen image of an IRC message of the day

IRC Server For MS-DOS

The recent flurry of projects based around Internet Relay Chat (IRC) should be a fair indication that the beloved protocol is not going anywhere. Now, thanks to [Mike Chambers], you can add to the IRC ecosystem by hosting your very own MS-DOS based IRC server.

This port of ngIRCd (Next Generation IRC Daemon) has already been spun up on 8088-based PCs running at just 4.77MHz, but you’ll still need at least 640KB of RAM. If your vintage IRC server takes off, you might want to think about dropping in an 10MHz V20 for a bit of a performance boost. Even so, it’s impressive that this server can get up on the 40-year-old IBM 5150, and should absolutely scream on an AT-class system.

The limitations of the 16-bit platform means that SSL and ZLIB are unsupported, and Mike has capped total connections at 50 in his port (however, this limitation can be adjusted by rebuilding from source, should you want to find out how far 640KB of RAM can take you). You’ll also need a few other things to get your server up and running, such as a packet driver for your network card and an mTCP configuration file.

Setting up your own IRC server is arguably a right rite of passage for most hackers and tinkerers, but getting this up and running on a decades-old beige box would make for a fun weekend project. [Mike] has all the juicy details on GitHub, and you can check out a test server running the latest build over at irc.xtulator.com.

Also, don’t forget to visit the #hackaday IRC channel over on irc.libera.chat.

[Thanks Sudos for the hot tip]

Apple II computer on a workbench

Simple Fan Controller Helps Apple II To Beat The Heat

In its day, the Apple II computer didn’t typically require active cooling. However, the increasing scarcity of replacement hardware convinced [Joshua Coleman] to come up with a more robust active cooling solution for his Apple II+, increasing the likelihood that it will keep on crunching numbers for decades to come.

Joshua mentions that he recorded temperatures inside his Apple II+ peaking at 110 Fahrenheit (over 43 Celsius). This isn’t totally unexpected for a fully-loaded Apple II system, and components were built to handle this – the original datasheet for the 6500 microprocessor family reveals that the CPU can handle temperatures as high as 158 Fahrenheit (70 Celsius). Unfortunately, we’re not dealing with brand new components anymore. Decades-old microprocessors don’t necessarily have the same thermal tolerance as they once did. All components will eventually wear out, and heat can certainly accelerate the aging process.

In the interests of maintaining his system, Joshua cobbled together an Arduino-based cooling system for his Apple II+. A temperature/humidity sensor continuously monitors the heat situation inside the case – when things get too toasty, a 12V fan powers up to draw fresh air over the logic board and expansion cards. A simple cooling curve reduces wear on the fan motor and relay.

This is hardly the first active cooling system for the Apple II line – in the 1980s, Kensington produced a popular (if not stupendously ugly) ‘System Saver’ accessory, an external bolt-on fan that kept things running cool. These were often deployed in schools and by power users looking for added reliability when maxing out the Apple II expansion slots, a configuration that could increase temperatures due to the extra power requirements and reduced airflow.

Continue reading “Simple Fan Controller Helps Apple II To Beat The Heat”

A tiny robot with two wheels for sumo tournaments

Pint-sized Sumo Robot Is Adorable, Accessible And Totally Awesome

We’ve seen plenty of impressive robots of all sizes here at Hackaday, but recently we were particularly inspired by [Hans Jørgen Grimstad] and his thrifty mini sumo build.

Using the BBC micro:bit platform as a starting point, Hans seized the opportunity to build a competitive mini sumo bot without breaking the bank. According to his blog, the enchanting little machine uses commonly available parts and cost around $30 when built in 2020 (or $50 according to the more recent video, perhaps taking into account the cost of hardware in these trying times).

The results can be seen in the video below. Some sacrifices were made – Hans admits that the 3.3 V linear regulator gets a little toasty, but the design is kept much simpler by doing away with a switching regulator. The 700 RPM N20 motors are wired directly up to the 6 V battery pack, giving this plucky wrestler plenty of sumo-smashing power.

Hans hopes that the build can lower barriers to entry for new builders in robot tournaments, being something that can easily be put together in a garage or local makerspace for a low, low price. The mini sumo form factor is a great beginner or amateur project, made even easier when makers like Hans put all the nitty-gritty details up on GitHub. This is certainly not the first accessible sumo robotics project that we have covered, and it won’t be the last. We hope we see loads more of these endearing robotic gladiators at future events.

Continue reading “Pint-sized Sumo Robot Is Adorable, Accessible And Totally Awesome”

An Amiga computer at NASA

Retrotechtacular: Amiga Pips The PC For Mission-Critical Computing At NASA

In 1986, a group of NASA engineers faced a difficult choice in solving their data processing woes: continue tolerating the poor performance of PC architecture, or pony up the cash for exotic workstations. It turns out that the Commodore Amiga was an intriguing third choice, except for the fact that, paradoxically, it didn’t cost enough. Oh, and Apple wanted nothing to do with any of it.

Steeped in history, NASA’s Hangar AE is a hub for launch vehicle telemetry and other mission communications, primarily during prelaunch phases for launches at Cape Canaveral. Throughout the late 20th century, Hangar AE supported NASA launch vehicles in all shapes and sizes, from the Atlas-Centaur evolutions to the mighty Titan family. It even supported user data from the Space Shuttle program. Telemetry from these missions was processed at Hangar AE before being sent out to other NASA boffins, and even transmitted worldwide to other participating space agencies.

Coming down from decades of astronomical levels of funding, the 1980s was all about tightening the belt, and NASA needed budget solutions that didn’t skimp on mission safety. The Commodore Amiga turned out to be the right choice for processing launch vehicle telemetry. And so it was still, when cameras from the Amiga Atlanta group were granted permission to film inside Hangar AE.

Continue reading “Retrotechtacular: Amiga Pips The PC For Mission-Critical Computing At NASA”

A rectangle-shaped wristband wearable, worn on a wrist

A Digital White Cane For The Visually Impaired

The white cane (and its many variants) is an everyday carry for many visually impaired people. This low-tech tool allows those afflicted by visual impairment to safely navigate the world around them, and has been ubiquitous in many parts of the world for decades. [Madaeon] has been hard at work going one step further in prototyping an open-source assistive wearable that could help in situations where a cane is not practical, or useful.

The T.O.F Wristband V2 alerts its wearer to nearby obstacles through vibrations, and is able to detect objects up to four meters away. As the wearer veers closer and closer to an obstacle, the vibration increases in frequency. A time-of-flight distance sensor is controlled by a Feather, and the whole system is powered by a small lithium-polymer battery. The prototype consists of just four components plus a 3D printed case and bracelet, which inevitably keeps down costs and complexity.

Version two of this project picks up where version one left off. In that project, [Madaeon] mentioned the possibility of squeezing this project down to the size of a ring. Perhaps with better battery technology, a ring-sized sensor might just be possible one day.

This isn’t the first wearable that has set out to assist the visually impaired. Back in 2019 we covered a laser-augmented glove that attempts something very similar.

By some estimates, nearly one billion people worldwide have some degree of visual impairment. Assistive devices like the T.O.F Wristband V2, and others like it, offer these people the potential for greater independence and an improved standard of living.

Continue reading “A Digital White Cane For The Visually Impaired”