Skip to content

Commit aba3b24

Browse files
committed
Merge branch 'marqdevx/opta/public-launch' of https://github.com/arduino/docs-content-private into marqdevx/opta/public-launch
2 parents 5f21ec4 + 2417f31 commit aba3b24

File tree

105 files changed

+4469
-143
lines changed

Some content is hidden

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

105 files changed

+4469
-143
lines changed
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

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

Lines changed: 76 additions & 0 deletions
Loading
Loading

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

Lines changed: 380 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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 Rev2 Cheat Sheet" type="tutorial" link="/tutorials/nano-33-ble-sense-rev2/cheat-sheet">
7+
Learn about the Nano 33 BLE Sense Rev2's 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 Rev2 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="Arduino_BMI270_BMM150" type="library" link="https://www.arduino.cc/reference/en/libraries/arduino_bmi270_bmm150/">
27+
The Arduino_BMI270_BMM150 library is designed to be used with the BMI270_BMM150 IMU system, which includes a 3-axis accelerometer, 3-axis gyroscope and a 3-axis magnetometer.
28+
</EssentialElement>
29+
30+
<EssentialElement title="Arduino_HS300x" type="library" link="https://www.arduino.cc/reference/en/libraries/arduino_hs300x/">
31+
The HS300x library is designed for reading temperature and humidity values from the HS300x sensor.
32+
</EssentialElement>
33+
34+
<EssentialElement title="PDM" type="library" link="https://www.arduino.cc/en/Reference/PDM">
35+
The PDM library allows you to use PDM (Pulse-density modulation) microphones, like the MP34DT06JTR onboard the Arduino Nano 33 BLE Sense Rev2.
36+
</EssentialElement>
37+
38+
<EssentialElement title="Arduino_APDS9960" type="library" link="https://www.arduino.cc/en/Reference/ArduinoAPDS9960">
39+
The Arduino_APDS9960 library allows you to use the APDS9960 sensor available on the Arduino Nano 33 BLE Sense Rev2 to read gestures, color, light intensity and proximity.
40+
</EssentialElement>
41+
42+
</EssentialsColumn>
43+
44+
<EssentialsColumn title="Arduino Basics">
45+
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
46+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
47+
</EssentialElement>
48+
<EssentialElement title="Learn" type="resource" link="/learn/">
49+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
50+
</EssentialElement>
51+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
52+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
53+
</EssentialElement>
54+
</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 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+
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://www.arduino.cc/reference/en/libraries/arduino_bmi270_bmm150/"/>
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 MP34DT06JTR 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="/resources/datasheets/MP34DT06JTR.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="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_hs300x/"/>
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 board's 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)