Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Arduino

About

Ask Question
Tag Info

The Arduino Uno is the most common of the Arduino boards. It is based on the ATmega328P microcontroller.

The Arduino Uno has become one of the most popular Arduino boards and is now in its third official revision. It is available in DIP and SMD configurations and supports a wide range of shields. There are also many third-party clones that use the same layout and specifications.

Use this tag when asking a question about using Uno boards (or exact clones), for example, asking about shield compatibility or pin configuration. Alternatively, use the tag when the question is specific to the surface-mount version of the Uno (as opposed to the DIP version).

Fromthe official Arduino site:

Arduino Uno

Arduino/Genuino Uno is a microcontroller board based on the ATmega328P(datasheet). It has 14 digital input/output pins (6 can beused as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USBconnection, a power jack, an ICSP header, and a reset button. Itcontains everything needed to support the microcontroller;Connect it to a computer with a USB cable or power it with an AC-to-DCadapter or battery to get started.

Technical specs

  • Microcontroller: ATmega328P
  • Operating Voltage: 5V
  • Input Voltage (recommended): 7-12V
  • Input Voltage (limit): 6-20V
  • Digital I/O Pins: 14 (of which 6 provide PWM output)
  • PWM Digital I/O Pins: 6
  • Analog Input Pins: 6
  • DC Current per I/O Pin: 20 mA
  • DC Current for 3.3V Pin: 50 mA
  • Flash Memory: 32 KB (ATmega328P) of which 0.5 KB used by bootloader
  • SRAM: 2 KB (ATmega328P)
  • EEPROM: 1 KB (ATmega328P)
  • Clock Speed: 16 MHz
  • LED_BUILTIN: 13

Notes

  • The "Input Voltage" above refers to the power input (to the power jack), not the amount of voltage you can put on the input pins (which is a maximum of 5 V).

  • The six analog input pins can also be used as digital pins, so you actually have 20 pins that can be used for digital input/output.

Resources

HistoryUsage Guidance history

Code Language (used forsyntax highlighting): lang-cpp

lang-cpp

Synonyms

Stats

created

11 years, 9 months agobyButzke

viewed

489 times

active

2 years, 4 months ago

editors

8

Top Answerers

Majenko's user avatar
Majenko
106k5 gold badges82 silver badges139 bronze badges
Nick Gammon's user avatar
Nick Gammon
38.9k13 gold badges70 silver badges126 bronze badges
Edgar Bonet's user avatar
Edgar Bonet
45.2k4 gold badges42 silver badges81 bronze badges
JRobert's user avatar
JRobert
15.4k3 gold badges25 silver badges53 bronze badges
Ignacio Vazquez-Abrams's user avatar
Ignacio Vazquez-Abrams
17.7k1 gold badge28 silver badges32 bronze badges
more »

Related Tags

 × 673
 × 570
 × 502
 × 459
 × 379
 × 324
 × 287
 × 287
 × 270
 × 242
 × 222
 × 216
 × 214
 × 200
 × 191
 × 177
 × 171
 × 169
 × 168
 × 168
 × 167
 × 160
 × 154
 × 147
 × 143
more related tags


[8]ページ先頭

©2009-2025 Movatter.jp