Skip to content

[MKC-1719] Remove mentions of Arduino SIM #2039

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions content/arduino-cloud/02.hardware/05.cellular/cellular.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ A number of Arduino boards are able to connect to the Arduino Cloud using a sim

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

***For more information, visit the [Arduino SIM page](https://store.arduino.cc/digital/sim).***

***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.***

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

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.

## Network Configuration

When you attach your board to a Thing, you will need to enter some credentials. With an Arduino SIM, configure it as:

- **APN** - `prepay.pelion`
- **PIN** - `0000`
- **Username** - `arduino`
- **Password** - `arduino`
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ In this tutorial, we will create a simple sketch that allows us to send a text m

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

>**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.

## Goals

The goals of this tutorial are:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ The message is sent over Narrow Band IoT (NB IoT) or LTE CAT M1 network.

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

>**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.

## Goals

The goals of this tutorial are:
Expand Down