MX 83d7bdd993 update seader 1 rok temu
..
.flipcorg b9bdcccd99 move from broken to working apps 2 lat temu
.github b9bdcccd99 move from broken to working apps 2 lat temu
icons b9bdcccd99 move from broken to working apps 2 lat temu
lib 8b99bc6800 upd seader 1 rok temu
protocol 3ee528002e upd seader 2 lat temu
scenes 78b2d3a1f8 upd seader 2 lat temu
.clang-format b9bdcccd99 move from broken to working apps 2 lat temu
.gitignore b9bdcccd99 move from broken to working apps 2 lat temu
LICENSE b9bdcccd99 move from broken to working apps 2 lat temu
Makefile b9bdcccd99 move from broken to working apps 2 lat temu
Seader.png b9bdcccd99 move from broken to working apps 2 lat temu
aeabi_uldivmod.sx b9bdcccd99 move from broken to working apps 2 lat temu
application.fam 83d7bdd993 update seader 1 rok temu
assembly.h b9bdcccd99 move from broken to working apps 2 lat temu
bsearch.c b9bdcccd99 move from broken to working apps 2 lat temu
ccid.c 83d7bdd993 update seader 1 rok temu
ccid.h b9bdcccd99 move from broken to working apps 2 lat temu
changelog.md b9bdcccd99 move from broken to working apps 2 lat temu
fake_screenshot.pxd b9bdcccd99 move from broken to working apps 2 lat temu
readme.md 8b99bc6800 upd seader 1 rok temu
sam_api.c 83d7bdd993 update seader 1 rok temu
sam_api.h 3ee528002e upd seader 2 lat temu
seader.asn1 8b99bc6800 upd seader 1 rok temu
seader.c 83d7bdd993 update seader 1 rok temu
seader.h b9bdcccd99 move from broken to working apps 2 lat temu
seader_bridge.h 83d7bdd993 update seader 1 rok temu
seader_credential.c cb94234f36 upd seader 2 lat temu
seader_credential.h 78b2d3a1f8 upd seader 2 lat temu
seader_i.h 83d7bdd993 update seader 1 rok temu
seader_worker.c 83d7bdd993 update seader 1 rok temu
seader_worker.h 83d7bdd993 update seader 1 rok temu
seader_worker_i.h b9bdcccd99 move from broken to working apps 2 lat temu
uart.c e8ac70f6d6 upd seader 2 lat temu
uart.h e8ac70f6d6 upd seader 2 lat temu

readme.md

Seader

A Flipper Zero application (aka "fap") to interface with a SAM from the Flipper Zero over UART. Latest release on the App Catalog.

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 (alt: digikey with cheaper US shipping). Connect reader to Flipper Zero (See Connections below).

Optionally 3d print a case designed by sean

Connections

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

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