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 installcommand. 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.

pio pkg install --library "bytebeamio/bytebeam-esp-idf-sdk@^1.0.1"

If installation is successfully done, output should be as follows.