No Description

Eric Betts dbb9efe27a Update plugin 1 year ago
.flipcorg 24a1691e7a Add screenshots 2 years ago
.github 124549cae4 Add submodule to git workflow checkout 1 year ago
docs a08952a2e6 initial import 2 years ago
examples 544d673a74 ignored examples folder 2 years ago
icons 6982b4533b Add view showing gpio traffic 2 years ago
lib 87813fc67d serial number 1 year ago
media a08952a2e6 initial import 2 years ago
plugin @ 30d5c440e6 dbb9efe27a Update plugin 1 year ago
protocol 5e1c5a893a Consolidate some defines 2 years ago
scenes f907489303 H10301 parsing 1 year ago
web 403ee9dca5 Add digikey smartcard2click link 1 year ago
.clang-format a08952a2e6 initial import 2 years ago
.gitignore 544d673a74 ignored examples folder 2 years ago
.gitmodules 877cf035bd Change submodule to http 1 year ago
LICENSE 120afebff3 Create LICENSE 2 years ago
Makefile a08952a2e6 initial import 2 years ago
Seader.png a08952a2e6 initial import 2 years ago
aeabi_uldivmod.sx e2cbe6cf9f Rename file extension .S to .sx to fix compile bug on Windows 2 years ago
application.fam 4688e5f1cd v2.7 1 year ago
assembly.h 012b7cf052 ufbt format 2 years ago
bsearch.c a08952a2e6 initial import 2 years ago
ccid.c 5c13f3588a Track sam command sent for better response handling 1 year ago
ccid.h 99c04ee2ed WIP: reduce thread priority and use a message queue 2 years ago
changelog.md c8ac6eeb81 Changelog header 2 years ago
fake_screenshot.pxd a08952a2e6 initial import 2 years ago
readme.md 403ee9dca5 Add digikey smartcard2click link 1 year ago
sam_api.c 57aba91b64 log incoming apdu 1 year ago
sam_api.h ec3ded124f continue work on picopass state machine 2 years ago
seader.asn1 87813fc67d serial number 1 year ago
seader.c f736e8d085 fix plugin check 1 year ago
seader.h 50a1e5f39c Break some functions out into a sam_api 2 years ago
seader_bridge.h 996e90b5fc double size of rx buffer 1 year ago
seader_credential.c 7ac58d7de7 re #15 create picopass folder 1 year ago
seader_credential.h a000c7d053 Fix seos support after ev2 trick 2 years ago
seader_i.h 0cb6383f1b Move plugin to folder 1 year ago
seader_worker.c b983749b2e better info logging 1 year ago
seader_worker.h 5c13f3588a Track sam command sent for better response handling 1 year ago
seader_worker_i.h 50a1e5f39c Break some functions out into a sam_api 2 years ago
uart.c 9aca17b015 builds against RC 2 years ago
uart.h bb274e73bc Builds against uart refactor 2 years ago

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