Meet The 2013 LayerOne Conference Badge

badge_2013-1838

The LayerOne security conference is fast approaching and [charliex] is doing his best to put the finishing touches on this year’s conference badge.

Around the perimeter of the badge is 48 LEDs driven by two LED drivers. This allows for some crazy hardware hacking to create anything from a TV-B-GONE to a bulbdial clock. There’s also a few extra switches and sensors that can be hacked to do some interesting things, but where this badge really shines is the addition of an OLED display, allowing it to transform into an XMEGA Xprotolab, a small oscilloscope, spectrum analyzer, and frequency generator. Yes, this badge can be hacked, but it’s also a tool for hacking.

There’s an impressive amount of work that went into this badge, a feat even more impressive given the fact that the LayerOne conference is this weekend and the PCBs for these badges won’t arrive until tomorrow. We’ll be the first to say we’re masters of procrastination, but [charliex] really cut it close here.

Scooterputer, The All-in-one Scooter Computer

ScootDisplay-2

We’ve seen a fair share of carputer builds involving a Raspberry Pi in the last few months, but even the power of a Raspi can’t compete with the awesomeness of this Arduino-powered scooterputer.

Like all awesome projects, this build is the product of a massive case of feature creep. Initially, [Kurt] only wanted a voltage monitor for his battery. With an  Arduino Duemilanove, a voltage divider, and an evening of coding, [Kurt] whipped up a simple device with three LEDs to indicate the status of the batter: either low, good, or charging.

The project was complete until he ran across an awesome OLED screen. Using a touch screen display for just battery monitoring is a bit overkill, so [Kurt] made a trip over to Sparkfun and got his hands on a temperature sensor, real-time clock, accelerometer, GPS sensor, and even a cellular shield.

The resulting scooterputer is a masterpiece of in-vehicle displays: there’s a digital speedometer and GPS unit, and the cellular shield works as a tracking device and a way to download real-time maps of the scooter’s current location with itouchmap.

While the majority of the electronics are hidden under the hood of the scooter, the display of course needed to be out in the weather. To do this, [Kurt] found a nice enclosure with a rubber boot that perfectly fit the OLED display. The display is connected to the Arduino with a cat5 cable, and everything should hold up pretty well as long as [Kurt] doesn’t drive through a hurricane.

You can check out a video of the scooterputuer below.

Continue reading “Scooterputer, The All-in-one Scooter Computer”

Electric Motorcycle Hits The Racing Circuit

electric-motorcycle-hits-the-race-track

Check out that beefy electric motor hanging out where the swing arm connects to the body of this motorcycle. It’s the muscle that makes this recently completed electric motorcycle ready to race.

[Jackson Edwards] has been hard at work building this from the ground up. His goal was to make it competitive with production line motorcycles and his most recent test runs are pointing to success. The film shows off a couple of problems with the rear suspension. This actually led to him dumping the bike on a turn. He was unharmed but the control panel on the handlebars was unfortunately trashed. A bit of work fixed the handling and he was able to ride with confidence. We’re struck by how quiet the thing is as it tears past the camera at the very beginning of the video.

Sure, we’ve seen other electric motorcycles before. Those were all conversions from gas. Designing from the ground up really opened up a lot of choices not possible with a retrofit. Make sure to dig through all the posts on his blog to get the full picture.

Continue reading “Electric Motorcycle Hits The Racing Circuit”

Automated Cat Feeder And Large Plastic Screws

We’ve seen automated food dispensers for pets, but none that go so far as to build large plastic screws for dispensing kibble.

This isn’t [Mathieu]’s first automatic cat feeder; an earlier version used a wheel to dispense cat food in excessively large version. To improve upon his first build, [Mathiu] decided to use an Archimedean screw to dispense food in 5 gram increments. There was a problem, though: a proper industrial screw cost about $1500 and the ‘consumer’ versions of what he wanted were trash. He though about casting one in epoxy but didn’t want to poison his cat with strange chemicals. He ended up using PolyMorph for his screw, a plastic that melts at 60º C and is also used in medical devices.

The electronics of the build are an Arduino, a  DS1307 real-time clock, LCD display, and a relay board powering an electric screwdriver motor. From the video demo below, we’re going to say [Mathieu] put together a pretty nice automated cat feeder.

Continue reading “Automated Cat Feeder And Large Plastic Screws”

Trimethyl Borate Lantern Built From Garbage

scratch-build-lantern

This lantern was built from recyclable goods. It’s a bit dangerous when used like the image above, but [The Green Gentleman] does give you a few other options in his build instructions which make for much safer operation.

The lantern enclosure is made from old cans and a glass jar. He screwed a couple of boards together at a right angle to act as a jig for cutting the glass. The V-shape created by the boards holds the jar on its side, giving his glass cutting tool something to rest upon. He then turns the jar to score it around the top, and then bottom. He alternated pouring boiling and chilled water on the score mark to shock the glass into breaking along the line.

This makes up the clear part of the enclosure which is later mated with metal top and bottom pieces. From there he adds either an LED, an alcohol lamp, or the Trimethyl Borate lamp seen above. The first two are relatively safe, but the latter burns at around 1500 degrees F. We have reservations about using a plain old glass jar as the enclosure for something burning this hot. It really should be heat resistant glass.

Camera-based Touchscreen Input Via An FPGA

piano-hero-uses-camera-based-touch-input

[Chonggang Li] wrote in to share a link to the final project he and [Ran Hu] built for their embedded systems class. It’s called Piano Hero and uses an FPGA to implement a camera-based touch screen system.

All of the hardware used in the project is shown above. The monitor acts as the keyboard, using an image produced by the FPGA board to mark the locations of each virtual key. It uses a regular VGA monitor so they needed to find some way to monitor touch inputs. The solution uses a camera mounted above the screen at an obtuse angle. That is to say, the screen is tilted back just a bit which allows the images on it to be seen by the camera. The FPGA board processes the incoming image, registering a key press when your finger passes between the monitor and the camera. This technique limits the input to just a single row of keys.

This should be much simpler than using a CCD scanner sensor, but that one can track two-dimensions of touch input.

Continue reading “Camera-based Touchscreen Input Via An FPGA”

Turning A Phone Into A Media Center Remote

IMG_2061

[Kees] wanted a remote for an XBMC audio system. He had a classic T65 Dutch telephone in one of his project boxes and thought this phone with the addition of a Raspberry Pi he could have a functional media remote with classic lines and 70s styling.

Each of the digits on the phone were wired up to a small solderless breadboard. With a handful of resistors, [Kees] set up a simple pull up/pull down circuit feeding in to his Raspi’s GPIO input.

With a short Python script, [Kees] managed to map the buttons to XMBC’s play/pause, volume up/down, next, and previous commands. There were a few buttons left over, so those were mapped to online radio stations, playlists, and a strange setting known only as ‘moo’. We’re not sure what that button does, but you can see the other functions of this XMBC phone remote in action in the video below.

Continue reading “Turning A Phone Into A Media Center Remote”