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
Copy file name to clipboardExpand all lines: content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The idea of **Multi-Protocol Gateway** is to build a device that will establish
45
45
46
46
This means that the gateway can receive the data transmitted in certain protocol type and relay the data in a different protocol for a remote server. Such capability provides the ability to develop on distinctive types of protocols and relay the data with less complexity involving in one's end.
47
47
48
-
The Portenta X8 paired to Portenta Max Carrier has the potential to create synergy, and you will have following tools at disposal:
48
+
The Portenta X8 paired to Portenta Max Carrier has the potential to create synergy, and you will have following connectivity tools at disposal:
49
49
50
50
- WiFi (MQTT Protocol)
51
51
- Bluetooth Low Energy
@@ -259,7 +259,7 @@ The sketch above will help to expose and transfer the data that is processed wit
259
259
260
260
## Mounting the Multi-Protocol Gateway
261
261
262
-
It is now time to make the multi-protocol gateway run, we will need to build the Docker container that will help us operate in the background on the Linux layer. Using the terminal, we will use the following commands to get the multi-protocol gatewya container up and running.
262
+
It is now time to make the multi-protocol gateway run, and for this we will need to build the Docker container that will help us operate in the background on the Linux layer. Using the terminal, we will use the following commands to get the multi-protocol gatewya container up and running.
263
263
264
264
You will need to have the files ready in a folder inside the `adb` directory within Arduino root.
265
265
@@ -308,11 +308,11 @@ docker images
308
308
309
309

310
310
311
-
With all this, you have built and a running multi-protocol gateway based on Portenta X8 and Max Carrier.
311
+
With all this, you have built and a running multi-protocol gateway based on Portenta X8 and Max Carrier. You will be able to observer the data sent by the gateway with The Things Network platform at configured End-Device section under Applications.
312
312
313
313
## Conclusion
314
314
315
-
In this tutorial you learned how to set up a Multi-Protocol Gateway composed of WiFi connectivity and LoRaWAN, by using the Portenta X8 and the Portenta Max Carrier. You have built the gateway in which it will connect the The Things Network to send the desired data. Also, the gateway is capable of exchanging data between Arduino and Linux layer using RPC, in which you have exposed the ports to be able to control a locally attached device or receive data from the local sensor to be sent directly to The Things Network.
315
+
In this tutorial you have learned how to set up a Multi-Protocol Gateway composed of WiFi connectivity and LoRaWAN, by using the Portenta X8 and the Portenta Max Carrier. You have built the gateway in which it will connect the The Things Network to send the desired data. Also, the gateway is capable of exchanging data between Arduino and Linux layer using RPC, in which you have exposed the ports to be able to control a locally attached device or receive data from the local sensor to be sent directly to The Things Network.
316
316
317
317
### Next Steps
318
318
- Now that you have established a multi-protocol gateway, using WiFi and LoRaWAN connectivity, expand the gateway's capability by adding other connectivity types such as Cat-M1 and NB-IoT
0 commit comments