High Intensity Interval Training (HIIT) Timer

Where I live, the cold months seem to go on forever so I have to find some way to exercise that keeps me indoors. I could afford to go to a gym but it takes too much time, Iā€™d have to show off my old body in public, and I wouldnā€™t be able to watch re-runs of Charlieā€™s Angels on a big screen TV. Fortunately, our condo has a partially finished basement which gives us room for a treadmill, a manually operated stationary bike, and that big screen TV. Iā€™ve had a pretty set routine for awhile but I recently read in an AARP bulletin that itā€™s ok for ā€œseniorsā€ to engage in some forms of High Intensity Interval Training (HIIT). After doing some research I found that one of those techniques could be perfectly adapted for use with my stationary bike. I tried it, survived, and decided that I would try it again but decided that it was a hassle counting seconds for my high/low intervals. Not to worry because I have a shoe box full of PIC micro-controller chips and a lot of free time on my hands.

Step 1: HIIT

For the uninitiated, HIIT basically involves a warm up time followed by sequences of high intensity activity then low intensity activity. In my case, the recommendation I found has 5 minutes of casual bike pedaling followed by 20 seconds of fast pedaling followed by 90 seconds of casual pedaling. The only thing that varies with the high/low intensity sequences is how many you do. For me the range is generally 4-6 sequences and then a few minutes of cool down. The other thing I found was that HIIT should only be done 2-3 times a week, interspersed with other types of activity. I figured that I could do the HIIT and then the next day do my regular treadmill routine. That works for me but Iā€™m no health expert so donā€™t take this as advice.

Step 2: Hardware

The schematic for the timer is pretty boring because it just involves several LEDā€™s connected to the PIC outputs. I built it into a small plastic project box that I fastened to my bike frame with Velcro. I run it on two alkaline AAA batteries with an on/off switch. The LEDā€™s are different colors with green being the one for the low intensity intervals (including the warm up time) and red being the one for the high intensity intervals. The other six LEDā€™s keep a count of the number of intervals completed. Given that the maximum number recommended was six, thatā€™s what I used. It also was a convenient number because it made the software simple when turning on subsequent LEDā€™s (no need for a counter). I couldnā€™t decide if I should use yellow or blue LEDā€™s so I alternated them.

Step 3: Software

The software is written in PIC assembly language and is also pretty boring because it basically just runs a one second timer and counts seconds for each phase of the exercise. There are defines for the length of the intervals so that is easy to change if you need different values. Timing isnā€™t critical so I chose to use the 250-kHz internal oscillator to help conserve power.

To get the one second interval I used Timer1 and preset it so it would overflow after the desired count. The desired count for one second is the oscillator frequency divided by 4 (62,500). The overflow generates an interrupt and all of the logic is contained in the interrupt handler. The specific routines are assigned based on which portion of the sequence we are in ā€“ warm up, high intensity, or low intensity. The only ā€œfancyā€ part is that I wanted a warning of when the next high intensity interval was coming. To do that I simply determined if there was less than 10 seconds left for the low intensity interval and then turned the green LED on/off every other second. The sequence count LEDā€™s are all assigned to PORT C so a simple shift of a ā€œ1ā€ bit will light the next one while keeping the previous ones lit. The high/low intervals donā€™t stop after all of the LEDā€™s are lit so if you want more sequences you can easily add code to reset the LEDā€™s and start lighting them again. Thatā€™s it for this simple project. Check out my other projects at: www.boomerrules.wordpress.com

Attachments

Source: High Intensity Interval Training (HIIT) Timer

About The Author

Muhammad Bilal

I am a highly skilled and motivated individual with a Master's degree in Computer Science. I have extensive experience in technical writing and a deep understanding of SEO practices.