MX a68d8db0bc more updates пре 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 6cc7a38f65 Update apps пре 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 6cc7a38f65 Update apps пре 2 година
assembly.h 350720149c add new apps пре 2 година
bsearch.c 350720149c add new apps пре 2 година
ccid.c 6cc7a38f65 Update apps пре 2 година
ccid.h 350720149c add new apps пре 2 година
changelog.md 350720149c add new apps пре 2 година
fake_screenshot.pxd 350720149c add new apps пре 2 година
readme.md 350720149c add new apps пре 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 6cc7a38f65 Update apps пре 2 година
seader_credential.h 350720149c add new apps пре 2 година
seader_custom_event.h 6cc7a38f65 Update apps пре 2 година
seader_i.h 6cc7a38f65 Update apps пре 2 година
seader_worker.c a68d8db0bc more updates пре 2 година
seader_worker.h 350720149c add new apps пре 2 година
seader_worker_i.h 350720149c add new apps пре 2 година
uart.c 6cc7a38f65 Update apps пре 2 година
uart.h 350720149c add new apps пре 2 година

readme.md

Seader

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

Bugs

File issues in GitHub.

Hardware

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

Alternatively, NARD flipper add-on works.

Connections

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

Development

Update 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

Update App

  • Install UFBT
  • ufbt to build
  • ufbt launch to launch

References