A Flipper Zero application that blinks LEDs with a decreasing frequency over time. Unlike traditional Pomodoro timers, it provides visual feedback through LED blinks that gradually slow down.
This application can be downloaded from Flipper Lab.
This project was inspired by a discussion in this Hacker News thread.
The following parameters can be configured:
Max interval
: Starting cadence in beats per minute (BPM)Min interval
: Target ending cadence in BPMDuration
: Time period (in minutes) over which the cadence gradually changes from max to min
When running, all three LEDs (red, green, and blue) blink simultaneously, creating a white flash. The display shows the current BPM, which gradually decreases from max to min interval over the set duration.
- Clone this repository
- Install ufbt
- Run
ufbt
to build orufbt launch
to build and launch on your Flipper - this will install the app on your Flipper
For testing purposes, you can use moodlight.org to visually verify the blinking frequency matches your configured BPM.