readme.md 1.9 KB

Seader

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

Bugs

File issues in GitLab.

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

  • 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
  • Checkout or symlink to flipper-firmware's applications_user folder
  • ./fbt fap_seader to build
  • ./fbt launch_app APPSRC=seader to build/launch

References