An open API service indexing awesome lists of open source software.

https://github.com/Matt-London/pause_timer


https://github.com/Matt-London/pause_timer

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

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!