MX cfd853939e new apps and updates il y a 2 ans
..
.flipcorg 350720149c add new apps il y a 2 ans
.github 350720149c add new apps il y a 2 ans
icons 6cc7a38f65 Update apps il y a 2 ans
lib 350720149c add new apps il y a 2 ans
scenes cfd853939e new apps and updates il y a 2 ans
views 6cc7a38f65 Update apps il y a 2 ans
.clang-format 350720149c add new apps il y a 2 ans
.gitignore 350720149c add new apps il y a 2 ans
LICENSE 350720149c add new apps il y a 2 ans
Makefile 350720149c add new apps il y a 2 ans
Seader.png 350720149c add new apps il y a 2 ans
aeabi_uldivmod.sx 350720149c add new apps il y a 2 ans
application.fam 6cc7a38f65 Update apps il y a 2 ans
assembly.h 350720149c add new apps il y a 2 ans
bsearch.c 350720149c add new apps il y a 2 ans
ccid.c cfd853939e new apps and updates il y a 2 ans
ccid.h cfd853939e new apps and updates il y a 2 ans
changelog.md 350720149c add new apps il y a 2 ans
fake_screenshot.pxd 350720149c add new apps il y a 2 ans
readme.md 350720149c add new apps il y a 2 ans
rfal_picopass.c 350720149c add new apps il y a 2 ans
rfal_picopass.h 350720149c add new apps il y a 2 ans
seader.asn1 350720149c add new apps il y a 2 ans
seader.c 6cc7a38f65 Update apps il y a 2 ans
seader.h 350720149c add new apps il y a 2 ans
seader_bridge.h 6cc7a38f65 Update apps il y a 2 ans
seader_credential.c cfd853939e new apps and updates il y a 2 ans
seader_credential.h cfd853939e new apps and updates il y a 2 ans
seader_custom_event.h 6cc7a38f65 Update apps il y a 2 ans
seader_i.h 6cc7a38f65 Update apps il y a 2 ans
seader_worker.c cfd853939e new apps and updates il y a 2 ans
seader_worker.h 350720149c add new apps il y a 2 ans
seader_worker_i.h 350720149c add new apps il y a 2 ans
uart.c cfd853939e new apps and updates il y a 2 ans
uart.h 350720149c add new apps il y a 2 ans

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