Skip to content

Commit a66955b

Browse files
committed
Content update (visualization fix)
1 parent e662677 commit a66955b

File tree

1 file changed

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

1 file changed

+9
-11
lines changed

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

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Before uploading any code to the Arduino Stella, ensure you have selected the co
296296
3. **Critical:** Navigate to `Tools > Board > Arduino Mbed OS Stella Boards > Arduino Stella`
297297
4. Verify the correct port is selected in `Tools > Port`
298298

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.***
300300

301301
**Step 2: Upload the Sketch**
302302

@@ -466,7 +466,7 @@ You should see the distance measurements updating in real-time both on your smar
466466

467467
### About the NearbyDemo Example
468468

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.***
470470

471471
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.
472472

@@ -751,10 +751,8 @@ The event-driven architecture makes it easy to add features without disrupting t
751751

752752
**📋 Hardware Setup Reminder:**
753753

754-
- **Arduino Stella:** Select `Tools > Board > Arduino Mbed OS Stella Boards > Arduino Stella`
755-
- **Portenta C33 + UWB Shield:** Select `Tools > Board > Arduino Renesas Portenta Boards > Portenta C33`
756-
757-
***⚠️ __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
758756

759757
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.
760758

@@ -779,7 +777,7 @@ Some of the real-life applications for this example include:
779777

780778
Here's the code for the Arduino Stella, which acts as the Controller (Initiator) in this Two-Way Ranging scenario.
781779

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.
783781

784782
```arduino
785783
/**
@@ -922,7 +920,7 @@ void loop() {
922920

923921
Here's the code for the Portenta UWB Shield, which acts as the Controlee (Responder) in this Two-Way Ranging scenario:
924922

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.
926924

927925
```arduino
928926
/**
@@ -1208,9 +1206,9 @@ First, prepare your devices by following these steps:
12081206

12091207
**Software Setup:**
12101208

1211-
Next, upload the appropriate sketches to each device:
1209+
Next, upload the appropriate sketches to each device if it was not done before:
12121210

1213-
1. **For the Portenta C33:**
1211+
1. **For the Portenta C33 board and the Portent UWB Shield:**
12141212

12151213
- Select `Tools > Board > Arduino Renesas Portenta Boards > Portenta C33`
12161214
- Upload the Controlee/Responder sketch to the Portenta C33 board
@@ -1220,7 +1218,7 @@ Next, upload the appropriate sketches to each device:
12201218
- Select `Tools > Board > Arduino Mbed OS Stella Boards > Arduino Stella`
12211219
- Upload the Controller/Initiator sketch to the Arduino Stella
12221220

1223-
***⚠️ __Important note__: If you encounter compilation errors, verify that you have selected the correct board for each device before uploading.***
1221+
***__Important note__: If you encounter compilation errors, verify that you have selected the correct board for each device before uploading.***
12241222

12251223
**Testing:**
12261224

0 commit comments

Comments
 (0)