2022 Cyberdeck Contest: Prototype Cyberdeck Is Anything But Questionable

We see many projects here at Hackaday, about which their creators are unreasonably modest. We like a good cyberdeck, and we think [betaraybiff] is one of those creators from their project description for a Prototype Cyberdeck of Questionable Practical Use. It may be a prototype, but we think it could be quite a practical computer.

At its heart is the ubiquitous Raspberry Pi 4 paired with a PiSugar power supply and a minimalist mechanical keyboard. The case is the interesting part, because it’s well-designed to be 3D printed in sections with the HDMI display hinging up from above the keyboard. The Pi is open and visible on top of the deck, but this could easily be covered with another printed piece if desired.

So we disagree on the practicality, given a train journey and this cyberdeck we think we could easily crack out a Hackaday article or two. Never undersell your creations, like this one they’re almost certainly better than you think.

If you’d like to see more of the 2022 Cyberdeck Contest, take a look at the best of the best.

Robots Are Folding Laundry, But They Suck At It

Robots are used in all sorts of industries on a wide variety of tasks. Typically, it’s because they’re far faster, more accurate, and more capable than we are. Expert humans could not compete with the consistent, speedy output of a robotic welder on an automotive production line, nor could they as delicately coat the chocolate on the back of a KitKat.

However, there are some tasks in which humans still have the edge. Those include driving, witty repartee, and yes, folding laundry. That’s not to say the robots aren’t trying, though, so let’s take a look at the state of the art.

Continue reading “Robots Are Folding Laundry, But They Suck At It”

A baguette sits diagonally across a wooden cutting board. Above it sits an Arduino and an electronics breadboard.

Theremin Baguette Brings New Meaning To Breadboarding

Theremins are a bit of an odd instrument to begin with, but [AphexHenry] decided to put one where no theremin has gone before: into a baguette.

The “baguetophone” is a theremin and piezo-percussion instrument inside a hollowed-out baguette. Starting with a DIY theremin tutorial from Academy of Media Arts Cologne, [AphexHenry] added some spice with a piezo pickup inside the baguette to function as a percussion instrument. One noted downside of squeezing the instrument into such an unusual enclosure is that the antenna doesn’t respond as well as it might with a more conventional arrangement. Outputs from the piezo and antenna are run through Max/MSP on a computer to turn the bread into a MIDI controller. Like many DIY theremins, it appears that this build neglects the volume antenna, but there’s no reason you couldn’t add one. Maybe disguised as a piece of cheese?

Outside smuggling an instrument into a French café for a flash mob performance, this could also prove handy if you’re someone who gets hungry while playing music. We don’t recommend snacking on the Arduino even if it is ROHS compliant though.

If you want to learn more about how theremins work, check out Theremin in Detail. After that, you might want to browse all of our theremin articles or look at this project where they used a 555 instead.

Continue reading “Theremin Baguette Brings New Meaning To Breadboarding”

2022 Hackaday Supercon: Joe [Kingpin] Grand Keynote And Workshops Galore

It’s our great pleasure to announce that Joe [Kingpin] Grand is going to be our keynote speaker at the 2022 Supercon!

If you don’t know Joe, he’s a hacker’s hacker. He’s behind the earliest DEFCON electronic badges, to which we can trace our modern #badgelife creative culture. He was at the l0pht when it became the most publicly visible hackerspace in the USA, at the dawn of what we now think of as cybersecurity. And moreover, he’s a tireless teacher of the art of hardware hacking.

Joe’s talk at DEFCON 22 about reverse engineering PCBs on a hacker budget is on our top-10 must watch playlist, and his JTAGulator debug-port enumeration device has been present at the start of countless hacking sessions. But again, it’s his enthusiasm for creating, his inspiring “what if I poke at this thing this way?” attitude, and overwhelming hacker spirit that make Joe a long-overdue speaker at Supercon! Continue reading “2022 Hackaday Supercon: Joe [Kingpin] Grand Keynote And Workshops Galore”

Mastercard’s New Card: Safer From Quantum Attacks?

Quantum computers present a unique threat to many aspects of modern information technology. In particular, many cryptographic systems could be at risk of compromise in the event a malicious actor came into possession of a capable quantum computer.

Mastercard is intending to stay ahead of the game in this regard. It has launched a new contactless credit card that it says is impervious to certain types of quantum attack.

Continue reading “Mastercard’s New Card: Safer From Quantum Attacks?”

Scripting Coils For PCB Motors

PCB inductors are a subject that has appeared here at Hackaday many times, perhaps most notably in the electromagnetic exploits of [Carl Bugeja]. But there is still much to be learned in the creation of the inductors themselves, and [atomic14] has recently been investigating their automatic creation through scripting.

A simple spiral trace is easy enough to create, but when for example creating a circular array of coils for an electric motor there’s a need for more complex shapes. Drawing a trapezoidal spiral is a surprisingly difficult task for a script, and we’re treated to a variety of algorithms in the path to achieving a usable design.

Having perfected the algorithm, how to bring it into KiCAD?  The PCB CAD package has its own Python environment built-in, but it’s not the most flexible in which to develop. The solution is to write a simple JSON interpreter in KiCAD, and leave the spiral generation to an external script that passes a JSON. This also leaves the possibility of using the same code in other PCB packages.

You can watch the whole video below the break. Meanwhile for more PCB electromagnetics, watch [Carl Bugeja]’s 2019 Supercon interview.

Continue reading “Scripting Coils For PCB Motors”

One Of The Worst Keyboards Ever, Now An Arduino Peripheral

For British kids of a certain age, their first experience of a computer was very likely to have been in front of a Sinclair ZX81. The lesser-known predecessor to the wildly-successful ZX Spectrum, it came in at under £100 and sported a Z80 processor and a whopping 1k of memory. In the long tradition of Sinclair products it had a few compromises to achieve that price point, the most obvious of which was a 40-key membrane keyboard. Those who learned to code on its frustrating lack of tactile feedback may be surprised to see an Arduino project presenting it as the perfect way to easily hook up a keyboard to an Arduino.

Like many retrocomputing parts, the ZX81 ‘board has been re-manufactured, to the joy of many a Sinclair enthusiast. It’s thus readily available and relatively cheap (we think they can be found for less than the stated 20 euros!), so surprisingly it’s a reasonable choice for an Arduino project. The task of trying to define by touch the imperceptible difference in thickness of a ZX81 key will bring a true retrocomputing experience to a new generation. Perhaps if it can be done on an Mbed then someone might even make a ZX81 emulator on the Arduino.

We’re great fans of the ZX81 here at Hackaday, for some of us it was that first computer. Long may it continue to delight its fans!