If you want to follow along at home, an official Arduino Uno R3 is available HERE. In this new series of lessons, I will be using the sensor and other components found in this KIT.
In lesson 16, you were introduced to Arduino For Loops. In this lesson we show you more advanced techniques that can be used with For Loops. It is possible to do a wide array of different parameters with this command. We will demonstrate some of the interesting ways these commands can be used.
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, an official Arduino Uno R3 is available HERE. In this new series of lessons, I will be using the sensor and other components found in this KIT.
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, an official Arduino Uno R3 is available HERE. In this new series of lessons, I will be using the sensor and other components found in this KIT.
Potentiometers are very powerful components that allow a variety of cool capabilities when incorporated into a project. A potentiometer is a knob, which can be used to control all manner of different components in your project. The potentiometer is basically a variable resistor, whose resistance depends on the position of the knob. We can use a potentiometer to do things like control the volume in a speaker, or to control the brightness of an LED. If you want to follow along at home, an official Arduino Uno R3 is available HERE. In this new series of lessons, I will be using the sensor and other components found in this KIT.
In this lesson we will learn how to print from the Arduino. Since you are often using the arduino to make reading from sensors or other devices that interact with the environment, you need an easy way to get that information out to the user. The easiest way to do this is to send it over a serial port to the IDE Serial Monitor. There, is can be easily read and watched by the user. In this lesson we show you how to configure the serial port, and send values from the Arduino. If you want to follow along at home, an official Arduino Uno R3 is available HERE. In this new series of lessons, I will be using the sensor and other components found in this KIT.
Making The World a Better Place One High Tech Project at a Time. Enjoy!
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok