MX 6e0a2abfc7 upd seader 1 year ago
..
.flipcorg b9bdcccd99 move from broken to working apps 2 years ago
.github b9bdcccd99 move from broken to working apps 2 years ago
icons b9bdcccd99 move from broken to working apps 2 years ago
lib 6e0a2abfc7 upd seader 1 year ago
plugin 6e0a2abfc7 upd seader 1 year ago
protocol 4cf65b0d8b upd seader 1 year ago
scenes 6e0a2abfc7 upd seader 1 year ago
.clang-format b9bdcccd99 move from broken to working apps 2 years ago
.gitignore b9bdcccd99 move from broken to working apps 2 years ago
LICENSE b9bdcccd99 move from broken to working apps 2 years ago
Makefile b9bdcccd99 move from broken to working apps 2 years ago
Seader.png b9bdcccd99 move from broken to working apps 2 years ago
aeabi_uldivmod.sx b9bdcccd99 move from broken to working apps 2 years ago
apdu_log.c c6e7e1164e upd seader 1 year ago
apdu_log.h c6e7e1164e upd seader 1 year ago
apdu_runner.c c6e7e1164e upd seader 1 year ago
apdu_runner.h c6e7e1164e upd seader 1 year ago
application.fam 6e0a2abfc7 upd seader 1 year ago
assembly.h 4cf65b0d8b upd seader 1 year ago
bsearch.c b9bdcccd99 move from broken to working apps 2 years ago
ccid.c c6e7e1164e upd seader 1 year ago
ccid.h 4cf65b0d8b upd seader 1 year ago
changelog.md b9bdcccd99 move from broken to working apps 2 years ago
lrc.c 4cf65b0d8b upd seader 1 year ago
lrc.h 4cf65b0d8b upd seader 1 year ago
readme.md 6e0a2abfc7 upd seader 1 year ago
sam_api.c 6e0a2abfc7 upd seader 1 year ago
sam_api.h 3ee528002e upd seader 2 years ago
seader.asn1 8b99bc6800 upd seader 1 year ago
seader.c a6b8020f83 remove deprecated view_dispatcher_enable_queue 1 year ago
seader.h b9bdcccd99 move from broken to working apps 2 years ago
seader_bridge.h 4cf65b0d8b upd seader 1 year ago
seader_credential.c 6e0a2abfc7 upd seader 1 year ago
seader_credential.h 6e0a2abfc7 upd seader 1 year ago
seader_i.h 6e0a2abfc7 upd seader 1 year ago
seader_worker.c f6a1e3e2b9 upd seader 1 year ago
seader_worker.h c6e7e1164e upd seader 1 year ago
seader_worker_i.h 6e0a2abfc7 upd seader 1 year ago
t_1.c c6e7e1164e upd seader 1 year ago
t_1.h 4cf65b0d8b upd seader 1 year ago
uart.c c6e7e1164e upd seader 1 year ago
uart.h e8ac70f6d6 upd seader 2 years ago

readme.md

Seader

A Flipper Zero application (aka "fap") to interface with a SAM from the Flipper Zero over UART. Latest release on the App Catalog.

Bugs

File issues in GitHub.

Formats

Seader can save from the Source(top) formats to the Destination(left) formats.

Seos Desfire Ev2 Desfire Ev1 MFC SE MFC (legacy) iClass SE iClass SR iClass (legacy)
Seader (no SIO) x x x x x x x x
LFRFID x x x x x x x x
iClass (legacy) X x x X X x x X
MFC (legacy) X x x X X x x X
Seader (with SIO) x x x x
iClass SR (emulation only) x x x x

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: Smart Card 2 Click

Put SAM (USA EU CA) into adapter (because of chip on top) and plug into reader (alt: digikey with cheaper US shipping). Connect reader 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
  • 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