Get Started for IoT

The Get Started Tutorial teaches you how to create basic Tizen applications for IoT devices.

Applications using the IoT profile

Applications using the iot profile

Hardware setup for IoT development

To start developing Tizen IoT applications, follow the Get Started guide that demonstrates how to set up the Raspberry Pi 3 or 4 board.

.NET application

The following guide demonstrates how to create and run a basic Tizen .NET application, which displays some text on the screen with no user interaction:

  • IoT .NET application

    An IoT application is targeted to run on an IoT device. The applications can take advantage of a wide variety of functionalities available on IoT devices.

Ensure that you have installed the latest version of Visual Studio Tools for Tizen.

Native service application

You can create rich applications in C to run on Raspberry Pi with various interfaces to the device hardware.

To begin your Tizen Native service application development journey, use the following quick start guide:

  • IoT Native Service application

    An IoT native service application can be created using the C language and is targeted to run on Raspberry Pi. The application uses the Native APIs, which provide various interfaces to the device hardware, allowing you to take advantage of numerous capabilities tailored to run with limited device resources.

Ensure that you have installed the latest version of Tizen Studio.

Submit your feedback to GitHub