|
@@ -2,11 +2,17 @@
|
|
|
|
|
|
|
|
[Flipper Zero](https://flipperzero.one/) application (aka "fap"). Versioning TBD.
|
|
[Flipper Zero](https://flipperzero.one/) application (aka "fap"). Versioning TBD.
|
|
|
|
|
|
|
|
-### Hardware
|
|
|
|
|
|
|
+## Bugs
|
|
|
|
|
|
|
|
-Put [HID 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).
|
|
|
|
|
|
|
+File issues in [GitLab](https://gitlab.com/bettse/seader/-/issues).
|
|
|
|
|
|
|
|
-## Connections
|
|
|
|
|
|
|
+## 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).
|
|
|
|
|
+
|
|
|
|
|
+Alternatively, [NARD flipper add-on](https://github.com/killergeek/nard) works.
|
|
|
|
|
+
|
|
|
|
|
+### Connections
|
|
|
|
|
|
|
|
| Smart Card 2 Click | Flipper |
|
|
| Smart Card 2 Click | Flipper |
|
|
|
| ------------------ | ----------- |
|
|
| ------------------ | ----------- |
|
|
@@ -15,9 +21,19 @@ Put [HID SAM](https://www.cdw.com/product/hp-sim-for-hid-iclass-for-hip2-reader-
|
|
|
| TX | 16 |
|
|
| TX | 16 |
|
|
|
| RX | 15 |
|
|
| RX | 15 |
|
|
|
|
|
|
|
|
|
|
+
|
|
|
## Development
|
|
## Development
|
|
|
|
|
|
|
|
* 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 `make` in in root to generate asn1c files
|
|
* Run `make` in in root to generate asn1c files
|
|
|
- * Checkout or symalink to flipper-firmware's applications_user folder
|
|
|
|
|
- * `./fbt fap_seader`
|
|
|
|
|
|
|
+ * Checkout or symlink to flipper-firmware's applications_user folder
|
|
|
|
|
+ * `./fbt fap_seader` to build
|
|
|
|
|
+ * `./fbt launch_app APPSRC=seader` to build/launch
|
|
|
|
|
+
|
|
|
|
|
+## References
|
|
|
|
|
+
|
|
|
|
|
+- [omnikey_5025_cl_software_developer_guide_mn_en](https://www.virtualsecurity.nl/amfile/file/download/file/18/product/1892/)
|
|
|
|
|
+- [omnikey_5326_dfr_softwaredeveloperguide](https://www.hidglobal.com/sites/default/files/documentlibrary/omnikey_5326_dfr_softwaredeveloperguide.pdf)
|
|
|
|
|
+- [omnikey_5027_software_developer_guide](https://www.hidglobal.com/sites/default/files/documentlibrary/omnikey_5027_software_developer_guide.pdf)
|
|
|
|
|
+- [PLT-03362 A.0 - iCLASS Reader Writer Migration Application Note](http://web.archive.org/web/20230330180023/https://info.hidglobal.com/rs/289-TSC-352/images/PLT-03362%20A.0%20-%20iCLASS%20Reader%20Writer%20Migration%20Application%20Note.pdf)
|
|
|
|
|
+- [HID SE reader消息模块的ANS.1 BER学习](https://blog.csdn.net/eyasys/article/details/8501200)
|