IOT를 겨냥한 Arduino Zero Board
2014. 5. 26. 19:07ㆍ2018년 이전 관심사/Arduino
반응형
Atmel에서도 IoT를 겨냥하여 32-bit Aruino Zero Board를 출시 하였다.
MCU는 Atmel의 SAMD21(Cortex M0)를 탑재 하였으며, 기존의 핀 맵들을 Aruino Uno 보드와 100% 호환되게 만들었으며 기본적인 스펙은 아래와 같다.
Microcontroller | ATSAMD21G18, 48pins LQFP |
Operating Voltage | 3.3V |
Digital I/O Pins | 14, with 12 PWM and UART |
Analog Input Pins | 6, 12-bit ADC channels |
Analog Output Pins | 1, 10-bit DAC |
DC Current per I/O Pin | 7 mA |
Flash Memory | 256 KB |
SRAM | 32 KB |
EEPROM | up to 16KB by emulation |
Clock Speed | 48 MHz |
아두이노에서 작성한 글을 보면, IoT 기기를 겨냥하여 Cortex M0로 Arduino Zero Board를 출시 한 것으로 보인다.
( 참고로 기존에도 Cortex M3 기반의 Arduino Due가 있었다.) (이런 점으로 보면, 사용 목적에 따라 다르겠지만 IoT 기기에는 Cortex M0가 많이 쓰이는 듯 하다.)
The Zero board aims to provide creative individuals with the potential to realize truly innovative ideas for smart IoT device, wearable technology, high-tech automation, robotics and projects not yet imagined.
반응형
'2018년 이전 관심사 > Arduino' 카테고리의 다른 글
Arduino 기반의 WizFi250 SPI Signal 확인 방법 (0) | 2014.09.01 |
---|---|
WizFi250-EVB(Arduino Shield) 이용 시, Check 사항 (0) | 2014.08.16 |
Arduino Platform Board Specs (0) | 2014.04.27 |
[Arduino]Eclipse에서 Serial Monitor 사용하기 (0) | 2014.02.16 |
[Arduino]Eclipse 환경에서 258 Compile Error 시 해결 방법 (0) | 2014.01.17 |