LESSON 10: CONTROL THE BRIGHTNESS/ BLURING OF LED EASY OR NOT?
Today they will be going to learn how to use the digital pins with an analog output and apply them to change the brightness of the lights (blurring of the lights). Let’s do it! Before reading this article, you need to look back the PWM…
LESSON 07: BLINK AN LED
In this tutorial, we’re going to show you how to blink an LED. If you want to control Led more than, don’t worry! Let’s read for and array lesson, then you can do self-actualization what you want! HARDWARE REQUEST x01 Arduino Unox01 5mm LEDx01…
LESSON 06: BARE MINIMUM CODE NEEDED
In this lesson, we’re going to learn about a sketch on Arduino Software (IDE) that what is the bare minimum of code you need!!! To compile properly on Arduino Software (IDE) you must call 2 function. If you want to compile that mean these two…
LESSON 5.2: MAKE ARDUINO AUTO RESET
In the progress of working with an Arduino, there will be lots of situations in that we need to reset board, such as electrical noise. Today, this article will show you the ways how to reset the Arduino board. Option 1: Use the reset pin…
LESSON 04: setup() and loop()
The commands in setup () will be going to run when your program starts. You can use it to declare variable of values, libraries, set the parameters, and etc. Introduction After setup () completed, the commands in loop () are run. They will repeat continuously…
Burn bootloader arduino
Note:You need to execute on Arduino 1.0.x. This is the version of the Arduino stable control. I. What is bootloader Bootloader is a small program loaded on control chip on Arduino. You make a Arduino easily may be a 3rd. If no bootloader, you will…
Parallel on arduino
When you use arduino to do 2 or more jobs at the same time.You ussualy use function delay, but when you use delay function you will waste time on the cpu. The technique in this article will help you to run multiple programs in…