Pomodoro for Garmin devices using Connect IQ
- A lightweight and clean implementation of the Pomodoro technique.
- Keeps track of time left in your Pomodoro session, as well as break time and overal number of Pomodoros.
- Mimics the ticking of a real physical Pomodoro by using short vibrations.
- Alerts you using vibrations and tones.
- Supports all Garmin devices using Connect IQ.
- You can customize many aspects of the technique:
- length of one Pomodoro (default: 25 minutes)
- length of the short break between Pomodoros (default: 5 minutes)
- length of the long break between groups of Pomodoros (default: 30 minutes)
- the number of Pomodoros in a group (default: 4)
- the strength and duration of the vibration "tick" (set either to
0
to disable)
To run the project, you can either import the project into Eclipse the usual way. Or use the Makefile
:
- Edit
properties.mk
file and make sure the paths there are valid on your computer. Change theDEVICE
variable if you want/need. - Run
make run
to build the project and run the Connect IQ simulator on the chosenDEVICE
.
See https://github.com/danielsiwiec/garmin-connect-seed for the full list of supported targets and variables.