Skip to content

Commit 0a7344a

Browse files
authored
Merge pull request #1671 from arduino/karlsoderby/nb-iot-fixes
[Arduino Cloud] Update Cellular Article
2 parents 9133a38 + 65ec32d commit 0a7344a

File tree

1 file changed

+6
-6
lines changed
  • content/arduino-cloud/02.hardware/05.cellular

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
---
2-
title: NB-IoT / GSM
3-
description: Learn how to configure an NB-IoT / GSM devices in the Arduino Cloud.
4-
tags: [NB-IoT, GSM, Arduino Cloud, IoT]
2+
title: Cellular
3+
description: Learn how to configure an cellular devices in the Arduino Cloud.
4+
tags: [LTE-M, Cat-M1, GSM, Arduino Cloud, IoT]
55
author: Karl Söderby
66
hardware:
77
- hardware/01.mkr/01.boards/mkr-gsm-1400
88
- hardware/01.mkr/01.boards/mkr-nb-1500
99
---
1010

11-
A number of Arduino boards are able to connect to the Arduino Cloud using a sim card, using either the GSM or NB-IoT technologies.
11+
A number of Arduino boards are able to connect to the Arduino Cloud using a sim card, using either the GSM or LTE-M (Cat-M1) technologies.
1212

1313
## Supported Boards
1414

1515
- [MKR GSM 1400](https://store.arduino.cc/arduino-mkr-gsm-1400)
1616
- [MKR NB 1500](https://store.arduino.cc/arduino-mkr-nb-1500-1413)
1717

18-
Connection through mobile networks can be considered in remote areas where there's no Wi-Fi, or in mobile projects (such as cargo tracking).
18+
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

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

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

2424
## Setup
2525

26-
To configure a NB-IoT / GSM board, follow the steps below:
26+
To configure a cellular board, follow the steps below:
2727

2828
**1.** Connect your board to your computer.
2929

0 commit comments

Comments
 (0)