|
|
7 bulan lalu | |
|---|---|---|
| .. | ||
| .catalog | 8 bulan lalu | |
| .github | 9 bulan lalu | |
| boards | 9 bulan lalu | |
| files | 9 bulan lalu | |
| headers | 9 bulan lalu | |
| images | 9 bulan lalu | |
| scenes | 8 bulan lalu | |
| .clang-format | 9 bulan lalu | |
| .gitattributes | 9 bulan lalu | |
| .gitignore | 9 bulan lalu | |
| .gitsubtree | 9 bulan lalu | |
| CHANGELOG.md | 7 bulan lalu | |
| LICENSE | 9 bulan lalu | |
| README.md | 8 bulan lalu | |
| aes_cmac.c | 9 bulan lalu | |
| aes_cmac.h | 9 bulan lalu | |
| application.fam | 7 bulan lalu | |
| des_cmac.c | 9 bulan lalu | |
| des_cmac.h | 9 bulan lalu | |
| example.seos | 8 bulan lalu | |
| keys-example.txt | 8 bulan lalu | |
| keys.c | 8 bulan lalu | |
| keys.h | 9 bulan lalu | |
| memmem.c | 9 bulan lalu | |
| secure_messaging.c | 9 bulan lalu | |
| secure_messaging.h | 9 bulan lalu | |
| seos.c | 8 bulan lalu | |
| seos.h | 8 bulan lalu | |
| seos.png | 9 bulan lalu | |
| seos_att.c | 9 bulan lalu | |
| seos_att.h | 9 bulan lalu | |
| seos_att_i.h | 9 bulan lalu | |
| seos_central.c | 8 bulan lalu | |
| seos_central.h | 8 bulan lalu | |
| seos_central_i.h | 9 bulan lalu | |
| seos_characteristic.c | 8 bulan lalu | |
| seos_characteristic.h | 8 bulan lalu | |
| seos_characteristic_i.h | 9 bulan lalu | |
| seos_common.c | 8 bulan lalu | |
| seos_common.h | 8 bulan lalu | |
| seos_credential.c | 8 bulan lalu | |
| seos_credential.h | 8 bulan lalu | |
| seos_credential_i.h | 8 bulan lalu | |
| seos_emulator.c | 8 bulan lalu | |
| seos_emulator.h | 8 bulan lalu | |
| seos_emulator_i.h | 9 bulan lalu | |
| seos_hci.c | 9 bulan lalu | |
| seos_hci.h | 9 bulan lalu | |
| seos_hci_h5.c | 9 bulan lalu | |
| seos_hci_h5.h | 9 bulan lalu | |
| seos_hci_h5_i.h | 9 bulan lalu | |
| seos_hci_i.h | 9 bulan lalu | |
| seos_i.h | 8 bulan lalu | |
| seos_l2cap.c | 9 bulan lalu | |
| seos_l2cap.h | 9 bulan lalu | |
| seos_l2cap_i.h | 9 bulan lalu | |
| seos_native_peripheral.c | 8 bulan lalu | |
| seos_native_peripheral.h | 9 bulan lalu | |
| seos_native_peripheral_i.h | 9 bulan lalu | |
| seos_profile.c | 9 bulan lalu | |
| seos_profile.h | 9 bulan lalu | |
| seos_reader.c | 8 bulan lalu | |
| seos_reader.h | 9 bulan lalu | |
| seos_reader_i.h | 9 bulan lalu | |
| seos_service.c | 9 bulan lalu | |
| seos_service.h | 9 bulan lalu | |
| seos_service_uuid.inc | 9 bulan lalu | |
| uart.c | 9 bulan lalu | |
| uart.h | 9 bulan lalu | |
| uart_i.h | 9 bulan lalu | |
Flipper app for reading and emulating Seos-compatible cards/fobs/mobile credentials.
The app uses all 00 keys by default. It uses an ADF OID of 030107090000000000 ("0.3.1.7.9.0.0.0.0.0").
If you'd like to use your own keys/ADF OID, use the format of the keys-example.txt to specify them, and place into SD Card/apps_data/seos/keys.txt
This software incorporates a third-party implementation of Seos®️ technology. It is not developed, authorized, licensed, or endorsed by HID Global, ASSA ABLOY, or any of their affiliates. References to Seos®️ are solely for descriptive and compatibility purposes.
No guarantee of compatibility or functionality is made. This implementation may not work with all Seos®️ -enabled systems, and its performance, security, and reliability are not assured. Users assume all risks associated with its use.
Seos®️ , HID Global, and ASSA ABLOY are trademarks or registered trademarks of their respective owners. This software is not associated with or sponsored by them in any way.
samples/bluetooth/hci_uart_3wireEdit boards/nrf52840dk_nrf52840.overlay and change current-speed to 460800 to match Flipper app.
west build -b nrf52840dk_nrf52840 -p auto
west flash
boards/nrf52840dongle_nrf52840.overlay to hci_uart_3wirenrfutil install nrf5sdk-toolswest build -b nrf52840dongle_nrf52840 -p autonrfutil nrf5sdk-tools pkg generate --hw-version 52 --sd-req=0x00 --application ./build/hci_uart_3wire/zephyr/zephyr.hex --application-version 1 app.zipnrfutil nrf5sdk-tools dfu usb-serial -pkg app.zip -p /dev/cu.usbmodemD39BF26162261| flipper purpose | pin | color | nRF52840 dk pin | nRF52840 dongle pin |
|---|---|---|---|---|
| rx | 16 | yellow | P0.06 | P0.20 |
| tx | 15 | orange | P0.08 | P0.24 |
| gnd | 11 | black | any ground | GND |
| power | 5v | red | VIN 3-5v | VBUS |