Module Integration Guides
...
ESP-IDF
PlatformIO Integration
3 min
bytebeam esp idf sdk is available in platform io registry see https //registry platformio org/libraries/bytebeamio/bytebeam esp idf sdk 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 with pio 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 https //docs platformio org/en/latest/core/userguide/pkg/cmd install html 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
