Type Here to Get Search Results !

Basic of Arduino UNO Hardware Board

 In this website (howtofactory.blogspot.com), we offer "Free Arduino UNO Course" for beginners, students and professionals to learn Arduino UNO, Hardware, and Software (Arduino UNO programming). First of all, Please read basic questions answers below for basic information. The, follow the lectures, and course syllabus of free arduino uno course. This free arduino uno course will teach the basic of arduino uno hardware, software and arduino programming with the help of some example programs and projects with hardware videos. The information of below two questions are copied from Arduino website which is free to use with creative common licenses.

 

Basic Specification of Arduino UNO Hardware

LED: There is a built-in LED driven by digital pin 13. When the pin is high value, the LED is on, when the pin is low, it is off.

VIN: The input voltage to the Arduino/Genuino board when it is using an external power source (as opposed to 5 volts from the USB connection or other regulated power source). You can supply voltage through this pin, or, if supplying voltage via the power jack, access it through this pin.

5V: This pin outputs a regulated 5V from the regulator on the board. The board can be supplied with power either from the DC power jack (7 - 20V), the USB connector (5V), or the VIN pin of the board (7-20V). Supplying voltage via the 5V or 3.3V pins bypasses the regulator, and can damage the board.

3V3: A 3.3 volt supply generated by the on-board regulator. Maximum current draw is 50 mA.

GND: Ground pins.

IOREF: This pin on the Arduino/Genuino board provides the voltage reference with which the microcontroller operates. A properly configured shield can read the IOREF pin voltage and select the appropriate power source, or enable voltage translators on the outputs to work with the 5V or 3.3V.

Reset: Typically used to add a reset button to shields that block the one on the board.

arduino hardware


In addition, some pins have specialized functions:
  1. Serial / UART: pins 0 (RX) and 1 (TX). Used to receive (RX) and transmit (TX) TTL serial data. These pins are connected to the corresponding pins of the ATmega8U2 USB-to-TTL serial chip.
  2. External interrupts: pins 2 and 3. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value.
  3. PWM (pulse-width modulation): pins 3, 5, 6, 9, 10, and 11. Can provide 8-bit PWM output with the analogWrite() function.
  4. SPI (Serial Peripheral Interface): pins 10 (SS), 11 (MOSI), 12 (MISO), and 13 (SCK). These pins support SPI communication using the SPI library.
  5. TWI (two-wire interface) / I²C: pin SDA (A4) and pin SCL (A5). Support TWI communication using the Wire library.
  6. AREF (analog reference): Reference voltage for the analog inputs.

You can download Arduino UNO Software free from here. You can get arduino uno board from your local electronics shop easily. Got these things? Let me know is this information worth or not by commenting below.

Post a Comment

0 Comments