Sherbet Custom Game Pad Is Smooth And Sweet

When [Billiam]’s beloved Logitech G13 game pad went to that great spectate room in the sky, he decided to pay homage by designing a custom, more ergonomic replacement from the desk up. Grab a spoon and dig into the story of [Billiam]’s journey toward Sherbet, because it’s a sweet ride.

Here’s the scoop: like a lot of DIY game pads and keyboards, Sherbet is based on the Teensy. We often see the micro USB coming straight off the Teensy, especially in clear acrylic builds, but [Billiam] added a USB breakout board so there’s no direct stress on the Teensy itself.

One of [Billiam]’s design challenges comes from the game pad placement — he has a tall desk and uses a keyboard tray, so it has to fit the space and leave enough room for his hand. Fortunately, there are low-profile mechanical switches out there, although the keycap options are strongly limited. We love that [Billiam] embedded a tiny ceramic bearing into one of them to use as a homing bump, because that’s a great idea.

If you want to take a crack at this project, [Billiam] has all the goodies laid out. [Billiam] wanted to use QMK firmware, but they didn’t have joystick support yet, so he’s got an Arduino sketch running in the meantime.

We love a good custom game pad around here, especially if they can reprogram themselves.

Watch Your Life Tick Away With This Lifetime Countdown Clock

Good news, everyone! Now you can have an ongoing existential crisis, every second of your ever-dwindling life with this personal life countdown timer.

Why would anyone want to be confronted by a count of the number of seconds left until you’ve made 80 trips around the sun? We can think of plenty of reasons not to, but creator [Jia Xun Chai] thought it would be somehow motivating to see the seconds tick irretrievably by while going about his life. Thus the idea for “Lifeclocc” came to be, with its ten seven-segment displays and Teensy to tally up and display the number of seconds left in a nominal 80-year life. A DS3231 RTC module keeps it on track between power-offs. It’s not clear what happens when you hit your 80th birthday; we assume it rolls over and starts counting up as you start playing in the bonus round. No word either on what happens should you croak with time left on the clock. Answer these questions and many more by building one yourself, or you can just wait for the Kickstarter.

It took [Jia Xun] three years to develop Lifeclocc, during which time his personal life clock decreased by 94,608,000 seconds. We will say that the finished product, with its matte-finish PCB, makes a handsome timepiece. Circuit sculptor [Mohit Bhoite] took a less-angsty stab at a similar clock, the cute appearance of which is no doubt intended to blunt the pain of impending doom.

Altair 8800 Again Project

[Dirk] posted a video (you can see below) titled, “Mystery Retro Project Start.” That turned out to be the first of a multipart series on his Altair 8800 Again simulator. The front panel appears to be laser cut and in some future video episodes, we expect to see him simulate the CPU with a Teensy.

There have been plenty of 8800 clones ranging from projects that recreate the original PCBs, to those that just run a Raspberry Pi inside. The middle ground will use an Arduino or some other small CPU to simulate the 8080 CPU.

Continue reading “Altair 8800 Again Project”

Tracking Wasted Time With A Ferrofluid Clock

We know this project is supposed to be about developing a fine-looking ferrofluid clock, and not about the value of procrastination. But after watching the video below, see if you don’t think that procrastination has taken these two students further than expected.

We first ran into [Simen] and [Amund] several months ago when they launched their ferrofluid project in a fit of “There’s got to be more to life than studying.” It seemed then that building a good-looking, functional ferrofluid display would be a temporary distraction, but the problems posed proved to be far deeper and thornier than either of the electrical engineering students expected. The idea is simple: contain a magnetic fluid between two transparent panels and create pixels using an array of electromagnets to move dots of the fluid around. The implementation, however, was another matter, with the ferrofluid itself proved to be the biggest obstacle. All the formulas they tried seemed to coagulate or degrade over time and tended to stain the glass. While the degradation was never fully sorted, they managed to work around the staining by careful cleaning of the glass and using a saturated brine solution to fill the container.

Backed by 252 electromagnets and drivers on ten custom PCBs, the video below shows the (mostly) finished panel in action as a clock. We’re impressed by the smoothness of the movements of each pixel, even if there’s a bit of drooping at the bottom thanks to gravity. As for the future of the project, that’s unclear since [Simen] is headed off for a NASA internship. We’re not sure if that was despite or because of this procrastination-driven project, but we congratulate him either way and look forward to hearing more from both of them in the future.

Continue reading “Tracking Wasted Time With A Ferrofluid Clock”

SiCK Mechanical Keyboard Is 3D Printed

We’ve noticed a rash of builds of [ FedorSosnin’s] do-it-yourself 3D-printed mechanical keyboard, SiCK-68 lately. The cost is pretty low — SiCK stands for Super, Inexpensive, Cheap, Keyboard. According to the bill of materials, the original cost about $50. Of course, that doesn’t include the cost of the 3D printer and soldering gear, but who doesn’t have all that already?

The brains behind this is a Teensy that scans the hand-wired key matrix. So the only electronics here are the switches, each with a companion diode, and the Teensy. The EasyAVR software does all the logical work both as firmware and a configuration GUI.

If you look at the many different builds, each has its own character. Yet they look overwhelmingly professional — like something you might buy at a store. This is the kind of project that would have been extremely difficult to pull off a decade ago. You could build the keyboard, of course, but making it look like a finished product was beyond most of us unless we were willing to make enough copies to justify having special tooling made to mold the cases.

PCBs are cheap now and we might be tempted to use one here. There are quite a few methods for using a 3D printer to create a board, so that would be another option. The hand wiring seems like it would be a drag, although manageable. If you need wiring inspiration, we can help.

For ultimate geek cred, combine this with Ploopy.

Adding Sensors To Improve Your Curling Game? Turns Out It’s Really Hard

Sometimes, a project turns out to be harder than expected at every turn and the plug gets pulled. That was the case with [Chris Fenton]’s efforts to gain insight into his curling game by adding sensors to monitor the movement of curling stones as well as the broom action. Luckily, [Chris] documented his efforts and provided us all with an opportunity to learn. After all, failure is (or should be) an excellent source of learning.

The first piece of hardware was intended to log curling stone motion and use it as a way to measure the performance of the sweepers. [Chris] wanted to stick a simple sensor brick made from a Teensy 3.0 and IMU to a stone and log all the motion-related data. The concept is straightforward, but in practice it wasn’t nearly as simple. The gyro, which measures angular velocity, did a good job of keeping track of the stone’s spin but the accelerometer was a different story. An accelerometer measures how much something is speeding up or slowing down, but it simply wasn’t able to properly sense the gentle and gradual changes in speed that the stone underwent as the ice ahead of it was swept or not swept. In theory a good idea, but in practice it ended up being the wrong tool for the job.

The other approach [Chris] attempted was to make a curling broom with a handle that lit up differently based on how hard one was sweeping. It wasn’t hard to put an LED strip on a broom and light it up based on a load sensor reading, but what ended up sinking this project was the need to do it in a way that didn’t interfere with the broom’s primary function and purpose. Even a mediocre curler applies extremely high forces to a broom when sweeping in a curling game, so not only do the electronics need to be extremely rugged, but the broom’s shaft needs to be able to withstand considerable force. The ideal shaft would be a clear and hollow plastic holding an LED strip with an attachment for the load sensor, but no plastic was up to the task. [Chris] made an aluminum-reinforced shaft, but even that only barely worked.

We’re glad [Chris] shared his findings, and he said the project deserves a more detailed report. We’re looking forward to that, because failure is a great teacher, and we’ve celebrated its learning potential time and again.

Turntable Spins Color And Sound Together

If you can’t grow your own synesthesia, buying electronics to do it for you is fine. Such is the case with the CHROMATIC by [Xavier Gazon], an artist who turns all kinds of electronics into circuit-bent musical art pieces. His project turns an old Philips Music 5120 turntable into a colorful MIDI sequencer, inspired by older 20th century instruments such as the Optophonic Piano and the Luminaphone.

The CHROMATIC uses colored pucks placed on a converted turntable to perform a looping sequence of chords in a given musical scale, generating MIDI data as output. Where its inspirations used primitive optics as their medium, this project employs a Teensy microcontroller and two modern optical sensors to do the work. One of these is a simple infrared sensor which tracks a white spot on the edge of the turntable, generating a MIDI clock signal to keep everything quantized and in sync. The other is a color sensor mounted on the tone arm, which can tell what color it sees and the height of the arm from the turntable.

While the instrument is still in beta testing phase details on how notes are generated aren’t yet given, though the general idea is that they are dictated by the color the tone arm sees and its position above the platter. Moving the tone arm changes which pucks it tracks, and the speed of the turntable can also be adjusted, changing how the melody sounds.​

The CHROMATIC is a very interesting project, but it’s not the first optical-based turntable hack we’ve seen here. We’ve also seen a much weirder use for a color sensor, too. Check out the video of this one in action after the break.

Continue reading “Turntable Spins Color And Sound Together”