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

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