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.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,15 @@ software:
23
23
---
24
24
25
25
## Overview
26
-
The Arduino Nicla Sense ME can give you information about the environment such as pressure, temperature and gas readings. Sometimes, we may have to place the sensor in a hard-to-reach area and therefore want to access the data wirelessly.
26
+
The Arduino Nicla Sense ME can give you information about the environment such as pressure, temperature and gas readings. Sometimes, you may have to place the sensor in a hard-to-reach area and therefore want to access the data wirelessly.
27
27
28
-
Thanks to the ANNA B112 Bluetooth® chip and the libraries developed for the Nicla sense, 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.
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 have 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
-
In this tutorial we will focus on the version for the Arduino® Nicla Sense ME.
34
+
In this tutorial we will focus on the Arduino® Nicla Sense ME.
35
35
36
36
## Goals
37
37
@@ -49,9 +49,9 @@ In this tutorial we will focus on the version for 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/pmarquinez/b0102b0a-1d8b-4b4a-a53d-781b896d87f7/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/pmarquinez/b0102b0a-1d8b-4b4a-a53d-781b896d87f7/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
-
If you use a local IDE you can copy & paste the following sketch:
54
+
If you use a local IDE, you can copy & paste the following sketch:
55
55
```arduino
56
56
/*
57
57
@@ -281,13 +281,13 @@ Once you uploaded the sketch to your board you can open the [Nicla Sense ME Dash
281
281
282
282

283
283
284
-
To connect your board to the dashboard, you will need to click on the top left button which says "Connect Board". A pop up will be displayed in your browser and it starts searching for Bluetooth® devices. This application is using the WebBLE functionality of your browser.
284
+
To connect your board to the dashboard, you will need to click on the top left button which says "Connect Board". A pop up will be displayed in your browser and it starts searching for Bluetooth® devices. This application leverages the WebBLE functionality of your browser.
285
285
286
286

287
287
288
288
***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***
289
289
290
-
Once it's connected, the button will change its color to green, and the graphs will start to show data in real time.
290
+
Once it is connected, the button will change its color to green, and the graphs will start to show data in real time.
291
291
292
292
Try to rotate the board and see the 3D model of the board spin.
293
293
@@ -298,4 +298,4 @@ Breathe onto the board and see the humidity and temperature values changing.
298
298
299
299
## Conclusion
300
300
301
-
The Nicla Sense ME supports a lot of use cases through its on-board sensors and the Bluetooth® Low Energy functionality. By leveraging the WebBLE API you don't need to install or run any application from your computer as shown in this tutorial. You can read more about WebBLE technology [here](https://web.dev/bluetooth/).
301
+
The Nicla Sense ME supports a lot of use cases through its on-board sensors and the Bluetooth® Low Energy functionality. By leveraging the WebBLE API you do not need to install or run any application from your computer as shown in this tutorial. You can read more about WebBLE technology [here](https://web.dev/bluetooth/).
0 commit comments