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
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 ...
Got a Question? Ask us on discord