mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
[FL-3089] Raw RFID documentation (#2592)
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
74fe003f8b
commit
e0fa2e7b12
1 changed files with 23 additions and 0 deletions
23
documentation/LFRFIDRaw.md
Normal file
23
documentation/LFRFIDRaw.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Reading RAW RFID data
|
||||
|
||||
Flipper Zero has the option to read RAW data from 125 kHz cards that allows you to record the card's data and save it, similar to how a dictaphone records sound.
|
||||
|
||||
To use this function, you need to activate the Debug mode on your Flipper Zero by doing the following:
|
||||
|
||||
1. Go to **Main Menu** → **Settings** → **System**.
|
||||
|
||||
2. Set **Debug** to **ON**.
|
||||
|
||||
Once the Debug mode is activated on your Flipper Zero, you can read RAW data from 125 kHz RFID cards:
|
||||
|
||||
1. Go to **Main Menu** → **125 kHz RFID** → **Extra Actions**.
|
||||
|
||||
2. Select **RAW RFID** data and name the raw file.
|
||||
|
||||
3. Read instructions and press **OK**.
|
||||
|
||||
4. Apply the card to Flipper Zero's back.
|
||||
|
||||
5. Once the reading is finished, press **OK**.
|
||||
|
||||
Two files with data (with ASK and PSK modulations) will be saved in the `lfrfid` folder on the microSD card. Now, you can share it and the card's photo with developers by creating an issue on GitHub.
|
Loading…
Reference in a new issue