Proximity Card Spoofer: Proxmarkii

proximity card spoofer

I had seen the link for Jonathan Westhues’s original proximity card spoofer floating around recently and decided to check out the site to see if anything had changed since we originally covered the story. Well, he’s got a brand new version. This one has far more features than the original, mostly because of the extra processing power provided by an Atmel AT91. The new spoofer can handle multiple modulation schemes; which means it is capable of copying almost any 125kHz or 13.56GHz ID-only card. Although it can’t clone cryptographic cards, it does have a full feature set for communicating with them. By connecting the USB port to a computer you can see an “oscilloscope view” of the signal from the card to assist in writing demodulation code. If you are serious about doing RFID research this hardware is a must-have. You could buy a standard reader, but that would tell you nothing about the protocol. This is definitely a clever tool and certainly impressive for something smaller than a business card.

UPDATE: Jonathan Westhue’s work was mentioned in a CNN story Feb 14th. You can watch the video here. [thanks David]

Continue reading “Proximity Card Spoofer: Proxmarkii”

Geodesic Dome Shelter From Cardboard

geodesic dome

Here are some really thorough instructions for building geodesic domes. This particular set of plans was developed by some Burning Man attendees who wanted a comfortable structure that would stand up to the elements. The dome is made of 30 triangles cut from double layered cardboard, 5 wood triangles with vents, 5 wooden doorway triangles, and 5 cardboard doors. The majority of the triangles are bolted together to form pentagons that are then bolted to each other. With all of the triangles painted and seams sealed with duct tape the structure is water proof. All of the dimensions and assembly instructions are provided to create a dome 12’7″ in diameter and 6’3″ in the center.

[thanks l0cke]

Continue reading “Geodesic Dome Shelter From Cardboard”

3D Board Modeling With Eagle And POVRay

eagle 3d

Sometimes the two-dimensional layout of a circuit board doesn’t tell the whole story so Matthias Wei?r created Eagle3D. Once the board is laid out in EAGLE you export it using the Eagle3D tool. The tool has predefined parts that it then uses to render the board in 3D using POV-Ray, a free ray-tracing program. There are a lot of parts included already, but you can define more using POV-Ray’s Scene Description Language. Using POV-Ray you can also make 3D movies your board

POV Pendant

pov

Reader [Franz Gabel] purchased a POV kit from ladyada and started modifying it for his own application. He assembled the POV without a PCB so it could fit inside a small metal pipe and attached a leather lanyard. He’s still in the early stages of the project. It is fully assembled, but he’s working on additions like a docking station to recharge and download new messages. He’s also developed a Flash based system for generating new .c files based on text input. Here is his forum post about his project (Coral CDN, so ladyada doesn’t break my arm).

Continue reading “POV Pendant”

RC Paintball Tank Built From Printer Parts

rc paintball tank

You could spend hours exploring the R/C Tank Combat website, so we will highlight one project to get you started. Steve Tyng built this awesome model based on the Russian T34-85 tank. The body is all wood an uses stainless steel axles salvaged from a printer. The original drive system used 24-volt DC motors from dot-matrix printers, but they’ve since been replaced. The most tedious part of this build appears to be the tracks which are made from a treadmill belt sandwiched between wooden blocks. The turret rotates and the barrel can elevate as well. The entire turret package can be easily removed. Inside is a cheap paintball gun that has been lightened and has a small RC servo bolted on to depress the trigger. Definitely have a look at the Maryland Attack Group’s other projects like their field artillery and armoured cars.

[thanks Jason]

Continue reading “RC Paintball Tank Built From Printer Parts”

Standalone Microcontroller Based LUA Development Platform

lua
Hack-A-Day reader Bogdan Marinescu does a better job summarizing his project than I ever could. You can get his source code, schematics and more details by following the “read” link.

This project is a truly stand-alone development platform. What does that mean? Well, you plug-in a PS/2 keyboard, a 320×240 LCD, and start typing code. The code is written in LUA. The compiler and interpreter for LUA run from the microcontroller. The code also contains a small editor (for the code), support for FAT12/FAT16 on MMC/SD cards, support for remote connections and a new FLASH-friendly embedded file system. The platform is ‘self-reproducible’, i.e. you can transfer code from one platform to another. The LCD/keyboard/MMC are optional, so you can have a big ‘development’ platform with everything in it and a lot of bare ‘production’ platforms that ‘reproduce’ their code directly from the development platform. A M16C microcontroller and an external 512K SRAM chip are all that is required to build the bare platform, the other components are just for interfacing different peripherals. Hope you’ll like the idea. The code is 95% functional, but it needs some more work and a lot more testing.

Continue reading “Standalone Microcontroller Based LUA Development Platform”