Skip to content

chijinchao/platform-samsung_artik

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samsung ARTIK: development platform for PlatformIO

The Samsung ARTIK platform brings support to PlatformIO for the non Linux-based ARTIK modules. The boards that are currently supported by this platform are:

  • artik_053: ARTIK 053 Wi-Fi module running TizenRT

Usage

  1. Install PlatformIO Core
  2. Install Samsung ARTIK development platform:
# install the latest stable version
> platformio platform install samsung_artik

# install development version
> platformio platform install https://github.com/platformio/platform-samsung_artik.git

Configuration instructions

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.

macOS

First check that you have a FTDI compatible driver on your mac:

$ kextstat | grep FTDI

You should have com.apple.driver.AppleUSBFTDI, and then install Artik_FTDI_Driver after finish reboot your system.

Linux

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"

windows

  1. Usually windows update service will automatically install FTDI driver,If nessary you can choose an offline installation. 2.After install FTDI driver it will has two FTDI device and use zadig tool change one FTDI device to a libusb compatible device.

About

Samsung ARTIK: development platform for PlatformIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%