The State Of The SBC Interface Ecosystem, Is It Time To Design A Standard?

We are spoiled for choice when it comes to single board computers, whether they be based around a microcontroller or a more capable SoC capable of running an operating system such as GNU/Linux. They can be had from well-established brands such as Arduino, Adafruit, or Raspberry Pi, or from a Wild West of cheaper Far Eastern modules carrying a plethora of different architectures.

Everyone has their own favourite among them, and along with that comes an ecosystem of operating systems and software development environments. There’s another aspect to these boards which has evolved; certain among them have become de facto interface connector standards for hardware peripherals. Do these standards make any sense? Let’s talk about that.

Continue reading “The State Of The SBC Interface Ecosystem, Is It Time To Design A Standard?”

East Coast RepRap Festival Returns This Weekend

After laying low during the height of the pandemic, the East Coast RepRap Festival (ERRF) is just days away from making its triumphant return to Bel Air, Maryland. This two-day celebration of all things extruded is packed with talks, exhibits, and demonstrations that you won’t want to miss if you’ve got even a passing interest in 3D printing. You can purchase advance tickets now — adult admission for both days (Oct 8 & 9) will set you back just $10 USD, while anyone under 17 gets in for free.

ERRF 22 will honor Sanjay Mortimer with a bust printed by the community.

When we visited in 2019, ERRF was only in its second year, but it was already obvious that it was becoming a major event in the 3D printing world. The schedule included talks from 3D printing luminaries such as Adrian Bowyer, Josef Průša was on hand to personally unveil the Prusa Mini, and it seemed everyone who ever squirted out a bit of hot plastic on YouTube was there to stream live from the show floor. But then COVID-19 came around and jammed the extruder, as it were.

We’re glad to see that an event as young as ERRF managed to weather the pandemic and return to an in-person show. There was naturally a risk of loosing momentum, especially as the organizers opted not to go the virtual route these last two years — but with palpable online buzz about the event and a stacked lineup of speakers, vendors, and exhibitors, it seems like even a global pandemic couldn’t hold these hackers and makers down for long.

If you make the trip to Maryland this weekend and happen to run into a roving Hackaday writer, there just might be some special edition swag in it for you. But for those who can’t make it to ERRF in person, don’t worry. As always, we’ll make sure to bring you plenty of pictures and details from the show.

Custom Macro Pad Helps Deliver Winning Formulas

For those of us with science and engineering backgrounds, opening the character map or memorizing the Unicode shortcuts for various symbols is a tedious but familiar part of writing reports or presentations. [Magne Lauritzen] thought there had to be a better way and developed the Mathboard.

With more than 80 “of the most commonly used mathematical operators” and the entire Greek alphabet, the Mathboard could prove very useful to a wide number of disciplines. Hardware-wise, the Mathboard is a 4×4 macro pad, but the special sauce is in the key set implementation firmware. While the most straightforward approach would be to pick 16 or 32 symbols for the board, [Magne] felt that didn’t do the wide range of Unicode symbols justice. By implementing a system of columns and layers, he was able to get 6+ symbols per key, giving a much greater breadth of symbols than just 16 keys and a shift layer. The symbols with a dot next to them unlock variants of that symbol by double or triple-tapping the key. For instance, a lower or capital case of a Greek letter.

The Mathboard currently works in Microsoft Office’s equation editor and as a plain-text Unicode board. [Magne] is currently working on LaTeX support and hopes to add Open Office support in the future. This device was an honorable mention in our Odd Inputs and Peculiar Peripherals Contest. If you’d like to see another interesting math-themed board, check out the one on the MCM/70 from 1974.

You Can’t Be Too Rich Or Too Thin — A 2mm Thick Computer

We’ve seen credit card-sized computers before, but [Kn/vD] shows us a PIC18-based computer with 9 components that is only 2 mm thick! With 13 K of RAM and 128 K of flash, you can’t do much with it, but a built-in BASIC interpreter can use half the flash like a disk drive and operate with the 20×4 LCD display and the PCB touch-panel keyboard.

The whole thing only has eleven parts, but that’s only because it needed ancillary components like decoupling capacitors and the battery along with a physical reset switch. All the real functions are in the CPU and the LCD display. The schematic is online, but we didn’t see the files for the PCB or the interpreter yet, but it sounds like they are forthcoming. Meanwhile, we wonder if anyone is up to the challenge of going even thinner.

[Kn/Vd] loves small computers. There are plans for a few other versions of the board with AVR and PIC24 processors. The last time we saw a tiny module from [Kn/vD] it ran C. If you check out other Hackaday.io projects on the account, there are several tiny computers there. If you want a business card that can run Linux, you might need to go a little bit thicker.

Front of PCB for "SMT Garden" with glowing LEDs

Surface Mount Soldering Practice For Budding Electrical Engineers

Electronics components are steadily moving away from through hole parts to using surface mount technology (SMT) exclusively. While the small size of the SMT components can be intimidating, with a little practice, soldering can come pretty naturally. To help folks get over their fear of soldering small parts, [Alpenglow Industries] have created a charming board to practice SMT soldering skills on.

Back of "SMT Garden" PCB with only the 555 timer chips and inverter chip populated

[Alpenglow Industries] board, called the “SMT Garden”, combines a variety of SMT sizes ranging from 0402 to 1206 with beautiful PCB artwork to highlight the variety of LEDs on board. [Alpenglow Industries] provides detailed instructions on the various aspects of SMT soldering including what the terminology is and providing various techniques to help in soldering. The boards have practice “stalks” of surface mount component pads, so that folks can practice on columns of similarly sized SMT components to perfect their technique. The training stalks themselves aren’t functional but are there to provide practice for when folks feel comfortable soldering the LEDs, 555 timer and inverter chips to make the board functional.

[Alpenglow Industries] have provided all the KiCAD project files, gerbers and schematics available online. SMT soldering is more accessible than ever and when you can even use your phone as a microscope, it’s a good excuse to try it out, if you haven’t already.

An 8-bit ISA card being plugged into a motherboard

Reverse-Engineering An ISA Card To Revive An Ancient CD-ROM Drive

Being an early adopter is great if you enjoy showing off new gadgets to your friends. But any new technology also brings the risk of ending up at the wrong side of a format war: just ask anyone who committed to HD-DVD fifteen years ago. If, on the other hand, you were among the few who invested in CD-ROM when it was first released in the mid-1980s, you definitely made the right choice when it came to storage media. However, it was a bit of a different story for the interface that hooks up the CD drive to your computer, as [Tech Tangents] found out when he managed to get his hands on a first-generation CM100 drive. (Video, embedded below.)

That wonderful piece of 1985 technology is not much smaller than the IBM PC it was designed to connect to, and it originally came with its own CM153 ISA interface card. But while most eBay sellers recognized the historic value of a pioneering CD-ROM drive, the accompanying PC was typically a dime-a-dozen model and was thrown out with the rare interface card still inside. Even after searching high and low for over a year, the only information [Tech Tangents] could find about the card was a nine year old YouTube video that showed what the thing looked like.

A 3D rendered image of an 8-bit ISA cardLuckily, the maker of that video was willing to take high-resolution pictures of the card, which allowed [Tech Tangents] to figure out how it worked. As it turned out, the card was entirely made from standard 7400 series logic chips as well as an 8251 USART, which meant that it should be possible to design a replacement simply by following all the traces on the board. [Tech Tangents] set to work, and after a few weeks of reverse-engineering he had a complete schematic and layout ready in KiCAD.

After the PCBs were manufactured and populated with components, it was time to test the new card with the old drive. This wasn’t a simple process either: as anyone who’s tried to get obscure hardware to work in MS-DOS will tell you, it involves countless hours of trying different driver versions and setting poorly documented switches in CONFIG.SYS. Eventually however, the driver loaded correctly and the ancient CD-ROM drive duly transferred the files stored on a Wolfenstein 3D disk.

If you’re lucky enough to own a CM100 or a similar drive from that era, you’ll be happy to know that all design files for the CM153 clone are available on GitHub. This isn’t the first time someone has had to re-create an interface board from pictures alone: we’ve seen a similar project involving a SCSI card for a synthesizer. Thanks for the tip, [hackbyte]!

Continue reading “Reverse-Engineering An ISA Card To Revive An Ancient CD-ROM Drive”

Home Brew Sandblaster Is A Junk Bin Delight

Opinions vary as to what actually constitutes a “complete” shop, but one thing is for sure: the more tools, the better. That doesn’t mean running out to buy a tool every time you have a need, of course. Sometimes you can throw together what you need from scrap, as with this ad hoc sandblaster. (Video, embedded below.)

Fans of junk builds — and we mean that with the highest respect — will want to pay special attention to [GARAGEUA]’s video below. It looks like pretty much everything he uses to make this sandblaster comes from the junk pile — bits of old plumbing fixtures, a blow gun that’s seen much better days, some old nuts and bolts, and even a deceased spark plug all make an appearance. That last one is perhaps the most interesting, since with some clever dissection the spark plug’s body and its ceramic insulator were used for the nozzle of the sandblaster. And best of all, no lathe was needed for this job — everything was done with a hand drill and an angle grinder. Check out the build details in the video below; you might pick up some useful tips.

We’ve featured even junkier sandblaster builds before, but this one is a clever way to save a few bucks and flex a bit on your mechanical ingenuity. If you need a sandblaster and it’s something you’re going to use again and again, by all means go out and buy one — we won’t judge. But rolling your own is cool too.

Continue reading “Home Brew Sandblaster Is A Junk Bin Delight”