Home

Interfaces & Applications

User friendliness, anyone?

Assignment:

Write an application that interfaces a user with an input and/or output device.

Overview

I took a few different approaches to tackling this week's assignment.

First, I wrote an arduino program that interfaces the input and outputs for my final project, allowing a user to trigger a set of red LEDs to illuminate by introducing a signficant impact force from an accelerometer. Specifically: shake the board with the accelerometer on it, and the lights will turn on.

Then, because I wasn't sure whether we had to have a digital interface as well, I set out to create the simplest interface possible that would interact with my SAMD21 devkit board. I used TA Leo's files to do this, available here: github.com/leomcelroy/fab-notes/

Resources: