Samsung ARTIK 520

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

EXYNOS3250

Frequency

1000MHz

Flash

4GB

RAM

512MB

Vendor

Samsung

Configuration

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

[env:artik_520]
platform = linux_arm
board = artik_520

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

[env:artik_520]
platform = linux_arm
board = artik_520

; change microcontroller
board_build.mcu = exynos3250

; change MCU frequency
board_build.f_cpu = 1000000000L

Debugging

PIO Unified Debugger currently does not support Samsung ARTIK 520 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.