Arduino Clock Is HAL 1000

In the movie 2001: A Space Odyssey, HAL 9000 — the neurotic computer — had a birthday in 1992 (for some reason, in the book it is 1997). In the late 1960s, that date sounded impossibly far away, but now it seems like a distant memory. The only thing is, we are only now starting to get computers with voice I/O that are practical and even they are a far cry from HAL.

[GeraldF6] built an Arduino-based clock. That’s nothing new but thanks to a MOVI board (ok, shield), this clock has voice input and output as you can see in the video below. Unlike most modern speech-enabled devices, the MOVI board (and, thus, the clock) does not use an external server in the cloud or any remote processing at all. On the other hand, the speech quality isn’t what you might expect from any of the modern smartphone assistants that talk. We estimate it might be about 1/9 the power of the HAL 9000.

Continue reading “Arduino Clock Is HAL 1000”

Speed Run [James Bruton’s] Star Wars Builds

We’ve been following [James Bruton]’s builds here on Hackaday for quite a while and he has built some impressive stuff. We love how he often doesn’t cover everything up, leaving enough room to admire the working bits under the hood. Just in time for the release of the new Star Wars movie, Rogue One, [James] put together an overview of his Star Wars robot builds.

The build summary includes his R6 droid, his GNK walking droid and the third revision of his BB-8 droid. [James Bruton]’s videos have tons of detail in them over many, many parts (for example, his BB-8 R3 playlist is 15 parts and his Ultron build currently has 26 episodes and counting!)

There’s a quick overview of each of the three robot builds in this video, and it includes links to the playlists for each build for those who want more detail. This is just what you need to glimpse all of the clever design that went into these wonderfully crafted droids. And if you haven’t seen it yet, you should check out his series elastic actuators that he’s working on for the Ultron build, they give a robot some relief from rigidity.

Continue reading “Speed Run [James Bruton’s] Star Wars Builds”

VGA Monitor Becomes Drawing Toy

We hate to break it to [Rob Cai], but he’s built a VGA drawing toy, not an Etch-a-Sketch. How do we know? Simple, Etch-a-Sketch is a registered trademark. Regardless, his project shows how an Arduino can drive a VGA monitor using the VGAx library. Sure, you can only do four colors with a 120×60 resolution, but on the other hand, it requires almost no hardware other than the Arduino (you do need four resistors).

The hardware includes two pots and with the right firmware, it can also play pong, if you don’t want to give bent your artistic side. You can see videos of both the art toy and the pong game, below.

Continue reading “VGA Monitor Becomes Drawing Toy”

Arduino Laser Pinball Is On Target

Have you ever wanted to roll your own pinball machine? It’s one of those kinds of builds where it’s easy to go off the deep end. But if you’re just getting your feet wet and want to mess around with different playfield configurations, start with something like [joesinstructables]’ Arduino Laser Pinball.

It’s made from meccano pieces attached with standoffs, so the targets are easy to rearrange on the playfield. [joesinstructables] wanted to use rollover switches in the targets, but found that ping pong balls are much too light to actuate them. Instead, each of the targets uses a tripwire made from a laser pointing at a photocell. When the ping pong ball enters the target, it breaks the beam. This triggers a solenoid to eject the ball and put it back into play. It also triggers an off-field solenoid to ring a standard front-desk-type bell one to three times depending on the target’s difficulty setting.

The flippers use solenoids to pull the outside ends of levers made from meccano, which causes the inside ends to push the ball up and away from the drain. Once in a while a flipper will get stuck, which you can see in the demo video after the break. An earlier version featured an LCD screen to show the score, but [joesinstructables] can’t get it to work for this version. Can you help? And do you think a bouncy ball would actuate a rollover switch?

This isn’t the first pinball machine we’ve covered. It’s not even the first one we’ve covered that’s made out of meccano. Here’s an entire Hacklet devoted to ’em. And remember when an Arduino made an old table great again?

Continue reading “Arduino Laser Pinball Is On Target”

Decabit: Or The Conspiracy Theory That Wasn’t

[LDX] first noticed the odd sounds coming out of his ceiling fan, regularly, on the hour and half-hour. Then he noticed that the lights were flickering as well. Figuring something was up, he built a logging power-line monitor to see if he could decode the shadowy signals and figure out what cryptic messages were being transmitted over the power lines. Naturally, he suspected the Illuminati were behind it.

Continue reading “Decabit: Or The Conspiracy Theory That Wasn’t”

Code Like An Egyptian

[Marcelo Maximiano’s] son had a school project. He and a team of students built “The Pyramid’s Secret“–an electronic board game using the Arduino Nano. [Marcelo] helped with the electronics, but the result is impressive and a great example of packaging an Arduino project. You can see a video of the game, below.

In addition to the processor, the game uses a WT5001M02 MP3 player (along with an audio amplifier) to produce music and voices. There’s also a rotary encoder, an LCD, a EEPROM (to hold the quiz questions and answers), and an LED driver. There’s also a bunch of LEDs, switches, and a wire maze that requires the player to navigate without bumping into the wire (think 2D Operation).

Continue reading “Code Like An Egyptian”

Beautiful DIY Ambilight Display

A proper battlestation — or more colloquially, computer desk — setup can sometimes use a bit of technical flair to show off your skills. [fightforlife2] has shared their DIY ambilight monitor backlighting that flows through different colours which mimic what is displayed on the screen.

[fightforlife2]’s setup uses fifty RGB LEDs with individual controllers that support the FastLED library, regulated by an Arduino Nano clone — although any will suffice. The power requirement for the display was a bit trickier, ultimately requiring 3 amperes at 5V; an external power brick can do the trick, but [fightforlife2] also suggests the cavalier solution of using your computer power supply’s 5V line — adding the convenience of shutting off the ambilight display when you shut down your PC!

Continue reading “Beautiful DIY Ambilight Display”