Monday 25 June 2018

Arduino Tutorial #2

Arduino Introduction #2

In this post , we will look into the different type of board available in the market. There are alot of board available in the market. Each board may suit differently, depending on the project we are working on. Below are images of some of the board. 

ARDUINO RS232

ARDUINO DIECIMILA

ARDUINO DUEMILANOVE

ARDUINO UNO

ARDUINO UNO SMD

ARDUINO LEONARDO

ARDUINO PRO

ARDUINO MEGA

ARDUINO NANO

LILYPAD ARDUINO

ARDUINO ROBOT

ARDUINO ESPLORA

ARDUINO ETHERNET

ARDUINO YUN

ARDUINO DUE

Friday 22 June 2018

Arduino


Arduino Introduction #1

In this post , we will look into what is Arduino all about and a little bit on its history. What is Arduino is all about? Arduino is an open source hardware. The hardware reference design are distrubuted under Creative Commons Attribuiton. Altough the hardware and software designs are freely available under copyleft licenses, the developers have requeted the name Arduino to be exclusive to the official product and not to be used for derived works without permission. 

Most Arduino boards consist of an Atmel 8-bit AVR microcontroller (ATmega8, ATmega168, ATmega328, ATmega1280, ATmega2560) with varying amounts of flash memory, pins, and features. The 32-bit Arduino Due, based on the Atmel SAM3X8E was introduced in 2012.

Arduino microcontrollers are pre-programmed with a bootloader that simplifies uploading of programs to the on-chip flash memory. The default bootloader of the Arduino UNO is the optiboot bootloader. Boards are loaded with program code via a serial connection to another computer. Some serial Arduino boards contain a level shifter circuit to convert between RS-232 logic levels and transistor-transistor logic(TTL) level signals. Current Arduino boards are programmed via Universal Serial Bus(USB), implemented using USB-to-serial adapter chips such as the FTDI FT232. Some boards, such as later-model Uno boards, substitute the FTDI chip with a separate AVR chip containing USB-to-serial firmware, which is reprogrammable via its own ICSP header. Other variants, such as the Arduino Mini and the unofficial Boarduino, use a detachable USB-to-serial adapter board or cable, Bluetooth or other methods. When used with traditional microcontroller tools, instead of the Arduino IDE, standard AVR in-system-programming (ISP) programming is used.

Many Arduino-compatible and Arduino-derived boards exist. Some are functionally equivalent to an Arduino and can be used interchangeably. Many enhance the basic Arduino by adding output drivers, often for use in school-level education, to simplify making buggies and small robots. Others are electrically equivalent but change the form factor, sometimes retaining compatibility with shields, sometimes not. Some variants use different processors, of varying compatibility.