|
1 | 1 | ---
|
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] |
5 | 5 | author: Karl Söderby
|
6 | 6 | hardware:
|
7 | 7 | - hardware/01.mkr/01.boards/mkr-gsm-1400
|
8 | 8 | - hardware/01.mkr/01.boards/mkr-nb-1500
|
9 | 9 | ---
|
10 | 10 |
|
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. |
12 | 12 |
|
13 | 13 | ## Supported Boards
|
14 | 14 |
|
15 | 15 | - [MKR GSM 1400](https://store.arduino.cc/arduino-mkr-gsm-1400)
|
16 | 16 | - [MKR NB 1500](https://store.arduino.cc/arduino-mkr-nb-1500-1413)
|
17 | 17 |
|
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). |
19 | 19 |
|
20 | 20 | ***For more information, visit the [Arduino SIM page](https://store.arduino.cc/digital/sim).***
|
21 | 21 |
|
22 | 22 | ***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.***
|
23 | 23 |
|
24 | 24 | ## Setup
|
25 | 25 |
|
26 |
| -To configure a NB-IoT / GSM board, follow the steps below: |
| 26 | +To configure a cellular board, follow the steps below: |
27 | 27 |
|
28 | 28 | **1.** Connect your board to your computer.
|
29 | 29 |
|
|
0 commit comments