From 32f46c1ffb251f64a8b2dd9da0d4d5249fc6dfea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=A9ndez?= Date: Mon, 29 Jan 2024 11:18:16 -0400 Subject: [PATCH 1/3] Table sizes and difficulty missing fixes --- .../tutorials/user-manual/content.md | 17 ++++++++--------- .../tutorials/getting-started-ml/content.md | 1 + 2 files changed, 9 insertions(+), 9 deletions(-) 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 From 18ae1eb30cf47dc15a98a65466e0cf840edf74a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=A9ndez?= Date: Mon, 29 Jan 2024 11:23:28 -0400 Subject: [PATCH 2/3] Nicla Vision 2nd button update --- content/hardware/06.nicla/boards/nicla-vision/product.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' From f643040bac477d633247779b675c789e39d9eefa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=A9ndez?= Date: Mon, 29 Jan 2024 11:25:16 -0400 Subject: [PATCH 3/3] Sense ME difficulty added --- .../boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md | 1 + 1 file changed, 1 insertion(+) 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