Files
seader/readme.md
Eric Betts b5636c2e8f
Some checks failed
FAP: Build and lint / ufbt: Build for release branch (push) Failing after 2m34s
typo
2026-02-26 17:50:18 -08:00

3.4 KiB

🔐 Seader

A Flipper Zero application (aka "fap") that read credential from HID: iClass, iClass SE, Desfire EV1/EV2, and Seos using a HID SAM and UART adapter. Latest release on the App Catalog.

🐬 Bugs

File issues in GitHub.

🛠️ Hardware

Option 1: NARD flipper add-on

Buy it assembled at Red Team Tools, with or without SAM.

Or build it yourself from the files in the NARD repo.

Optionally 3d print a case designed by Antiklesys.

Option 2: SAMAdams

Buy it at Red Team Tools

Option 3: Flippermeister

Buy it at Red Team Tools.

Option 4: Smart Card 2 Click

Buy HID SAM:

Put SAM into adapter (because of chip on top) and plug into Smart Card 2 Click (Mikroe digikey with cheaper US shipping). Connect Smart Card 2 Click to Flipper Zero (See Connections below).

Optionally 3d print a case designed by sean

Connections

Smart Card 2 Click Flipper
5v 1
GND 8 / 11 / 18
TX 16
RX 15

🧩 Development

To Build App

  • Install ufbt
  • git submodule update --init --recursive to get dependencies
  • ufbt to build
  • ufbt launch to launch

To Build ASN1 (if you change seader.asn1)

  • Install git version of asnc1 (brew install asn1c --head on macos)
  • Run asn1c -D ./lib/asn1 -no-gen-example -no-gen-OER -no-gen-PER -pdu=all seader.asn1 in in root to generate asn1c files

🗃️ References

💾 Memory usage commands

  • arm-none-eabi-nm ~/.ufbt/build/seader.fap -CS --size-sort
  • arm-none-eabi-readelf ~/.ufbt/build/seader.fap -t
  • ufbt cli -> free_blocks