platform = samsung_artik
The Samsung ARTIK Smart IoT platform brings hardware modules and cloud services together, with built-in security and an ecosystem of tools and partners to speed up your time-to-market.
For more detailed information please visit vendor site.
Name |
Description |
---|---|
TizenRT RTOS with library |
|
OpenOCD for ARTIK |
|
gcc-arm-embedded |
Warning
Linux Users:
Install “udev” rules file 99-platformio-udev.rules (an instruction is located inside a file).
Raspberry Pi users, please read this article Enable serial port on Raspberry Pi.
Windows Users:
Please check that you have a correctly installed USB driver from board manufacturer
Name |
Description |
---|---|
Tizen RT is a lightweight RTOS-based platform to support low-end IoT devices |
Note
You can list pre-configured boards by platformio boards command or PlatformIO Boards Explorer
For more detailed board
information please scroll tables below by
horizontal.
ID |
Name |
Platform |
Debug |
Microcontroller |
Frequency |
Flash |
RAM |
---|---|---|---|---|---|---|---|
|
S5JT200 |
320 MHz |
8192 Kb |
1280 Kb |
If you are using the Samsung ARTIK platform on macOS or Linux, you need to perform the configuration steps detailed below to enable support for deployment and debugging.
Usually Windows Update Service will automatically install FTDI driver. You can choose an off-line installation and install FTDI driver manually.
After installation, you will have two FTDI devices. Please use zadig tool to change one FTDI device to a “libusb” compatible device.
First check that you have a FTDI compatible driver on your mac:
kextstat | grep FTDI
You should have com.apple.driver.AppleUSBFTDI
.
Install ARTIK FTDI Driver
Reboot your system.
Create a new file named /etc/udev/rules.d/51-artik053.rules
and add the
following line:
SUBSYSTEM=="usb", ATTR{idVendor}=="0403", ATTR{idProduct}=="6010", MODE="0660", GROUP="plugdev", SYMLINK+="artik053-%n"