Skip to content

bytebeamio/bytebeam-arduino-sdk

Repository files navigation

BytebeamArduino

Bytebeam Arduino Logo

arduino-library-badge PlatformIO Registry

This Library provides a simple client for connecting ESP devices to Bytebeam IoT platform.

Features :-

  • Efficiently send data to cloud.
  • Receive commands from the cloud, execute them and update progress of execution.
  • Download Firmware images from cloud in case of OTA updates being triggered from cloud.

What's included in the Library :-

  • src :- This section contains source code for various functions that can be used by applications for interacting with Bytebeam platform.
  • examples :- This folder conatins few example sketch which demonstrates establishing secure connection with Bytebeam platform. Also, it demonstrates periodic data pushing and receiving actions.

Dependencies :-

We recommend to install the latest versions of the libraries and Core SDK.

Getting Started :-

This Library can be integrated with new as well as existing Arduino ESP32 or Arduino ESP8266 sketches. Follow the instruction guide for setting up and integrating Library with your Arduino sketch.

Community :-

Contributing :-

Contributions are welcome! Not only you’ll encourage the development of the Library, but you’ll also learn how to best use the Library and probably some C++ too.

See the contributing guide for detailed instructions on how to get started with the Library. Please follow the code of conduct while contributing.

License :-

This project is released under The Apache License, Version 2.0 (See LICENSE for details)