diff --git a/content/Arduino Cloud/Arduino IoT Cloud/Add-and-connect-a-device-to-Arduino-Cloud.md b/content/Arduino Cloud/Arduino IoT Cloud/Add-and-connect-a-device-to-Arduino-Cloud.md index 744f59c6..806953e4 100644 --- a/content/Arduino Cloud/Arduino IoT Cloud/Add-and-connect-a-device-to-Arduino-Cloud.md +++ b/content/Arduino Cloud/Arduino IoT Cloud/Add-and-connect-a-device-to-Arduino-Cloud.md @@ -61,7 +61,6 @@ You'll need an Arduino account and the [Arduino Cloud Agent](https://support.ard * Click the **Network configure** button and enter the network credentials. * _Wi-Fi:_ Enter your Wi-Fi name (SSID) and password (encryption key). - * _Arduino SIM:_ [Use these credentials](https://support.arduino.cc/hc/en-us/articles/360013825159-What-are-the-credentials-for-the-Arduino-SIM-card). * _Arduino with LoRa®:_ The credentials are added automatically. * _ESP32 and ESP8266:_ Enter the secret key that was provided when adding the device. diff --git a/content/Arduino Cloud/Arduino SIM Card/How-to-connect-the-MKR-GSM-1400-to-Arduino-Cloud.md b/content/Arduino Cloud/Arduino IoT Cloud/How-to-connect-the-MKR-GSM-1400-to-Arduino-Cloud.md similarity index 88% rename from content/Arduino Cloud/Arduino SIM Card/How-to-connect-the-MKR-GSM-1400-to-Arduino-Cloud.md rename to content/Arduino Cloud/Arduino IoT Cloud/How-to-connect-the-MKR-GSM-1400-to-Arduino-Cloud.md index aa26ebb5..29aeb7e4 100644 --- a/content/Arduino Cloud/Arduino SIM Card/How-to-connect-the-MKR-GSM-1400-to-Arduino-Cloud.md +++ b/content/Arduino Cloud/Arduino IoT Cloud/How-to-connect-the-MKR-GSM-1400-to-Arduino-Cloud.md @@ -8,7 +8,7 @@ The [Arduino MKR GSM 1400](https://store.arduino.cc/arduino-mkr-gsm-1400-1415) h ## What you'll need * An Arduino MKR GSM 1400 -* An [activated SIM card from Arduino](https://support.arduino.cc/hc/en-us/articles/360021543440) or some other service provider. +* A SIM card with GSM/3G service * A GSM/3G antenna with a micro UFL connector (such as the one included in the [cellular kit](https://store.arduino.cc/arduino-sim-mkr-gsm-1400-cellular-kit-1417)). --- @@ -57,28 +57,7 @@ The micro UFL port and the SIM tray are highlighted respectively in the image be ![The "Configure" button, under "Network".](img/IoT-SIM-configure-network-2.png) -5. Enter your network parameters. If you are configuring an Arduino SIM, use the following parameters: - - - - - - - - - - - - - - - - - - -
APNprepay.pelion
PIN0000
Usernamearduino
Passwordarduino
- - Otherwise, use the parameters provided by your SIM provider. +5. Enter the network parameters provided by your SIM provider. 6. Click the **SAVE** button. diff --git a/content/Arduino Cloud/Arduino IoT Cloud/If-the-sketch-uploads-but-the-device-isn-t-online.md b/content/Arduino Cloud/Arduino IoT Cloud/If-the-sketch-uploads-but-the-device-isn-t-online.md index 275dc653..4a1bbeb8 100644 --- a/content/Arduino Cloud/Arduino IoT Cloud/If-the-sketch-uploads-but-the-device-isn-t-online.md +++ b/content/Arduino Cloud/Arduino IoT Cloud/If-the-sketch-uploads-but-the-device-isn-t-online.md @@ -12,8 +12,8 @@ id: 13459093156764 2. Go to the [Things tab](https://app.arduino.cc/things) and open the Thing that's associated with your device. Then go to the [Devices tab](https://app.arduino.cc/devices), and find your device in the list. Under **Network**, click on **Change** and verify that your credentials are correct. - * **Wi-Fi:** Make sure the name (also called _SSID_) and password (also called _encryption key_ or just _key_) are correct. The password can be revealed by clicking the eye symbol. If you don't know your network name or password, contact your network administrator or the manufacturer of your Wi-Fi access point. If your device has a secret key, make sure it's entered correctly (if you're unsure, remove and re-add the device to generate a new key). - * **Arduino SIM:** [Use these credentials](https://support.arduino.cc/hc/en-us/articles/360013825159). Make sure a working GSM antenna is connected to the board and that an Arduino SIM plan is activated with [your account](https://store.arduino.cc/digital/subscriptions/plans). + > [!NOTE] + > Make sure the name (also called _SSID_) and password (also called _encryption key_ or just _key_) are correct. The password can be revealed by clicking the eye symbol. If you don't know your network name or password, contact your network administrator or the manufacturer of your Wi-Fi access point. If your device has a secret key, make sure it's entered correctly (if you're unsure, remove and re-add the device to generate a new key). 3. Open the Thing's **Sketch tab**. Make sure the right device is selected and re-upload the sketch. diff --git a/content/Arduino Cloud/Arduino SIM Card/img/GSM-1400-connections.png b/content/Arduino Cloud/Arduino IoT Cloud/img/GSM-1400-connections.png similarity index 100% rename from content/Arduino Cloud/Arduino SIM Card/img/GSM-1400-connections.png rename to content/Arduino Cloud/Arduino IoT Cloud/img/GSM-1400-connections.png diff --git a/content/Arduino Cloud/Arduino SIM Card/img/IoT-SIM-configure-network-2.png b/content/Arduino Cloud/Arduino IoT Cloud/img/IoT-SIM-configure-network-2.png similarity index 100% rename from content/Arduino Cloud/Arduino SIM Card/img/IoT-SIM-configure-network-2.png rename to content/Arduino Cloud/Arduino IoT Cloud/img/IoT-SIM-configure-network-2.png diff --git a/content/Arduino Cloud/Arduino SIM Card/img/create-widget-from-thing.png b/content/Arduino Cloud/Arduino IoT Cloud/img/create-widget-from-thing.png similarity index 100% rename from content/Arduino Cloud/Arduino SIM Card/img/create-widget-from-thing.png rename to content/Arduino Cloud/Arduino IoT Cloud/img/create-widget-from-thing.png diff --git a/content/Arduino Cloud/Arduino SIM Card/img/icon_iot-upload.png b/content/Arduino Cloud/Arduino IoT Cloud/img/icon_iot-upload.png similarity index 100% rename from content/Arduino Cloud/Arduino SIM Card/img/icon_iot-upload.png rename to content/Arduino Cloud/Arduino IoT Cloud/img/icon_iot-upload.png diff --git a/content/Arduino Cloud/Arduino SIM Card/img/icon_notepad.png b/content/Arduino Cloud/Arduino IoT Cloud/img/icon_notepad.png similarity index 100% rename from content/Arduino Cloud/Arduino SIM Card/img/icon_notepad.png rename to content/Arduino Cloud/Arduino IoT Cloud/img/icon_notepad.png diff --git a/content/Arduino Cloud/Arduino SIM Card/img/iot-dashboard-add-things.png b/content/Arduino Cloud/Arduino IoT Cloud/img/iot-dashboard-add-things.png similarity index 100% rename from content/Arduino Cloud/Arduino SIM Card/img/iot-dashboard-add-things.png rename to content/Arduino Cloud/Arduino IoT Cloud/img/iot-dashboard-add-things.png diff --git a/content/Arduino Cloud/Arduino SIM Card/img/iot-thing-associate-device.png b/content/Arduino Cloud/Arduino IoT Cloud/img/iot-thing-associate-device.png similarity index 100% rename from content/Arduino Cloud/Arduino SIM Card/img/iot-thing-associate-device.png rename to content/Arduino Cloud/Arduino IoT Cloud/img/iot-thing-associate-device.png diff --git a/content/Arduino Cloud/Arduino SIM Card/img/iot-thing-gsm-1400-online.png b/content/Arduino Cloud/Arduino IoT Cloud/img/iot-thing-gsm-1400-online.png similarity index 100% rename from content/Arduino Cloud/Arduino SIM Card/img/iot-thing-gsm-1400-online.png rename to content/Arduino Cloud/Arduino IoT Cloud/img/iot-thing-gsm-1400-online.png diff --git a/content/Arduino Cloud/Arduino SIM Card/img/iot-thing-sketch-onLedChange.png b/content/Arduino Cloud/Arduino IoT Cloud/img/iot-thing-sketch-onLedChange.png similarity index 100% rename from content/Arduino Cloud/Arduino SIM Card/img/iot-thing-sketch-onLedChange.png rename to content/Arduino Cloud/Arduino IoT Cloud/img/iot-thing-sketch-onLedChange.png diff --git a/content/Arduino Cloud/Arduino SIM Card/How-to-check-the-data-usage-on-the-Arduino-Sim-card.md b/content/Arduino Cloud/Arduino SIM Card/How-to-check-the-data-usage-on-the-Arduino-Sim-card.md deleted file mode 100644 index b37c48cf..00000000 --- a/content/Arduino Cloud/Arduino SIM Card/How-to-check-the-data-usage-on-the-Arduino-Sim-card.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "How to check the data usage on the Arduino Sim card" -id: 360016724060 ---- - -This quick guide will show you to check the data usage on the Arduino Sim card. Please follow the instructions step by step: - -## Steps - -1. Go to [arduino.cc](https://create.arduino.cc/) website and click 'SIGN IN' on the top right corner icon if you haven't done so yet. Make sure you login with the same Arduino credentials you used to register the subscription. - -2. Once you are signed in, click on the top right of the signed-in account icon and select the 'MY PLANS' tab. - - !["My Plans" highlighted in profile menu](img/SimData1.png) - -3. Select the 'My PLANS' tab and you will find your Arduino Sim card subscription. - - !["My Plans" and "Show all" highlighted in Arduino Digital Store](img/SimData2.png) - -4. Finally, click on the 'SHOW ALL' option to check the data usage of the Sim card. - - ![Sim info and usage](img/SimData3.png) diff --git a/content/Arduino Cloud/Arduino SIM Card/How-to-modify-Arduino-SIM-card-subscription.md b/content/Arduino Cloud/Arduino SIM Card/How-to-modify-Arduino-SIM-card-subscription.md deleted file mode 100644 index 31bacc53..00000000 --- a/content/Arduino Cloud/Arduino SIM Card/How-to-modify-Arduino-SIM-card-subscription.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "How to modify Arduino SIM card subscription" -id: 360016077300 ---- - -This quick guide will show you different ways to modify your Arduino SIM card subscription. It is possible to cancel your subscription at any time but it is also possible to pause the subscription. Read below to learn what these terms mean and how to do apply the changes. - -## Steps - -1. Go to [arduino.cc](https://www.arduino.cc/) and click 'SIGN IN' on the top right corner icon if you haven't done so yet. Make sure you login with the same Arduino credentials you used to register the subscription. - -2. Once logged in, go to your [Arduino Cloud Subscription Plans](https://store.arduino.cc/digital/subscriptions/plans). There you will find all different plans you are subscribed to. Scroll down until you find you *SIM Plan*. - - ![Arduino Digital Store with "Pause Sim" and "Cancel subscription" buttons highlighted](img/DigitalStore_MyPlans.png) - -3. Then you will see two different options available on the right side: - * **Pause your SIM**: If you pause your SIM, it stops working immediately, and from the next billing cycle, until your SIM is paused, you will pay a fee of $0.30 per month. This is a good option if you are not planning to use the SIM for a while and do not wish to pay full price for the plan. Then, you can resume the subscription and the same SIM card will be active again. - - ![Pause subscription pop-up with "Yes, pause it" button highlighted](img/SIM_planPause.png) - - * **Cancel subscription**: If you cancel your SIM subscription, your data traffic will be interrupted and the SIM will stop working immediately. You will not be able to use your SIM in the future. - - ![Cancel subscription pop-up](img/SIM_planCancel.png) - -4. Click on the desired option and confirm. Make sure you read and understand the warning before taking action. - > Please note that your SIM can be paused for a maximum of 6 months and there is an ongoing paused fee of $0.30 USD per month plus applicable taxes. (n.b. the SIM cannot be paused during your free 90 day trial period). diff --git a/content/Arduino Cloud/Arduino SIM Card/If-you-are-unable-to-activate-your-Arduino-SIM.md b/content/Arduino Cloud/Arduino SIM Card/If-you-are-unable-to-activate-your-Arduino-SIM.md deleted file mode 100644 index a14da843..00000000 --- a/content/Arduino Cloud/Arduino SIM Card/If-you-are-unable-to-activate-your-Arduino-SIM.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "If you are unable to activate your Arduino SIM" -id: 360021543440 ---- - -The Arduino SIM service is not available to new customers, and registering new Arduino SIM cards is no longer possible. - -If you have an unactivated Arduino SIM card, please [contact us](https://www.arduino.cc/en/contact-us/). diff --git a/content/Arduino Cloud/Arduino SIM Card/Network-coverage-for-Arduino-SIM.md b/content/Arduino Cloud/Arduino SIM Card/Network-coverage-for-Arduino-SIM.md deleted file mode 100644 index 61129b4f..00000000 --- a/content/Arduino Cloud/Arduino SIM Card/Network-coverage-for-Arduino-SIM.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: "Network coverage for Arduino SIM" -id: 360016444999 ---- - -> [!IMPORTANT] -> The Arduino SIM service is not available to new customers. If you have an unactivated Arduino SIM card, please [contact us](https://www.arduino.cc/en/contact-us/). - -Learn about network coverage for the Arduino SIM service. - ---- - -## Check coverage for your country - -Follow these steps to check if Arduino SIM has coverage in your country: - -1. Open [Pelion's global coverage map](https://pelion.com/coverage/). - -2. Scroll down and review the **2G, 3G, 4G, and LPWAN Coverage Map**. - -3. Optionally, use the controls to filter by country, continent, or network type. - -4. To use Arduino SIM, your country needs to have 2G or 3G coverage. - ---- - -## About 2G and 3G network sunsets - -2G and 3G have been sunsetted (decommissioned) in many countries, including the United States. - -If 2G and 3G have been sunsetted in your country, Arduino SIM will not work. - -To learn more, see [2G and 3G network sunsetting (Pelion)](https://pelion.com/2g-and-3g-network-sunsetting/). diff --git a/content/Arduino Cloud/Arduino SIM Card/What-are-the-credentials-for-the-Arduino-SIM-card.md b/content/Arduino Cloud/Arduino SIM Card/What-are-the-credentials-for-the-Arduino-SIM-card.md deleted file mode 100644 index 5809de79..00000000 --- a/content/Arduino Cloud/Arduino SIM Card/What-are-the-credentials-for-the-Arduino-SIM-card.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "What are the credentials for the Arduino SIM card" -id: 360013825159 ---- - -Here are the credentials for the Arduino Sim: - - - - - - - - - - - - - - - - - - -
APNprepay.pelion
PIN0000
Usernamearduino
Passwordarduino
- -> [!NOTE] -> Arduino Sim takes 24 hours to get activated after the registration and a confirmation email will be sent. diff --git a/content/Arduino Cloud/Arduino SIM Card/img/DigitalStore_MyPlans.png b/content/Arduino Cloud/Arduino SIM Card/img/DigitalStore_MyPlans.png deleted file mode 100644 index e1da9643..00000000 Binary files a/content/Arduino Cloud/Arduino SIM Card/img/DigitalStore_MyPlans.png and /dev/null differ diff --git a/content/Arduino Cloud/Arduino SIM Card/img/SIM_planCancel.png b/content/Arduino Cloud/Arduino SIM Card/img/SIM_planCancel.png deleted file mode 100644 index 0083d2b1..00000000 Binary files a/content/Arduino Cloud/Arduino SIM Card/img/SIM_planCancel.png and /dev/null differ diff --git a/content/Arduino Cloud/Arduino SIM Card/img/SIM_planPause.png b/content/Arduino Cloud/Arduino SIM Card/img/SIM_planPause.png deleted file mode 100644 index 0a8d3a93..00000000 Binary files a/content/Arduino Cloud/Arduino SIM Card/img/SIM_planPause.png and /dev/null differ diff --git a/content/Arduino Cloud/Arduino SIM Card/img/SimData1.png b/content/Arduino Cloud/Arduino SIM Card/img/SimData1.png deleted file mode 100644 index 380a7c68..00000000 Binary files a/content/Arduino Cloud/Arduino SIM Card/img/SimData1.png and /dev/null differ diff --git a/content/Arduino Cloud/Arduino SIM Card/img/SimData2.png b/content/Arduino Cloud/Arduino SIM Card/img/SimData2.png deleted file mode 100644 index c04a5dc2..00000000 Binary files a/content/Arduino Cloud/Arduino SIM Card/img/SimData2.png and /dev/null differ diff --git a/content/Arduino Cloud/Arduino SIM Card/img/SimData3.png b/content/Arduino Cloud/Arduino SIM Card/img/SimData3.png deleted file mode 100644 index 80b747c1..00000000 Binary files a/content/Arduino Cloud/Arduino SIM Card/img/SimData3.png and /dev/null differ diff --git a/content/Arduino Cloud/Arduino SIM Card/img/sim1.png b/content/Arduino Cloud/Arduino SIM Card/img/sim1.png deleted file mode 100644 index 038e08f4..00000000 Binary files a/content/Arduino Cloud/Arduino SIM Card/img/sim1.png and /dev/null differ diff --git a/content/Arduino Cloud/Arduino SIM Card/img/sim2.png b/content/Arduino Cloud/Arduino SIM Card/img/sim2.png deleted file mode 100644 index 76aff9de..00000000 Binary files a/content/Arduino Cloud/Arduino SIM Card/img/sim2.png and /dev/null differ diff --git a/content/Arduino Cloud/General Cloud/Configure-or-change-the-network-credentials-of-a-Thing.md b/content/Arduino Cloud/General Cloud/Configure-or-change-the-network-credentials-of-a-Thing.md index d9fe82cb..5d4c23ea 100644 --- a/content/Arduino Cloud/General Cloud/Configure-or-change-the-network-credentials-of-a-Thing.md +++ b/content/Arduino Cloud/General Cloud/Configure-or-change-the-network-credentials-of-a-Thing.md @@ -28,7 +28,6 @@ In this article: - Wi-Fi: Enter your Wi-Fi name (SSID) and password (encryption key). - If using ESP32 and ESP8266: Enter the secret key that was provided when adding the device. - - If using Arduino SIM: Use [these credentials](https://support.arduino.cc/hc/en-us/articles/360013825159-What-are-the-credentials-for-the-Arduino-SIM-card). - If using Arduino with LoRa®: The credentials are added automatically. 1. Go to the **Sketch** tab in the top right and upload the sketch to load the credentials on the board. @@ -44,7 +43,6 @@ In this article: 1. Enter your network credentials: - Wi-Fi: Enter your Wi-Fi name (SSID) and password (encryption key). - If using ESP32 and ESP8266: Enter the secret key that was provided when adding the device. - - If using Arduino SIM: Use [these credentials](https://support.arduino.cc/hc/en-us/articles/360013825159-What-are-the-credentials-for-the-Arduino-SIM-card). - If using Arduino with LoRa®: The credentials are added automatically. 1. Go to the **Sketch** tab in the top right and upload the sketch to load the credentials on the board. diff --git a/content/Arduino Cloud/General Cloud/If-you-cannot-purchase-an-Arduino-Cloud-plan-SIM-subscription-or-certification-exam.md b/content/Arduino Cloud/General Cloud/If-you-cannot-purchase-an-Arduino-Cloud-plan-or-certification-exam.md similarity index 60% rename from content/Arduino Cloud/General Cloud/If-you-cannot-purchase-an-Arduino-Cloud-plan-SIM-subscription-or-certification-exam.md rename to content/Arduino Cloud/General Cloud/If-you-cannot-purchase-an-Arduino-Cloud-plan-or-certification-exam.md index 98067bc2..c2e880a4 100644 --- a/content/Arduino Cloud/General Cloud/If-you-cannot-purchase-an-Arduino-Cloud-plan-SIM-subscription-or-certification-exam.md +++ b/content/Arduino Cloud/General Cloud/If-you-cannot-purchase-an-Arduino-Cloud-plan-or-certification-exam.md @@ -1,5 +1,5 @@ --- -title: "If you cannot purchase an Arduino Cloud plan, SIM subscription, or certification exam" +title: "If you cannot purchase an Arduino Cloud plan or certification exam" id: 4409540316178 --- @@ -14,13 +14,6 @@ These restrictions apply to affected countries and regions: ![Purchase option is grayed out](img/purchase-option-is-grayed-out.png) -## Arduino SIM - -* You cannot activate a trial or sign up for a paid subscription. -* If the 'Activate your free trial' button is clicked, an **ITEM NOT AVAILABLE** message will appear. - -![Pop-up window when signing clicking 'Activate your free trial': "ITEM NOT AVAILABLE: Unfortunately this item is not currently available in your country or region. We apologize for the inconvenience."](img/item-not-available-in-your-country-SIM.png) - ## Arduino Certification Exam If you try to purchase an exam code, an **ITEM NOT AVAILABLE** message will appear. diff --git a/content/Arduino Cloud/General Cloud/img/item-not-available-in-your-country-SIM.png b/content/Arduino Cloud/General Cloud/img/item-not-available-in-your-country-SIM.png deleted file mode 100644 index 330612f9..00000000 Binary files a/content/Arduino Cloud/General Cloud/img/item-not-available-in-your-country-SIM.png and /dev/null differ