Skip to content

Commit f8ce00e

Browse files
Updated parts of the product page
1 parent 2c9a2f3 commit f8ce00e

File tree

3 files changed

+23
-25
lines changed

3 files changed

+23
-25
lines changed

content/hardware/05.nicla/boards/nicla-vision/essentials.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<EssentialElement title="Quickstart Guide" type="getting-started" link="/software/ide-v1/installing-mbed-os-nicla-boards">
33
All you need to know to get started with your new Arduino board.
44
</EssentialElement>
5-
<EssentialElement title="Cheat Sheet" type="tutorial" link="/tutorials/nicla-sense-me/cheat-sheet">
6-
A collection of mini-guides and API descriptions that serves as a quick reference to look up information while you work on a project.
7-
</EssentialElement>
85

96
</EssentialsColumn>
107

@@ -14,12 +11,12 @@
1411
The ArduinoBLE library is designed for Arduino boards that have hardware enabled for BLE and Bluetooth 4.0 and above.
1512
</EssentialElement>
1613

17-
<EssentialElement title="Arduino_BHY2" type="library" link="https://github.com/arduino/nicla-sense-me-fw/tree/main/Arduino_BHY2">
18-
Provides the APIs for Nicla Sense ME board to perform a DFU or configure/read BHY sensors.
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 MP34DT06JTR.
1916
</EssentialElement>
2017

21-
<EssentialElement title="Arduino_BHY2Host" type="library" link="https://github.com/arduino/nicla-sense-me-fw/tree/main/Arduino_BHY2Host">
22-
Provides the APIs for a host board to interact with the Nicla Sense ME.
18+
<EssentialElement title="WiFi" type="library" link="https://www.arduino.cc/en/Reference/WiFi">
19+
The WiFi library is designed to use the Murata 1DX module, which allows your Arduino to connect to the Internet.
2320
</EssentialElement>
2421

2522
</EssentialsColumn>
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,43 @@
11
<FeatureDescription>
22

3-
The Arduino® Nicla Sense ME is our smallest form factor yet, with a range of industrial grade sensors packed into a tiny footprint. Measure process parameters such as temperature, humidity and movement. Featuring a 9 axis inertial measurement unit and the possibility for Bluetooth Low Energy (BLE) connectivity it can help you to create your next BLE enabled project. Make your own industrial grade wireless sensing network with the onboard **BHI260AP**, **BMP390**, **BMM150** and **BME688** Bosch sensors.
3+
The Arduino® Nicla Vision is a ready-to-use, standalone camera for analyzing and processing images on the edge. Thanks to its 2MP color camera, smart 6-axis motion sensor, integrated microphone and distance sensor, it is suitable for asset tracking, object recognition and predictive maintenance. Quickly implement sensor nodes to send collected data to the Arduino® Cloud (or third-party vendor services) via integrated WiFi/BLE connectivity.
44

55
</FeatureDescription>
66

77
<FeatureList>
88
<Feature title="Nicla Form Factor" image="nicla-form-factor">
99

10-
The Arduino Nicla Sense ME is our smallest form factor yet.
10+
The Arduino Nicla Vision is our smallest form factor yet.
1111

1212
</Feature>
1313

14-
<Feature title="BHI260AP" image="imu">
14+
<Feature title="LSM6DSOXTR" image="imu">
1515

16-
An AI smart sensor hub with integrated 6 axis IMU (3-Axis Accelerometer + 3-Axis Gyroscope) for activity detection, powered by a 32 Bit Synopsys DesignWare ARC™ EM4™ CPU.
16+
This 6-axis IMU is possible to obtain 3D gyroscopic and 3D accelerometer data. It is also possible to do machine learning on the IMU for gesture detection, offloading computation load from the main processor.
1717

1818
<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bhi260ap-ds000.pdf" download blank/>
1919

2020
</Feature>
2121

22-
<Feature title="BMP390" image="pressure-sensor">
22+
<Feature title="STM32H747AII6" image="mcu">
2323

24-
A high performance pressure sensor operating between 300 - 1250 hPa with low drift
25-
<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp390-ds002.pdf" download blank/>
24+
The Nicla Vision features an STM32H747AII6 Dual ARM® Cortex® - M7 core up to 480 Mhz + M4 core up to 240 Mhz.
25+
<FeatureLink title="Datasheet" url="" download blank/>
2626
</Feature>
2727

28-
<Feature title="BMM150" image="magnetometer">
28+
<Feature title="GC2145" image="camera">
2929

30-
A low noise magnetometer with a typical range of ±1300μT in the X,Y axis and ±2500μT in the Z axis.
30+
The board uses the GC2145, a 2MP color camera.
3131

32-
<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmm150-ds001.pdf" download blank/>
32+
<FeatureLink title="Datasheet" url="" download blank/>
3333
</Feature>
3434

35-
<Feature title="BME688" image="temperature-sensor">
35+
<Feature title="MP34DT06JTR" image="microphone">
3636

37-
An Environmental sensor that can measure pressure, humidity and temperature. The onboard smart gas sensor can also help in determining the air quality index by detecting a broad range of gases including Volatile Organic Compounds (VOC).
37+
The MP34DT06JTR digital MEMS microphone is omnidirectional and operate via a capacitive sensing element with a high
38+
signal to noise ratio.
3839

39-
<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme688-ds000.pdf" download blank/>
40+
<FeatureLink title="Datasheet" url="" download blank/>
4041
</Feature>
4142

4243
</FeatureList>

content/hardware/05.nicla/boards/nicla-vision/tech-specs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Board:
2-
Name: Nicla Sense ME
3-
SKU: ABX00050
4-
Microcontroller: Cortex-M4 nRF52832
2+
Name: Nicla Vision
3+
SKU: ABX00051
4+
Microcontroller: STM32H757AII6 Dual Arm Cortex M7/M4
55
USB connector: Micro USB (USB-B)
66
Pins:
77
LED built-in: 1 RGB LED (I2C)
@@ -10,8 +10,8 @@ Pins:
1010
PWM pins: 12 (of which 2 are shared with analog, 2 are shared with I2C and 4 are shared with SPI)
1111
External interrupts: 12
1212
Connectivity:
13-
Bluetooth: ANNA B112 Bluetooth module
14-
Wi-Fi: No
13+
Bluetooth: Murata 1DX Bluetooth module
14+
Wi-Fi: Yes
1515
Secure element: No
1616
Communication:
1717
UART: Yes

0 commit comments

Comments
 (0)