Bez popisu

Eric Betts d52faa56c8 link to app catalog https://lab.flipper.net/apps/seader před 2 roky
.flipcorg 24a1691e7a Add screenshots před 2 roky
.github 6307e0df90 add workflow před 2 roky
docs a08952a2e6 initial import před 2 roky
icons 6982b4533b Add view showing gpio traffic před 2 roky
lib b5290e7b15 add loclass před 2 roky
media a08952a2e6 initial import před 2 roky
protocol 5e1c5a893a Consolidate some defines před 2 roky
scenes 31894f4584 Virtual processing with Seader credential file před 2 roky
web d52faa56c8 link to app catalog https://lab.flipper.net/apps/seader před 2 roky
.clang-format a08952a2e6 initial import před 2 roky
.gitignore 83d70158d2 changes to support ufbt před 2 roky
LICENSE 120afebff3 Create LICENSE před 2 roky
Makefile a08952a2e6 initial import před 2 roky
Seader.png a08952a2e6 initial import před 2 roky
aeabi_uldivmod.sx e2cbe6cf9f Rename file extension .S to .sx to fix compile bug on Windows před 2 roky
application.fam a2bd8f0b31 v2.1 před 2 roky
assembly.h 012b7cf052 ufbt format před 2 roky
bsearch.c a08952a2e6 initial import před 2 roky
ccid.c b50a757940 switch queue message to simple struct před 2 roky
ccid.h 99c04ee2ed WIP: reduce thread priority and use a message queue před 2 roky
changelog.md c8ac6eeb81 Changelog header před 2 roky
fake_screenshot.pxd a08952a2e6 initial import před 2 roky
readme.md d52faa56c8 link to app catalog https://lab.flipper.net/apps/seader před 2 roky
sam_api.c cca8f894d4 Remove early push to view during virtual před 2 roky
sam_api.h ec3ded124f continue work on picopass state machine před 2 roky
seader.asn1 dbe6339695 Add type před 2 roky
seader.c 44051c3d34 WIP před 2 roky
seader.h 50a1e5f39c Break some functions out into a sam_api před 2 roky
seader_bridge.h 6982b4533b Add view showing gpio traffic před 2 roky
seader_credential.c b20353d4e1 Save picopass to picopass folder před 2 roky
seader_credential.h 5e1c5a893a Consolidate some defines před 2 roky
seader_i.h 50a1e5f39c Break some functions out into a sam_api před 2 roky
seader_worker.c cca8f894d4 Remove early push to view during virtual před 2 roky
seader_worker.h acb848d98e WIP: detection před 2 roky
seader_worker_i.h 50a1e5f39c Break some functions out into a sam_api před 2 roky
uart.c ec7a503ffc reduce logs před 2 roky
uart.h b00ab1c854 rename sub.h to seader_bridge.h před 2 roky

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