Science Fair Project Sorts Recyclables

This crew of high schoolers built a sorting robot for the Smart Young Mindz challenge. We got pretty excited when hearing that it sorts plastic by its recycling code, but unfortunately this isn’t quite what it’s made out to be. The device uses an RFID code on each product to figure out where it goes. Their thinking is that at some point every product sold will have an embedded tag in it. For now this will not revolutionize the recycling industry, but the build is still impressive. We’re sure they learned a ton from all of the mechanical engineering that went into the project.

You can see the three laundry baskets that serve as the sorting bins. The white box above the bin on the right is the hopper in which a plastic container is placed. The box can then revolve around a central axis to position itself over the correct basket. The floor of the box is then retracted, dropping the refuse in the bin. Check out the video after the break for the satisfying cry of the servo motors at work.

We like seeing recycling robots, but so far most of what we’ve seen are aluminum can crushers.

Continue reading “Science Fair Project Sorts Recyclables”

Electronically Augmented Foosball Brings Competition To The Office

This office has a Foosball league that automatically tallies and posts the standings for each employee. This is thanks to all of the extra electronics that were added to the Foosball table in the break room.

The system is connected to the internet via WiFi. This allows it to store the final results of each game for use on the leader board. Player first identify themselves to the system using the RFID tag embedded in their employee badge (normally used to open doors in the building). From there the game play proceeds much like you’d expect, but the scoring is handled automatically. Each goal has a laser pointed across it which is broken when the ball passes through. But there are a pair of arcade buttons in case of a scoring error.

Standings are listed at the webpage linked above. There’s even functionality for new employees to registers through this page. Don’t miss a glimpse of the build in the clip after the break.

Continue reading “Electronically Augmented Foosball Brings Competition To The Office”

A Better Way To Hack IClass RFID Readers

iClass is an RFID standard that is aimed at better security through encryption and authentication. While it is more secure than some other RFID implementations, it is still possible to hack the system. But initial iClass exploits were quite invasive. [Brad Antoniewicz] published a post which talks about early attacks on the system, and then demonstrates a better way to exploit iClass readers.

We remember seeing the talk on iClass from 27C3 about a year and a half ago. While the technique was interesting, it was incredibly invasive. An attacker needed multiple iClass readers at his disposal as the method involved overwriting part of the firmware in order to get a partial dump, then patching those image pieces back together. [Brad] makes the point that this is fine with an off-the-shelf system, but high-security installations will be using custom images. This means you would need to get multiple readers off the wall of the building you’re trying to sneak into.

But his method is different. He managed to get a dump of the EEPROM from a reader using an FTDI cable and external power source. If you wan to see how he’s circumventing the PIC read protection you’ll have to dig into the source code linked in his article.

Wristband RFID Unlocks Car Door And Starts Engine

[João Ribeiro] is an electronics engineer by day, but in his free time he likes to ply his trade on everyday items. Recently he’s been integrating his own microcontroller network to unlock and start his car via RFID. In addition to the joy of pulling apart the car’s interior, he spent time designing his own uC breakout board and developing an RFID reader from a single chip.

He’s working with a 1988 Mercedes that has very little in the way of electronics. It sounds like the stock vehicle didn’t even include a CAN bus so the prelude to the RFID hack had him installing a CAN bus network made up of two microcontrollers. One reads the velocity and RPM while the other displays it on the tachometer. When he began the tag-based entry system he used an RFID reader module for prototyping, but eventually built his own reader around the TRF7960 chip. This included etching his own receiver coil which was mounted in the side-view mirror bracket. To unlock the doors he holds the bracelet up to the mirror and the vehicle lets him in. The video after the break starts with a demonstration of the completed project and moves on to some build videos.

We certainly like the idea of using a bracelet rather than implanting the tag in the meaty part of your hand.

Continue reading “Wristband RFID Unlocks Car Door And Starts Engine”

Configurable RFID Tag From 7400 Logic Chips

This soldering nightmare is a configurable RFID tag which has been built from 7400-series logic chips. The beast of a project results in an iPhone-sized module which can be used as your new access card for security systems that uses the 125 kHz tags. The best part is that a series of switches makes the tag hand programmable, albeit in binary.

Of course this is an entry in this year’s 7400 Logic Competition. It’s from last year’s winner, and he’s spent a lot of time documenting the project; which we love. We were surprised that this many chips can be powered simply by what is induced in the coil from the reader. This is just one of the reasons the 7400-series have been so popular over the years. After working out the numbers, a 64-bit shift register was built to feed the tag ID to the encoding portion of the design. There were many kinks to work out along the way, but once it was functional a surface-mount design was put together resulting in the final product shown off in the video after the break.

Continue reading “Configurable RFID Tag From 7400 Logic Chips”

Scratch-built RFID Reader

We never bought an RFID reader because it seems too simple to be all that much fun. But [Abdullah] really caught our eye with his latest project. It’s an RFID reader built from discrete parts, and that’s an adventure we can get behind!

His write-up dives right into the theory of the device. He wrapped his own coil, which measure about one microhenry, then shares an equation used to calculate the appropriate capacitor pair for it. This is fed by a 125 kHz oscillator and works as the most basic reader. In practice this needs more components for rock-solid operation and he quickly moves to a marginally more complicated circuit which still does exactly the same thing.

He is now able to detect RFID tag data by reading this circuit with an oscilloscope. But the signal is very very weak. The rest of the post focuses on how to best utilize an OpAmp to increase signal quality and on/off time.

If you’re looking to recreate his reader [Abdullah] included a Kicad schematic and board layout.

No Secret Knocks Required At [Steve’s] House – Your Subway Pass Will Do

rfid-door-lock

[Steve] is often host to all sorts of guests, and he was looking for an easy way to let his friends come and go as they please. After discovering that his front door came equipped with an electronic strike, he decided that an RFID reader would be a great means of controlling who was let in, and when.

Giving all your friends RFID cards and actually expecting that they carry them is a bit of a stretch, but lucky for [Steve] he lives near Boston, so the MBTA has him covered. Just about everyone in town has an RFID subway pass, which pretty much guarantees that [Steve’s] cohorts will be carrying one when they swing by.

He crafted a stylish set of wooden boxes to contain both the RFID reader and the Arduino that controls the system, matching them to the Victorian styling of his home. A single button can control the setup, allowing him to add and remove cards from access lists without much fuss. For more granular control however, [Steve] can always tweak settings from the Arduino serial console.

The card system is both stylish and useful – a combination that’s hard to beat.