Get Development Kit

Last Updated on : 2024-06-24 10:11:30download

This topic describes how to get the development kit for laser robot vacuums.

Terms

  • TuyaOS SDK development: Develop applications, adapt the board support package (BSP), and port TuyaOS to your proprietary hardware yourself.
  • Type development kit: As a TuyaOS-based development framework, the kit is designed to help you quickly develop IoT products for different use cases. A type development kit consists of the build framework, development environment, demo, library, and header file.

    Currently, only type development kits based on the X86_64 development platform are provided.

Get development kit

Step 1: Install Tuya Wind IDE and request permissions

TuyaOS development kits for laser robot vacuums are released through Tuya Wind IDE in Visual Studio Code.

  1. Follow the instructions to prepare the development environment, install the Tuya Wind IDE extension, and then log in to the IDE with the account of the Tuya Developer Platform.

  2. Click Resource Center, set the filters, and then search for the development kit you need. You can first apply for a type development kit based on the x86_64 development platform.

    • Development mode: Choose TuyaOS SDK Development.

    • Type Development Kit: Choose Robot Development > Laser Device Development Kit.

    • Development platform: Choose a development platform based on your needs. For example, x86_64.

    • TuyaOS version: Choose the target TuyaOS version.

      Get Development Kit

Step 2: Download the type development kit based on the x86_64 platform

  1. Click Home and select Create Framework.

    Get Development Kit
  2. Complete the required fields on the page of Project Wizard. After you click Finish, the download will start automatically.

    Get Development Kit
  3. After the download is complete, a workspace is created automatically in the Visual Studio Code.

Step 3: Familiarize yourself with the development process

You can refer to the type development kit based on the x86_64 platform and familiarize yourself with the development process. For more information, see Quick Start.

Step 4: Get TuyaOS SDK development kit

  1. You need to provide information about the cross-compiler toolchain for your platform to your Tuya account manager, so that Tuya can send you the appropriate TuyaOS SDK development kit within 3 to 5 working days.
  2. After you get the TuyaOS SDK development kit, you can refer to TuyaOS SDK Development to dive deep into your development.