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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: 'Displaying on-Board Sensor Values on a WebBLE Dashboard'
3
3
coverImage: hero-banner.svg
4
-
tags:
4
+
tags:
5
5
- Bluetooth®
6
6
- WEB-BLE
7
7
- Bluetooth® Low Energy
@@ -27,9 +27,9 @@ The Arduino® Nicla Sense ME can give you information about the environment such
27
27
28
28
Thanks to the ANNA B112 Bluetooth® chip and the libraries developed for the Nicla Sense ME, you can easily stream data over Bluetooth® to a device of your choice. By using WebBLE, no additional software other than a compatible browser (Google Chrome is recommended) is required.
29
29
30
-
To demonstrate this, we prepared a simple sketch and hosted a dashboard so you can try it yourself.
30
+
To demonstrate this, we prepared a simple sketch and hosted a dashboard so you can try it yourself.
31
31
32
-
A [previous version](https://arduino.github.io/ArduinoAI/BLESense-test-dashboard/) of this dashboard was developed to be used with the Arduino® Nano 33 BLE. You can see a video that shows how it looks [here](https://www.facebook.com/official.arduino/videos/ble-sense-test-dashboard/336762167617547/).
32
+
A [previous version](https://arduino.github.io/ArduinoAI/BLESense-test-dashboard/) of this dashboard was developed to be used with the Arduino® Nano 33 BLE. You can see a video that shows how it looks [here](https://www.facebook.com/official.arduino/videos/ble-sense-test-dashboard/336762167617547/).
33
33
34
34
In this tutorial, we will focus on the Arduino® Nicla Sense ME.
35
35
@@ -49,9 +49,9 @@ In this tutorial, we will focus on the Arduino® Nicla Sense ME.
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.
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
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.
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.
55
55
56
56
If you use a local IDE, you can copy & paste the following sketch:
57
57
```arduino
@@ -90,7 +90,7 @@ If you use a local IDE, you can copy & paste the following sketch:
@@ -266,7 +266,7 @@ If you use a local IDE, you can copy & paste the following sketch:
266
266
}
267
267
```
268
268
269
-
Once you have these tools, you can select the Nicla Sense ME as target board and its corresponding port. Now you are ready to upload the sketch.
269
+
Once you have these tools, you can select the Nicla Sense ME as target board and its corresponding port. Now you are ready to upload the sketch.
270
270
271
271
### Connect to the Dashboard
272
272
@@ -278,7 +278,7 @@ To connect your board to the dashboard, you will need to click on the top left b
278
278
279
279

280
280
281
-
***For this feature to work, make sure that WebBLE is both supported and enabled! In Google Chrome go to <chrome://flags> and enable "Experimental Web Platform features". Check the website [compatibility list](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API#browser_compatibility) to confirm that your browser supports this feature***
281
+
***For this feature to work, make sure that WebBLE is both supported and enabled! In Google Chrome go to [chrome://flags](chrome://flags) and enable "Experimental Web Platform features". Check the website [compatibility list](https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API#browser_compatibility) to confirm that your browser supports this feature***
282
282
283
283
Once it is connected, the button will change its color to green, and the graphs will start to show data in real time. You will be able to verify its operation by trying out the following actions:
0 commit comments