mirror of
https://github.com/nortakales/flipper-zero-tonies.git
synced 2025-12-06 06:45:05 +01:00
Added Ghost-Spider
This commit is contained in:
parent
965048642c
commit
fb47413ec6
2 changed files with 37 additions and 2 deletions
|
|
@ -0,0 +1,31 @@
|
||||||
|
Filetype: Flipper NFC device
|
||||||
|
Version: 4
|
||||||
|
# Device type can be ISO14443-3A, ISO14443-3B, ISO14443-4A, ISO14443-4B, ISO15693-3, FeliCa, NTAG/Ultralight, Mifare Classic, Mifare DESFire, SLIX, ST25TB
|
||||||
|
Device type: SLIX
|
||||||
|
# UID is common for all formats
|
||||||
|
UID: E0 04 03 50 1D C4 80 75
|
||||||
|
# ISO15693-3 specific data
|
||||||
|
# Data Storage Format Identifier
|
||||||
|
DSFID: 00
|
||||||
|
# Application Family Identifier
|
||||||
|
AFI: 00
|
||||||
|
# IC Reference - Vendor specific meaning
|
||||||
|
IC Reference: 03
|
||||||
|
# Lock Bits
|
||||||
|
Lock DSFID: false
|
||||||
|
Lock AFI: false
|
||||||
|
# Number of memory blocks, valid range = 1..256
|
||||||
|
Block Count: 8
|
||||||
|
# Size of a single memory block, valid range = 01...20 (hex)
|
||||||
|
Block Size: 04
|
||||||
|
Data Content: 99 9F EE ED 52 C5 02 1B 41 B5 A0 D5 4A 38 79 0F 83 FB 73 34 45 06 14 5E 48 F6 F7 94 67 BC 10 1F
|
||||||
|
# Block Security Status: 01 = locked, 00 = not locked
|
||||||
|
Security Status: 00 00 00 00 00 00 00 00
|
||||||
|
# SLIX specific data
|
||||||
|
# Passwords are optional. If a password is omitted, a default value will be used
|
||||||
|
Password Privacy: 7F FD 6E 5B
|
||||||
|
Password Destroy: 0F 0F 0F 0F
|
||||||
|
Password EAS: 00 00 00 00
|
||||||
|
Privacy Mode: false
|
||||||
|
# SLIX Lock Bits
|
||||||
|
Lock EAS: false
|
||||||
|
|
@ -1,6 +1,10 @@
|
||||||
|
|
||||||
This repo contains `.nfc` files to be used with Flipper Zero. Just place them in your `nfc` folder, and then emulate them.
|
This repo contains `.nfc` files to be used with Flipper Zero. Just place them in your `nfc` folder, and then emulate them.
|
||||||
|
|
||||||
***Note: Reading/emulating SLIX-L chips is a fairly new addition to the official Flipper Zero firmware (as of `0.99.1`), so make sure you are on that version or newer. I'm not sure about unoffical firmwares and which versions support this yet.***
|
|
||||||
|
|
||||||
Pull requests welcome!
|
Pull requests welcome!
|
||||||
|
|
||||||
|
**Notes**
|
||||||
|
|
||||||
|
* Reading/emulating SLIX-L chips is a fairly new addition to the official Flipper Zero firmware. It disappeared for a few releases and came back as of `0.99.1` (with a different file format), so make sure you are on that version or newer. I'm not sure about unofficial firmwares and which versions support this yet.
|
||||||
|
* The Tonie Box downloads the audio data from servers, so it is possible that the data in this repo no longer works at some point. Keep that in mind if you are uploading your kid's cherished figures.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue