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.
rfid189 Articles
RFID-enabled Robot…mood…tail…thingy.
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.
[via Engadget]
Ik-a-sketch Collaborative Scribbling
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.
Hackit: Ideal Conference Badge?
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.
UPDATED: Forgot to mention the Neighborcon 2 badge based on the GoodFET20.
[Photo: Ninja Networks]
Lazy Man’s USB RFID Reader
[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.
AVR RFID Tag
[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.
Related: Scratch-built RFID tags
CATaLOG: RFID Cat Tracking
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.