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/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,15 @@ In this tutorial, we will focus on the Arduino® Nicla Sense ME.
43
43
-[Nicla Sense ME](https://store.arduino.cc/products/nicla-sense-me)
44
44
- Micro USB-A cable (USB-A to Micro USB-AB)
45
45
- 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)
47
47
48
48
## Instructions
49
49
50
50
### Set up the Board
51
51
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.
53
55
54
56
If you use a local IDE, you can copy & paste the following sketch:
55
57
```arduino
@@ -264,7 +266,7 @@ If you use a local IDE, you can copy & paste the following sketch:
264
266
}
265
267
```
266
268
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.
0 commit comments