Guide will show you how to setup your project for GSM connectivity.
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.
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_GSM
example sketch for reference. See File > Examples > BytebeamArduino > ESP32 > SetupClient_GSM within the Arduino IDE.