{"id":20857123,"url":"https://github.com/flipperdevices/flipperzero-sd-card-examples","last_synced_at":"2026-03-14T09:02:49.175Z","repository":{"id":37255490,"uuid":"491219792","full_name":"flipperdevices/flipperzero-sd-card-examples","owner":"flipperdevices","description":"Examples of all types of files stored on Flipper Zero SD card","archived":false,"fork":false,"pushed_at":"2022-06-13T22:14:32.000Z","size":1041,"stargazers_count":173,"open_issues_count":1,"forks_count":19,"subscribers_count":14,"default_branch":"dev","last_synced_at":"2025-01-19T07:13:26.092Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flipperdevices.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-11T17:58:54.000Z","updated_at":"2025-01-01T04:49:54.000Z","dependencies_parsed_at":"2022-07-20T11:47:28.905Z","dependency_job_id":null,"html_url":"https://github.com/flipperdevices/flipperzero-sd-card-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipperzero-sd-card-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipperzero-sd-card-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipperzero-sd-card-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flipperdevices%2Fflipperzero-sd-card-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flipperdevices","download_url":"https://codeload.github.com/flipperdevices/flipperzero-sd-card-examples/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243230060,"owners_count":20257640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T04:36:19.625Z","updated_at":"2025-12-24T09:52:59.594Z","avatar_url":"https://github.com/flipperdevices.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# flipperzero-sd-card-examples\nExamples of all types of files stored on Flipper Zero SD card\n\n\n## SD Card file structure\n\n```\nFLIPPER SD\n├── favorites.txt # List of items displayed in Favorites\n├── Manifest # Resource files list\n├── badusb # Put Rubber Ducky scripts here\n│   ├── demo_macos.txt  # MacOS sample script\n│   └── demo_windows.txt # Windows sample script\n├── dolphin\n│   ├── L1_Furippa1_128x64\n│   │   ├── frame_x.bm # Animation frame\n│   │   └── meta.txt # Set of rules for playing frames\n│   └── manifest.txt # Describes animation selection parameters\n├── ibutton\n│   ├── Cyfral.ibtn # Cyfral key\n│   ├── Dallas.ibtn # Dallas key\n│   └── Metakom.ibtn # Metakom key\n├── infrared\n│   ├── TV_bedroom.ir # Samsung remote\n│   ├── Apple_tv.ir # Apple tv remote\n│   └── assets # Signal libraries\n│       └── tv.ir\n├── lfrfid\n│   ├── Em_marine.rfid # EM4100 sample key \n│   ├── Hid_prox.rfid # H10301 sample key EM4100\n│   └── Indala.rfid # I40134 sample key\n├── music_player # List of tunes to play\n│   ├── Chasing.fmf # Sample tune\n│   └── Marble_Machine.fmf # Sample tune\n├── nfc\n│   ├── Desfire.nfc # Desfire card\n│   ├── Ntag_213.nfc # Ntag_213 card\n│   ├── Ntag_216.nfc # Ntag_216 card\n│   ├── Classik_1k.nfc # Classik_1k card\n│   ├── RocketBank.nfc # Banking card\n│   ├── UID.nfc # Card with only UID data\n│   └── assets # NFC libraries\n│       ├── aid.nfc\n│       ├── country_code.nfc\n│       ├── currency_code.nfc\n│       └── mf_classic_dict.nfc\n├── rwfiletest.bin # Creates after running SD benchmark\n├── subghz\n│   ├── ****.sub # Captured packet\n│   ├── ****_raw.sub # Recordered raw signal\n│   └── assets\n│       ├── came_atomo\n│       ├── keeloq_mfcodes\n│       ├── keeloq_mfcodes_user\n│       ├── nice_flor_s\n│       ├── setting_frequency_analyzer_user\n│       └── setting_user\n├── u2f\n│   ├── assets\n│   │   ├── cert.der # Public certificate\n│   │   └── cert_key.u2f # Private key\n│   ├── cnt.u2f # Key counter\n│   └── key.u2f # Device key\n└── update\n    └── f7-update-dev-29042022-0eac917f\n        ├── backup.tar # Flipper configuration snapshot\n        ├── flipper-z-f7-full-dev-29042022-0eac917f.dfu # Target firmware \n        ├── flipper-z-f7-updater-dev-29042022-0eac917f.bin # Updater image for RAM execution\n        ├── resources.tar # Assets archive\n        ├── stm32wb5x_BLE_Stack_light_fw.bin # Radio core firmware\n        └── update.fuf # Update package manifest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipperdevices%2Fflipperzero-sd-card-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflipperdevices%2Fflipperzero-sd-card-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflipperdevices%2Fflipperzero-sd-card-examples/lists"}