playing pong with a crane remote

Playing Pong With Construction Crane Controllers?

Here’s a project that will leave you scratching your head! Ever wonder what it would be like to play Pong using those big heavy duty shop crane controllers? No? We haven’t either, but that didn’t stop [hwhardsoft] from trying it anyway!

Now to be fair, they actually built it for the company that manufacturers them — guess it might be a fun game for in the lobby? The project has a Raspberry Pi 2 at the heart with a Pong game written in Python. The fun part was connecting the controllers.

Each controller is wireless with a separate control box, so they were able to modify the control box to avoid making any changes to the actual controller. But since they wanted to use the joysticks, they still had to use an additional ATMEG328 microcontroller to perform the analog to digital conversion for the Pi — it wasn’t exactly plug and play.

Continue reading “Playing Pong With Construction Crane Controllers?”

Getting Biometrics In Hand

It is amazing how quickly you get used to a car that starts as long as you have the key somewhere on your person. When you switch vehicles, it becomes a nuisance to fish the key out and insert it into the ignition. Biometrics aims to make it even easier. Why carry around a key (or an access card), if a computer can uniquely identify you?

[Alexis Ospitia] wanted to experiment with vein matching biometrics and had good results with a Raspberry Pi, a web cam, and a custom IR illumination system. Apparently, hemoglobin is a good IR reflector and the pattern of veins in your hand is as unique as other biometrics (like fingerprints, ear prints, and retina vein patterns). [Alexis’] post is in Spanish, but Google Translate does a fine job as soon as you realize that it thinks “fingerprint” is “footprint.” The software uses OpenCV, but we’ve seen the same thing done in MATLAB (see the video below).

Continue reading “Getting Biometrics In Hand”

Hacking A Pi Camera With A Nikon Lens

Cell phones have killed many industries. It is getting harder and harder to justify buying an ordinary watch, a calculator, or a day planner because your phone does all those things at least as well as the originals. Cell phones have cameras too, so the days of missing a shot because you don’t have a camera with you are over (although we always wonder where the flood of Bigfoot and UFO pictures are). However, you probably still have a dedicated camera tucked away somewhere because, let’s face it, most cell phone cameras are just not that good.

The Raspberry Pi camera is about on par with a cheap cell phone camera. [Martijn Braam] has a Nikon camera, and he noticed that he could get a Raspberry Pi camera with a C-mount for lenses. He picked up a C to F adapter and proceeded to experiment with Nikon DSLR lenses on the Raspberry Pi camera.

Continue reading “Hacking A Pi Camera With A Nikon Lens”

Introducing The Nintendo Guitar Boy

Need to thrash out some wicked 8-bit riffs? There’s only one guitar you should be doing that with, and it’s a Guitar Boy!

[Fibbef], an administrator on BitFixGaming boards built this as an exhibition piece for his 2015 Game Boy Classic build off. He started the build just three months ago and we have to say we’re impressed. It’s a fully functioning Raspberry Pi Game Boy emulator — and a full fledged electric guitar. The A and B buttons double as volume and tone dials for the guitar, while also being push buttons for the Game Boy!

Under the hood is a Raspberry Pi B+ running RetroPie v2.3, with a 5″ LCD display, custom wooden buttons, the entire body is hand made, and a plexiglass shell covers the whole thing.

Continue reading “Introducing The Nintendo Guitar Boy”

Sense Hat Lights Up Pi

One of our chief complaints about the Raspberry Pi is it doesn’t have a lot of I/O. There are plenty of add ons, of course to expand the I/O capabilities. The actual Raspberry Pi foundation recently created the Sense Hat which adds a lot of features to a Pi, although they might not be the ones we would have picked. The boards were made for the AstroPi project (the project that allowed UK schools to run experiments in space). They don’t appear to be officially for sale to the public yet, but according to their site, they will be selling them soon. Update: Despite some pages on the Raspberry Pi site saying they aren’t out yet, they apparently are.

Continue reading “Sense Hat Lights Up Pi”

Traffic Light Tells You If The Internet Is Up

Some of us are not blessed with an always on, high availability internet connection. Sick of answering the constant “Is the internet up?” questions, go-to IT support dude [PatH] took matters into his own hands and developed an unmistakable traffic light display of internet status for his apparently low-reliability connection.

A toy traffic light from Amazon forms the core of the UI, and the lights are driven by a Raspberry Pi that pings a suite of 10 sites in round robin fashion. If a site is found to be unavailable, the Pi goes into “deep probe” mode to determine the extent of the outage, and lights up accordingly. If the light is green, the connection’s clean; if it lights up red, best go to bed. As a bonus, logs are kept of all deep probes, which may prove useful for diagnosing ISP issues.

A display like this could go a long way toward making sure you stay connected, and can reduce the workload for you as de facto IT support. Of course for a little more information about the connection speed with retro styling, you might want to throw a Dekatron at the job.

Telecom Time Machine

Marty! You’ve Gotta Come Back With Me!

Like any good plan, you should always start with the intention to build a time machine. That way if your future self succeeds, your current self doesn’t have to worry about actually doing it!

Well, unfortunately it hasn’t quite worked out for hosts of [Toymaker], but they have managed to make a pretty authentic Telecom Time Machine instead!

What they’ve created is something called a “dumb terminal”. Back in the days of yore before personal computers existed, if you wanted to get “online” you would have to do so at a dumb terminal. It’s essentially a monochrome monitor, a keyboard, and a serial port. You would have to actually connect to the mainframe to do anything — but back then, you couldn’t just hook up a modem — oh no, you had to use an acoustic coupler to connect. You had to play sounds through your telephone in order to communicate with the mainframe. How’s that for a bit of history with your morning coffee!?

Continue reading “Marty! You’ve Gotta Come Back With Me!”