====== SUT AVR Remote Laboratory Scenarios ====== The remote access lab will not let you use the most common approach towards tracing, as you're physically away from the device and do not have access to, e.g. its serial port or debugger. For this reason, understanding actuators (mostly LED handling) is essential, as the only way to monitor execution is to observe the results remotely via the video stream. Note that video streaming has limitations, such as the number of frames per second, resolution, common use of many devices (dynamic video colours problem) and stream quality. That affects how you write the software, e.g., by avoiding rapid changes to displayed content, as you may be unable to observe those changes remotely. **Hardware basics**\\ The following scenarios explain the use of GPIO. It is intended to seamlessly guide users in writing their first application in pure assembler. * Unordered List Item **Use of Timers**\\ **Use of Interrupts**\\ **Advanced scenarios**\\