Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Prepare nfc_rfid for fap catalog (#2)
Browse files Browse the repository at this point in the history
* Prepare nfc_rfid for fap catalog

* Rename catalog folder
  • Loading branch information
LionZXY authored Jul 21, 2023
1 parent b7c727e commit ccc6e20
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .catalog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Just run the app and hold your Flipper Zero near the reader. The following icons may appear on the screen:

- NFC icon - the reader uses the NFC technology, operating at 13.56 MHz.
- RFID icon - the reader uses the RFID technology, operating at 125 kHz. For RFID readers, the app displays the estimated frequency the reader operates at.
- Both NFC and RFID icons - the reader uses both technologies.


Binary file added .catalog/gallery/nfc-rfid-both-detected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .catalog/gallery/nfc-rfid-detection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .catalog/gallery/nfc-rfid-nfc-detected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .catalog/gallery/nfc-rfid-rfid-detected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ App(
fap_icon="nfc_rfid_detector_10px.png",
fap_category="Tools",
fap_icon_assets="images",
fap_description="Identify the reader type: NFC (13 MHz) and/or RFID (125 KHz).",
fap_author="SkorP",
)

0 comments on commit ccc6e20

Please sign in to comment.