HowTo: Write your own interface application for Arduino

The Arduino is a great platform for a lot of projects in electronics since you do not have to start from scratch – not in hardware nor in software, since it comes with a nice framework including a bunch of useful libraries. This makes it possible to control an Arduino board over USB with a few lines of code.

In this article I want to summarize how to do this and how to write your own interface application.

Continue reading