No description
- C 93.5%
- Shell 6.5%
| apps/remote | ||
| infrared/db | ||
| README.md | ||
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.