-
-
Notifications
You must be signed in to change notification settings - Fork 30
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.
- Connect a magstripe reader to your computer over USB.
- Open a text editor
- Swipe your card through the reader; you should see your card's data typed out into the text editor.
- Make a copy of one of the sample
.mag
files (can be found underresources
in this repo, or under/apps_data/magspoof/
on your Flipper's SD card after first launch of the app) - Replace the sample data in the template with the data from your card, splitting the data into tracks.
- Save the new card as a uniquely named
.mag
file to/apps_data/magspoof/
on your SD.