Tag Archives: Programming

Arduino Tutorial 15: Understanding Arduino For Loops

So far, we have been just using the Arduino Void Loop, which basically loops forever. In this lesson you will learn how to create For Loops, which will allow you to control the conditions of the Loop. This is a very powerful programming technique, and it will allow you to take your projects to more advanced levels. If you want to follow along at home, you can order the Arduino Kit we are using HERE.

Arduino Tutorial 1: Getting Started with the Arduino for Beginners

Arduino

Guys, our original series on the Arduino Microcontroller was insanely popular. Those original lessons had some great technical content, but the production quality of the videos was pretty low. Because of that, I want to go in and redo the arduino tutorials, taking advantage of improved production capabilities I now have, and using fresh hardware and software. For those who have taken the original series, the first few lessons will be material you already have learned. You can choose to review the material, or just skip to the later lessons.  In this new series of lessons, I will be using this Arduino kit. 

So, enough of this small talk, lets get right into the new and improved lessons.

With the hardware linked to above, you will simply have to install the Arduino software. You can download the Arduino Software here. The installation is explained step-by-step in the above video, but it is pretty self explanatory.

The video takes you through the steps to make the on-board LED turn on, off, or blink. This will be your first few example programs, and hopefully you will see that programming is not that difficult. When you are done with this lesson, you will have written your first few programs. Enjoy!