Arduino Uno:
The Uno is a huge option for your initial Arduino. It consists of 14-digital I/O pins, where 6-pins can be used as PWM(pulse width modulation outputs), 6-analog inputs, a reset button, a power jack, a USB connection, and more. It includes everything required to hold up the microcontroller; simply attach it to a PC with the help of a USB cable and give the supply to get started with an AC-to-DC adapter or battery.
LilyPad Arduino Board
The Lily Pad Arduino board is a wearable e-textile technology. Each board was imaginatively designed with huge connecting pads & a smooth back to let them be sewn into clothing using conductive thread. These are even washable.
Arduino Mega Board
The Arduino Mega is similar to the UNO’s big brother. The huge number of pins make this Arduino board very helpful for designing projects that need a bunch of digital i/ps or o/ps like lots of buttons.
Arduino Leonardo Board
The first development board of an Arduino is the Leonardo board. This board uses one microcontroller along with the USB. That means, it can be very simple and cheap also. Because this board handles USB directly, program libraries are obtainable which lets the Arduino board follow a keyboard of the computer, mouse, etc.
RedBoard Arduino Board
The RedBoard Arduino board can be programmed using a Mini-B USB cable using the Arduino IDE. It will work on Windows 8 without having to modify your security settings. It is more consistent since we used a USB or FTDI chip. Additionally, it is completely flat on the back.
Arduino Shields
The Arduino shields are considered as pre-build circuit boards that are used to connect other Arduino boards. The Arduino shield is placed on top of Arduino boards and enhances the capability of the board to get connected to the internet network, controlling of motor, controlling of LCD, and also help to establish wireless communication.
Comments