Skip to content

Adding cards

Zachary Weiss edited this page Jun 11, 2024 · 2 revisions

Note

There do not yet exist any GPIO modules that allow one to read magstripes, only to emulate; adding cards is currently a manual process.

To add a magstripe card, one will need a magstripe reader and a computer.

  1. Connect a magstripe reader to your computer over USB.
  2. Open a text editor
  3. Swipe your card through the reader; you should see your card's data typed out into the text editor.
  4. Make a copy of one of the sample .mag files (can be found under resources in this repo, or under /apps_data/magspoof/ on your Flipper's SD card after first launch of the app)
  5. Replace the sample data in the template with the data from your card, splitting the data into tracks.
  6. Save the new card as a uniquely named .mag file to /apps_data/magspoof/ on your SD.

Getting Started

Clone this wiki locally