Skip to content

Commit 1687de6

Browse files
authored
Merge pull request #213 from arduino/aliphys/ble-sense-rev2-datasheet
[TC-378] BLE 33 Sense rev2 (Datasheet + Product Page)
2 parents 3b5fa22 + e39142e commit 1687de6

File tree

16 files changed

+1130
-1
lines changed

16 files changed

+1130
-1
lines changed

content/hardware/03.nano/boards/nano-33-iot/datasheet/datasheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: maker
66
![](assets/featured.jpg)
77

88
# Description
9-
Nano 33 IoT and Nano 33 IoT with headers is a miniature sized module containing a Cortex M0+ SAMD21 processor, a WiFi+BT module based on ESP32, a crypto chip which can securely store certificates and pre-shared keys and a 6 axis IMU. The module can either be mounted as a DIP component (when mounting pin headers), or as a SMT component, directly soldering it via the castellated pads.
9+
The Arduino Nano 33 IoT and Arduino Nano 33 IoT with headers are a miniature sized module containing a Cortex M0+ SAMD21 processor, a Wi-Fi®+Bluetooth® module based on ESP32, a crypto chip which can securely store certificates and pre-shared keys and a 6 axis IMU. The module can either be mounted as a DIP component (when mounting pin headers), or as a SMT component, directly soldering it via the castellated pads.
1010

1111
# Target areas:
1212
Maker, enhancements, basic IoT application scenarios
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- web-editor
5+
hardware:
6+
boards: ~
7+
carriers: ~
8+
shields: ~
Loading
Loading
Loading
Loading

content/hardware/03.nano/boards/nano-ble-sense-rev2/datasheet/assets/powerTree.svg

Lines changed: 76 additions & 0 deletions
Loading
Loading

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

Lines changed: 377 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<EssentialsColumn title="Guides">
2+
<EssentialElement title="Quickstart Guide" type="getting-started" link="/software/ide-v1/installing-mbed-os-nano-boards">
3+
All you need to know to get started with your new Arduino board.
4+
</EssentialElement>
5+
6+
<EssentialElement title="BLE Sense Rev 2 Cheat Sheet" type="tutorial" link="/tutorials/nano-33-ble-sense-rev2/cheat-sheet">
7+
Learn about the Nano 33 BLE Sense Rev 2 onboard sensors, supported serial & wireless protocols, pins and much more.
8+
</EssentialElement>
9+
10+
<EssentialElement title="Nano Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide">
11+
Learn how to create your own custom hardware that is compatible with the Arduino Nano Family.
12+
</EssentialElement>
13+
14+
<EssentialElement title="Community Projects" type="tutorial" link="/tutorials/nano-33-ble-sense-rev2/community-projects">
15+
Discover interesting projects from the community based on the Nano 33 BLE Sense board.
16+
</EssentialElement>
17+
18+
</EssentialsColumn>
19+
20+
<EssentialsColumn title="Suggested Libraries">
21+
22+
<EssentialElement title="ArduinoBLE" type="library" link="https://www.arduino.cc/en/Reference/ArduinoBLE">
23+
The ArduinoBLE library is designed for Arduino boards that have hardware enabled for Bluetooth® Low Energy and Bluetooth® 4.0 and above.
24+
</EssentialElement>
25+
26+
<EssentialElement title="Combined Bosch BMI270 and BMM150" type="library" link="https://github.com/arduino-libraries/Arduino_BMI270_BMM150">
27+
The Combined Bosch BMI270 and BMM150 Library is designed to be used with the BMI270 and BMM150 ICs onboard, together acting as a 9-axis IMU including a 3-axis accelerometer, 3-axis gyroscope and a 3-axis magnetometer.
28+
</EssentialElement>
29+
30+
<!--
31+
<EssentialElement title="Arduino_HS3003" type="library" link="???">
32+
The Arduino_HTS221 library is designed for reading temperature and humidity values from the HTS221 sensor.
33+
</EssentialElement>
34+
-->
35+
36+
<EssentialElement title="PDM" type="library" link="https://www.arduino.cc/en/Reference/PDM">
37+
The PDM library allows you to use PDM (Pulse-density modulation) microphones, like the MP34DT05 onboard the Arduino Nano 33 BLE Sense.
38+
</EssentialElement>
39+
40+
<EssentialElement title="Arduino_APDS9960" type="library" link="https://www.arduino.cc/en/Reference/ArduinoAPDS9960">
41+
The Arduino_APDS9960 library allows you to use the APDS9960 sensor available on the Arduino Nano 33 BLE Sense to read gestures, color, light intensity and proximity.
42+
</EssentialElement>
43+
44+
</EssentialsColumn>
45+
46+
<EssentialsColumn title="Arduino Basics">
47+
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
48+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
49+
</EssentialElement>
50+
<EssentialElement title="Learn" type="resource" link="/learn/">
51+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
52+
</EssentialElement>
53+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
54+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
55+
</EssentialElement>
56+
</EssentialsColumn>
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<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 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+
5+
</FeatureDescription>
6+
7+
8+
<FeatureList>
9+
10+
<Feature title="u-blox NINA-B306" image="bluetooth">
11+
12+
A powerful 2.4 GHz Bluetooth® 5 low energy module from u-blox, with an internal antenna.
13+
14+
<FeatureLink title="Datasheet" url="/resources/datasheets/NINA-B3-series.pdf" download blank/>
15+
</Feature>
16+
17+
<Feature title="IMU for Motion Detection" image="imu">
18+
19+
The combined BMI270 and BMM150 provides a 9-axis inertial measurement unit featuring a 3D accelerometer, gyroscope and magnetometer and allows you to detect orientation, motion or vibrations in your project.
20+
21+
<FeatureLink title="Library" url="https://github.com/arduino-libraries/Arduino_BMI270_BMM150" download blank/>
22+
</Feature>
23+
24+
<Feature title="Python Support" image="python">
25+
26+
This board can be programmed with the Python programming language via the OpenMV IDE.
27+
28+
<FeatureLink title="Learn More" url="/learn/programming/arduino-and-python"/>
29+
</Feature>
30+
31+
<Feature title="Omnidirectional Digital Microphone" image="microphone">
32+
33+
The MP34DT05 microphone allows to capture and analyze sound in real time and can be used to create a voice interface for your project.
34+
35+
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Nano_BLE_Sense_mp34dt05-a.pdf" download blank/>
36+
</Feature>
37+
38+
<Feature title="Proximity and Gesture Detection" image="proximity-sensor">
39+
40+
The APDS-9960 chip allows for measuring digital proximity and ambient light as well as for detecting RGB colors and gestures.
41+
42+
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Nano_BLE_Sense_av02-4191en_ds_apds-9960.pdf" download blank/>
43+
</Feature>
44+
45+
<Feature title="Barometric Pressure Sensor" image="pressure-sensor">
46+
47+
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.
48+
49+
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Nano_BLE_Sense_lps22hb.pdf" download blank/>
50+
</Feature>
51+
52+
<Feature title="Temperature and Humidity Detection" image="temperature-sensor">
53+
54+
The HS3003 capacitive digital sensor measures relative humidity and temperature. It has a temperature accuracy of ± 0.2 °C suited to detect ambient temperature.
55+
56+
<FeatureLink title="Datasheet" url="https://www.renesas.com/document/dst/hs300x-datasheet" download blank/>
57+
58+
</Feature>
59+
60+
<Feature title="Lauterbach TRACE32 debugger" image="file-icon">
61+
62+
This board is compatible with Lauterbach TRACE32 debugger, and a free license can be obtained using the boards serial number.
63+
64+
<FeatureLink title="Learn More" url="/tutorials/nano-33-ble-sense/trace-32"/>
65+
</Feature>
66+
67+
</FeatureList>

0 commit comments

Comments
 (0)