Skip to content

Commit 363d9ab

Browse files
authored
[PC-1603] Docs 2.0 + Content Fixes - Nicla related changes (#1718)
* Table sizes and difficulty missing fixes * Nicla Vision 2nd button update * Sense ME difficulty added
1 parent e80df55 commit 363d9ab

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Displaying on-Board Sensor Values on a WebBLE Dashboard'
33
coverImage: hero-banner.svg
4+
difficulty: beginner
45
tags:
56
- Bluetooth®
67
- WEB-BLE

content/hardware/06.nicla/boards/nicla-vision/product.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ url_shop: https://store.arduino.cc/products/nicla-vision
44
url_guide: /tutorials/nicla-vision/user-manual
55
primary_button_url: /tutorials/nicla-vision/user-manual
66
primary_button_title: User Manual
7-
secondary_button_url: /tutorials/nicla-vision/getting-started
8-
secondary_button_title: Get Started
7+
secondary_button_url: /hardware/nicla-vision/#tutorials
8+
secondary_button_title: All Tutorials
99
core: arduino:mbed_nicla
1010
certifications: [CE, UKCA]
1111
productCode: '120'

content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,10 +1729,10 @@ The example code shown above creates a Bluetooth® Low Energy service and charac
17291729

17301730
- The code begins by importing all the necessary modules and defining the Bluetooth® Low Energy service and characteristics for an environment-sensing application.
17311731

1732-
| **Description** | **ID** |
1733-
|:------------------------------:|:------------------:|
1734-
| Environmental Sensing Service | 181A |
1735-
| Temperature Characteristic | 2A6E |
1732+
| **Description** | **ID** |
1733+
|:-----------------------------:|:------:|
1734+
| Environmental Sensing Service | 181A |
1735+
| Temperature Characteristic | 2A6E |
17361736

17371737
- Then sets up the Bluetooth® Low Energy service and characteristics; and begins advertising the defined Bluetooth® Low Energy service.
17381738

@@ -1856,11 +1856,10 @@ The example code shown above creates a Bluetooth® Low Energy service and charac
18561856

18571857
- The code begins by importing all the necessary libraries and defining the Bluetooth® Low Energy service and characteristics for an environment sensing application.
18581858

1859-
1860-
| **Description** | **ID** |
1861-
|:------------------------------:|:------------------:|
1862-
| Environmental Sensing Service | 181A |
1863-
| Temperature Characteristic | 2A6E |
1859+
| **Description** | **ID** |
1860+
|:------------------------------:|:------------------:|
1861+
| Environmental Sensing Service | 181A |
1862+
| Temperature Characteristic | 2A6E |
18641863

18651864
- 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.
18661865

content/hardware/06.nicla/boards/nicla-voice/tutorials/getting-started-ml/content.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Audio Analysis with Machine Learning and the Nicla Voice'
33
description: 'Learn to use the Nicla Voice to create your own Machine Learning audio models with this getting started tutorial.'
4+
difficulty: intermediate
45
tags:
56
- Getting started
67
- Machine Learning tools

0 commit comments

Comments
 (0)