The Blink example was a nice program to test the Arduino board, but how does it work and how can we make something bigger? Let's get started with controlling the digital output pins of your Arduino.
Before we can dive into programming we need to fulfill the prerequisites. This tutorial will show you how you can install the Arduino IDE and the required drivers.
There are tons of cool Arduino projects out there. It's simply amazing what you can do with a small microcontroller and a bit of programming. But wait, lets stop here and talk about what programming actually is and why you should start with it.