Skip to content

[PC-1603] Docs 2.0 + Content Fixes - Nicla related changes #1718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Displaying on-Board Sensor Values on a WebBLE Dashboard'
coverImage: hero-banner.svg
difficulty: beginner
tags:
- Bluetooth®
- WEB-BLE
Expand Down
4 changes: 2 additions & 2 deletions content/hardware/06.nicla/boards/nicla-vision/product.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down