Skip to content

Commit ea5a5dc

Browse files
canchebagurTaddyHC
andauthored
Update content/hardware/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual/content.md
Co-authored-by: TaddyHC <[email protected]>
1 parent 8552c9d commit ea5a5dc

File tree

1 file changed

+2
-1
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual

1 file changed

+2
-1
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual/content.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,8 @@ session1.init();
10891089
session1.start();
10901090
```
10911091

1092-
***<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.***
1092+
***<strong>Important note:</strong> The session configuration is more detailed for the Portenta UWB Shield because it explicitly defines the ranging parameters. The Arduino Stella uses the `UWBSession` class and relies on the library’s default settings initially to operate as the Controller/Initiator. 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.***
1093+
10931094

10941095
Let's examine some of the key configuration parameters:
10951096

0 commit comments

Comments
 (0)