Friday 22 April 2016

Getting Started with Arduino Due - Connecting LED's and PWM Tutorial

Let's first have a basic introduction of Arduino Due Board. It is an ARM controller based board designed for electronic Engineers and Hobbyists. ARM architecture is very influential in modern electronics. We are using the ARM architecture based controllers everywhere. For example we are using ARM controllers in our mobiles, iPods and computers etc. If someone wants to design industrial systems, it must be on ARM controllers. ARM controllers are very important because of the frequency of their operation and data bus size.
Here is a simple tutorial to blink an LED for every 1000ms.We will connect an LED at PIN13 through a 220Ω current limiting resistor.

Now lets check this experiment to understand the PWM (Pulse Width Modulation) concept in Arduino Due board.

The circuit is connected on breadboard as per the connections shown in above image. However one must pay attention during connecting the LED terminals. Although the buttons can show bouncing effect but in this case it does not cause considerable errors, so we need not worry this time.

Check here the complete tutorial: PWM with Arduino Due

No comments:

Post a Comment