Samsung ARTIK 1020

System

Platform Linux ARM: Linux ARM is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. Using host OS (Mac OS X, Linux ARM) you can build native application for Linux ARM platform.

Microcontroller

EXYNOS5422

Frequency

1500MHz

Flash

16GB

RAM

2GB

Vendor

Samsung

Configuration

Please use artik_1020 ID for board option in “platformio.ini” (Project Configuration File):

[env:artik_1020]
platform = linux_arm
board = artik_1020

You can override default Samsung ARTIK 1020 settings per build environment using board_*** option, where *** is a JSON object path from board manifest artik_1020.json. For example, board_build.mcu, board_build.f_cpu, etc.

[env:artik_1020]
platform = linux_arm
board = artik_1020

; change microcontroller
board_build.mcu = exynos5422

; change MCU frequency
board_build.f_cpu = 1500000000L

Debugging

PIO Unified Debugger currently does not support Samsung ARTIK 1020 board.

Frameworks

Name

Description

ARTIK SDK

ARTIK SDK is a C/C++ SDK targeting Samsung ARTIK platforms. It exposes a set of APIs to ease up development of applications. These APIs cover hardware buses such as GPIO, SPI, I2C, UART, connectivity links like Wi-Fi, Bluetooth, Zigbee, and network protocols such as HTTP, Websockets, MQTT, and others.