Skip to main content
Version: 0.0.x

Getting Started - IoT SDK

IoT SDK is natively written SDK using C Language. It is compatible with ESP32S3 Microcontrollers.

Installing IoT SDK

IoT SDK is client for real-time communication for Microcontrollers. It inherits the same terminology as all other SDKs does.

Step 1: Add VideoSDK IoT Component in your IoT project

To integrate the IoT SDK component, clone the repository below.

git clone https://github.com/videosdk-live/IoTSdk

After cloning, copy the component's local path and provide it in the idf_component.yml file as shown below.

main/idf_component.yml
dependencies:
IoTSdk:
path: // Full local path of the component
// your existing dependencies ...
note

Check out official example of IoT SDK implementation: IoT-SDK-Example

Got a Question? Ask us on discord