website logo
BlogPlansAbout UsCareersSignup
⌘K
Introduction
Getting started on Bytebeam Cloud
Concepts
Projects
Streams
Device Shadow
Device Metadata
Actions
Module Integration Guides
ESP32
Arduino
Console Guides
Device Management
Dashboards
Streams (Tables)
Actions
Users
Roles
Release Notes
R10 24-May-2023
R9 10-May-2023
R8 26-Apr-2023
R7 05-Apr-2023
R6 22-Mar-2023
R5 08-Mar-2023
R4 22-Feb-2023
R3 10-Feb-2023
R2 01-Feb-2023
R1 19-Jan-2023
Docs powered by archbee 

PlatformIO Integration

4min

BytebeamArduino 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 BytebeamArduino SDK will pop up.

Document image


Go ahead select the latest version (say 1.0.1) and hit the Add to Project button.

Document image


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.

Shell
|
pio pkg install --library "bytebeamio/[email protected]^1.0.1"


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

Document image




Updated 24 Apr 2023
Did this page help you?
Yes
No
PREVIOUS
Advanced SDK Configurations
NEXT
Device Management
Docs powered by archbee 
TABLE OF CONTENTS
Getting the SDK Via PlatformlO Home
Getting the SDK Via PlatformlO Core CLI