Skip to content

Commit 2a26ad7

Browse files
committed
Minor content adjustment
1 parent 798379a commit 2a26ad7

File tree

1 file changed

+5
-3
lines changed
  • content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard

1 file changed

+5
-3
lines changed

content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@ In this tutorial, we will focus on the Arduino® Nicla Sense ME.
4343
- [Nicla Sense ME](https://store.arduino.cc/products/nicla-sense-me)
4444
- Micro USB-A cable (USB-A to Micro USB-AB)
4545
- Arduino IDE 1.8.10+, Arduino IDE 2 or Arduino Web Editor
46-
- If you choose the Arduino IDE, you will need to install 2 libraries: [`Arduino_BHY2`](https://github.com/arduino-libraries/Arduino_BHY2) and [`ArduinoBLE`](https://github.com/arduino-libraries/ArduinoBLE)
46+
- If you choose the Arduino IDE, you will need to install 2 libraries: [**Arduino_BHY2**](https://github.com/arduino-libraries/Arduino_BHY2) and [**ArduinoBLE**](https://github.com/arduino-libraries/ArduinoBLE)
4747

4848
## Instructions
4949

5050
### Set up the Board
5151

52-
If you use the Web Editor to upload the [sketch](https://create.arduino.cc/editor/FT-CONTENT/333e2e07-ecc4-414c-bf08-005b611ddd75/preview) you don't need to install any library. They are all included automatically. If you use the Arduino IDE or the CLI, you need to download the **Arduino_BHY2** and the **ArduinoBLE** libraries. These libraries can be found within the Library Manager in the Arduino IDE, or it can be downloaded separately following the links attached within required hardware and software section.
52+
If you use the Web Editor to upload the [sketch](https://create.arduino.cc/editor/FT-CONTENT/333e2e07-ecc4-414c-bf08-005b611ddd75/preview) you don't need to install any library. They are all included automatically. If you use the Arduino IDE or the CLI, you need to download the **Arduino_BHY2** and the **ArduinoBLE** libraries.
53+
54+
These libraries can be found within the Library Manager in the Arduino IDE, or it can be downloaded separately following the links attached within required hardware and software section.
5355

5456
If you use a local IDE, you can copy & paste the following sketch:
5557
```arduino
@@ -264,7 +266,7 @@ If you use a local IDE, you can copy & paste the following sketch:
264266
}
265267
```
266268

267-
With this, having selected Nicla Sense ME as target and its corresponding port, you can now upload the sketch.
269+
With this, having selected Nicla Sense ME as target board and its corresponding port, you can now upload the sketch.
268270

269271
### Connect to the Dashboard
270272

0 commit comments

Comments
 (0)