Tag Archives: Arduino

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 14: Dimmable LED Project

You have actually learned quite a bit in the first 13 lessons, and now we are ready to bring it all together in an interesting project. In this lesson, we will show you how to build a dimmable LED. You will read values from a potentiometer, and then based on what value you read, you will set the brightness of the LED. This is a really cool little project, and will no doubt get you thinking about bigger and better things.  If you want to follow along at home, you can order the Arduino Kit we are using HERE.

 

 

Arduino Tutorial 13: Understanding Arduino If Statements

In many real world applications, you want your programs to branch into different directions depending on values that you are reading from sensors. For such cases, you need to us IF statements. IF statements allow you to do different things depending on conditions. This lesson shows you how to use IF statements, and the different conditions that can be used with these commands. If you want to follow along at home, you can order the Arduino Kit we are using HERE.

 

Arduino Tutorial 10: Understanding How To Read Analog Voltage using analogRead Command

So far in these lessons, we have just been using the Arduino output pins. If we actually want to read values from a sensor or other such components, we need to learn how to read values from the analog pins. These are pins A0 through A5. This lesson will teach you all about the analogRead command that allows you to interact with these pins. Enjoy!

In this new series of lessons, I will be using this Arduino kit. 

Arduino Tutorial 9: Understanding Ohm’s Law and Simple Circuit Design

As we learn more about programming the Arduino, we become more and more excited about connecting and controlling simple circuits. In order to do this, we need to begin to understand how to design and analyze the circuits we are building. In this lesson we introduce you to Ohm’s Law and some techniques that will allow you to design and analyze simple series circuits. If you want to follow along at home, you can order the Arduino Kit we are using HERE. The nice digital voltmeter used in the lesson is available HERE.