Skip to content

Commit 820c187

Browse files
authored
Merge pull request #237 from arduino/jacobhylen/nano-ble-sense-rev2-small-changes
FIxing links, and name of board nor being updated in many places
2 parents c2cf5e2 + 1834de5 commit 820c187

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
The ArduinoBLE library is designed for Arduino boards that have hardware enabled for Bluetooth® Low Energy and Bluetooth® 4.0 and above.
2424
</EssentialElement>
2525

26-
<EssentialElement title="Arduino_BMI270_BMM150" type="library" link="https://www.arduino.cc/reference/en/arduino-libraries/arduino_bmi270_bmm150">
26+
<EssentialElement title="Arduino_BMI270_BMM150" type="library" link="https://www.arduino.cc/reference/en/libraries/arduino_bmi270_bmm150/">
2727
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.
2828
</EssentialElement>
2929

30-
<EssentialElement title="Arduino_HS300x" type="library" link="https://www.arduino.cc/en/Reference/ArduinoHS300x">
30+
<EssentialElement title="Arduino_HS300x" type="library" link="https://www.arduino.cc/reference/en/libraries/arduino_hs300x/">
3131
The HS300x library is designed for reading temperature and humidity values from the HS300x sensor.
3232
</EssentialElement>
3333

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Arduino Nano 33 BLE Sense Rev2 is a great choice for any beginner, maker or
1818

1919
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.
2020

21-
<FeatureLink title="Library" url="https://github.com/arduino-libraries/Arduino_BMI270_BMM150" download blank/>
21+
<FeatureLink title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_bmi270_bmm150/"/>
2222
</Feature>
2323

2424
<Feature title="Python Support" image="python">
@@ -32,7 +32,7 @@ The Arduino Nano 33 BLE Sense Rev2 is a great choice for any beginner, maker or
3232

3333
The MP34DT06JTR microphone allows to capture and analyze sound in real time and can be used to create a voice interface for your project.
3434

35-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/MP34DT06JTR.pdf" download blank/>
35+
<FeatureLink title="Datasheet" url="/resources/datasheets/MP34DT06JTR.pdf" download blank/>
3636
</Feature>
3737

3838
<Feature title="Proximity and Gesture Detection" image="proximity-sensor">
@@ -53,7 +53,7 @@ The Arduino Nano 33 BLE Sense Rev2 is a great choice for any beginner, maker or
5353

5454
The HS3003 capacitive digital sensor measures relative humidity and temperature. It has a temperature accuracy of ± 0.2 °C suited to detect ambient temperature.
5555

56-
<FeatureLink title="Datasheet" url="https://www.renesas.com/document/dst/hs300x-datasheet" download blank/>
56+
<FeatureLink title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_hs300x/"/>
5757

5858
</Feature>
5959

Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**Please read: operating voltage**
22

3-
The microcontroller on the Arduino Nano 33 BLE Rev2 Sense 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.
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

5-
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, 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.
5+
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

77
5V on that pin is available only when two conditions are met: you make a solder bridge on the two pads marked as VUSB and you power the Nano 33 BLE Sense Rev2 through the USB port. If you power the board from the VIN pin, you won't get any regulated 5V and therefore even if you do the solder bridge, nothing will come out of that 5V pin. The 3.3V, on the other hand, is always available and supports enough current to drive your sensors. Please make your designs so that sensors and actuators are driven with 3.3V and work with 3.3V digital IO levels. 5V is now an option for many modules and 3.3V is becoming the standard voltage for electronic ICs.

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/cheat-sheet/ble-cheat-sheet.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Nano 33 BLE Sense Rev2 Cheat Sheet'
3-
description: 'Learn how to set up the Nano 33 BLE Sense, get a quick overview of the components, information regarding pins and how to use different Serial (SPI, I2C, UART) and Wireless (Wi-Fi, Bluetooth®) protocols.'
3+
description: 'Learn how to set up the Nano 33 BLE Sense Rev2, get a quick overview of the components, information regarding pins and how to use different Serial (SPI, I2C, UART) and Wireless (Wi-Fi, Bluetooth®) protocols.'
44
tags:
55
- Installation
66
- I2C
@@ -35,7 +35,7 @@ software:
3535

3636
This article is a collection of guides, API calls, libraries and tutorials that can help you get started with the Nano 33 BLE Sense Rev2 board.
3737

38-
You can also visit the [documentation platform for the Nano 33 BLE Sense](/hardware/nano-33-ble-sense-rev2).
38+
You can also visit the [documentation platform for the Nano 33 BLE Sense Rev2](/hardware/nano-33-ble-sense-rev2).
3939

4040
## Core
4141

@@ -137,7 +137,7 @@ The microcontroller on the Arduino Nano 33 BLE Sense Rev2 runs at 3.3V, which me
137137

138138
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, 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.
139139

140-
5V on that pin is available only when two conditions are met: you make a solder bridge on the two pads marked as VUSB and you power the Nano 33 BLE Sense through the USB port. If you power the board from the VIN pin, you won't get any regulated 5V and therefore even if you do the solder bridge, nothing will come out of that 5V pin. The 3.3V, on the other hand, is always available and supports enough current to drive your sensors. Please make your designs so that sensors and actuators are driven with 3.3V and work with 3.3V digital IO levels. 5V is now an option for many modules and 3.3V is becoming the standard voltage for electronic ICs.
140+
5V on that pin is available only when two conditions are met: you make a solder bridge on the two pads marked as VUSB and you power the Nano 33 BLE Sense Rev2 through the USB port. If you power the board from the VIN pin, you won't get any regulated 5V and therefore even if you do the solder bridge, nothing will come out of that 5V pin. The 3.3V, on the other hand, is always available and supports enough current to drive your sensors. Please make your designs so that sensors and actuators are driven with 3.3V and work with 3.3V digital IO levels. 5V is now an option for many modules and 3.3V is becoming the standard voltage for electronic ICs.
141141

142142
![Soldering the VUSB pins.](assets/Nano33_ble_sense_vusb.png)
143143

@@ -147,7 +147,7 @@ To avoid such risk with existing projects, where you should be able to pull out
147147

148148
### BMI270 and BMM150
149149

150-
The Arduino Nano BLE Sense Rev2 Inertial Measurement Unit system is made up of two separate IMUs, a 6-axis BMI270 and a 3-axis BMM150, effectively giving you a 9-axis IMU system. This allows you to detect orientation, motion, or vibrations in your project.
150+
The Arduino Nano 33 BLE Sense Rev2 Inertial Measurement Unit system is made up of two separate IMUs, a 6-axis BMI270 and a 3-axis BMM150, effectively giving you a 9-axis IMU system. This allows you to detect orientation, motion, or vibrations in your project.
151151

152152
### BMI270 and BMM150 Library
153153

@@ -206,9 +206,9 @@ The magnetometer data can be accessed through the following commands:
206206

207207
If you want to learn more on how to use the IMU, please check out the tutorial below:
208208

209-
- [Accessing IMU gyroscope data with Nano 33 BLE Sense](/tutorials/nano-33-ble-sense-rev2/imu_gyroscope)
210-
- [Accessing IMU accelerometer data with Nano 33 BLE Sense](/tutorials/nano-33-ble-sense-rev2/imu_accelerometer)
211-
- [Accessing IMU magnetometer data with Nano 33 BLE Sense](/tutorials/nano-33-ble-sense-rev2/imu_magnetometer)
209+
- [Accessing IMU gyroscope data with Nano 33 BLE Sense Rev2](/tutorials/nano-33-ble-sense-rev2/imu_gyroscope)
210+
- [Accessing IMU accelerometer data with Nano 33 BLE Sense Rev2](/tutorials/nano-33-ble-sense-rev2/imu_accelerometer)
211+
- [Accessing IMU magnetometer data with Nano 33 BLE Sense Rev2](/tutorials/nano-33-ble-sense-rev2/imu_magnetometer)
212212

213213
## Proximity and Gesture Detection
214214

@@ -220,7 +220,7 @@ The **APDS9960** chip allows for measuring digital proximity and ambient light a
220220

221221
### APDS9960 Library
222222

223-
To access the data from the APDS9960 module, we need to install the [APDS9960](https://github.com/arduino-libraries/Arduino_APDS9960) library, which comes with examples that can be used directly with the Nano 33 BLE Sense.
223+
To access the data from the APDS9960 module, we need to install the [APDS9960](https://github.com/arduino-libraries/Arduino_APDS9960) library, which comes with examples that can be used directly with the Nano 33 BLE Sense Rev2.
224224

225225
It can be installed directly from the library manager through the IDE of your choice. To use it, we need to include it at the top of the sketch:
226226

@@ -288,7 +288,7 @@ Serial.println(HS300x.readHumidity());
288288

289289
If you want to learn more on how to use the temperature and humidity sensor, please check out the tutorial below:
290290

291-
- [Reading Temperature & Humidity on Nano 33 BLE Sense](https://docs.arduino.cc/tutorials/nano-33-ble-sense-rev2/humidity_and_temperature_sensor)
291+
- [Reading Temperature & Humidity on Nano 33 BLE Sense Rev2](https://docs.arduino.cc/tutorials/nano-33-ble-sense-rev2/humidity_and_temperature_sensor)
292292

293293
## Pressure Sensor
294294

@@ -384,7 +384,7 @@ Like other Arduino® products, the Nano 33 BLE Sense Rev2 features dedicated pin
384384

385385
### SPI
386386

387-
The pins used for SPI (Serial Peripheral Interface) on the Nano 33 BLE Sense are the following:
387+
The pins used for SPI (Serial Peripheral Interface) on the Nano 33 BLE Sense Rev2 are the following:
388388

389389
- (CIPO) - D12
390390
- (COPI) - D11
@@ -419,7 +419,7 @@ And to write to the device:
419419

420420
### I2C
421421

422-
The pins used for I2C (Inter-Integrated Circuit) on the Nano 33 BLE Sense are the following:
422+
The pins used for I2C (Inter-Integrated Circuit) on the Nano 33 BLE Sense Rev2 are the following:
423423

424424
- (SDA) - A4
425425
- (SCL) - A5

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The goals of this project are:
3838

3939
## The IMU System on Arduino Nano 33 BLE Sense Rev2
4040

41-
IMU stands for: inertial measurement unit. It is an electronic device that measures and reports a body's specific force, angular rate and the orientation of the body, using a combination of accelerometers, gyroscopes, and oftentimes magnetometers. In this tutorial we will learn about the IMU system that is included in the Arduino Nano 33 BLE Sense Board.
41+
IMU stands for: inertial measurement unit. It is an electronic device that measures and reports a body's specific force, angular rate and the orientation of the body, using a combination of accelerometers, gyroscopes, and oftentimes magnetometers. In this tutorial we will learn about the IMU system that is included in the Arduino Nano 33 BLE Sense Rev2 Board.
4242

4343
![The Arduino Nano 33 BLE Sense Rev2 IMU system.](./assets/nano33BS_02_IMU.png)
4444

@@ -262,4 +262,4 @@ Sometimes errors occur, if the code is not working there are some common issues
262262

263263
## Conclusion
264264

265-
In this simple tutorial we learned what an IMU sensor module is, how to use the **LSM9DS1** library, and how to use an Arduino Nano 33 BLE Sense to get data. Furthermore, we utilized the 3-axis accelerometer sensor, in order to measure and print out the degrees and relative position of the board.
265+
In this simple tutorial we learned what an IMU sensor module is, how to use the **BMI270_BMM150** library, and how to use an Arduino Nano 33 BLE Sense Rev2 to get data. Furthermore, we utilized the 3-axis accelerometer sensor, in order to measure and print out the degrees and relative position of the board.

0 commit comments

Comments
 (0)