아두이노 나노보드 ardunio-nano
아두이노 나노는 아두이노 우노와 동일하게 ATMega328 MCU 칩을 사용하고 기능과 성능도 거의 동일하다. 나노 기종은 우노 기종에서의 핀소켓, 중복핀, 별도 전원단자 등을 생략해서 크기를 최소화한 것이다. 즉, 우노가 실습 편의를 위해 디자인되었다면 나노 기종은 다른 장치에 쉽게 부착해서 사용할 수 있도록 크기를 최소화한 디자인이라 할 수 있다.
아두이노 나노보드는 우노보도와 같이 mcu인 atmega328을 사용한다.
우노보드의 전원잭,핀소켓헤 부분.... 을 빼고 크기를 줄여서 만든 게 나노(nano) 보드이다.
사이즈가 작아서 케이스 장착에 좀더 수월하다.
기본사양
Microcontroller | ATmega328 |
Architecture | AVR |
Operating Voltage | 5 V |
Flash Memory | 32 KB of which 2 KB used by bootloader |
SRAM | 2 KB |
Clock Speed | 16 MHz |
Analog IN Pins | 8 |
EEPROM | 1 KB |
DC Current per I/O Pins | 20 mA (I/O Pins) |
Input Voltage | 7-12V |
Digital I/O Pins | 22 (6 of which are PWM) |
PWM Output | 6 |
Power Consumption | 19 mA |
PCB Size | 18 x 45 mm |
Weight | 7 g |
아두이노 나노 핀맵 (arduino nano board pin map)
나노보드의 핀 구조
1 | D1/TX | I/O | Digital I/O Pin Serial TX Pin |
2 | D0/RX | I/O | Digital I/O Pin Serial RX Pin |
3 | RESET | Input | Reset ( Active Low) |
4 | GND | Power | Supply Ground |
5 | D2 | I/O | Digital I/O Pin |
6 | D3 | I/O | Digital I/O Pin |
7 | D4 | I/O | Digital I/O Pin |
8 | D5 | I/O | Digital I/O Pin |
9 | D6 | I/O | Digital I/O Pin |
10 | D7 | I/O | Digital I/O Pin |
11 | D8 | I/O | Digital I/O Pin |
12 | D9 | I/O | Digital I/O Pin |
13 | D10 | I/O | Digital I/O Pin |
14 | D11 | I/O | Digital I/O Pin |
15 | D12 | I/O | Digital I/O Pin |
16 | D13 | I/O | Digital I/O Pin |
17 | 3V3 | Output | +3.3V Output (from FTDI) |
18 | AREF | Input | ADC reference |
19 | A0 | Input | Analog Input Channel 0 |
20 | A1 | Input | Analog Input Channel 1 |
21 | A2 | Input | Analog Input Channel 2 |
22 | A3 | Input | Analog Input Channel 3 |
23 | A4 | Input | Analog Input Channel 4 |
24 | A5 | Input | Analog Input Channel 5 |
25 | A6 | Input | Analog Input Channel 6 |
26 | A7 | Input | Analog Input Channel 7 |
27 | +5V | Output or Input | +5V Output (From On-board Regulator) or +5V (Input from External Power Supply |
28 | RESET | Input | Reset ( Active Low) |
29 | GND | Power | Supply Ground |
30 | VIN | Power | Supply voltage |
ICSP Pins
MISO | Input or Output | Master In Slave Out |
Vcc | Output | Supply Voltage |
SCK | Output | Clock from Master to Slave |
MOSI | Output or Input | Master Out Slave In |
RST | Input | Reset (Active Low) |
GND | Power | Supply Ground |
'아두이노' 카테고리의 다른 글
아두이노 쉴드(shield) (1) | 2023.10.15 |
---|---|
아두이노 우노 보드 (0) | 2020.01.05 |
아두이노란 (0) | 2020.01.04 |