From 6b78c6db9f6c8271f215e33dc48cdfbd83c3d15a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Tue, 15 Mar 2022 15:38:30 +0100 Subject: [PATCH 1/2] Add MKR GSM memory disclaimer --- .../01.iot-cloud-getting-started/iot-cloud-getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/cloud/iot-cloud/tutorials/01.iot-cloud-getting-started/iot-cloud-getting-started.md b/content/cloud/iot-cloud/tutorials/01.iot-cloud-getting-started/iot-cloud-getting-started.md index 8e9209fa99..e42c1ce9b7 100644 --- a/content/cloud/iot-cloud/tutorials/01.iot-cloud-getting-started/iot-cloud-getting-started.md +++ b/content/cloud/iot-cloud/tutorials/01.iot-cloud-getting-started/iot-cloud-getting-started.md @@ -84,6 +84,8 @@ Connection through mobile networks can be considered in remote areas where there ***For more information, visit the [Arduino SIM page](https://store.arduino.cc/digital/sim).*** +***Note that connection via GSM is a memory intense operation, so there's not a lot of memory for the user application (around 2.6 kB). Using a lot of IoT Cloud variables may cause the sketch to run out of memory on the MKR GSM 1400 and make it crash.*** + ### ESP32 / ESP8266 The Arduino IoT Cloud supports a wide range of third party boards based on the ESP32 and ESP8266 microcontrollers with support for Wi-Fi. To set them up, simply choose the **third party option** in the device setup. From ff9bb953bab92ebfadb7e9e59b69526bd9790b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:00:20 +0100 Subject: [PATCH 2/2] Update content/cloud/iot-cloud/tutorials/01.iot-cloud-getting-started/iot-cloud-getting-started.md Co-authored-by: Sebastian Romero --- .../01.iot-cloud-getting-started/iot-cloud-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cloud/iot-cloud/tutorials/01.iot-cloud-getting-started/iot-cloud-getting-started.md b/content/cloud/iot-cloud/tutorials/01.iot-cloud-getting-started/iot-cloud-getting-started.md index e42c1ce9b7..e90a62077e 100644 --- a/content/cloud/iot-cloud/tutorials/01.iot-cloud-getting-started/iot-cloud-getting-started.md +++ b/content/cloud/iot-cloud/tutorials/01.iot-cloud-getting-started/iot-cloud-getting-started.md @@ -84,7 +84,7 @@ Connection through mobile networks can be considered in remote areas where there ***For more information, visit the [Arduino SIM page](https://store.arduino.cc/digital/sim).*** -***Note that connection via GSM is a memory intense operation, so there's not a lot of memory for the user application (around 2.6 kB). Using a lot of IoT Cloud variables may cause the sketch to run out of memory on the MKR GSM 1400 and make it crash.*** +***Note that a secured connection is a memory intense operation, so there's not a lot of memory for the user application (e.g. around 2.6 kB on the MKR GSM 1400). Using a lot of IoT Cloud variables may cause the sketch to run out of memory on boards which don't offload the SSL stack and make it crash.*** ### ESP32 / ESP8266