Skip to content

Commit 89f13ab

Browse files
removed all mentions of Arduino SIM
1 parent f26712c commit 89f13ab

28 files changed

+4
-152
lines changed

content/Arduino Cloud/Arduino IoT Cloud/Add-and-connect-a-device-to-Arduino-Cloud.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ You'll need an Arduino account and the [Arduino Cloud Agent](https://support.ard
6161
* Click the **Network configure** button and enter the network credentials.
6262

6363
* _Wi-Fi:_ Enter your Wi-Fi name (SSID) and password (encryption key).
64-
* _Arduino SIM:_ [Use these credentials](https://support.arduino.cc/hc/en-us/articles/360013825159-What-are-the-credentials-for-the-Arduino-SIM-card).
6564
* _Arduino with LoRa<sup>®</sup>:_ The credentials are added automatically.
6665
* _ESP32 and ESP8266:_ Enter the secret key that was provided when adding the device.
6766

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [Arduino MKR GSM 1400](https://store.arduino.cc/arduino-mkr-gsm-1400-1415) h
88
## What you'll need
99

1010
* An Arduino MKR GSM 1400
11-
* An [activated SIM card from Arduino](https://support.arduino.cc/hc/en-us/articles/360021543440) or some other service provider.
11+
* A sim card with GSM/3G service
1212
* 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)).
1313

1414
---
@@ -57,28 +57,7 @@ The micro UFL port and the SIM tray are highlighted respectively in the image be
5757

5858
![The "Configure" button, under "Network".](img/IoT-SIM-configure-network-2.png)
5959

60-
5. Enter your network parameters. If you are configuring an Arduino SIM, use the following parameters:
61-
62-
<table>
63-
<tr>
64-
<th>APN</th>
65-
<td>prepay.pelion</td>
66-
</tr>
67-
<tr>
68-
<th>PIN</th>
69-
<td>0000</td>
70-
</tr>
71-
<tr>
72-
<th>Username</th>
73-
<td>arduino</td>
74-
</tr>
75-
<tr>
76-
<th>Password</th>
77-
<td>arduino</td>
78-
</tr>
79-
</table>
80-
81-
Otherwise, use the parameters provided by your SIM provider.
60+
5. Enter your network parameters provided by your SIM provider.
8261

8362
6. Click the **SAVE** button.
8463

content/Arduino Cloud/Arduino IoT Cloud/If-the-sketch-uploads-but-the-device-isn-t-online.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ id: 13459093156764
1212

1313
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.
1414

15-
* **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).
16-
* **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).
15+
> [!NOTE]
16+
> 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).
1717
1818
3. Open the Thing's **Sketch tab**. Make sure the right device is selected and re-upload the sketch.
1919

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)