https://github.com/Matt-London/pause_timer
https://github.com/Matt-London/pause_timer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Matt-London/pause_timer
- Owner: Matt-London
- License: gpl-3.0
- Created: 2026-02-08T02:40:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-08T03:41:04.000Z (4 months ago)
- Last Synced: 2026-02-08T11:11:35.269Z (4 months ago)
- Language: C
- Size: 39.1 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- flipper-zero-awesome - Pause Timer - London](https://github.com/Matt-London) | ⭐ 3 | [Official](https://lab.flipper.net/apps/pause_timer) / [GitHub](https://github.com/Matt-London/pause_timer) | (Infrared)
README
# Pause Timer
Flipper app to ensure that you don't miss parts of your show when using the bathroom during an ad break! This app will play a pre-recorded IR signal back on a countdown, there are a few use cases but it was developed specifically for the ad thing.
## Use cases
- Pause a show when an ad break ends in case you're away from the TV.
- Set a timer to turn off your TV to enforce screen time limits.
## Installation
Either build it from source or download it from the Flipper Zero app store!
## Using the App
1. Open **Pause Timer** from the App menu on your Flipper Zero.
2. Select the **LEARN** button to learn an IR signal from your remote (in the future this will store across runs).
3. Input your countdown duration.
3. Press **START** to start the timer.
4. When the timer completes, the app will transmit your saved signal!
## License Info
Licensed under the GPL, check LICENSE file for more details.
## Attribution
The structure of the views, scenes, app, and numpad keyboard were adapted from [this app](https://github.com/fidian/flipper-hid-app), so check them out for terrific USB and Bluetooth HID functionality from the Flipper!
## Contribution
Feel free to open any issues or make PRs with ideas that you have. I'd love to expand this to include more functionality!