Willy-JL dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
..
.flipcorg dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
.github dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
icons dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
lib dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
protocol dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
scenes dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
.clang-format dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
.gitignore dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
.gitsubtree dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
LICENSE dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
Makefile dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
Seader.png dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
aeabi_uldivmod.sx dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
application.fam dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
assembly.h dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
bsearch.c dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
ccid.c dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
ccid.h dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
changelog.md dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
fake_screenshot.pxd dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
readme.md dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
sam_api.c dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
sam_api.h dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
seader.asn1 dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
seader.c dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
seader.h dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
seader_bridge.h dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
seader_credential.c dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
seader_credential.h dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
seader_i.h dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
seader_worker.c dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
seader_worker.h dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
seader_worker_i.h dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
uart.c dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans
uart.h dec417bed8 Add seader from https://github.com/xMasterX/all-the-plugins il y a 2 ans

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