[Pcmofo] has shared a well-built, well-explained example of how to implement an RFID key system for a door. We call this the right way because it is well thought out and functional. In the past we’ve seen doors that unlock via a secret knock, keypads, and RFID, but they are all non-permanent solutions capable being transplanted from one door to another. Rather than building a mechanism to turn the door handle, this implementation uses an electric strike mounted in the framing of the door to allow access. These are used for security doors in buildings and are built to keep your door secure.
The hack in this case is the electronics. Using an AVR ATmega168 running the Arduino boot-loader, [pcmofo] has prototyped a two-part design. An RFID reader is mounted outside the door with data wires running to the inside where the microcontroller resides. A hard-coded RFID card is used as a “master” to train any number of tags for entry. The master puts the device in training mode and the next tag to be read is added to the list of tags authorized to open the door.
We like messy wires and quickly thrown together devices but this is built to last and will look great once mounted in an appropriate enclosure.
These days, HTPCs are becoming more and more common, however controlling the content elegantly can be a painfully annoying problem. Roteno Labs have come up with a wonderful solution they call the RFiDJ. Similar to the RFID phone we covered earlier, they used a set of picture frame coasters and mounted descriptive pictures as well as unique RFID tags in each one. When a coaster is placed in the sensor area the server begins streaming that particular selection, including local news, This Week in Tech podcast, and other specific albums. Roteno Labs even managed to include a “shuffle” tag which would play content randomly out of a library. The end result is very well put together, excellently documented, and there is even a working video after the break.
Furries: is there nothing they cannot do? Well okay, “shower” remains an elusive concept, but wearable technology seems to be in, as evidenced by this robotic mood tail. [Wei-Chieh Tseng]’s adorable Arduino-driven fashion accessory operates either via Wii Nunchuk or a set of RFID cards tagged with specific emotions to depict.
Details are scant. It appears to have been a project for a physical computing or design class. One thing’s for certain: Halloween is going to be awesome.
At this year’s PICNIC conference [Neil Mendoza] and [Edwin Dertien] built a giant Etch-a-Sketch to help bring attendees together. The drawing area is a rear-projection screen, rather than a physical powder based setup, and is surrounded by the familiar red frame with vertical and horizontal control knob. Because the two knobs are too far apart for one person to use at the same time, two people must work together to move the stylus.
To help break the ice the device was designed to incorporate social networking. Each knob requires that an RFID (embedded in the conference badges) be scanned by the person controlling it. Both users are then connected as friends through a social network and when they’re done “making art”, the beauty of their creation is delivered to them via email.
We don’t know about you, but our etch-a-sketch attempts have always been crappy. There are some folks who can turn out a masterpiece on the thing, but this is really just meant to grab your interest for a minute or two and help you meet some people. One feature that should be noted, this giant device requires shaking to erase the image.
In 2006, Defcon 14 premiered a unique electronic badge. All it did was blink, but it raised the bar for what was expected from a hacker conference badge. In 2007, they went from 2 LEDs to 95 in a scrolling marquee. Along with a POV mode, the badge had two capacitive switches to let the user edit the displayed text. Defcon 16’s badge featured an IR transmitter and receiver for transferring files from an SD card. It worked as a TV-B-Gone and had pads to access a USB bootloader. That was the same year that The Last Hope debuted their RFID tracking badges.
This year the official Defcon badge reacted to sound, but they were no longer the only game in town. Ninja Networks brought their 10 character party badges with a built in debugger. The Arduino compatible HackTheBadge 1.0 also made an appearance. With these new entrants into the field, we wondered what you’d want to see in your ideal badge. What badge would you want to see at next year’s Defcon? Leave you comments below and keep in mind that it should be an idea that is easy to cheaply mass produce.
[Don] had some Serial RFID readers that he needed to work and be powered by USB. He went out and purchased a simple serial to USB converter, but was left with the problem of the operating voltage. He supplies the schematics on his site for his solution. Basically he gutted the converter and integrated it all with the appropriate voltage broken out. The final project is nice, using the serial to USB convert as the project box and even including a nice LED to show when an RFID tag has been read.
[pc486] sent in his hack that uses an ATtiny85 to act like an EM4102, a chip used for RFID tags. Minimally, all that is needed is the AVR and a coil, but he recommends some filtering capacitors. Depending on the size of the coil, different frequencies and ranges can be achieved. This project actually includes several hacks, such as using the coil for not only power, but a clock signal. The coil is actually able to power the chip without being connected to the power pins due to clamping diodes on the connected pins. The firmware is short but available on subversion.
Like many pet owners, [Pete] was curious about his little furry friend’s habits while he was gone. He decided to build an RFID tracking system to monitor their positions. This data would then be available on the web. An Arduino handles the communication of the data, both to twitter and his personal cat tracking site. We were a bit surprised to see that the only data transmitted on the final project was whether the cat was inside or out. We’d like to see a heat map of the cat’s activity in the house.
[Nate] hates keys. He’s gone through a lot of effort to remove them wherever possible. He has a keypad at home and a keypad at work, but he still has to carry car keys. His solution is to build a device he can carry in his pocket that will unlock the car via RF. To do this, he’s utilizing the guts of a Nike iPod puck along with an Arduino and an iPod serial board. He has managed to get this all working, but still has to carry his key to actually start the car. We know what his next project will be.
In an attempt to create an easier to use interface for the elderly, [Stephen] has put together this phone prototype which uses RFID tags to dial. It is common for our motor skills and eyesight to deteriorate as we get older. There are special phones out there, but generally the only changes they make are enlarged buttons and louder speakers. [Stephen] had the idea to make a system where an elderly person would hold up a picture of the person to the phone and it would dial. He picked up an RFID card reader and an Arduino. The code for the RFID reader was already available, and with minor modifications to prevent multiple swipes from hand tremors or slow movements, he was able to get it working pretty fast. The Arduino then sends the data to an ioBridge to make the call.He’s using Google voice to physically place the call, so you could probably adapt this to other services as well. You can see a video of it in action after the break.