A Flipper Zero application that sends IR (infrared) commands after a configurable time delay.
- Browse and select IR signals from existing
.irfiles - Countdown Mode: Set a timer (HH:MM:SS) and send the signal when it completes
- Scheduled Mode: Send the signal at a specific time of day
- Repeat Options: Off, Unlimited, or 1-99 repeats (countdown mode only)
- Live countdown display with repeat progress tracking
# Install requirements (first time only) and build the application
make
# Deploy to Flipper Zero connected via USB
make start
# Clean build artifacts
make cleanOutput: dist/timed_remote.fap
- Launch "Timed Remote" from Apps menu
- Browse to an IR file in
/ext/infrared/ - Select a signal from the file
- Configure timer:
- Mode: Countdown or Scheduled
- Time: Hours, Minutes, Seconds
- Repeat: Off, Unlimited, or specific count (countdown only)
- Start the timer
- Press Back to cancel at any time
- Flipper Zero firmware with API version 87.1+
- IR signal files in
/ext/infrared/directory
See LICENSE for license information.