Module Integration Guides

Arduino

2min

This guide will show you how to integrate Bytebeam with the Arduino.

Before you get started

This guide assumes that you are familiar with the Arduino Platform. If you are not, the best place to get started will be the Arduino Getting started guide. You can come back to this guide once you are comfortable building and running a project using Arduino.

This guide also assumes you are using Bytebeam Cloud. You can create an account by following the guide on Getting started on Bytebeam Cloud If you are on the Bytebeam enterprise version contact your support representative for instructions.

We also recommend you go through the Concepts page before you go through this guide

Getting Started

Before you get started, add the device heartbeat parameters in the device shadow by following Add Device Heartbeat Parameters guide.

The first step in getting started with the SDK is setup. If you are using WiFi then go through the Setting up BytebeamArduino SDK guide. If you are using GSM on the other hand look at the Setting up BytebeamArduino for GSM Connectivity guide

You can then integrate Bytebeam into your Arduino Sketch in 3 easy steps :)