Skip to main content
Version: Next

Getting Started - IoT SDK

The IoT SDK is a natively written SDK in C, compatible with ESP32-S3 microcontrollers.

Installing the IoT SDK

The IoT SDK enables real-time communication for microcontrollers and follows the same terminology as other SDKs.

Step 1: Add the VideoSDK IoT Component to Your IoT Project

The IoT SDK is published on the ESP Component Registry as videosdk/iot-sdk. Add it as a managed dependency in your project's idf_component.yml:

main/idf_component.yml
dependencies:
videosdk/iot-sdk: '*'
# your existing dependencies ...

Alternatively, add it from the command line:

idf.py add-dependency "videosdk/iot-sdk"

Got a Question? Ask us on discord