This document describes two exercises using timers and UART on a microcontroller. The first exercise implements a light that turns on with a pushbutton and off automatically after 10 seconds, with a flashing LED indicating when it will turn off. The second exercise adds the ability to configure the timer values through UART commands. It describes the timer, UART, and program setup as well as the main program flow and configuration function.