بدون توضیح

MX ca25c7e43d upd seader 2 سال پیش
.flipcorg c8103f5d64 move from broken to working apps 2 سال پیش
.github c8103f5d64 move from broken to working apps 2 سال پیش
icons c8103f5d64 move from broken to working apps 2 سال پیش
lib 59a1e67823 upd seader 2 سال پیش
protocol 59a1e67823 upd seader 2 سال پیش
scenes ca25c7e43d upd seader 2 سال پیش
.clang-format c8103f5d64 move from broken to working apps 2 سال پیش
.gitignore c8103f5d64 move from broken to working apps 2 سال پیش
LICENSE a7609351cd Initial commit 3 سال پیش
Makefile c8103f5d64 move from broken to working apps 2 سال پیش
Seader.png c8103f5d64 move from broken to working apps 2 سال پیش
aeabi_uldivmod.sx c8103f5d64 move from broken to working apps 2 سال پیش
application.fam 59a1e67823 upd seader 2 سال پیش
assembly.h c8103f5d64 move from broken to working apps 2 سال پیش
bsearch.c c8103f5d64 move from broken to working apps 2 سال پیش
ccid.c ca25c7e43d upd seader 2 سال پیش
ccid.h c8103f5d64 move from broken to working apps 2 سال پیش
changelog.md c8103f5d64 move from broken to working apps 2 سال پیش
fake_screenshot.pxd c8103f5d64 move from broken to working apps 2 سال پیش
readme.md ca25c7e43d upd seader 2 سال پیش
sam_api.c ca25c7e43d upd seader 2 سال پیش
sam_api.h 59a1e67823 upd seader 2 سال پیش
seader.asn1 c8103f5d64 move from broken to working apps 2 سال پیش
seader.c c8103f5d64 move from broken to working apps 2 سال پیش
seader.h c8103f5d64 move from broken to working apps 2 سال پیش
seader_bridge.h c8103f5d64 move from broken to working apps 2 سال پیش
seader_credential.c ca25c7e43d upd seader 2 سال پیش
seader_credential.h ca25c7e43d upd seader 2 سال پیش
seader_i.h c8103f5d64 move from broken to working apps 2 سال پیش
seader_worker.c 59a1e67823 upd seader 2 سال پیش
seader_worker.h 59a1e67823 upd seader 2 سال پیش
seader_worker_i.h c8103f5d64 move from broken to working apps 2 سال پیش
uart.c c8103f5d64 move from broken to working apps 2 سال پیش
uart.h c8103f5d64 move from broken to working apps 2 سال پیش

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. 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