PlatformIO Integration
Learn how to easily install the bytebeam-esp-idf-sdk using PlatformIO with this comprehensive document. Follow step-by-step instructions using either the intuitive PlatformIO GUI or the convenient PlatformIO Core CLI. Ensure a smooth installation by choos
bytebeam-esp-idf-sdk is available in Platform IO registry. See PlatformIO Registery for details.
Getting the SDK Via PlatformlO Home
You can install the SDK with PlatformIO GUI. We recommend installing the latest version of the SDK for this integration. Follow the below steps to install the SDK :)
Open the PlatformIO project. Go to PIO~~ ~~Home Libraries section and search for the bytebeam
keyword. The bytebeam-esp-idf-sdk will pop up.
Go ahead select the latest version (say 1.0.1
) and hit the Add to Project
button.
Getting the SDK Via PlatformlO Core CLI
You can install the SDK withpio pkg install
command. We recommend installing the latest version of the SDK for this integration. Follow the below steps to install the SDK :)
- Open PlatformIO Core CLI.
- Change directory (cd) to the PlatformIO project where platformio.ini is located.
- Copy the following pio pkg install command and paste into the CLI shell, press Enter.
Note: You can mention the latest version (say 1.0.1
) in the below command if applicable.
If installation is successfully done, output should be as follows.