My wife has been doing physical therapy for a few months and Iād grown tired of counting seconds during an exercise. The Makerphone/Ringo timer app is difficult to use for this because the time must be re-typed each time. So I created this PT-Timer app (in C++) which allows a quick countdown start in increments of 5 seconds up to a minute, at which time it beeps and/or plays a user-defined sound (selected from up to 10 at random). See the source file header for a full description (itās pretty intuitive, for the most part).
You can download it in this zip file: PT-Timer.zip (724.1 KB) . Just unzip the file and copy the directory PT-Timer to the root of your Makerphoneās SD card (do not rename itā¦ it must be named PT-Timer ). Replace the SD card in the phone, power it up, and among the app icons, youāll find one that looks like a green hourglass. Run that app and time away. Press B when youāre finished to re-load the Ringo firmware.
In the PT-Timer directory, Iāve included the source code and two sample sounds. You can delete the sounds for only a beep, or add up to 10 of your own sounds (sound0.wav through sound9.wav) to be played randomly (words of encouragement are always nice). If you donāt want the beep, just put a file named ānobeepā in the Pt-Timer directory (it doesnāt matter whatās in the file). The sound files must be 16-bit mono wav files sampled at 44100Hz.