Skip to content

Commit 88154fe

Browse files
authored
Merge pull request #219 from arduino/jhansson-ard/QA-max-tut
Minor QA (max tutorial)
2 parents a748430 + 2155cba commit 88154fe

File tree

1 file changed

+8
-8
lines changed
  • content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/connecting-to-ttn

1 file changed

+8
-8
lines changed

content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/connecting-to-ttn/content.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ This tutorial explains how to connect your [Arduino® Max Carrier](http://store.
2121

2222
## Goals
2323

24-
* Enable LoRaWAN® connectivity on the Arduino® Portenta Max Carrier.
25-
* Establish a connection between the Arduino® Portenta Max Carrier and TTN.
24+
* Enable LoRaWAN® connectivity on the Portenta Max Carrier.
25+
* Establish a connection between the Portenta Max Carrier and TTN.
2626

2727

2828
### Required Hardware and Software
2929

30-
- [Arduino® Portena H7](https://store.arduino.cc/products/portenta-h7).
31-
- [Arduino® Portenta Max Carrier](http://store.arduino.cc/portenta-max-carrier).
30+
- [Portena H7](https://store.arduino.cc/products/portenta-h7).
31+
- [Portenta Max Carrier](http://store.arduino.cc/portenta-max-carrier).
3232
- 868-915 MHz antenna with SMA connector.
3333
- USB-C cable (either USB-A to USB-C or USB-C to USB-C).
3434
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software)).
@@ -37,7 +37,7 @@ This tutorial explains how to connect your [Arduino® Max Carrier](http://store.
3737

3838
## The Arduino® Portenta Max Carrier LoRaWAN® Module
3939

40-
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® 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.
40+
The 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® 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.
4141

4242
![CMWX1ZZABZ-078 LoRaWAN® module in the Portenta Max Carrier.](assets/mc_ard_ttn_module.png)
4343

@@ -53,15 +53,15 @@ To connect your Portenta Max Carrier to TTN, we must follow these steps:
5353

5454
1. Hardware setup.
5555
2. Software setup.
56-
3. Arduino® Portenta Max Carrier provisioning.
56+
3. Portenta Max Carrier provisioning.
5757
4. Create an application in TTN.
5858
5. Send a message to a TTN application.
5959

6060
Let's start!
6161

6262
### 1. Setting up the Hardware
6363

64-
Begin by attaching the Arduino® Portenta H7 board to the high-density connectors of the Arduino® Portenta Max Carrier, as shown in the image below:
64+
Begin by attaching the Arduino® Portenta H7 board to the high-density connectors of the Portenta Max Carrier, as shown in the image below:
6565

6666
![CMWX1ZZABZ-078 LoRaWAN® module in the Portenta Max Carrier.](assets/mc_ard_hd_ttn_connectors.png)
6767

@@ -277,4 +277,4 @@ While working on the sketch or when tried to upload the sketch, the Arduino IDE
277277

278278
* If the sketch upload process fails, check if your Portenta H7 is in bootloader mode. To put the Portenta H7 into Bootloader mode, double-press its RESET button and verify that the green LED is waving. After this, you can try re-uploading the sketch.
279279
* Check the position of the BOOT DIP switch of the Portenta Max Carrier. If the Portenta H7 gets into bootloader mode immediately after power-on, including when connected via USB-C, change the position of the BOOT DIP switch to OFF.
280-
* If the Arduino IDE fails to compile the sketch, check if you have defined `PORTENTA_CARRIER` before the MKRWAN library inclusion.
280+
* If the Arduino IDE fails to compile the sketch, check if you have defined `PORTENTA_CARRIER` before the MKRWAN library inclusion.

0 commit comments

Comments
 (0)