Steps on how to set up and start using Bytebeam Arduino SDK.
bytebeam
keyword. The BytebeamArduino SDK will pop up. Go ahead select the latest version (say 1.0.1
) and hit the install button.
begin
method our SDK will look for this device config data and use that in order to establish the secure connection with the remote device at the cloud end.
For this integration we will go with the default configurations. If you want to change the configuration, check out the Advanced SDK Configurations guide.
Note: On ESP32 we use SPIFFS by default but if you are using ESP8266 you should use LITTLEFS by default
Before getting ahead make sure you have the SPIFFS file system partition. For this you can select the partition table setting under Tools
section. See Tools > Partition Scheme within the Arduino IDE.
SetupClient
example sketch for reference. See File > Examples > BytebeamArduino > ESP32 > SetupClient within the Arduino IDE.