Featured post

Renewable Energy Certificates

What is Renewable Energy Certificate? Renewable Energy Certificates (REC) are generation based certificates awarded to those who genera...

Thursday 12 November 2015

Let’s know the basics of Arduino Board used for Small Project Applications

Arduino Boards are used commonly in many of the small scale demonstration projects. It has a microprocessor which can be programmed with the help of any of the PCs using the freely available Arduino software. Arduino products i.e. hardware, software etc are based on the concept of open source. The hardware and software developments are freely shared to bring in more new ideas and to further enhance the Arduino concept.

One can implement LED displays and counters, alarm clocks, automatic intensity control of street lights, battery charger, distance sensors and many more demo projects based on Arduino boards. The following paragraphs give the basic idea about Arduino Boards which everyone wishing to get started with Arduino boards will find it interesting.

Arduino Hardware:

The Arduino starter kit essentially consists of an Arduino processing board. It may also have a USB cable to program the Arduino board (from a PC). The board may also be programmed using In System programming (ISP) technique. Other components needed are a breadboard to assemble and check the circuit, jumper wires and elements such as transistors, ICs, resistors, capacitors, LDRs, sensors etc. depending on the application.

Arduino board consists of USB connector to allow programming the processor from any of the PC. It has a USB-to-Serial convertor to establish compatibility between the PC to which it is connected and the ATmega328 processor. The processor is a 28 pin, 8 bit microcontroller arrangement. The processor has a memory system, port system, time system, Analog to Digital Converter (ADC) system, interrupt system and the serial communication system. 

The processor has three main memory sections and they are; 
  1. Electrically Erasable Programmable Read Only Memory (EEPROM), 
  2. Static Random Access Memory (SRAM) and 
  3. Byte Addressable EEPROM.  
The board also has LED indicators to indicate the serial transmission and reception. Analog reference signals, PWM signals, digital Input / Output signals are given to the board through header strips at the top end of the Arduino board. The Output of the board is given to the ADC system and the power supply terminals through another header strips at the bottom end of the board.
Additional features and external hardware may be added to selected Arduino platforms by using Arduino shields or “daughter cards”.
The Arduino board requires power supply. This power may be provided from the USB port or an external DC supply of voltage range 7-12 Volts. The board has an external power supply inlet at the bottom left corner through which external supply is given to the board.

Arduino Software:

The Arduino software is also called "Arduino Development Environment" and is freely available at the Arduino homepage. The detailed instructions regarding the downloading of software, and loading the USB drivers and sample programs are also given in the homepage.

No comments:

Post a Comment