|
@@ -8,28 +8,25 @@ File issues in [GitHub](https://github.com/bettse/seader/issues).
|
|
|
|
|
|
|
|
## Hardware
|
|
## Hardware
|
|
|
|
|
|
|
|
-Put **[SAM](https://www.cdw.com/product/hp-sim-for-hid-iclass-for-hip2-reader-security-sim/4854794)** into **[adapter](https://a.co/d/1E9Zk1h)** (because of chip on top) and plug into **[reader](https://www.mikroe.com/smart-card-2-click)**. Connect reader to Flipper Zero (See `Connections` below).
|
|
|
|
|
|
|
+### Option 1: NARD flipper add-on
|
|
|
|
|
+
|
|
|
|
|
+Buy it assembled at [Red Team Tools](https://www.redteamtools.com/nard-sam-expansion-board-for-flipper-zero-with-hid-seos-iclass-sam/), with or without SAM.
|
|
|
|
|
|
|
|
-Alternatively, [NARD flipper add-on](https://github.com/killergeek/nard) works.
|
|
|
|
|
|
|
|
|
|
-### Connections
|
|
|
|
|
|
|
+Or build it yourself from the files in the [NARD repo](https://github.com/killergeek/nard).
|
|
|
|
|
|
|
|
-| Smart Card 2 Click | Flipper |
|
|
|
|
|
-| ------------------ | ----------- |
|
|
|
|
|
-| 5v | 1 |
|
|
|
|
|
-| GND | 8 / 11 / 18 |
|
|
|
|
|
-| TX | 16 |
|
|
|
|
|
-| RX | 15 |
|
|
|
|
|
|
|
+### Option 2: Smart Card 2 Click
|
|
|
|
|
|
|
|
|
|
+Put **[SAM](https://www.cdw.com/product/hp-sim-for-hid-iclass-for-hip2-reader-security-sim/4854794)** into **[adapter](https://a.co/d/1E9Zk1h)** (because of chip on top) and plug into **[reader](https://www.mikroe.com/smart-card-2-click)**. Connect reader to Flipper Zero (See `Connections` below).
|
|
|
|
|
|
|
|
## Development
|
|
## Development
|
|
|
|
|
|
|
|
-### Update ASN1
|
|
|
|
|
|
|
+### To Build ASN1
|
|
|
|
|
|
|
|
* Install git version of [asnc1](https://github.com/vlm/asn1c) (`brew install asn1c --head` on macos)
|
|
* Install git version of [asnc1](https://github.com/vlm/asn1c) (`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
|
|
* Run `asn1c -D ./lib/asn1 -no-gen-example -pdu=all seader.asn` in in root to generate asn1c files
|
|
|
|
|
|
|
|
-### Update App
|
|
|
|
|
|
|
+### To Build App
|
|
|
|
|
|
|
|
* Install [UFBT](https://github.com/flipperdevices/flipperzero-ufbt)
|
|
* Install [UFBT](https://github.com/flipperdevices/flipperzero-ufbt)
|
|
|
* `ufbt` to build
|
|
* `ufbt` to build
|