Skip to content

Commit 77dfe13

Browse files
committed
Update tutorial content
1 parent 9e0efa3 commit 77dfe13

File tree

1 file changed

+9
-10
lines changed
  • content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/mc-ard-lora

1 file changed

+9
-10
lines changed

content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/mc-ard-lora/content.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: 'Connecting the Portenta Max Carrier to The Things Network Using LoRaWAN®'
3-
description: 'This tutorial explains how to connect your Portenta Max Carrier to the Things Network(TTN) using the carrier's LoRa® connectivity feature.'
4-
coverImage: assets/
5-
difficulty: Intermediate
2+
title: Connecting the Portenta Max Carrier to The Things Network
3+
description: This tutorial explains how to connect your Portenta Max Carrier to the Things Network(TTN) using the carrier's LoRaWAN® module.
4+
difficulty: intermediate
65
tags:
7-
- IoT
8-
- LoRa
9-
author: 'Taddy Chung, José Bagur'
6+
- iot
7+
- LoRa®
8+
author: Taddy Chung, José Bagur
109
libraries:
1110
- name: MKRWAN
1211
hardware:
@@ -36,7 +35,7 @@ This tutorial explains how to connect your Arduino® Max Carrier, with an [Ardui
3635
- [MKRWAN library](https://github.com/arduino-libraries/MKRWAN).
3736
- An active account in [TTN](https://www.thethingsnetwork.org/).
3837

39-
## The Arduino® Portenta Max Carrier LoRaWAN® Connectivity Feature
38+
## The Arduino® Portenta Max Carrier LoRaWAN® Module
4039

4140
The Arduino® Portenta Max Carrier provides you with an unlimited range of applications, from robotics and medical devices to industrial or automotive applications; the Max Carrier possibilities are endless. One feature that boosts Portenta's Max Carrier possibilities is its onboard LoRaWAN® communications module, the [CMWX1ZZABZ-078](https://www.murata.com/products/connectivitymodule/lpwa/overview/lineup/type-abz-078) from Murata®. LoRaWAN® is a Low Power Wide Area Network (LPWAN) designed to connect low power devices to the Internet. It was developed to meet and fulfill Internet of Things (IoT) devices' requirements, such as low-power consumption and low data throughput.
4241

@@ -77,7 +76,7 @@ Now you can connect the Portenta H7 board to your computer using a USB-C cable.
7776

7877
### 2. Setting up the Software
7978

80-
You can use several Arduino libraries with the CMWX1ZZABZ-078 LoRaWAN® module from Murata®; we recommend the [MKRWAN library](https://github.com/arduino-libraries/MKRWAN), developed by the Arduino Team. The MKRWAN library provides you the APIs to communicate with LoRa® and LoRaWAN networks® using the CMWX1ZZABZ-078 module. You can use this library in the Arduino IDE, both [online](https://create.arduino.cc/editor) and [offline](https://www.arduino.cc/en/software).
79+
You can use several Arduino libraries with the CMWX1ZZABZ-078 LoRaWAN® module from Murata®; we recommend the [MKRWAN library](https://github.com/arduino-libraries/MKRWAN), developed by the Arduino Team. The MKRWAN library provides you the APIs to communicate with LoRa® and LoRaWAN® networks using the CMWX1ZZABZ-078 module. You can use this library in the Arduino IDE, both [online](https://create.arduino.cc/editor) and [offline](https://www.arduino.cc/en/software).
8180

8281
If you are using the online IDE, you don't need to do anything; the library is already installed and ready to be used. If you are using the offline IDE, you must install the library **manually**. Installing the library can be done quickly by navigating to **Tools > Manage Libraries...** and then in the **Library Manager** search for **MKRWAN** library by Arduino; remember to install the latest version of the libraries. You can also access the Library Manager using the left toolbar of the IDE, as shown in the image below:
8382

@@ -164,7 +163,7 @@ Now, scroll to **End devices** in the left toolbar and then click on **Add end d
164163
On the registration page click on **Manually**; you will have to add the following information for your Portenta Max Carrier:
165164

166165
* **Frequency plan**: choose a region according to your country.
167-
* **LoRaWAN version**: 1.0.2.
166+
* **LoRaWAN® version**: 1.0.2.
168167
* **Regional Parameters version**: 1.0.2.
169168
* **Activation mode**: Over the air activation (OTAA).
170169
* **DevEUI**: fill it with the `DevEUI` number of your Portenta Max Carier you found before.

0 commit comments

Comments
 (0)