Skip to content

Commit b841c78

Browse files
authored
Merge pull request #2039 from arduino/jacobhylen/simremoval
[MKC-1719] Remove mentions of Arduino SIM
2 parents 0daba3f + d97172a commit b841c78

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

content/arduino-cloud/02.hardware/05.cellular/cellular.md

-11
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ A number of Arduino boards are able to connect to the Arduino Cloud using a sim
1717

1818
Connection through cellular networks can be considered in remote areas where there's no Wi-Fi, or in mobile projects (such as cargo tracking).
1919

20-
***For more information, visit the [Arduino SIM page](https://store.arduino.cc/digital/sim).***
21-
2220
***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 Arduino Cloud variables may cause the sketch to run out of memory on boards which don't offload the SSL stack and make it crash.***
2321

2422
## Setup
@@ -36,12 +34,3 @@ To configure a cellular board, follow the steps below:
3634
Your board is now configured and ready to be used in the Arduino Cloud.
3735

3836
To get started, check out the official [Getting Started (Arduino / C++)](/arduino-cloud/guides/arduino-c) guide. This will guide you to successfully send data between your board and Arduino Cloud.
39-
40-
## Network Configuration
41-
42-
When you attach your board to a Thing, you will need to enter some credentials. With an Arduino SIM, configure it as:
43-
44-
- **APN** - `prepay.pelion`
45-
- **PIN** - `0000`
46-
- **Username** - `arduino`
47-
- **Password** - `arduino`

content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-send-sms/gsm-send-sms.md

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ In this tutorial, we will create a simple sketch that allows us to send a text m
2626

2727
The sketch will be programmed to record input from the Serial Monitor, where we can enter a number and a message, and send it.
2828

29-
>**Note:** The Arduino SIM card does not work with this tutorial. A SIM card with a plan from an operator in your country is required.
30-
3129
## Goals
3230

3331
The goals of this tutorial are:

content/hardware/01.mkr/01.boards/mkr-nb-1500/tutorials/nb-send-sms/nb-send-sms.md

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ The message is sent over Narrow Band IoT (NB IoT) or LTE CAT M1 network.
2929

3030
The sketch will be setup to record input from the Serial Monitor, where we can enter a number and a message, and send it.
3131

32-
>**Note:** The Arduino SIM card does not work with this tutorial. A SIM card with a plan from an operator in your country is required.
33-
3432
## Goals
3533

3634
The goals of this tutorial are:

0 commit comments

Comments
 (0)