Skip to content

Commit 278a1ba

Browse files
authored
Update content.md
Fix typos
1 parent 25981c9 commit 278a1ba

File tree

1 file changed

+10
-10
lines changed
  • content/hardware/05.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ software:
2323
---
2424

2525
## 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.
2727

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

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

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/).
3333

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

3636
## Goals
3737

@@ -49,9 +49,9 @@ In this tutorial we will focus on the version for the Arduino® Nicla Sense ME.
4949

5050
### Set up the Board
5151

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

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:
5555
```arduino
5656
/*
5757
@@ -281,13 +281,13 @@ Once you uploaded the sketch to your board you can open the [Nicla Sense ME Dash
281281

282282
![Preview of the dashboard](assets/arduinoAI_Nicla_dashboard.png)
283283

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

286286
![Popup message to connect the device to the browser](assets/arduinoAI_Nicla_dashboard_connectDevice.png)
287287

288288
***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***
289289

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

292292
Try to rotate the board and see the 3D model of the board spin.
293293

@@ -298,4 +298,4 @@ Breathe onto the board and see the humidity and temperature values changing.
298298

299299
## Conclusion
300300

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

Comments
 (0)