Skip to content

Commit

Permalink
Arduino SIM EoL [HC-1609] (#442)
Browse files Browse the repository at this point in the history
* removed all mentions of Arduino SIM

* Apply suggestions from code review

Co-authored-by: Renat0Ribeir0 <[email protected]>

* rename article

---------

Co-authored-by: Renat0Ribeir0 <[email protected]>
  • Loading branch information
gorillagripcore and Renat0Ribeir0 authored Nov 5, 2024
1 parent c805ab9 commit 0884df4
Show file tree
Hide file tree
Showing 28 changed files with 5 additions and 153 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<sup>®</sup>:_ The credentials are added automatically.
* _ESP32 and ESP8266:_ Enter the secret key that was provided when adding the device.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

---
Expand Down Expand Up @@ -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:

<table>
<tr>
<th>APN</th>
<td>prepay.pelion</td>
</tr>
<tr>
<th>PIN</th>
<td>0000</td>
</tr>
<tr>
<th>Username</th>
<td>arduino</td>
</tr>
<tr>
<th>Password</th>
<td>arduino</td>
</tr>
</table>

Otherwise, use the parameters provided by your SIM provider.
5. Enter the network parameters provided by your SIM provider.

6. Click the **SAVE** button.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed content/Arduino Cloud/Arduino SIM Card/img/sim1.png
Binary file not shown.
Binary file removed content/Arduino Cloud/Arduino SIM Card/img/sim2.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Original file line number Diff line number Diff line change
@@ -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
---

Expand All @@ -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.
Expand Down
Binary file not shown.

0 comments on commit 0884df4

Please sign in to comment.