Skip to content

Commit 9efb9e6

Browse files
authored
Nicla Sense ME: Update Create sketch and link[PC-968] (#482)
1 parent 291b332 commit 9efb9e6

File tree

1 file changed

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

1 file changed

+1
-12
lines changed

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,30 +49,20 @@ In this tutorial we will focus on 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/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.
5353

5454
If you use a local IDE, you can copy & paste the following sketch:
5555
```arduino
5656
/*
57-
5857
Arduino Nicla Sense ME WEB Bluetooth® Low Energy Sense dashboard demo
59-
60-
6158
Hardware required: https://store.arduino.cc/nicla-sense-me
62-
6359
1) Upload this sketch to the Arduino Nano Bluetooth® Low Energy sense board
64-
6560
2) Open the following web page in the Chrome browser:
6661
https://arduino.github.io/ArduinoAI/NiclaSenseME-dashboard/
67-
6862
3) Click on the green button in the web page to connect the browser to the board over Bluetooth® Low Energy
69-
70-
7163
Web dashboard by D. Pajak
72-
7364
Device sketch based on example by Sandeep Mistry and Massimo Banzi
7465
Sketch and web dashboard copy-fixed to be used with the Nicla Sense ME by Pablo Marquínez
75-
7666
*/
7767
7868
#include "Nicla_System.h"
@@ -272,7 +262,6 @@ If you use a local IDE, you can copy & paste the following sketch:
272262
273263
nicla::leds.setColor(r, g, b);
274264
}
275-
276265
```
277266

278267
### Connect to the Dashboard

0 commit comments

Comments
 (0)