News

This is tutorial number 1 from our series of Arduino tutorials and in this part I will talk about blinking an LED using the one already available on the Arduino Uno board or using an external LED to ...
We set the potentiometer pin as 0 (A0 on the Arduino Uno board), the CONTROL variable is the voltage that is used to cotrol the led brightness of the speed of the fan. In the setup() function the ...
Before the software part, let's first set up the circuit to connect the LED to the Arduino. The completed circuit should look like Figure 2. Figure 2. Circuit for a Single LED Blink Next, in your ...