Skip to content

Commit 9ef98be

Browse files
committed
upate product page
1 parent f09e3ae commit 9ef98be

File tree

5 files changed

+16
-25
lines changed

5 files changed

+16
-25
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/compatibility.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ software:
55
hardware:
66
boards: ~
77
carriers: ~
8-
shields: ~
8+
shields:
9+
- nano-connector-carrier
10+
- nano-screw-terminal-adapter

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/essentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ productsLibrariesMap:
1111
Set up your Arduino board in the Arduino IDE.
1212
</EssentialElement>
1313

14-
<EssentialElement title="User Manual" type="tutorial" link="/tutorials/nano-33-ble-sense-rev2/cheat-sheet">
14+
<EssentialElement title="User Manual" type="tutorial" link="/tutorials/nano-33-ble-sense-rev2/user-manual">
1515
Learn about the Nano 33 BLE Sense Rev2's onboard sensors, supported serial & wireless protocols, pins and much more.
1616
</EssentialElement>
1717

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/features.md

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<FeatureDescription>
2-
3-
The Arduino Nano 33 BLE Sense Rev2 is a great choice for any beginner, maker or professional to get started with embedded machine learning. It is build upon the [nRF52840 microcontroller](https://content.arduino.cc/assets/Nano_BLE_MCU-nRF52840_PS_v1.1.pdf) and runs on **Arm® Mbed™ OS**. The Nano 33 BLE Sense Rev2 not only features the possibility to connect via **Bluetooth® Low Energy** but also comes equipped with **sensors** to detect color, proximity, motion, temperature, humidity, audio and more.
4-
2+
The Arduino Nano 33 BLE Sense Rev2 is a great choice for any beginner, maker or professional to get started with embedded machine learning. It is build upon the [nRF52840 microcontroller](https://content.arduino.cc/assets/Nano_BLE_MCU-nRF52840_PS_v1.1.pdf) and runs on **Arm® Mbed™ OS**. The Nano 33 BLE Sense Rev2 not only features the possibility to connect via Bluetooth® Low Energy but also comes equipped with sensors to detect color, proximity, motion, temperature, humidity, audio and more.
53
</FeatureDescription>
64

7-
85
<FeatureList>
96

107
<Feature title="Bluetooth®" image="bluetooth">
11-
128
A powerful 2.4 GHz Bluetooth® 5 Low Energy module from u-blox, with an internal antenna. Can be used to transmit data between different devices
139
using the ArduinoBLE library.
1410
<FeatureWrapper>
@@ -17,26 +13,23 @@ The Arduino Nano 33 BLE Sense Rev2 is a great choice for any beginner, maker or
1713
</FeatureWrapper>
1814
</Feature>
1915

20-
<Feature title="IMU for Motion Detection" image="imu">
21-
22-
The board provides a 9-axis inertial measurement unit featuring a 3D accelerometer, gyroscope and magnetometer and allows you to detect orientation, motion or vibrations.
16+
<Feature title="MicroPython" image="python">
17+
This board can be programmed using MicroPython which is an implementation of the Python® programming language that comes with a subset of the Python® standard library.
2318
<FeatureWrapper>
24-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense-rev2/imu-accelerometer"/>
25-
<FeatureLink variant="secondary" title="Library" url="https://github.com/arduino-libraries/Arduino_BMI270_BMM150"/>
19+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense/micropython-installation"/>
20+
<FeatureLink variant="secondary" title="Learn More" url="/micropython"/>
2621
</FeatureWrapper>
2722
</Feature>
2823

29-
<Feature title="Python® Support" image="python">
30-
31-
This board can be programmed using MicroPython which is an implementation of the Python® programming language that comes with a subset of the Python® standard library.
24+
<Feature title="IMU for Motion Detection" image="imu">
25+
The board provides a 9-axis inertial measurement unit featuring a 3D accelerometer, gyroscope and magnetometer and allows you to detect orientation, motion or vibrations.
3226
<FeatureWrapper>
33-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense/micropython-installation"/>
34-
<FeatureLink variant="secondary" title="Learn More" url="/micropython"/>
27+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense-rev2/imu-accelerometer"/>
28+
<FeatureLink variant="secondary" title="Library" url="https://github.com/arduino-libraries/Arduino_BMI270_BMM150"/>
3529
</FeatureWrapper>
3630
</Feature>
3731

3832
<Feature title="Microphone" image="microphone">
39-
4033
Use the built-in omnidirectional digital microphone (MP34DT06JTR) to capture and analyze sound in real time to create a voice interface for your project. Use the PDM library to implement its functionalities in your projects.
4134
<FeatureWrapper>
4235
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense-rev2/microphone-sensor"/>
@@ -45,7 +38,6 @@ The Arduino Nano 33 BLE Sense Rev2 is a great choice for any beginner, maker or
4538
</Feature>
4639

4740
<Feature title="Proximity and Gesture Detection" image="proximity-sensor">
48-
4941
Learn how to output raw sensor data using the built-in APDS9960 sensor and create a gesture control system. Together with the APDS9960 library you can control the built-in RGB LED through hand gestures.
5042
<FeatureWrapper>
5143
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense-rev2/gesture-sensor"/>
@@ -54,7 +46,6 @@ The Arduino Nano 33 BLE Sense Rev2 is a great choice for any beginner, maker or
5446
</Feature>
5547

5648
<Feature title="Barometric Pressure Sensor" image="pressure-sensor">
57-
5849
The LPS22HB picks up on barometric pressure and allows for a 24-bit pressure data output between 260 to 1260 hPa. This data can also be processed to calculate the height above sea level of the current location.
5950
<FeatureWrapper>
6051
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense-rev2/barometric-sensor"/>
@@ -63,8 +54,6 @@ The Arduino Nano 33 BLE Sense Rev2 is a great choice for any beginner, maker or
6354
</Feature>
6455

6556
<Feature title="Temperature and Humidity Sensor" image="temperature-sensor">
66-
67-
6857
The HS3003 capacitive digital sensor measures relative humidity and temperature. It has a temperature accuracy of ± 0.2 °C and is thereby perfectly suited to detect ambient temperature.
6958
<FeatureWrapper>
7059
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-ble-sense-rev2/humidity-and-temperature-sensor"/>

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/product.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Nano 33 BLE Sense Rev2
33
url_shop: https://store.arduino.cc/nano-33-ble-sense-rev2
44
url_guide: /software/ide-v2/tutorials/ide-v2-board-manager#mbed-os-nano
5-
primary_button_url: /software/ide-v2/tutorials/ide-v2-board-manager#mbed-os-nano
5+
primary_button_url: /tutorials/nano-33-ble-sense-rev2/user-manual/#first-use
66
primary_button_title: Get Started
77
core: arduino:mbed_nano
88
forumCategorySlug: '/hardware/nano-family/nano-33-ble-sense-rev2/160'
99
productCode: '032'
1010
sku: [ABX00069, ABX00070]
1111
---
1212

13-
The Arduino Nano 33 BLE Sense Rev2 combines a tiny form factor, different environment sensors and the possibility to run AI using TinyML and TensorFlow™ Lite. Whether you are looking at creating your first embedded ML application or you want to use Bluetooth® Low Energy to connect your project to your phone, the Nano 33 BLE Sense Rev2 will make that journey easy.
13+
The **Arduino Nano 33 BLE Sense Rev2** combines a tiny form factor, different environment **sensors** and the possibility to run **AI** using **TinyML** and **TensorFlow™ Lite**. Whether you are looking at creating your first embedded ML application or you want to use **Bluetooth® Low Energy** to connect your project to your phone, the Nano 33 BLE Sense Rev2 will make that journey easy.

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tech-specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Please read: operating voltage**
22

3-
The microcontroller on the Arduino Nano 33 BLE Sense Rev2 runs at 3.3V, which means that you must never apply more than 3.3V to its Digital and Analog pins. Care must be taken when connecting sensors and actuators to assure that this limit of 3.3V is never exceeded. Connecting higher voltage signals, like the 5V commonly used with the other Arduino boards, will damage the Arduino Nano 33 BLE Sense Rev2.
3+
The microcontroller on the **Arduino Nano 33 BLE Sense Rev2** runs at 3.3V, which means that you must never apply more than 3.3V to its Digital and Analog pins. Care must be taken when connecting sensors and actuators to assure that this limit of 3.3V is never exceeded. Connecting higher voltage signals, like the 5V commonly used with the other Arduino boards, will damage the Arduino Nano 33 BLE Sense Rev2.
44

55
To avoid such risk with existing projects, where you should be able to pull out a Nano and replace it with the new Nano 33 BLE Sense Rev2, we have the 5V pin on the header, positioned between RST and A7 that is not connected as default factory setting. This means that if you have a design that takes 5V from that pin, it won't work immediately, as a precaution we put in place to draw your attention to the 3.3V compliance on digital and analog inputs.
66

0 commit comments

Comments
 (0)