Playing Jedi Mind-Tricks On Your TV

Gesture-enabled controls mean you get to live out your fantasy of wielding force powers. It does, however, take a bit of hacking to make that possible. Directly from the team at [circuito.io] comes a hand gesture controller for Jedi mind-trick manipulation of your devices!

The star of the show here is the APDS-9960 RGB and gesture sensor, with an Arduino Pro Mini 328 doing the thinking and an IR transmitter LED putting that to good use. The Arduino Sketch is a chimera of two code examples for IR LEDs and the gesture sensor — courtesy of the always estimable Ken Shirriff, and SparkFun respectively.

Of course, you can have the output trigger different devices, but since this particular build is meant to control a TV the team had to use a separate Arduino and IR receiver to discover the codes for the commands they wanted  to use. Once they were added to the Sketch, moving your hand above the sensor in X, Y or Z-axes executes the command. Voila! — Jedi powers.

Continue reading “Playing Jedi Mind-Tricks On Your TV”

Motion-Controlled KVM Switch

Once upon a time, [hardwarecoder] acquired a Gen8 HP microserver that he began to toy around with. It started with ‘trying out’ some visualization before spiraling off the rails and fully setting up FreeBSD with ZFS as a QEMU-KVM virtual machine. While wondering what to do next, he happened to be lamenting how he couldn’t also fit his laptop on his desk, so he built himself a slick, motion-sensing KVM switch to solve his space problem.

At its heart, this device injects DCC code via the I2C pins on his monitors’ VGA cables to swap inputs while a relay ‘replugs’ the keyboard and mouse from the server to the laptop — and vice-versa — at the same time. On the completely custom PCB are a pair of infrared diodes and a receiver that detects Jedi-like hand waves which activate the swap. It’s a little more complex than some methods, but arguably much cooler.

Using an adapter, the pcb plugs into his keyboard, and the monitor data connections and keyboard/mouse output to the laptop and server stream out from there. There is a slight potential issue with cables torquing on the PCB, but with it being so conveniently close, [hardwarecoder] doesn’t need to handle it much.

Continue reading “Motion-Controlled KVM Switch”

Use The Force To Turn On This Lamp

Holocrons are holographic data storage devices used in the Star Wars universe by both Jedi and Sith as teaching devices or for storing valuable information. After the fall of the Jedi, they became rare and closely guarded artifacts. [DaveClarke] built one to light the room.

[DaveClarke] built the lamp around a Particle Photon – a STM32 ARM-M0 based microcontroller with a Cypress wifi chip. All [Dave] needed for the workings were an IR proximity sensor, a servo and a bunch of super-bright white LEDs. When the sensor detects something, it starts up the system. The servo rotates a gear which raises the lamp and fades in the LEDs. The next time the sensor detects something, the servo lowers the lamp and the lights begin to fade out. And since the Photon is connected to the cloud, the system can be accessed with a web interface as well.

Okay, so it’s just an IR sensor detecting reflected infrared light and not the Force that’s used to turn it on, but it’s still pretty cool. There are plenty of pictures and videos at [DaveClarke]’s site, along with a schematic, 3D printer designs, and the source code. The whole thing was designed using Autodesk Fusion 360 and 3D printed in about 30 hours and press-fits together. A very simple yet clever design. There have been some other great lamps on the site, like this blossoming flower lamp or this laser cut lamp with which also has a unique switch.

Continue reading “Use The Force To Turn On This Lamp”

Building The Brightest Light Sabre In The World

If you are looking for a Star Wars light sabre, sometimes your choices can be a little disappointing. “Replica” sabres from toy and novelty vendors may superficially look the part, but with their tinny speakers and lacklustre show of LEDs they often have less of the Force about them and more of the Farce.

[Jeremy Lee] offers a solution; he’s built what he claims to be the brightest light sabre in the world. That’s a bold assertion, and one which we think might even throw down a gauntlet to other sabre builders and spark an arms race among Jedi wannabes.

The super-bright sabre uses a 144 LED double-sided strip of Neopixels in a polycarbonate tube, with a DC to DC converter powered by a 1000mAH LiPo battery. Sound effects come from a SparkFun Pro Micro powering a 2W speaker through a small audio amplifier. The handle meanwhile is constructed from PVC pipe fittings.

His first attempt at the sabre had the LEDs at full power, and promptly melted his tube. Thus the final version runs at 40% of its maximum rating, with a “burst” mode for those moments at which combat demands it.

His write-up is a series of posts, with plenty of video at all points. It might seem odd to show you the shortest of them here at only a few seconds long, but since the unique selling point is its brightness we think the best way to show that is at night.

Continue reading “Building The Brightest Light Sabre In The World”

Open Sesame, From A Galaxy Far, Far Away.

[TVMiller]’s description of his project is epic enough to deserve a literal copy-paste (something our readers often praise us about). In his own words,  “Having discovered several spare Midichlorians in my liquor cabinet, I trained and applied them to opening a large cumbersome gate. The FORCE motion travels through my inner what-nots and is translated by the Pebble Classic accelerometer toggling a command sent to the (Particle) Cloud (City) which returns to the Particle Photon triggering a TIP120 to fire a button on an existing RF transceiver. May the ridiculous hand gestures be with you, always.” Thus was born the Gate Jedi , and you’ll need exactly 47 Midichlorians, and some other trivial parts, to build one.

The Pebble watch hooks up to his android smart phone. A Pebble (android) app sends the accelerometer data to the Particle (previously called Spark) cloud service. From there, the data is pushed to the Photon IoT board which runs a few lines of code. Output from the Photon turns on a TIP120 power transistor, which in turn triggers the existing RF trans receiver that opens the Gate.

This looks way cooler than the Light Sabre hacks. Check out the video of him summoning the Force. And if you’d like to do more, try integrating gesture controls with this Pebble Watch hack that turns it into a home automation controller.

Continue reading “Open Sesame, From A Galaxy Far, Far Away.”

Performance Oddities

[Mario the Magician] wrote in to let us know that he makes Hackaday a priority every morning with his coffee. Well, so do we. He also included a link to his homepage when submitting this revelation. The juicy details that are as much of a fix as the caffeine in the coffee are missing from his posts. But the hacks are solid.

Magicians are hackers. If you could go out and buy the props, the concept are unlikely to impress anyone. [Mario] demonstrates his Nickel Box and a Jedi Mind Trick he built. The Nickel Box is a mechanical contraption that somehow transports a coin from one part of a cigar box to a tiny little enclosure on top of it. The Jedi Mind Trick uses a microcontroller and an old Star Wars soundtrack cassette tape box to put on a light and sound show while it recovers your chosen card from a shuffled deck. Great demonstrations, but no word on what’s going on inside.

[Mario’s] also has a collection of… performance oddities. His talking television takes an audio input and displays a 1950’s-esque oscilloscope effect on an old TV. He’s attempting to stop his heart, or burn the house down, or both with a flyback transformer lightning box. And his drawing automaton, well, you’ll just have to see it.

We believe in electrons, not magic (even though some say there are no electrons). So we want to know how those magic props are built. Like any good magician, [Mario] probably won’t reveal his secrets. If you’ve got the goods this your chance. Write a post detailing your magical prop builds and send them our way. If it’s well done we’ll feature it here on Hackaday.