Skip to content

Commit 437b629

Browse files
committed
Nicla Voice: Product Page [PC-907] (#169)
* Add Nicla voice * Add schematics * Add pinouts * Add image * Add compatibility * Add features * Add essentials * Add tech-specs * Fix features typos * Add image * Address changes from review
1 parent c7c4939 commit 437b629

File tree

11 files changed

+1322
-0
lines changed

11 files changed

+1322
-0
lines changed

content/hardware/05.nicla/boards/image.svg

Lines changed: 596 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- web-editor
5+
6+
hardware:
7+
boards:
8+
- portenta-h7
9+
- portenta-h7-lite
10+
- portenta-h7-lite-connected
Binary file not shown.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<EssentialsColumn title="Guides">
2+
<EssentialElement title="Quickstart Guide" type="getting-started" link="/software/ide-v1/installing-mbed-os-nicla-boards">
3+
All you need to know to get started with your new Arduino board.
4+
</EssentialElement>
5+
6+
</EssentialsColumn>
7+
8+
<EssentialsColumn title="Suggested Libraries">
9+
10+
<EssentialElement title="ArduinoBLE" type="library" link="https://www.arduino.cc/en/Reference/ArduinoBLE">
11+
The ArduinoBLE library is designed for Arduino boards that have hardware enabled for BLE and Bluetooth 4.0 and above.
12+
</EssentialElement>
13+
14+
<EssentialElement title="PDM" type="library" link="https://www.arduino.cc/en/Reference/PDM">
15+
The PDM library allows you to use PDM (Pulse-density modulation) microphones, like the IM69D130.
16+
</EssentialElement>
17+
18+
</EssentialsColumn>
19+
20+
<EssentialsColumn title="Arduino Basics">
21+
<EssentialElement title="Built-in Examples" type="tutorial" link="https://www.arduino.cc/en/Tutorial/BuiltInExamples">
22+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
23+
</EssentialElement>
24+
<EssentialElement title="Learn" type="resource" link="/learn/">
25+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
26+
</EssentialElement>
27+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
28+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
29+
</EssentialElement>
30+
</EssentialsColumn>
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<FeatureDescription>
2+
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.
4+
5+
The Nicla Voice can also be battery powered making it standalone.
6+
7+
</FeatureDescription>
8+
9+
<FeatureList>
10+
11+
<Feature title="Nicla Form Factor" image="nicla-form-factor">
12+
The Arduino Nicla Voice is our smallest form factor yet.
13+
</Feature>
14+
15+
<Feature title="nRF52832" image="mcu">
16+
The Nicla Voice features an nRF52832 Arm® Cortex-M4 at 64MHz.
17+
18+
<FeatureLink title="Datasheet" url="https://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf" download blank/>
19+
</Feature>
20+
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.
23+
<FeatureLink title="Datasheet" url="https://www.syntiant.com/ndp120" download blank/>
24+
</Feature>
25+
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/>
29+
</Feature>
30+
31+
32+
<Feature title="BMM150 3-axis Magnetometer" image="magnetometer">
33+
This 3-axis Magnetometer allows to obtain 3D magnetic data.
34+
<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmm150-ds001.pdf" download blank/>
35+
</Feature>
36+
37+
<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.
40+
<FeatureLink title="Datasheet" url="https://www.infineon.com/dgdl/Infineon-IM69D130-DS-v01_00-EN.pdf?fileId=5546d462602a9dc801607a0e46511a2e" download blank/>
41+
</Feature>
42+
43+
</FeatureList>

0 commit comments

Comments
 (0)