Different Types Of Arduino Boards

preview_player
Показать описание
Hello friends, this is a video related to Arduino and its basic usage. We have also discussed different Arduino boards and their specifications. Arduino has been used in thousands of different projects and applications. The Arduino software is easy-to-use for beginners, yet flexible enough for advanced users. It runs on Mac, Windows, and Linux. Teachers and students use it to build low-cost scientific instruments, to prove chemistry and physics principles, or to get started with programming and robotics. Designers and architects build interactive prototypes, musicians and artists use it for installations and to experiment with new musical instruments. Makers, of course, use it to build many of the projects exhibited at the Maker Faire, for example. Arduino is a key tool to learn new things. Anyone - children, hobbyists, artists, programmers - can start tinkering just following the step by step instructions of a kit, or sharing ideas online with other members of the Arduino community.

There are many other microcontrollers and microcontroller platforms available for physical computing. Parallax Basic Stamp, Netmedia's BX-24, Phidgets, MIT's Handyboard, and many others offer similar functionality. All of these tools take the messy details of microcontroller programming and wrap it up in an easy-to-use package. Arduino also simplifies the process of working with microcontrollers, but it offers some advantage for teachers, students, and interested amateurs over other systems.

Arduino board is available in many different versions we have mainly discussed 5 major boards.
1. Arduino UNO
2. Arduino Micro
3. Arduino Lilypad
4. Arduino Leonardo
5. Arduino Mega

The detailed description of each board is given in the pinned comment.

About Us:- ON our channel you will find various technical projects that are useful for students of school or university level. As well as we also post explainer videos and tutorial videos on different tech stuff.

Like, Share, Subscribe and Support !!

Рекомендации по теме
Комментарии
Автор

1. Arduino Uno :-
Microcontroller:- ATmega328P

Operating Voltage:- 5V
Input Voltage (recommended):- 7-12V
Input Voltage (limit):- 6-20V
Digital I/O Pins:- 14 (of which 6 provide PWM output)
PWM Digital I/O Pins:- 6
Analog Input Pins:- 6
DC Current per I/O Pin:- 20 mA
DC Current for 3.3V Pin:- 50 mA
Flash Memory:- 32 KB (ATmega328P) of which 0.5 KB used by bootloader
SRAM:- 2 KB (ATmega328P)
EEPROM:- 1 KB (ATmega328P)
Clock Speed:- 16 MHz
LED_BUILTIN:- 13
Length:- 68.6 mm
Width:- 53.4 mm
Weight:- 25 g
Price:- 500rs

2. Arduino Micro:-
Microcontroller:- ATmega32u4
Operating Voltage:- 5V
Input Voltage (Recommended):- 7-12V
Input Voltage (limits):- 6-20V
Digital I/O Pins:- 14
PWM Channels:- 6
Analog Input Channels:- 12
DC Current per I/O Pin:- 40 mA
DC Current for 3.3V Pin:- 50 mA
Flash Memory:- 32 KB (ATmega32u4) of which 4 KB used by bootloader
SRAM:- 2.5 KB (ATmega32u4)
EEPROM:- 1 KB (ATmega32u4)
Clock Speed:- 16 MHz
Length:- 68.6 mm
Width:- 53.3 mm
Weight:- 8 g
Price:- 300rs

3. Arduino Lilypad
Microcontroller:- ATmega168 or ATmega328V

Operating Voltage:- 2.7-5.5 V
Input Voltage:- 2.7-5.5 V
Digital I/O Pins:- 14
PWM Channels:- 6
Analog Input Channels:- 6
DC Current per I/O Pin:- 40 mA
Flash Memory:- 16 KB (of which 2 KB used by bootloader)
SRAM:- 1 KB
EEPROM:- 512 bytes
Clock Speed:- 8 MHz
Weight:- 8 g
Price:- 400rs

4. Arduino Leonardo
Microcontroller:- ATmega32u4
Operating Voltage:- 5V
Input Voltage (Recommended):- 7-12V
Input Voltage (limits):- 6-20V
Digital I/O Pins:- 14
PWM Channels:- 6
Analog Input Channels:- 12
DC Current per I/O Pin:- 40 mA
DC Current for 3.3V Pin:- 50 mA
Flash Memory:- 32 KB (ATmega32u4) of which 4 KB used by bootloader
SRAM:- 2.5 KB (ATmega32u4)
EEPROM:- 1 KB (ATmega32u4)
Clock Speed:- 16 MHz
Length:- 68.6 mm
Width:- 53.3 mm
Weight:- 20 g
Price:- 650rs

5 Arduino Mega
Microcontroller:- ATmega2560

Operating Voltage:- 5V
Input Voltage (recommended):- 7-12V
Input Voltage (limit):- 6-20V
Digital I/O Pins:- 54 (of which 15 provide PWM output)
Analog Input Pins:- 16
DC Current per I/O Pin:- 20 mA
DC Current for 3.3V Pin:- 50 mA
Flash Memory:- 256 KB of which 8 KB used by bootloader
SRAM:- 8 KB
EEPROM:- 4 KB
Clock Speed:- 16 MHz
LED_BUILTIN:- 13
Length:- 101.52 mm
Width:- 53.3 mm
Weight:- 37 g
Price:- 850rs

techprojects
Автор

Thank you for the information.Now I've got the basic idea.Keep the good work going.

debangsudas