MX 1ba32f5831 upd seader .fam 2 lat temu
..
.flipcorg 350720149c add new apps 2 lat temu
.github 350720149c add new apps 2 lat temu
icons 6cc7a38f65 Update apps 2 lat temu
lib 350720149c add new apps 2 lat temu
scenes b4452cc9b9 New naming fixes part 1 2 lat temu
views 6cc7a38f65 Update apps 2 lat temu
.clang-format 350720149c add new apps 2 lat temu
.gitignore 350720149c add new apps 2 lat temu
LICENSE 350720149c add new apps 2 lat temu
Makefile 350720149c add new apps 2 lat temu
Seader.png 350720149c add new apps 2 lat temu
aeabi_uldivmod.sx 350720149c add new apps 2 lat temu
application.fam 1ba32f5831 upd seader .fam 2 lat temu
assembly.h 350720149c add new apps 2 lat temu
bsearch.c 350720149c add new apps 2 lat temu
ccid.c bdbed43345 update apps and add new apps 2 lat temu
ccid.h bdbed43345 update apps and add new apps 2 lat temu
changelog.md 350720149c add new apps 2 lat temu
fake_screenshot.pxd 350720149c add new apps 2 lat temu
readme.md 20ad64b878 update seader 2 lat temu
rfal_picopass.c 350720149c add new apps 2 lat temu
rfal_picopass.h 350720149c add new apps 2 lat temu
seader.asn1 350720149c add new apps 2 lat temu
seader.c 6cc7a38f65 Update apps 2 lat temu
seader.h 350720149c add new apps 2 lat temu
seader_bridge.h 6cc7a38f65 Update apps 2 lat temu
seader_credential.c cd514f1ddb update seader 2 lat temu
seader_credential.h cfd853939e new apps and updates 2 lat temu
seader_custom_event.h 6cc7a38f65 Update apps 2 lat temu
seader_i.h 6cc7a38f65 Update apps 2 lat temu
seader_worker.c 20ad64b878 update seader 2 lat temu
seader_worker.h bdbed43345 update apps and add new apps 2 lat temu
seader_worker_i.h 350720149c add new apps 2 lat temu
uart.c cfd853939e new apps and updates 2 lat temu
uart.h 350720149c add new apps 2 lat temu

readme.md

Seader

Flipper Zero application (aka "fap"). Versioning TBD.

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

Put SAM (USA EU CA) into adapter (because of chip on top) and plug into reader. Connect reader to Flipper Zero (See Connections below).

Optionally 3d print a case designed by sean

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 -pdu=all seader.asn in in root to generate asn1c files

References