Skip to content

Commit 2c9a2f3

Browse files
committed
Add dummy product page
1 parent 72ae36b commit 2c9a2f3

File tree

6 files changed

+127
-0
lines changed

6 files changed

+127
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- web-editor
5+
- openmv-ide
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
<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>
8+
9+
</EssentialsColumn>
10+
11+
<EssentialsColumn title="Suggested Libraries">
12+
13+
<EssentialElement title="ArduinoBLE" type="library" link="https://www.arduino.cc/en/Reference/ArduinoBLE">
14+
The ArduinoBLE library is designed for Arduino boards that have hardware enabled for BLE and Bluetooth 4.0 and above.
15+
</EssentialElement>
16+
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.
19+
</EssentialElement>
20+
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.
23+
</EssentialElement>
24+
25+
</EssentialsColumn>
26+
27+
<EssentialsColumn title="Arduino Basics">
28+
<EssentialElement title="Built-in Examples" type="tutorial" link="https://www.arduino.cc/en/Tutorial/BuiltInExamples">
29+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
30+
</EssentialElement>
31+
<EssentialElement title="Learn" type="resource" link="/learn/">
32+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
33+
</EssentialElement>
34+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
35+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
36+
</EssentialElement>
37+
</EssentialsColumn>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<FeatureDescription>
2+
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.
4+
5+
</FeatureDescription>
6+
7+
<FeatureList>
8+
<Feature title="Nicla Form Factor" image="nicla-form-factor">
9+
10+
The Arduino Nicla Sense ME is our smallest form factor yet.
11+
12+
</Feature>
13+
14+
<Feature title="BHI260AP" image="imu">
15+
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.
17+
18+
<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bhi260ap-ds000.pdf" download blank/>
19+
20+
</Feature>
21+
22+
<Feature title="BMP390" image="pressure-sensor">
23+
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/>
26+
</Feature>
27+
28+
<Feature title="BMM150" image="magnetometer">
29+
30+
A low noise magnetometer with a typical range of ±1300μT in the X,Y axis and ±2500μT in the Z axis.
31+
32+
<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmm150-ds001.pdf" download blank/>
33+
</Feature>
34+
35+
<Feature title="BME688" image="temperature-sensor">
36+
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).
38+
39+
<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bme688-ds000.pdf" download blank/>
40+
</Feature>
41+
42+
</FeatureList>
Lines changed: 8 additions & 0 deletions
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+
TBD.

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

Whitespace-only changes.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Board:
2+
Name: Nicla Sense ME
3+
SKU: ABX00050
4+
Microcontroller: Cortex-M4 nRF52832
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: ANNA B112 Bluetooth module
14+
Wi-Fi: No
15+
Secure element: No
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: 64MHz
28+
RTC: On board of the ANNA-B112
29+
Memory:
30+
nRF52832 System-on-chip: 64kB SRAM, 512kB flash
31+
2x MX25R1635FZUIH0: 2MB for data logging, 2MB storage for BHI260AP
32+
Dimensions:
33+
Weight: 2 g
34+
Width: 22.86 mm (900mils)
35+
Length: 22.86 mm (900mils)

0 commit comments

Comments
 (0)