Square will allow phones to easily take credit cards, looks like a cool little sound to mag stripe hack/dongle. We’ll try and get one to take apart soon.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Join us every Wednesday night at 8pm ET for Ask an Engineer!
Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord
CircuitPython – The easiest way to program microcontrollers – CircuitPython.org
New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
Adafruit IoT Monthly — The 2024 Recap Issue!
Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona
Electronics – Adafruit Daily — SMT Tip – Stop moving around!
6 Comments
Sorry, the comment form is closed at this time.
Are they expecting people to type their PIN into somebody else’s random phone?
Just like you would with any merchant, you have to put trust in the person you’re giving your information out to. It’s exactly the same information you enter on adafruit.com, only this time in iPhone-form. Also, it’s not the 4 digit PIN, rather it’s the card number (16 digits, if I recall).
“We will try and get one to take apart soon.”
Yay! I can not wait…
(please delete the previous comment
Similar to this, which I found interesting: http://www.instructables.com/id/Magnetic_stripe_card_spoofer/
@peedekk
Thanks for posting that link! I’ve been wanting to do something like that for a long time. Now I can finally get back at Julia for… …just kidding!
I’m not sure you’re going to find much in there other than the mag stripe reader head itself. I built something like this back in the early 90’s by connecting a mag stripe reader head directly to the microphone input on a sound card. After recording a swipe I was able to see that the zero-crossings of the resulting wave form matched the magnetic pole reversals on the stripe well enough to read the data. I wrote a little program in C to decode the magnetic stripe data and display it. The only tricky bit was compensating for the fact that, no matter how hard you try, the end of the swipe is always faster than the beginning, so your bit times get shorter and shorter over the course of the swipe.
If anyone’s wondering where I got the mag stripe data format specs, it was in an issue of Phrack magazine. God bless old-school hacker zines!