We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.

What Are the Different Types of Arduino® Pins?

By Benjamin Arie
Updated May 17, 2024
Our promise to you
WiseGeek is dedicated to creating trustworthy, high-quality content that always prioritizes transparency, integrity, and inclusivity above all else. Our ensure that our content creation and review process includes rigorous fact-checking, evidence-based, and continual updates to ensure accuracy and reliability.

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

Editorial Standards

At WiseGeek, we are committed to creating content that you can trust. Our editorial process is designed to ensure that every piece of content we publish is accurate, reliable, and informative.

Our team of experienced writers and editors follows a strict set of guidelines to ensure the highest quality content. We conduct thorough research, fact-check all information, and rely on credible sources to back up our claims. Our content is reviewed by subject-matter experts to ensure accuracy and clarity.

We believe in transparency and maintain editorial independence from our advertisers. Our team does not receive direct compensation from advertisers, allowing us to create unbiased content that prioritizes your interests.

An Arduino® is a brand of programmable microcontroller that is often used by hobbyists to interact with other devices. In projects such as robotics and home automation, Arduino® boards are commonly linked to sensors, buttons and motors. Arduino® pins allow users to easily connect a variety of devices and components to the microcontroller. There are three main types of Arduino® pins: digital pins, analog pins and power pins.

Digital pins can be used as both input and output pins on most Arduino® microcontrollers. This means that a single pin can both send and receive digital data. Digital Arduino® pins can be only "high" or "low." When a digital pin is high, a constant voltage is present. When the pin is low, this voltage is gone. Switching a light emitting diode (LED) on and off is one common instance of a digital output, and checking the status of a button is an example of a digital input.

In addition to providing simple inputs and outputs, the digital Arduino® pins of many boards can also be used for pulse-width modulation (PWM). Pulse-width modulation is used to simulate a varying analog output using digital pins. For instance, if a motor is connected to a digital output pin, it would rotate when the pin was brought high and stop when the pin was made low. With PWM, the digital output pin is toggled faster or slower to change the speed of the motor. Pulse-width modulation causes the digital Arduino® pins to switch high and low so quickly that the connection behaves like an analog output, and the resulting voltage through this pin can be precisely controlled.

Arduino® microcontrollers also feature analog input pins. Like digital input pins, these are used to read the state of a connected device, such as a sensor. Although digital pins can only tell if a connection is high or low, analog input Arduino® pins are able to read the exact voltage value. This is useful for interfacing with analog sensors that have a wide range of possible values. For example, analog thermometer sensors often send a voltage reading that corresponds to the temperature. Using an analog input pin, an Arduino® can read the value directly.

The final type of Arduino® pin is the power pin. Most Arduino® microcontrollers have several power pins that receive and output a variety of voltages. One of the most important is the "voltage in" (VIN) power pin. This pin is used to provide constant voltage to power the board from an external power supply or battery. Five-volt (5V) power pins allow components and sensors to receive regulated five-volt power directly from the microcontroller. Finally, ground (GND) power pins can be used to electrically ground devices that are connected to an Arduino®.

WiseGeek is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Discussion Comments
WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.

WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.