List

All Arduino boards have a few key capabilities and functions. Take a moment to examine the Arduino Uno (see Figure ); it will be your base configuration.

Figure: Arduino Uno Pins Diagram

These are some key components that you’ll be concerning yourself with:

Input and Output: Each of the 14 digital pins on the Arduino Uno can be used as an input or output, using pinMode(), digitalWrite(), and digitalRead() functions. They operate at 5 volts. Each pin can provide or receive a maximum of 40 mA and has an internal pull-up resistor (disconnected by default) of 20-50 kOhms.
In addition, some pins have specialized functions:

Serial: 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.

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. See the attachInterrupt() function for details.

PWM: Pins 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the analogWrite() function.

SPI: Pins 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication using the SPI library.

LED: Pin 13. There is a built-in LED connected to digital pin 13. When the pin is HIGH value, the LED is on, when the pin is LOW, it’s off.

The Uno has 6 analog inputs, labeled A0 through A5, each of which provide 10 bits of resolution (i.e. 1024 different values). By default they measure from ground to 5 volts, though is it possible to change the upper end of their range using the AREF pin and the analogReference() function. Additionally, some pins have specialized functionality:

TWI: Pin A4 or SDA pin and A5 or SCL pin. Support TWI communication using the Wire library.

There are a couple of other pins on the board:

AREF. Reference voltage for the analog inputs. Used with analogReference().

Reset. Bring this line LOW to reset the microcontroller. Typically used to add a reset button to shields which block the one on the board.

 

Leave your thoughts here

 

[recaptcha]

  Posts

1 2 3 10
October 16th, 2025

hello world

hello world

September 17th, 2025

My Research Journey and Publications up to September 2025

As part of my academic and research journey at Universiti Malaysia Pahang Al-Sultan Abdullah (UMPSA), my team and I have […]

September 2nd, 2025

Congratulations to My Final Year Students on Their First Conference Presentation (InECCE 2025)!

I am delighted to congratulate my final year undergraduate students for successfully presenting their research at their first academic conference […]

July 4th, 2025

CITREX 2025: Honored with Gold Medal at UMPSA

On 17 June 2025, Universiti Malaysia Pahang Al-Sultan Abdullah (UMPSA) organized a prestigious research competition known as CITREX 2025, which […]

April 15th, 2025

Celebrate every Raya open house with kindness, warmth and great company

Alhamdulillah, I had the wonderful opportunity to host a Hari Raya Aidilfitri Open House with my students last Wednesday — […]

April 11th, 2025

Second Publication on RFID (2025)

Exciting News! I am happy to share that our team latest research publication on Radio Frequency Identification (RFID), added to […]

April 11th, 2025

Latest research publication added to AIP (2025)

Exciting News! I am happy to share that our team latest research publication on Radio Frequency Identification (RFID), added to […]

March 13th, 2025

Welcome New semester 2024/2025 II, Bye-Bye Semester 2024/2025 I

A new semester session 2024/2025 II begins on 10 March 2025. For this semester I was assigned to teach a […]

March 5th, 2025

Research Group Strategic Meeting with FTKEE Dean: Strengthening High-Impact Research & Publications

A Research Group Strategic Meeting was held with the Dean of the Faculty of Electrical and Electronic Engineering Technology (FTKEE) […]

March 5th, 2025

My Appointment as Library-Faculty Representative (Wakil Perpustakaan)

As part of the initiative to enhance library services at Universiti Malaysia Pahang Al-Sultan Abdullah (UMPSA), the Library-Faculty Representative was […]