Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 1.67 KB

File metadata and controls

executable file
·
25 lines (17 loc) · 1.67 KB

Commercialization Guide for IoT device with SmartThings SDK

Please contact partners@smartthings.com for commercialization inquiries.

Check List for the commercialization

  1. Products shall have unique serial number and public key.
    We recommend to modify and apply the opensource example tools in the link below to suit each company's production.
  1. Created serial number, public key and private key shall be saved in the secure module.
    Private key shall not be exposed to the outside and shall be injected and stored in the secure region of the device.

  2. Serial Number and Device Public key shall be registered with Samsung SmartThings before sale.

  3. QR should be attached to the device for the commercialization.

  • The QR size requested for the product should meet the specifications below.
    • Recommended : Above 10mm * 10mm
    • Minimum : 7mm * 7mm
  1. Products certified by WWST shall have a WWST logo attached to the product package.
    You can get the WWST(Work With Samsung SmartThings) Logo image with the following link.

  2. Products shall provide the firmware update function for security patch, feature upgrade, bug fix and etc.
    If the partner has their own firmware update system, they can use it.
    But if not, they can implement it by referring to the OTA guide we provide.