📦Free shipping over $10 in most countries and regions!



Arduino Uno Board Anatomy

Arduino boards senses the environment by receiving inputs from many sensors, and affects their surroundings by controlling lights, motors, and other actuators. Arduino boards are the microcontroller development platform that will be at the heart of your projects. When making something you will be building the circuits and interfaces for interaction, and telling the microcontroller how to interface with other components. Here the anatomy of Arduino Uno.

    1. Digital pins Use these pins with digitalRead(), digitalWrite(), and analogWrite(). analogWrite() works only on the pins with the PWM symbol.
    1. Pin 13 LED The only actuator built-in to your board. Besides being a handy target for your first blink sketch, this LED is very useful for debugging.
    1. Power LED Indicates that your Arduino is receiving power. Useful for debugging.
    1. ATmega microcontroller The heart of your board.
    1. Analog in Use these pins with analogRead().
    1. GND and 5V pins Use these pins to provide +5V power and ground to your circuits.
    1. Power connector This is how you power your Arduino when it's not plugged into a USB port for power. Can accept voltages between 7-12V.
    1. TX and RX LEDs These LEDs indicate communication between your Arduino and your computer. Expect them to flicker rapidly during sketch upload as well as during serial communication. Useful for debugging.
    1. USB port Used for powering your Arduino Uno, uploading your sketches to your Arduino, and for communicating with your Arduino sketch (via Serial. println() etc.).
    1. Reset button Resets the ATmega microcontroller.

 

Various Arduino peripheral products here:

👉 Welcome to HALJIA Electronic Components Store