arduino pin diagram,what is arduino,arduino uno ports,arduino uno pins

Arduino UNO for Beginners 17

[otw_is sidebar=otw-sidebar-1]arduino pin diagram,what is arduino,arduino uno ports,arduino uno pinsin this tutorial we learn Arduino UNO for Beginners.In this post I will let you the Arduino UNO microcontroller development board. I will discuss about the microcontroller chip on which Arduino is based and also the pinout of the Arduino development. I will also describe some of the important specifications that are to be considered while designing the embedded system based on Arduino such as the ADC, internal EEPROM, and Processor etc.

[otw_is sidebar=otw-sidebar-2]

After reading this post the reader will learn about the basics of the Arduino, pin configuration of the Arduino. The reader will be able learn about how to power up the Arduino and burn the program in the microcontroller using his / her computer or laptop. So sit back, keep reading and enjoy learning.

What is Arduino UNO?

  • Before diving deep into the discussion let us first have understanding about what the Arduino is?
  • The Arduino is the open source microcontroller development board based on the ATMEGA328P microcontroller IC designed to provide the simple and cheap platform to the hobbyists and students for designing their digital and embedded systems projects.
  • The ATMEGA328P microcontroller IC is the heart of the Arduino microcontroller development that is the board is designed around the ATMEGA328P microcontroller IC.
  • The Arduino UNO microcontroller development looks like the one in the above image.

 

 

 

Arduino UNO for Beginners

 

 

Arduino UNO is programmed via type B USB connector mounted on board. A USB cable is used to connect the Arduino board to the PC or laptop. When plugged in to the USB cable it is also powered up which means you do not need an additional power supply while programming your Arduino with your laptop or computer.

 

 

Arduino UNO programming

 

Arduino development board has on-board voltage regulator and can supply 5volts and 3V3 to power up the low power components. Arduino UNO can be powered up with either power jack or it can also be powered up with the help of the pin on the header.

 

Arduino UNO,Arduino UNO features,Arduino tutorial

 

[otw_is sidebar=otw-sidebar-3]

The Arduino microcontroller development board has one UART, SPI (Serial Peripheral Interface) interface and I2C (Inter-Integrated Circuit) interface which means it can communicate to the peripheral ICs that has these interfaces. The detailed discussion on each of these Interfaces and their use in Arduino will be done later in next post here I will stick just to the basics.

Arduino Integrated Development Environment (IDE):

Arduino UNO is quite easy to program. As most of you might have known that in order to program a microcontroller one need to write the code in the editor, and then compile that code in the compiler after which you get the HEX file of that code and later upload that HEX file in the microcontroller IC using another program. In case of Arduino all these steps are performed in single software which is called the Arduino IDE. By integrated Development Environment it means that all the steps that editor, compiler, burner are integrated in the same software. In short Arduino UNO is quite easy to program it is just a matter of few clicks. I will go through in detail about how to write a code and upload it in Arduino UNO later in the post.(Arduino UNO for Beginners)

Arduino UNO for Beginners,Arduino IDE

 

 

 

Arduino UNO features

Before I proceed to discussion on the pinout of the Arduino UNO let us have a brief review of the features of the Arduino UNO.

[otw_is sidebar=otw-sidebar-2]

  • Microcontroller IC                        Microchip ATmega328P
  • Operating Voltage                                  5 Volts
  • Input Voltage                                 7 to 20 Volts (Note that this voltage would be apply to the jack only and not on the power supply pins available on the header).
  • Digital I/O Pins                              14 (of which 6 provide PWM (Pulse Width Modulation) output)
  • Analog Input Pins                         6
  • DC Current per I/O Pin                  20 mA (This is the current that can be sourced or sink into and out of the Input / Output pins)
  • DC Current for 3.3V Pin               50 mA
  • Flash Memory                                32 KB of which 0.5 KB used by bootloader
  • SRAM                                            2 KB
  • EEPROM                                          1 KB
  • Clock Speed:                                     16 MHz (All the operations are synced by this clock)

The detailed description of each feature is out of the scope of this post but will be discussed in detail later in the next post.

Arduino UNO Pinout

Let us now dive into the discussion about the pinout of the Arduino UNO. As described earlier that the Arduino UNO is based on the ATMEGA328P microcontroller IC so it follows that the pinout of the Arduino UNO is simply that of the ATMEGA328P microcontroller but note here that the Arduino UNO has its own nomenclature for its pins and here I will use the nomenclature used by the Arduino for pin reference.

 

arduino pin diagram,what is arduino,arduino uno ports,arduino uno pins,,arduino uno pinout

As can be seen on the Arduino UNO that there are three headers mounted on board. One header is mounted on one side of the Arduino UNO and two on the other side.

Arduino Uno Pwm Pins

[otw_is sidebar=otw-sidebar-3]

As pointed out later that the Arduino Uno has total 14 digital Input / Output pins. The digital Input / Output pins can receive a digital signal or transfer a digital signal. The pin number 0 named Rx and pin number 1 named Tx are the receive and transmit pins of the UART (Universal Asynchronous Receiver and Transmitter) respectively. Notice in the image of the Arduino that the pin numbers 3, 5, 6, 9, 10 and 11 have a wavy symbol in front of them. This symbol denotes that these pins are the PWM (Pulse Width Modulation Pins). The discussion about the PWM phenomenon and the application of these pins will be discussed later. Note here that apart from being PWM pins these six pins can also behave like other digital input / output pins.

Arduino PWM pins,Arduino UNO PWM pins

Introduction to Arduino UNO for Beginners

The headers on the other side are the Voltage header labeled in reed and the Analog pins header labeled in Blue let us first discuss Analog pins header. The Analog pins header has total six analog pins. Unlike Digital pins these pins can just act as Input pins that is these pins can only receive signal and cannot provide signal or voltage, that is why they are called Analog inputs. These analog inputs are actually the inputs of the Analog to Digital Converter inside the ATMEGA 328P microcontroller. These pins can be connected to the output of the analog sensors.

The voltage header consists of pins to which either voltage can be supplied to the Arduino or the pins through which power can be supplied to other peripherals or sensors. Let us now discuss in detail the digital Input / Output pins, Analog input pins and Voltage pins of the Arduino.

Arduino UNO Digital Input / Output Pins

  • As described in the previous section that the Arduino UNO has total 14 digital input / output pins out of which 6 input / output pins are PWM enabled. Some of these Digital Input / Output pins can also serve as the SPI (Serial Peripheral Interface) or I2C interface (Inter-Integrated Circuit).
  • The detailed description is shown in the following figure.
  • The function that the digital input / output pins perform depends upon the coding of the Arduino UNO.
  • That is whether the pin number 13, 12, 11 and 10 functions simply as Digital Input / Output or they are used as the Serial Peripheral Interface (SPI) depends upon the coding that specifies their functionality using particular functions.
  • It is also important to note here that the Digital Input / Output pins are called as Input / Output because either they can be used as Input in which case they are intended to receive the signals form sensor or transducer (digital) or they can be used as Output in which case they drive the actuators such as relays.
  • The functionality of the Digital Input / Output pins as either Input or Output is determined by the code also. It is important to realize here that digital input / output pins can only supply a limited amount of current which is not sufficient to drive the motors or relays therefore we need to use drivers such as stepper motor driver or L298 DC motor driver.
  • I will come to the coding of the Arduino UNO later in this post.

 

Arduino UNO Analog Pins

  • Let us now learn about the Analog pins of the Arduino UNO. As described earlier in this post(Arduino UNO for Beginners) that there are total 6 analog pins present on the Arduino UNO which acts as input pins only.
  • Also we learned that these Analog pins are basically the input pins of the Analog to Digital Converter (ADC). These analog pins can receive the analog signals delivered by analog sensors such as Light dependent resistor, thermistor etc.
  • The user can collect data from six different sensors at a time. Notice in the image above that the last two pins of the Analog pins portion has added functionality that is they can act as I2C interface. I2C (Inter-Integrated Bus) just like the SPI (Serial Peripheral Interface) is the computer bus that is it is used to communicate between two peripheral ICs that are enabled with I2C. I2C is the serial communication bus that is it can transfer data one bit at a time.

Arduino UNO Analog Pins,Arduino UNO Pins,Arduino UNO for Beginners

Arduino UNO Voltage Pins

[otw_is sidebar=otw-sidebar-3]

  • Let us now discuss another header present on the Arduino UNO development board. The last pin called the Vin pin is used to connect power supply to the Arduino UNO.
  • That is 5 volt battery or power adapter can be connected to the Arduino UNO to deliver power through this pin. As can be seen in the image that the Arduino UNO has on board voltage regulator which converts the 5volts into 3V3 volts.
  • The other two voltage pins called 5V and 3V3 are output power supply. That is these two pins can be used delivered power to the peripheral ICs or the sensors that are to be connected to the Arduino UNO.
  • With the help of these pins the need of additional power supplies is eliminated. It is important to note here that the Arduino UNO can supply only limited supply of current through these and if connected to the strong load may damage the Arduino UNO development board.

 

Arduino UNO Projects

We deal in all kind of arduino uno and final year engineering projects.here is the list of arduino projects with pictures

3 phase inverter circuit using mosfet

 

3 phase inverter,3 phase inverter arduino,3 phase inverter circuit using mosfet

 

[otw_is sidebar=otw-sidebar-3]

 

ICSP (In-Circuit Serial Programming):

Before concluding the discussion on the Input / Output pins it is worth discussing about the ICSP (In-Circuit Serial Programming) pins that are available on the header on Arduino board as shown in the above image. As the name implies these pins are used to program the microcontroller chip without the need of taking it out of the circuit. Basically these pins are the SPI computer bus pins that are present on the Digital Input / Output headers. They are simply also connected to another header. So these SPI computer bus pins also called ICSP pins here are used to program the microcontroller chip and also used to upload the Bootloader in the new microcontroller chip. The discussion on the Bootloader and how to upload it will be discussed in the next post.

Arduino UNO Applications:

Before discussing the programming language of the Arduino UNO let us first know the applications of the Arduino UNO for motivation.  So basically the Arduino UNO can be used in any system that requires the microcontroller. It is now the most commonly used microcontroller development board that is equally popular among the hobbyists and the engineering students. Some of the embedded systems in which the Arduino can be used are listed below:

  • IR remote based Home Automation System.
  • Bluetooth controlled Home Automation System.
  • IoT enabled Home Automation System.
  • RC car.
  • Mobile lifter.
  • Hurdle Avoiding Vehicle.
  • Wall climbing vehicle.
  • Autonomous vehicle.
  • Robotic arm.

Arduino UNO programming language:

One of the perks that make Arduino UNO quite popular among the hobbyists and beginners is its easy to use programming language and programming. The programming language used by the Arduino UNO is the C++. The Arduino UNO IDE has a well-defined function for each task that is easy to remember. As an example the function that specifies the Arduino UNO digital Input / Output pin to work as input is :

pinMode(12,INPUT);

Here in this function there are two arguments. First argument is the pin number which we want to make input or output and second argument specifies the property that is input or output to the pin number used. The detailed discussion on programming the Arduino UNO will come later in the next posts.

you can see how to relay interfacing with arduino in proteus.  my last post is  what is relay 

That is all for now I hope this post (Arduino UNO for Beginners)would be helpful for you. In the next post I will come up with more interesting topics. Till then stay connected, keep reading and enjoy learning.s

17 Comments

  1. https://ciprofloxacin.tech/# buy cipro online without prescription

    RonaldAveve
  2. buying propecia price: order propecia without prescription – order propecia without rx

    RandallFaila
  3. Исцеление наркомании это важный и трудный процесс, направленный на помощь людям, страдающим от без помощи наркотических веществ. Наркомания является серьезным расстройством, которое не только лишь влияет на физическое и психологическое здоровье человека, но также разрушает его дела со всеми и приводит к социальной изоляции.

    Исцеление наркомании обязано быть комплексным и содержать разные методы и подходы. Одним из основных шагов исцеления является детоксикация процесс чистки организма от наркотиков. Это как обычно происходит под наблюдением медицинского персонала и может сопровождаться различными методами симптоматической терапии.

    После детоксикации наркозависимому может быть предложено роль в программке реабилитации. Эти программки могут включать в себя обучение способностям самоконтроля, психотерапию, социальную поддержку, но также медикаментозное исцеление в зависимости от индивидуальных потребностей пациента.

    Одним из ключевых аспектов удачного исцеления наркотической зависимости является поддержка со стороны семьи, приятелей и специалистов. Чувственная и моральная поддержка играет главную роль в процессе выздоровления и помогает наркозависимому человеку ощущать себя не одиноким.

    Важно отметить, что каждый человек уникален и что существует огромное количество разных методов лечения наркотической зависимости. вот поэтому важно обратиться к экспертам, специализирующимся на этой области, чтоб получить индивидуализированное и эффективное лечение.

    [url=https://promobux.ru/]лечение от героина[/url] это длительный процесс, требующий терпения, усилий и стойкости. Однако с правильной поддержкой и адекватным лечением наркозависимость может быть удачно преодолена, а человек может возвратиться к полноценной и здоровой жизни.

  4. Оборудование для ресторанов играет главную роль в обеспечении качественного обслуживания гостей и успешной работы заведения. Правильный выбор оборудования может повлиять на производительность персонала, качество приготовленных блюд, а также на общую атмосферу и уровень сервиса.

    Одним из основных частей оборудования для ресторана [url=https://oborudovanie-dlya-restoranov.ru]https://oborudovanie-dlya-restoranov.ru[/url] является кухонное оборудование. Каждый профессиональный кухонный шеф нуждается в высококачественной плите, духовке, холодильниках, морозильниках, посудомоечной машине, вытяжке и прочих устройствах, которые подсобляют в изготовлении и хранении товаров. Принципиально выбирать оборудование с учетом особенностей меню и объема приготовления блюд.

    Для оптимизации процесса обслуживания гостей ресторану необходимо также оборудование для зала. Это могут быть столы и стулья, посуда, столовые приборы, скатерти, салфетки, декоративные элементы и т.д. Верно подобранное оборудование поможет создать уютную и комфортабельную обстановку, что способствует положительному впечатлению у гостей.

    Не считая того, оборудование для бара также является важным элементом ресторанного бизнеса. Барное оборудование включает в себя барную стойку, холодильники для напитков, кофемашины, блендеры, ледогенераторы, шейкеры, коктейльные стаканы и другие необходимые инструменты. Высококачественное барное оборудование способствует резвому и качественному приготовлению напитков, что важно для удовлетворения запросов клиентов.

    Исходя из вышесказанного, можно утверждать, что оборудование для ресторанов играет главную роль в обеспечении качественного обслуживания и комфортной атмосферы для гостей. вот поэтому владельцам и правящим ресторанов стоит уделять особое внимание выбору и обновлению оборудования, чтобы обеспечить успешное функционирование заведения и удовлетворенных клиентов.

  5. tamoxifen men should i take tamoxifen low dose tamoxifen

    DavidbritY
  6. Лечение наркомании это главный и трудный процесс, направленный на помощь людям, страдающим от без помощи наркотиков. Наркомания является суровым расстройством, которое не только лишь влияет на физическое и психологическое здоровье человека, но также разрушает его отношения с окружающими и приводит к социальной изоляции.

    Лечение наркотической зависимости должно быть комплексным и включать в себя разные методы и подходы. Одним из основных шагов исцеления является детоксикация процесс очистки организма от наркотических веществ. Это обычно происходит под наблюдением медицинского персонала и может сопровождаться различными методами симптоматической терапии.

    После детоксикации наркозависимому может быть предложено роль в программе реабилитации. Эти программки могут содержать обучение способностям самоконтроля, психотерапию, социальную поддержку, также медикаментозное исцеление в зависимости от индивидуальных потребностей пациента.

    Одним из ключевых качеств успешного лечения наркомании является поддержка со стороны семьи, друзей и специалистов. Эмоциональная и моральная поддержка играет важную роль в процессе выздоровления и помогает наркозависимому человеку чувствовать себя не одиноким.

    Важно отметить, что каждый человек уникален и что существует множество разных методов лечения наркотической зависимости. Поэтому важно обратиться к профессионалам, специализирующимся на этой области, чтоб получить индивидуализированное и действенное лечение.

    [url=https://promobux.ru/]наркологическое лечение[/url] это длительный процесс, требующий терпения, усилий и стойкости. Однако с правильной поддержкой и адекватным исцелением наркозависимость может быть успешно преодолена, а человек может возвратиться к полноценной и здоровой жизни.

  7. https://nolvadex.life/# who should take tamoxifen

    WilliamReX
  8. The Sumatra Slim Belly Tonic emerges as a groundbreaking solution in the realm of weight management, embodying a tropical formula meticulously crafted to support healthy weight loss. It is a culmination of a proprietary blend featuring eight natural ingredients, each playing a crucial role in fostering an environment conducive to shedding unwanted pounds.

  9. Исцеление наркомании это важный и сложный процесс, направленный на помощь людям, страдающим от зависимости от наркотиков. Наркомания является суровым расстройством, которое не только лишь влияет на физическое и психологическое здоровье человека, но также разрушает его отношения со всеми и приводит к социальной изоляции.

    Исцеление наркотической зависимости обязано быть всеохватывающим и содержать различные методы и подходы. Одним из основных шагов лечения является детоксикация процесс чистки организма от наркотиков. Это как обычно происходит под наблюдением медицинского персонала и может сопровождаться разными методами симптоматической терапии.

    После детоксикации наркозависимому возможно предложено участие в программе реабилитации. Эти программы могут включать в себя обучение навыкам самоконтроля, психотерапию, социальную поддержку, но также медикаментозное исцеление в зависимости от индивидуальных потребностей пациента.

    Одним из ключевых аспектов успешного исцеления наркомании является поддержка со стороны семьи, друзей и специалистов. Чувственная и моральная поддержка играет главную роль в ходе излечения и подсобляет наркозависимому человеку ощущать себя не одиноким.

    Важно отметить, что каждый человек уникален и что существует множество разных способов лечения наркомании. вот поэтому важно приступать к экспертам, специализирующимся на этой области, чтоб получить индивидуализированное и эффективное исцеление.

    [url=https://promobux.ru/]наркозависимый помощь[/url] это долгосрочный процесс, требующий терпения, усилий и стойкости. Но с правильной поддержкой и адекватным исцелением наркозависимость возможно успешно преодолена, а человек может возвратиться к полноценной и здоровой жизни.

  10. zestril price in india: lisinopril 20 mg uk – zestril brand

    RandallFaila
  11. buy cytotec over the counter buy cytotec online fast delivery purchase cytotec

    DavidbritY
  12. заказать ролл ап в москве https://rollap.ru/ .

  13. My spouse and i got now thankful Edward could deal with his inquiry through the entire ideas he received from your own weblog. It’s not at all simplistic just to choose to be giving freely guidance which often many people have been selling. So we keep in mind we’ve got you to be grateful to for that. The explanations you made, the simple web site navigation, the friendships you can aid to foster – it is mostly powerful, and it is helping our son and the family believe that this subject is satisfying, and that’s quite mandatory. Many thanks for the whole thing!

  14. My spouse and I stumbled over here from a different web page and thought I should check things out. I like what I see so i am just following you. Look forward to looking at your web page again.

  15. Оборудование для ресторанов играет главную роль в обеспечении качественного обслуживания гостей и успешной работы заведения. Правильный выбор оборудования может повлиять на производительность персонала, качество приготовленных блюд, также на общую атмосферу и уровень сервиса.

    Одним из основных частей оборудования для ресторана [url=https://oborudovanie-dlya-restoranov.ru]https://oborudovanie-dlya-restoranov.ru[/url] является кухонное оборудование. Каждый профессиональный кухонный шеф нуждается в высококачественной плите, духовке, холодильниках, морозильниках, посудомоечной машине, вытяжке и прочих устройствах, которые помогают в изготовлении и хранении продуктов. Принципиально выбирать оборудование с учетом необыкновенностей меню и объема приготовления блюд.

    Для оптимизации процесса обслуживания гостей ресторану необходимо также оборудование для зала. Это могут быть столы и стулья, посуда, столовые приборы, скатерти, салфетки, декоративные элементы и т.д. Правильно подобранное оборудование поможет сделать уютную и комфортабельную обстановку, что содействует положительному воспоминанию у гостей.

    Не считая того, оборудование для бара также является главным элементом ресторанного бизнеса. Барное оборудование включает в себя барную стойку, холодильники для напитков, кофемашины, блендеры, ледогенераторы, шейкеры, коктейльные стаканы и другие необходимые приборы. Высококачественное барное оборудование способствует резвому и качественному изготовлению напитков, что принципиально для удовлетворения запросов клиентов.

    Как следует из вышесказанного, можно утверждать, что оборудование для ресторанов играет важную роль в обеспечении качественного обслуживания и комфортной атмосферы для гостей. вот поэтому владельцам и правящим ресторанов стоит уделять особенное внимание выбору и обновлению оборудования, чтоб обеспечить успешное функционирование заведения и удовлетворенных клиентов.

  16. Организация свадьбы под ключ https://yagodawedding.ru/ с гарантией. Быстрый расчет сметы, работаем с любым бюджетом. Берём на себя абсолютно все свадебные хлопоты. Организуем одни из самых красивых свадебных и семейных событий.

    Williamemeds
  17. ciprofloxacin 500mg buy online buy cipro online canada ciprofloxacin 500mg buy online

    DavidbritY

Leave a Reply

Your email address will not be published. Required fields are marked *