Hackaday Prize Entry: Coffee Machine Grows In Complexity With No Sign Of Stopping

In Star Trek, there is a race of cyborgs with a drive to slowly assimilate all sentient life. Their aesthetic is not far off from the one [Ronald]’s ever expanding coffee machine is taking on. One has to wonder, what dark purpose would bring the Borg into existence? Where did they start? If [Ronald] doesn’t get a satisfying cup of coffee soon, we may find out.

We covered the first iteration of his brewing machine in 2013. We like to imagine that he’s spent many sleepless, heavily caffeinated days and nights since then to arrive at version 2. This version is a mechanical improvement over his original Rube Goldberg contraption. On top of that, it has improved electronics and code, with a color screen reminiscent of industrial control panels.

He’s also working on something called, “AutoBaristaScript(TM),” which attempts to hold the entire universe of pour-over coffee within its clutches. We don’t know when he’ll stop, but when he does finally create that perfect cup, what’s left of the world will breathe easier. They’ll also drink good coffee.

 

Editor’s Note: The Borg do not necessarily want to assimilate all sentient life as an end unto itself. The Kazon were deemed unworthy of assimilation (VOY: Mortal Coil). The Borg are driven towards perfection, accomplished by adding technological and biological distinctiveness to their own.

Pan And Tilt With Dual Controllers

It wasn’t long ago that faced with a controller project, you might shop for something with just the right features and try to minimize the cost. These days, if you are just doing a one-off, it might be just as easy to throw commodity hardware at it. After all, a Raspberry Pi costs less than a nice meal and it is more powerful than a full PC would have been not long ago.

When [Joe Coburn] wanted to make a pan and tilt webcam he didn’t try to find a minimal configuration. He just threw a Raspberry Pi in for interfacing to the Internet and an Arduino in to control two RC servo motors. A zip tie holds the servos together and potentially the web cam, too.

You can see the result in the video below. It is a simple matter to set up the camera with the Pi, send some commands to the Arduino and hook up to the Internet.

Continue reading “Pan And Tilt With Dual Controllers”

High-end Headphones Fixed With High-end CNC Machine

Warranty? We don’t need no stinking warranty! We’re hackers, and if you have access to a multi-million dollar CNC machine and 3D CAM software, you mill your own headphone replacement parts rather than accept a free handout from a manufacturer.

The headphones in question, Grado SR325s, are hand-built, high-end audiophile headphones, but [Huibert van Egmond] found that the gimbal holding the cups to the headband were loosening and falling out. He replicated the design of the original gimbal in CAM, generated the numeric code, and let his enormous Bridgeport milling machine loose on a big block of aluminum. The part was drilled and tapped on a small knee-mill, cut free from the backing material on a lathe, and bead-blasted to remove milling marks. A quick coat of spray paint – we’d have preferred powder coating or anodization – and the part was ready to go back on the headphones.

Sure, it’s overkill, but when you’ve got the tools, why not? And even a DIY CNC router could probably turn out a part like this – a lot slower, to be sure, but it’s still plausible.

Continue reading “High-end Headphones Fixed With High-end CNC Machine”

Tricking Duck Hunt To See A Modern LCD TV As CRT

A must-have peripheral for games consoles of the 1980s and 1990s was the light gun. A lens and photo cell mounted in a gun-like plastic case, the console could calculate where on the screen it was pointing when its trigger was pressed by flashing the screen white and sensing the timing at which the on-screen flying spot triggered the photo cell.

Unfortunately light gun games hail from the era of CRT TVs, they do not work with modern LCDs as my colleague [Will Sweatman] eloquently illustrated late last year. Whereas a CRT displayed the dot on its screen in perfect synchronization with the console output, an LCD captures a whole frame, processes it and displays it in one go. All timing is lost, and the console can no longer sense position.

[Charlie] has attacked this problem with some more recent technology and a bit of lateral thinking, and has successfully brought light gun games back to life. He senses where the gun is pointing using a Wiimote with its sensor bar on top of the TV through a Raspberry Pi, and feeds the positional information to an Arduino. He then takes the video signal from the console and strips out its sync pulses which also go to the Arduino. Knowing both position and timing, the Arduino can then flash a white LED stuck to the end of the light gun barrel at the exact moment that part of the CRT would have been lit up, and as far as the game is concerned it has received the input it is expecting.

He explains the timing problem and his solution in the video below the break. He then shows us gameplay on a wide variety of consoles from the era using the device. More information and his code can be found on his GitHub repository.

Continue reading “Tricking Duck Hunt To See A Modern LCD TV As CRT”

Four Of Our Favorite Hardware Talks

The Hackaday SuperConference is the greatest gathering of hardware hackers on the planet. Last year at the SuperCon, we saw talks on building systems from scratch, creating new and interesting uses for technology, and bringing those electronic bits to market. What are we talking about? Here are four of the best talks from last year’s Hackaday SuperConference:

Continue reading “Four Of Our Favorite Hardware Talks”

Shell Game

A lot of us spend a lot of time switching between Windows and Linux. Now that platforms like the Raspberry Pi are popular, that number is probably increasing every day. While I run Linux on nearly everything I own (with the exception of a laptop), my work computers mostly run Windows. The laptop is on Windows, too, because I got tired of trying to get all the fancy rotation sensors and pen features working properly under Linux.

What I hate most about Windows is how hard is it to see what’s going on under the hood. My HP laptop works with a cheap Dell active stylus. Sort of. It is great except around the screen edges where it goes wild. Calibration never works. On Linux, I could drill down to the lowest levels of the OS if I were so inclined. With Windows, it is just tough.

War is Shell

One place where Linux always used to have an advantage over DOS and Windows was the shell. There are lots of variations available under Linux, but bash seems to be the current pick for most people. If you want more power, you can move to some alternatives, but even bash is pretty powerful if you learn how to use it and have the right external programs (if you don’t believe it, check out this web server).

Continue reading “Shell Game”

Citizen Scientist Radio Astronomy (and More): No Hardware Required

We sometimes look back fondly on the old days where you could–it seems–pretty easily invent or discover something new. It probably didn’t seem so easy then, but there was a time when working out how to make a voltage divider or a capacitor was a big deal. Today–with a few notable exceptions–big discoveries require big science and big equipment and, of course, big budgets. This probably isn’t unique to our field, either. After all, [Clyde Tombaugh] discovered Pluto with a 13-inch telescope. But that was in 1930. Today, it would be fairly hard to find something new with a telescope of that size.

However, there are ways you can contribute to large-scale research. It is old news that projects let you share your computers with SETI and protein folding experiments. But that isn’t as satisfying as doing something personally. That’s where Zooniverse comes in. They host a variety of scientific projects that collect lots of data and they need the best computers in the world to crunch the data. In case you haven’t noticed, the best computers in the world are still human brains (at least, for the moment).

Their latest project is Radio Meteor Zoo. The data source for this project is BRAMS (Belgian Radio Meteor Stations). The network produces a huge amount of readings every day showing meteor echoes. Detecting shapes and trends in the data is a difficult task for computers, especially during peak activity such as during meteor showers. However, it is easy enough for humans.

Continue reading “Citizen Scientist Radio Astronomy (and More): No Hardware Required”