بدون توضیح

Eric Betts 544d673a74 ignored examples folder 2 سال پیش
.flipcorg 24a1691e7a Add screenshots 2 سال پیش
.github 6307e0df90 add workflow 2 سال پیش
docs a08952a2e6 initial import 2 سال پیش
examples 544d673a74 ignored examples folder 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 1f0a221fa0 Card read success back -> sam present 2 سال پیش
web d52faa56c8 link to app catalog https://lab.flipper.net/apps/seader 2 سال پیش
.clang-format a08952a2e6 initial import 2 سال پیش
.gitignore 544d673a74 ignored examples folder 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 a2bd8f0b31 v2.1 2 سال پیش
assembly.h 012b7cf052 ufbt format 2 سال پیش
bsearch.c a08952a2e6 initial import 2 سال پیش
ccid.c b68d1ffca4 tweak ccid retry counts 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 d52faa56c8 link to app catalog https://lab.flipper.net/apps/seader 2 سال پیش
sam_api.c 66d44fe06d logging and error handling 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 fd8f1afa7e Move saves into separate functions 2 سال پیش
seader_credential.h a0615641b8 Expand sio size, add more to virtual processing 2 سال پیش
seader_i.h 50a1e5f39c Break some functions out into a sam_api 2 سال پیش
seader_worker.c 66d44fe06d logging and error handling 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

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