diff --git a/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md b/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md index 4236368fde..d42fd1f488 100644 --- a/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md +++ b/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md @@ -1,6 +1,7 @@ --- title: 'Displaying on-Board Sensor Values on a WebBLE Dashboard' coverImage: hero-banner.svg +difficulty: beginner tags: - Bluetooth® - WEB-BLE diff --git a/content/hardware/06.nicla/boards/nicla-vision/product.md b/content/hardware/06.nicla/boards/nicla-vision/product.md index 13f26e3b3b..fda6331e7b 100644 --- a/content/hardware/06.nicla/boards/nicla-vision/product.md +++ b/content/hardware/06.nicla/boards/nicla-vision/product.md @@ -4,8 +4,8 @@ url_shop: https://store.arduino.cc/products/nicla-vision url_guide: /tutorials/nicla-vision/user-manual primary_button_url: /tutorials/nicla-vision/user-manual primary_button_title: User Manual -secondary_button_url: /tutorials/nicla-vision/getting-started -secondary_button_title: Get Started +secondary_button_url: /hardware/nicla-vision/#tutorials +secondary_button_title: All Tutorials core: arduino:mbed_nicla certifications: [CE, UKCA] productCode: '120' diff --git a/content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md b/content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md index ea4e0ecd7a..95c1bd8e3f 100644 --- a/content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md +++ b/content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md @@ -1729,10 +1729,10 @@ The example code shown above creates a Bluetooth® Low Energy service and charac - The code begins by importing all the necessary modules and defining the Bluetooth® Low Energy service and characteristics for an environment-sensing application. - | **Description** | **ID** | - |:------------------------------:|:------------------:| - | Environmental Sensing Service | 181A | - | Temperature Characteristic | 2A6E | +| **Description** | **ID** | +|:-----------------------------:|:------:| +| Environmental Sensing Service | 181A | +| Temperature Characteristic | 2A6E | - Then sets up the Bluetooth® Low Energy service and characteristics; and begins advertising the defined Bluetooth® Low Energy service. @@ -1856,11 +1856,10 @@ The example code shown above creates a Bluetooth® Low Energy service and charac - The code begins by importing all the necessary libraries and defining the Bluetooth® Low Energy service and characteristics for an environment sensing application. - - | **Description** | **ID** | - |:------------------------------:|:------------------:| - | Environmental Sensing Service | 181A | - | Temperature Characteristic | 2A6E | +| **Description** | **ID** | +|:------------------------------:|:------------------:| +| Environmental Sensing Service | 181A | +| Temperature Characteristic | 2A6E | - In the `setup()` function, the code initializes the Nicla Vision board and sets up the Bluetooth® Low Energy service and characteristics; then, it begins advertising the defined Bluetooth® Low Energy service. diff --git a/content/hardware/06.nicla/boards/nicla-voice/tutorials/getting-started-ml/content.md b/content/hardware/06.nicla/boards/nicla-voice/tutorials/getting-started-ml/content.md index 771fa1de5e..f1774d0d4c 100644 --- a/content/hardware/06.nicla/boards/nicla-voice/tutorials/getting-started-ml/content.md +++ b/content/hardware/06.nicla/boards/nicla-voice/tutorials/getting-started-ml/content.md @@ -1,6 +1,7 @@ --- title: 'Audio Analysis with Machine Learning and the Nicla Voice' description: 'Learn to use the Nicla Voice to create your own Machine Learning audio models with this getting started tutorial.' +difficulty: intermediate tags: - Getting started - Machine Learning tools