Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 619 Bytes

NFC Crocodile

Simple "Guess the word" game based on NFC technology and Flipper Zero.

Requirements

  • Flipper Zero
  • FW 0.84.2

Build

  1. Clone flipperdevices/flipperzero-firmware as described in it's documentation.
  2. Checkout flipperzero-firmware on tag corresponding FW on your device.
  3. Clone this repository into flipperzero-firmware/application_user
  4. Deploy on flipper: fbt launch_app APPSRC=nfc_crocodile

Known issues

Word for game is sent as NFC NDEF Type T record. This type of record is not suitable for iOS-based smartphones.