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/05.pro-solutions/solutions-and-kits/stella/tutorials/01.user-manual/content.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ Before uploading any code to the Arduino Stella, ensure you have selected the co
296
296
3.**Critical:** Navigate to `Tools > Board > Arduino Mbed OS Stella Boards > Arduino Stella`
297
297
4. Verify the correct port is selected in `Tools > Port`
298
298
299
-
***⚠️ __Important note__: Do not select `Arduino BLE Sense 33`, `Portenta C33` or any other board when programming the Arduino Stella. This will cause compilation errors.***
299
+
***__Important note__: Do not select `Arduino BLE Sense 33`, `Portenta C33` or any other board when programming the Arduino Stella. This will cause compilation errors.***
300
300
301
301
**Step 2: Upload the Sketch**
302
302
@@ -466,7 +466,7 @@ You should see the distance measurements updating in real-time both on your smar
466
466
467
467
### About the NearbyDemo Example
468
468
469
-
***📋 __Before you begin__: Ensure you have selected `Tools > Board > Arduino Mbed OS Stella Boards > Arduino Stella` in the Arduino IDE. Selecting the wrong board (like `Arduino BLE Sense 33`) will prevent this code from compiling.***
469
+
***__Before you begin__: Ensure you have selected `Tools > Board > Arduino Mbed OS Stella Boards > Arduino Stella` in the Arduino IDE. Selecting the wrong board (like `Arduino BLE Sense 33` or the `Portenta C33`) will prevent this code from compiling.***
470
470
471
471
The `NearbyDemo` example sketch demonstrates how to implement distance measurement between the Arduino Stella and UWB-enabled smartphones using Apple's Nearby Interaction protocol or compatible Android implementations. This example showcases how Bluetooth® Low Energy is used for initial device discovery and configuration exchange, while UWB handles the precise distance measurements.
472
472
@@ -751,10 +751,8 @@ The event-driven architecture makes it easy to add features without disrupting t
***⚠️ __Important note__: Both devices must have the correct board selected in Arduino IDE before uploading their respective sketches.***
754
+
-**For the Arduino Stella:** Select `Tools > Board > Arduino Mbed OS Stella Boards > Arduino Stella` on the Arduino IDE
755
+
-**For the Portenta C33 board and the UWB Shield:** Select `Tools > Board > Arduino Renesas Portenta Boards > Portenta C33` on the Arduino IDE
758
756
759
757
The Two-Way Ranging example demonstrates direct UWB communication between two Arduino devices: the Arduino Stella (acting as a Controller/Initiator) and the Portenta UWB Shield (acting as a Controlee/Responder). This example showcases the fundamental distance measurement capabilities of UWB technology in a dedicated device-to-device setup without requiring external UWB-enabled consumer devices such as smartphones.
760
758
@@ -779,7 +777,7 @@ Some of the real-life applications for this example include:
779
777
780
778
Here's the code for the Arduino Stella, which acts as the Controller (Initiator) in this Two-Way Ranging scenario.
781
779
782
-
**📋 Board Selection Check:** Ensure `Arduino Stella` is selected in the IDE before uploading this code.
780
+
**📋 Board Selection Check:** Ensure `Arduino Stella` is selected in the Arduino IDE before uploading this code.
783
781
784
782
```arduino
785
783
/**
@@ -922,7 +920,7 @@ void loop() {
922
920
923
921
Here's the code for the Portenta UWB Shield, which acts as the Controlee (Responder) in this Two-Way Ranging scenario:
924
922
925
-
**📋 Board Selection Check:** Ensure `Portenta C33` is selected in the IDE before uploading this code.
923
+
**📋 Board Selection Check:** Ensure `Portenta C33` is selected in the Arduino IDE before uploading this code.
926
924
927
925
```arduino
928
926
/**
@@ -1208,9 +1206,9 @@ First, prepare your devices by following these steps:
1208
1206
1209
1207
**Software Setup:**
1210
1208
1211
-
Next, upload the appropriate sketches to each device:
1209
+
Next, upload the appropriate sketches to each device if it was not done before:
1212
1210
1213
-
1.**For the Portenta C33:**
1211
+
1.**For the Portenta C33 board and the Portent UWB Shield:**
0 commit comments