Нема описа

Eric Betts ec3ded124f continue work on picopass state machine пре 2 година
.flipcorg 24a1691e7a Add screenshots пре 2 година
.github 6307e0df90 add workflow пре 2 година
docs a08952a2e6 initial import пре 2 година
icons 6982b4533b Add view showing gpio traffic пре 2 година
lib b5290e7b15 add loclass пре 2 година
media a08952a2e6 initial import пре 2 година
protocol 5e1c5a893a Consolidate some defines пре 2 година
scenes acb848d98e WIP: detection пре 2 година
web 33999af473 Add link to nard case пре 2 година
.clang-format a08952a2e6 initial import пре 2 година
.gitignore 83d70158d2 changes to support ufbt пре 2 година
LICENSE 120afebff3 Create LICENSE пре 2 година
Makefile a08952a2e6 initial import пре 2 година
Seader.png a08952a2e6 initial import пре 2 година
aeabi_uldivmod.sx e2cbe6cf9f Rename file extension .S to .sx to fix compile bug on Windows пре 2 година
application.fam d83fa2e41f add mbedtls lib пре 2 година
assembly.h 012b7cf052 ufbt format пре 2 година
bsearch.c a08952a2e6 initial import пре 2 година
ccid.c b50a757940 switch queue message to simple struct пре 2 година
ccid.h 99c04ee2ed WIP: reduce thread priority and use a message queue пре 2 година
changelog.md c8ac6eeb81 Changelog header пре 2 година
fake_screenshot.pxd a08952a2e6 initial import пре 2 година
readme.md 1792f3229d fix connections missing on readme пре 2 година
sam_api.c ec3ded124f continue work on picopass state machine пре 2 година
sam_api.h ec3ded124f continue work on picopass state machine пре 2 година
seader.asn1 dbe6339695 Add type пре 2 година
seader.c 44051c3d34 WIP пре 2 година
seader.h 50a1e5f39c Break some functions out into a sam_api пре 2 година
seader_bridge.h 6982b4533b Add view showing gpio traffic пре 2 година
seader_credential.c 5e1c5a893a Consolidate some defines пре 2 година
seader_credential.h 5e1c5a893a Consolidate some defines пре 2 година
seader_i.h 50a1e5f39c Break some functions out into a sam_api пре 2 година
seader_worker.c 27786723fe use define for array size пре 2 година
seader_worker.h acb848d98e WIP: detection пре 2 година
seader_worker_i.h 50a1e5f39c Break some functions out into a sam_api пре 2 година
uart.c ec7a503ffc reduce logs пре 2 година
uart.h b00ab1c854 rename sub.h to seader_bridge.h пре 2 година

readme.md

Seader

Flipper Zero application (aka "fap"). Versioning TBD.

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