Skip to content

Commit 65a2042

Browse files
canchebagurTaddyHC
andauthored
Update content/hardware/04.pro/shields/portenta-uwb-shield/tutorials/01.user-manual/content.md
Co-authored-by: TaddyHC <[email protected]>
1 parent 8c4fcb5 commit 65a2042

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/04.pro/shields/portenta-uwb-shield/tutorials/01.user-manual

1 file changed

+1
-1
lines changed

content/hardware/04.pro/shields/portenta-uwb-shield/tutorials/01.user-manual/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ myTracker.init();
982982
myTracker.start();
983983
```
984984

985-
***<strong>Important note:</strong> The session configuration is more detailed for the Portenta UWB Shield because it explicitly defines all the ranging parameters. The Arduino Stella uses the simplified `UWBTracker` class which automatically sets up the device as a Controller/Initiator with appropriate defaults. However, both devices must use the same session ID (`0x11223344` in this example) to communicate with each other. This session ID acts as a shared identifier for the ranging session between these specific devices.***
985+
***<strong>Important note:</strong> The session configuration is more detailed for the Portenta UWB Shield because it explicitly defines all the ranging parameters. The Arduino Stella uses the simplified `UWBTracker` class, which automatically sets up the device as a Controller/Initiator with appropriate defaults. However, both devices must use the same session ID (`0x11223344` in this example) to communicate with each other. This session ID is a shared identifier for the ranging session between these devices.***
986986

987987
Let's examine some of the key configuration parameters:
988988

0 commit comments

Comments
 (0)