Skip to content

Commit 1ee18da

Browse files
committed
Spell/Typo Correction
1 parent 134cec5 commit 1ee18da

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ SECRET_APP_EUI = 'XXXXXXXXXXXXXXXX'
213213
SECRET_APP_KEY = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
214214
```
215215

216-
With these parameters configured, we have secured the connection between The Things Network. The Things Network would be our end-point where the sensor datas are going to be sent over. And to send data, we need to begin by gathering this data, which can be from sensors or modules with status feedback. A sensor can be attached directly communicating via Arduino layer to receive the data, wrap it, and send it to The Things Network. On the other hand, we will need to have a mechanism that will be able to intercept data sent over WiFi connectivity using MQTT protocol.
216+
With these parameters configured, we have secured the connection between The Things Network. The Things Network would be our end-point where the sensor data are going to be sent over. And to send data, we need to begin by gathering this data, which can be from sensors or modules with status feedback. A sensor can be attached directly communicating via Arduino layer to receive the data, wrap it, and send it to The Things Network. On the other hand, we will need to have a mechanism that will be able to intercept data sent over WiFi connectivity using MQTT protocol.
217217

218218
```
219219
# WiFi - MQTT protocol handler

0 commit comments

Comments
 (0)