posted Aug 7th 2009 2:04pm by
Caleb Kraft
filed under:
arduino hacks,
peripherals hacks,
wireless hacks
[Andrew Rapp] sent in this project called Droplet. He’s been doing work with Xbees and Arduinos together and built this little toy. He describes it as “sort of like a Chumby”. It has built in services for Twitter, Google Calendar, News, Gmail, etc. You can download the full source code and plans on his site. His next planned revisions include possibly running it from a sheevaplug, making a nice case for it, and utilizing the unused pins of the arduino.
posted Aug 4th 2008 11:30pm by
Adam Harris
filed under:
misc hacks,
security hacks

After building a USB magnetic stripe reader, [David Cranor] has found a way to fool a magnetic stripe reader using a hand-wound electromagnet and an iPod. The data on a card is read and stored on a computer, then encoded as a WAV file using a C++ program. The iPod plays the WAV file with the data through a single-stage opamp amplifier connected to the headphone jack. The amplifier is used to drive the electromagnet. Video embedded after the jump.
By no means is this a new idea. There have been a lot of magnetic stripe projects and software. This project in particular references the 1992 Phrack article “A Day in the Life of a Flux reversal” by [Count Zero].
Don’t get your hopes up just yet on strolling through high security installations using this little device. It can only replay the data from a card that has been recorded. If you don’t have a known working card, it won’t get you very far.
Read the rest of this entry »
posted Jul 19th 2008 12:00pm by
Eliot
filed under:
cellphones hacks

Adafruit Industries just announced their next kit: a SIM card reader. Using the kit, you can read or write any SIM card. You could use this for fun things like recovering deleted contacts and SMS messages. The kit looks like a very straight forward design (based on [Dejan]‘s work); the only chip is a hex inverter and the board is powered by a regulated 9V battery. With all through-hole components, it should be easy to assemble. You can talk to it using the board mounted serial port or connect to the extra pin header using an FTDI USB cable just like the Boarduino. The FTDI option is bus powered, so you won’t need the battery. [ladyada] has collected some resources in case you want to learn more about smart cards.