No description
  • C 93.5%
  • Shell 6.5%
Find a file
2026-08-16 11:57:03 +02:00
apps/remote Add TEAC backup and combined Philips+TEAC remote 2026-08-16 11:57:03 +02:00
infrared/db Add TEAC backup and combined Philips+TEAC remote 2026-08-16 11:57:03 +02:00
README.md Initial commit: infrared remotes db + apps 2026-08-15 18:03:51 +02:00

flipperzero

Flipper Zero stuff, organized by technology to mirror the folders on the device's SD card (infrared, sub-ghz, nfc, rfid...).

Layout

flipperzero/
├── infrared/
│   └── db/          cloned remotes (.ir) — usable as Saved Remotes
└── apps/
    └── remote/      compilable remote apps (ufbt) — see its README

Technology folders (infrared/, and later sub-ghz/, nfc/, rfid/...) hold the cloned dumps under db/. Compilable apps live separately under apps/.

db files

Each technology's db/ holds ready-to-use dumps captured from real devices. For infrared, copy the .ir files to the SD card under infrared/ and open them from Infrared > Saved Remotes.

apps

Custom apps for the Flipper, grouped by kind under apps/. Remote apps (apps/remote/) provide a graphical UI and transmit only their own device's codes, unlike the built-in Universal Remote. See each subfolder's README for build and usage details.