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/shields/portenta-uwb-shield/tutorials/01.user-manual/content.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ For two-way ranging experiments between the Portenta UWB Shield and Arduino Stel
170
170
171
171
#### Bluetooth® Communication
172
172
173
-
For examples that use Bluetooth® Low Energy communication (like the Nearby Demo), you'll also need the [`ArduinoBLE` library](https://github.com/arduino/ArduinoBLE). This library enables Bluetooth® Low Energy communication functionality for device discovery and initial connection setup before UWB ranging begins.
173
+
For examples that use Bluetooth® Low Energy communication (like the Nearby Demo), you'll also need the [`ArduinoBLE` library](https://github.com/arduino/ArduinoBLE). This library enables Bluetooth Low Energy communication functionality for device discovery and initial connection setup before UWB ranging begins.
174
174
175
175
#### Installing the Libraries and Board Cores
176
176
@@ -256,12 +256,12 @@ Let's use the Portenta UWB Shield with the Portenta C33 to create a real-time di
256
256
257
257
The `Nearby World` example demonstrates the core functionality of UWB technology through a simple example sketch that can be described in the following key steps:
258
258
259
-
1.**Bluetooth® Low Energy connection setup**: The Portenta UWB Shield establishes a Bluetooth® Low Energy connection with a compatible smartphone app.
260
-
2.**Configuration exchange**: The Bluetooth® Low Energy connection is used to exchange necessary UWB configuration parameters.
259
+
1.**Bluetooth® Low Energy connection setup**: The Portenta UWB Shield establishes a Bluetooth Low Energy connection with a compatible smartphone app.
260
+
2.**Configuration exchange**: The Bluetooth Low Energy connection is used to exchange necessary UWB configuration parameters.
261
261
3.**UWB ranging**: Once configured, the actual UWB ranging session begins, providing precise distance measurements.
262
262
4.**Real-time feedback**: Distance data is continuously updated and can be viewed on the IDE's Serial Monitor and the smartphone app.
263
263
264
-
This process demonstrates the working principle of many UWB applications, where Bluetooth® Low Energy is used primarily for discovery and configuration, while UWB handles the precise ranging.
264
+
This process demonstrates the working principle of many UWB applications, where Bluetooth Low Energy is used primarily for discovery and configuration, while UWB handles the precise ranging.
0 commit comments