Skip to content

Commit 3a4bc95

Browse files
authored
Merge pull request #77 from arduino/sync/sebromero/nicla-vision-launch
Add Nicla Vision Documentation for product launch [PC-395]
2 parents 6a407c0 + 2c80989 commit 3a4bc95

File tree

60 files changed

+3836
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3836
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- iot-cloud
5+
- web-editor
6+
- openmv-ide
Loading

Diff for: content/hardware/05.nicla/boards/nicla-vision/datasheet/assets/niclaVisionBackTopology.svg

+704
Loading

Diff for: content/hardware/05.nicla/boards/nicla-vision/datasheet/assets/niclaVisionBlockDiagram.svg

+1
Loading

Diff for: content/hardware/05.nicla/boards/nicla-vision/datasheet/assets/niclaVisionMech.svg

+392
Loading

Diff for: content/hardware/05.nicla/boards/nicla-vision/datasheet/assets/niclaVisionPowerTree.svg

+243
Loading
Loading

Diff for: content/hardware/05.nicla/boards/nicla-vision/datasheet/assets/niclaVisionTopTopology.svg

+704
Loading

Diff for: content/hardware/05.nicla/boards/nicla-vision/datasheet/datasheet.md

+348
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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 MP34DT06JTR.
16+
</EssentialElement>
17+
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.
20+
</EssentialElement>
21+
22+
</EssentialsColumn>
23+
24+
<EssentialsColumn title="Arduino Basics">
25+
<EssentialElement title="Built-in Examples" type="tutorial" link="https://www.arduino.cc/en/Tutorial/BuiltInExamples">
26+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
27+
</EssentialElement>
28+
<EssentialElement title="Learn" type="resource" link="/learn/">
29+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
30+
</EssentialElement>
31+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
32+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
33+
</EssentialElement>
34+
</EssentialsColumn>
+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<FeatureDescription>
2+
3+
The Arduino® Nicla Vision is a powerful microcontroller equipped with 2MP color camera in a tiny form factor. With WiFi and BLE connectivity, the board maximizes compatibility with professional and consumer equipment. The board features an integrated microphone, distance sensor, smart 6-axis motion sensor and MicroPython support. The Nicla Vision can also be battery powered making it standalone.
4+
5+
</FeatureDescription>
6+
7+
<FeatureList>
8+
<Feature title="Nicla Form Factor" image="nicla-form-factor">
9+
10+
The Arduino Nicla Vision is our smallest form factor yet.
11+
12+
</Feature>
13+
14+
<Feature title="LSM6DSOXTR 6-axis IMU" image="imu">
15+
16+
This 6-axis IMU allows 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.
17+
18+
<FeatureLink title="Datasheet" url="https://www.st.com/resource/en/datasheet/lsm6dsox.pdf" download blank/>
19+
20+
</Feature>
21+
22+
<Feature title="STM32H747AII6" image="mcu">
23+
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="https://www.st.com/resource/en/datasheet/stm32h747ai.pdf" download blank/>
26+
</Feature>
27+
28+
<Feature title="2MP color camera" image="camera">
29+
30+
The board uses the GC2145, a 2MP color camera.
31+
32+
<FeatureLink title="Datasheet" url="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/968/GC2145-CSP-DataSheet-release-V1.0_5F00_20131201.pdf" download blank/>
33+
</Feature>
34+
35+
<Feature title="Omnidirectional microphone" image="microphone">
36+
37+
The MP34DT06JTR digital MEMS microphone is omnidirectional and operate via a capacitive sensing element with a high
38+
signal to noise ratio.
39+
40+
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Nano_BLE_Sense_mp34dt05-a.pdf" download blank/>
41+
</Feature>
42+
43+
</FeatureList>

Diff for: content/hardware/05.nicla/boards/nicla-vision/image.svg

+1
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Nicla Vision
3+
url_shop: https://store.arduino.cc/products/nicla-vision
4+
url_guide: /software/ide-v1/installing-mbed-os-nicla-boards
5+
core: arduino:mbed_nicla
6+
---
7+
8+
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.

Diff for: content/hardware/05.nicla/boards/nicla-vision/tech-specs.md

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Board:
2+
Name: Arduino® Nicla Vision
3+
SKU: ABX00051
4+
Microcontroller: STM32H757AII6 Dual Arm Cortex M7/M4
5+
USB connector: Micro USB (USB-B)
6+
Pins:
7+
LED built-in: 1 RGB LED (I2C)
8+
Digital I/O Pins: 10 (of which 2 are shared with I2C and 4 are shared with SPI)
9+
Analog input pins: 2, both shared with PWM
10+
PWM pins: 12 (of which 2 are shared with analog, 2 are shared with I2C and 4 are shared with SPI)
11+
External interrupts: 12
12+
Connectivity:
13+
Bluetooth: Murata 1DX Bluetooth module
14+
Wi-Fi: Yes
15+
Secure element: NXP SE050C2 Crypto chip
16+
Communication:
17+
UART: Yes
18+
I2C: 1
19+
SPI: 1
20+
Power:
21+
Microcontroller operating voltage: 1.8V translated to 3.3V on external pins
22+
Board Power Supply (USB/VIN): 5V
23+
Supported battery: Li-ion/Li-Po Single Cell, 3.7V
24+
Battery connector: JST 3-pin 1.2 mm pitch
25+
DC Current per I/O pin: 4.7 mA
26+
Clock speed:
27+
Processor (M7): 480MHz
28+
Processor (M4): 240MHz
29+
Memory:
30+
nRF52832 System-on-chip: 64kB SRAM, 512kB flash
31+
QSPI flash: 16MB
32+
Dimensions:
33+
Weight: 2 g
34+
Width: 22.86 mm (900mils)
35+
Length: 22.86 mm (900mils)
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)