Open Hacker Conference Badge Project Needs Your Help!

[Aestetix] writes in to tell us that the OpenAMD (Attendee Meta-Data) project is working on a new revision of their hardware, to be debuted at CCC Camp this fall.

For the uninitiated, OpenAMD combines an Active RFID tracking system with social networking, and is completely open-source. You walk into the conference, put on the OpenAMD badge, and suddenly you can see yourself as a dot moving around on a map. Or you can log into the social networking site, create a profile, and watch as your personal information is pulled into the mesh, which then tells you talks you might like, people you might like, where those people are, and more. There’s even an open API where you can create your own ‘killer’ apps, which may include games or other interesting aggregates of the attendee information.

Continue reading “Open Hacker Conference Badge Project Needs Your Help!”

Auxiliary Battery Pack For Field Operations

portable_battery_pack

Ham operator [Ken – wa4mnt] wrote us to share a small project that he uses nearly every time he goes out in the field. His portable sealed lead acid battery pack (PDF) always ensures that he has a 12v power source at his fingertips, both for fun as well as in emergency situations.

The battery pack is pretty simple, and includes a 12v, 17ah battery strapped into a light aluminum chassis which he fabricated. The battery is secured with zip ties, so it can easily be swapped out or replaced without much fuss. The frame also sports a tiltable 4w, 17.5v solar panel that keeps the battery topped off and ready to go at all times. He stuck a voltmeter to the top of the battery to keep an eye on things, and he employs a 10A fuse to make sure he doesn’t fry any sensitive radio components should something go wrong.

The battery pack is pretty compact when you think about it, and we imagine it would be great to have on hand for a wide array of outdoor activities. Even if you’re not into Ham field operations, it’s hard to argue with its usefulness during power outages.

[Ken] doesn’t appear to have any published plans for the chassis or the electronic portion of the pack, but we’re pretty sure he would share if asked.

Mechanical Twitter Feed For Offline Reading

mechanical_twitter_feed

Twitter can be a great tool for keeping up to date with your favorite person/company/band/etc. You can find a Twitter client for just about anything that plugs in these days, but sometimes we find that we simply need a break from our computers and smart phones – even if just for a few minutes. What happens when you want to unplug, but still need to know what everyone is up to?

[Patrick Dinnen] asked himself the same thing, and decided that the solution was a mechanical Twitter feed display. The display consists of a static user list strung up against the wall, with a mobile speech bubble mounted next to it. The bubble moves to the user who has most recently updated their status (presumably using a pair of servos), and uses a projector to display their messages. The effect is pretty neat, and it still allows you to get your Twitter fix without staring blankly at your computer screen or smart phone.

We think it would be even cooler if it used a projector on both sides, enabling it to dynamically shuffle through users and status messages at the same time. [Patrick] says that for right now it is merely a proof of concept, so there is no telling how he’ll tweak it going forward.

Continue reading to see his mechanical Twitter feed in action.

[via Adafruit]

Continue reading “Mechanical Twitter Feed For Offline Reading”

Apple II Weather Display (part 1)

Due to computer issues I had to rob some parts from my “electronics” computer, which wasn’t bad, since I was not working on anything at the time and I felt a software project itch. I also wanted to do something with my Apple //c, which resides on my computer desk, so this ghetto brute force “solution” to use the 25 year old computer as a weather display came about.

In a nutshell there is the Apple II, a serial cable, and a PC running linux mint 10 and a handful of command line utilities. My specific Apple is the fist revision of the //c which means its got a buggy rom and the serial port(s) can be troublesome, the best speed I was able to get was 600 baud with just basic, though every other model could probably go a little faster.

On the linux side, wget downloads html and the radar image from Weather Underground’s mobile site, which is not a perfect source, but its easy. A lua script phrases text and graphics into string patterns that the Apple II can handle as keyboard input, and its sent down a serial cable where it is drawn on screen in basic.

Yea its pretty darn slow … it typically takes about eight to twelve minutes to redraw the screen, which is not all that horrid (imo) considering what is going on, but anyone with a more serious take on this could find numerous ways to optimize it, I just wanted to see what it would look like.

Join us after the break for a short video and to read all the details about how this all works!

Continue reading “Apple II Weather Display (part 1)”

Radiation Sensor Shield For The Arduino

The [Libelium] team wanted to help people in Japan measure radiation in their surroundings following the nuclear accident in Fukushima. Because of the affordability and seeming ubiquity of the Arduino platform, they have been hard at work this last month trying to get their Geiger counter sensor board for an Arduino out the door. We think they’ve done a remarkable job.

A Geiger tube is a remarkably simple device, but getting the part can be a fairly expensive proposition. Thankfully, [Libelium] has already tested and verified a number of tubes from different manufacturers – very helpful if you don’t want to be tied down to one specific component.

This looks like this is just the sort of thing that the folks at [Seed Studio] wanted for an open hardware radiation detector, and [Libelium] has already shipped their first batch to the Tokyo Hackerspace. It’s good to know that help is going where it’s needed.

Video of the sensor board being tested after the break.

Continue reading “Radiation Sensor Shield For The Arduino”

Musical Tesla Concert Is Electrifying

musical_tesla_coil

Hackaday reader [Tyler Laseter] wrote in to tell us about an event that he and his fellow Tesla Orchestra team members are hosting next month.

The “Open Spark Project” is a concert event taking place on May 14th, which melds together electricity and music in spectacular fashion. The event features two large Tesla coils which are tuned to play musical notes while shooting bolts of electricity through the air.

Musical Tesla coils are nothing new around here, but we have yet to see someone allow the general public to play music on their coils. That’s what makes this event unique – anyone is encouraged to submit their to the Tesla Orchestra team, which will then be played back via a live video stream next month. Their web site offers up all of the technical details as well as the file format requirements for submitting music for the event, so get started on your entry today!

If a passive approach is more your style, stick around for a quick video demonstrating their coils’ abilities. Sure it’s Lady Gaga, but we won’t tell anyone you watched it. Plus, it’s totally legit when the song is being played using 20,000 volts.

Continue reading “Musical Tesla Concert Is Electrifying”

IP-based Engine Remote Enable Switch

remote_enable_switch

[Mariano] owns a late 90’s Jeep Wrangler, and had no idea just how easy it was to steal. Unfortunately for him, the guy who made off with his Jeep was well aware of the car’s vulnerabilities. The problem lies in the ignition – it can be broken out with a screwdriver, after which, the car can be started with a single finger. How’s that for security?

[Mariano] decided that he would take matters into his own hands and add a remote-controlled switch to his car in order to encourage the next would-be thief to move on to an easier target. He describes his creation as a “remote kill” switch, though it’s more of a “remote enable” switch, enabling the engine when he wants to start the car rather than killing it on command.

The switch system is made up of two pieces – a server inside the car’s engine bay, and a remote key fob. The server and the fob speak to one another using IPv6 over 802.15.4 (the same standard used by ZigBee modules). Once the server receives a GET request from the key fob, it authenticates the user with a 128-bit AES challenge/response session, allowing the car to be started.

It is not the simplest way of adding a remote-kill switch to a car, but we like it. Unless the next potential car thief digs under the hood for a while, we’re pretty sure [Mariano’s] car will be safe for quite some time.