Skip to content

Commit f382d4e

Browse files
authored
Merge pull request #258 from arduino/nicla-voice-product-page-1060
[PC-1060] Nicla Voice: Product Page Review & Update
2 parents 0df8014 + 3131038 commit f382d4e

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed
Binary file not shown.
Binary file not shown.

content/hardware/06.nicla/boards/nicla-voice/features.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<FeatureDescription>
22

3-
The Arduino® Nicla Voice implements always-on speech recognition on the edge. The board integrates a Neural Decision processor from Syntiant (NDP120), allowing to run multiple AI algorithms. It also features a smart 6-axis motion sensor and a magnetometer, making it the ideal solution for ultra-low power predictive maintenance, gesture/voice recognition and contactless applications. Following the Nicla family it offers onboard Bluetooth® Low Energy connectivity and is compatible with Nicla, Portenta and MKR products.
3+
The Arduino® Nicla Voice implements always-on speech recognition on the edge. The board integrates a Neural Decision Processor from Syntiant (NDP120), enabling it to run multiple AI algorithms. It also features a smart 6-axis motion sensor and a magnetometer, making it the ideal solution for ultra-low power predictive maintenance, gesture/voice recognition, and contactless applications. Following the Nicla family, it offers on-board Bluetooth® Low Energy connectivity and is compatible with Nicla, Portenta, and MKR products.
44

5-
The Nicla Voice can also be battery powered making it standalone.
5+
The Nicla Voice can also be battery-powered with long-lasting autonomy making it standalone.
66

77
</FeatureDescription>
88

@@ -12,31 +12,33 @@ The Nicla Voice can also be battery powered making it standalone.
1212
The Arduino Nicla Voice is our smallest form factor yet.
1313
</Feature>
1414

15-
<Feature title="nRF52832" image="mcu">
16-
The Nicla Voice features an nRF52832 Arm® Cortex-M4 at 64MHz.
17-
15+
<Feature title="System-on-Chip" image="mcu">
16+
The Nicla Voice features an nRF52832 from Nordic® Semiconductors. The nRF52832 is a general-purpose multiprotocol System-on-Chip (SoC) that meets the challenges of a broad range of applications that need advanced Bluetooth® LE features.
1817
<FeatureLink title="Datasheet" url="https://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf" download blank/>
1918
</Feature>
2019

21-
<Feature title="Neural Decision Processor NDP120" image="mcu">
22-
The Nicla Voice features the Syntiant NDP120, a Neural Decision Processor (NDP). Capable of running AI algorithms for always-on and battery applications.
20+
<Feature title="Neural Decision Processor" image="mcu">
21+
The Nicla Voice features an NDP120™ from Syntiant®. The NDP120 is a special-purpose deep-learning processor suitable for always-on applications in battery-powered devices.
2322
<FeatureLink title="Datasheet" url="https://www.syntiant.com/ndp120" download blank/>
2423
</Feature>
2524

26-
<Feature title="BMI270 6-axis IMU" image="imu">
27-
This 6-axis IMU allows to obtain 3D gyroscopic and 3D accelerometer data.
28-
<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi270-ds000.pdf" download blank/>
25+
<Feature title="Python® Support" image="python">
26+
This board can be programmed with the Python® programming language via the OpenMV IDE.
27+
<FeatureLink title="Learn More" url="/learn/programming/arduino-and-python"/>
2928
</Feature>
3029

30+
<Feature title="Inertial Measurement Unit" image="imu">
31+
The Nicla Voice features a BMI270 from Bosch®. The BMI270 is an ultra-low power Inertial Measurement Unit (IMU) optimized for wearables. It provides acceleration, angular rate, and intelligent on-chip motion-triggered interrupt features.
32+
<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi270-ds000.pdf" download blank/>
33+
</Feature>
3134

32-
<Feature title="BMM150 3-axis Magnetometer" image="magnetometer">
33-
This 3-axis Magnetometer allows to obtain 3D magnetic data.
35+
<Feature title="Magnetometer" image="magnetometer">
36+
The Nicla Voice features a BMM150 from Bosch®. The BMM1250 is a low-power 3-axis digital geomagnetic sensor.
3437
<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmm150-ds001.pdf" download blank/>
3538
</Feature>
3639

3740
<Feature title="Microphone" image="microphone">
38-
The IM69D130 digital MEMS microphone is omnidirectional and operate via a capacitive sensing element with a high
39-
signal to noise ratio.
41+
The Nicla Voice features an IM69D130 from Infineon®. The IM69D130 is a high-performance digital MEMS microphone.
4042
<FeatureLink title="Datasheet" url="https://www.infineon.com/dgdl/Infineon-IM69D130-DS-v01_00-EN.pdf?fileId=5546d462602a9dc801607a0e46511a2e" download blank/>
4143
</Feature>
4244

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Nicla Voice
3-
url_shop: https://store.arduino.cc/products/nicla-voice
3+
url_shop: https://store.arduino.cc/pages/nicla-voice
44
url_guide: /software/ide-v1/installing-mbed-os-nicla-boards
55
core: arduino:mbed_voice
66
productCode: 'ABX00061'
77
---
88

9-
The Arduino® Nicla Voice packs speech recognition capabilities on the edge into a tiny form factor. The board integrates a dedicated Neural Decision Processor **NDP120** able to run multiple AI algorithms at the same time. Leverage the built-in microphone, nRF52832 microcontroller, Bluetooth® Low Energy module, 6-axis IMU and 3-axis magnetometer to create your own wireless sensor network for machine learning applications with low power consumption capabilities.
9+
The Arduino® Nicla Voice packs speech recognition capabilities on the edge into a tiny form factor. The board integrates a dedicated Neural Decision Processor **NDP120** empowering multiple AI algorithms simultaneously. Leverage the built-in microphone, nRF52832 microcontroller, Bluetooth® Low Energy module, 6-axis IMU, and 3-axis magnetometer to create your wireless sensor network for machine learning applications with low power consumption capabilities.

content/hardware/06.nicla/boards/nicla-voice/tech-specs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pins:
1515
PWM pins: 12 (of which 2 are shared with analog, 2 are shared with I2C and 4 are shared with SPI)
1616
External interrupts: 12
1717
Connectivity:
18-
Bluetooth®: ANNA B112 Bluetooth® module
18+
Bluetooth®: ANNA-B112 Bluetooth® module
1919
Communication:
2020
UART: Yes
2121
I2C: 1
@@ -28,7 +28,7 @@ Power:
2828
DC Current per I/O pin: 4.7 mA
2929
Clock speed:
3030
Processor: 64MHz
31-
RTC: On board of the ANNA-B112
31+
RTC: On-board the ANNA-B112
3232
Memory:
3333
nRF52832 System-on-chip: 64kB SRAM, 512kB Flash
3434
x1 AT25QL128A-UUE-T: 16MB SPI Flash

0 commit comments

Comments
 (0)