You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Portenta Max Carrier](http://store.arduino.cc/portenta-max-carrier).
32
32
- 868-915 MHz antenna with SMA connector.
33
33
- USB-C cable (either USB-A to USB-C or USB-C to USB-C).
34
34
- 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.
37
37
38
38
## The Arduino® Portenta Max Carrier LoRaWAN® Module
39
39
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.
41
41
42
42

43
43
@@ -53,15 +53,15 @@ To connect your Portenta Max Carrier to TTN, we must follow these steps:
53
53
54
54
1. Hardware setup.
55
55
2. Software setup.
56
-
3.Arduino® Portenta Max Carrier provisioning.
56
+
3. Portenta Max Carrier provisioning.
57
57
4. Create an application in TTN.
58
58
5. Send a message to a TTN application.
59
59
60
60
Let's start!
61
61
62
62
### 1. Setting up the Hardware
63
63
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:
65
65
66
66

67
67
@@ -277,4 +277,4 @@ While working on the sketch or when tried to upload the sketch, the Arduino IDE
277
277
278
278
* 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.
279
279
* 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