Module Integration Guides
Arduino
PlatformIO Integration
3 min
bytebeamarduino sdk is available in platform io registry see https //registry platformio org/libraries/bytebeamio/bytebeamarduino 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 bytebeamarduino 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/bytebeamarduino@^1 0 1" if installation is successfully done, output should be as follows

