2018년 이전 관심사/Arduino
IOT를 겨냥한 Arduino Zero Board
Life4IoT.rnd
2014. 5. 26. 19:07
반응형
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.
반응형