Skip to content

Commit 8760d23

Browse files
committed
Bluetooth mis spell fix
1 parent 129b8ed commit 8760d23

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway

1 file changed

+2
-2
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/multi-protocol-gateway/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This means that the gateway can receive the data transmitted in certain protocol
4848
The Portenta X8 paired with the Portenta Max Carrier has the potential to create synergy, and you will have following connectivity tools at your disposal:
4949

5050
- WiFi (MQTT Protocol)
51-
- Bluetooth Low Energy
51+
- Bluetooth® Low Energy
5252
- LoRaWAN® (The Things Network)
5353
- NB-IoT & Cat-M1
5454

@@ -75,7 +75,7 @@ Hence the multi-protocol architecture will process and manage the data traffic w
7575

7676
### Linux Layer
7777

78-
It is important to understand that **all networking processes are made within the Linux layer**. All network processes that are WiFi, Bluetooth low energy, LoRa®, NB-IoT, and Cat-M1. We will focus on using WiFi with MQTT protocol, and LoRa® connectivities to establish a multiple protocol gateway.
78+
It is important to understand that **all networking processes are made within the Linux layer**. All network processes that are WiFi, Bluetooth® Low Energy, LoRa®, NB-IoT, and Cat-M1. We will focus on using WiFi with MQTT protocol, and LoRa® connectivities to establish a multiple protocol gateway.
7979

8080
The Portenta X8 provides WiFi connectivity and the Portenta Max Carrier provides a LoRaWAN® module that can help us communicate with The Things Network. We will use the MQTT protocol to receive the sensor data transmitted by an end device.
8181

0 commit comments

Comments
 (0)