Willy-JL b3f33b1fcd Seader: Use system icon asset packs 1 年間 前
..
.flipcorg b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
.github b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
docs b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
examples b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
icons b3f33b1fcd Seader: Use system icon asset packs 1 年間 前
lib b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
media b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
protocol b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
scenes b3f33b1fcd Seader: Use system icon asset packs 1 年間 前
web b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
.clang-format b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
.gitignore b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
.gitsubtree f59b3eb39e Fix merge 1 年間 前
LICENSE b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
Makefile b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
Seader.png b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
aeabi_uldivmod.sx b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
application.fam b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
assembly.h b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
bsearch.c b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
ccid.c b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
ccid.h b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
changelog.md b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
fake_screenshot.pxd b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
readme.md b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
sam_api.c b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
sam_api.h b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
seader.asn1 b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
seader.c f59b3eb39e Fix merge 1 年間 前
seader.h b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
seader_bridge.h b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
seader_credential.c b3f33b1fcd Seader: Use system icon asset packs 1 年間 前
seader_credential.h b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
seader_i.h b3f33b1fcd Seader: Use system icon asset packs 1 年間 前
seader_worker.c b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
seader_worker.h b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
seader_worker_i.h b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
uart.c b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前
uart.h b926006cf4 Add seader from https://github.com/bettse/seader 1 年間 前

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